summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5388: uppercase the server name on ncacn_ip_tcpAndrew Tridgell1-1/+1
2007-10-10r5387: - added automatic WINS server record expiryAndrew Tridgell3-20/+149
2007-10-10r5386: added testing of registration of group namesAndrew Tridgell1-24/+54
2007-10-10r5384: for RPC-NETLOGON to pass we need to set the realm as well as the domai...Andrew Tridgell1-3/+5
2007-10-10r5382: another place where we need to uppercase the called name for port 139 ...Andrew Tridgell1-2/+4
2007-10-10r5381: Added net_user.c with net tool interface for managing user accounts.Rafal Szczesniak3-1/+98
2007-10-10r5380: Removed extra newline.Rafal Szczesniak1-1/+0
2007-10-10r5378: Put ndr size generators and alignment calc functions in hash as well.Jelmer Vernooij1-68/+55
2007-10-10r5377: Put push/pull/print functions for the various types in a hash.Jelmer Vernooij1-127/+54
2007-10-10r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij6-125/+63
2007-10-10r5375: use a real DN in the WINS database. We now pass the NBT-WINS test.Andrew Tridgell1-2/+2
2007-10-10r5374: - changed the dn key code in the ldb tdb backend to correctly honorAndrew Tridgell4-6/+96
2007-10-10r5373: prepare infrastructure for maing different eventsStefan Metzmacher2-1/+1
2007-10-10r5372: fixed the buildAndrew Tridgell1-0/+1
2007-10-10r5371: on port 139 the called name needs to be in uppercaseAndrew Tridgell1-2/+2
2007-10-10r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL...Andrew Tridgell1-1/+2
2007-10-10r5369: Rename torture modules so they don't conflict with files in scripting/...Tim Potter2-198/+41
2007-10-10r5368: Fix ups for domain_name field name change.Tim Potter1-8/+50
2007-10-10r5366: added initial code for adding user accounts to libnet makefile.Rafal Szczesniak1-1/+2
2007-10-10r5365: Initial code for adding user accounts via libnet call.Rafal Szczesniak3-0/+135
2007-10-10r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.Tim Potter9-27/+27
2007-10-10r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij3-16/+20
2007-10-10r5362: Add pointer_default() support to pidl. pointer_default()Jelmer Vernooij23-14/+135
2007-10-10r5361: Rename some functions, add tests to validator.Jelmer Vernooij4-25/+40
2007-10-10r5360: Remove a couple of unused functions.Jelmer Vernooij4-48/+1
2007-10-10r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell11-33/+423
2007-10-10r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell2-0/+24
2007-10-10r5356: fixed the hex coding for nbt namesAndrew Tridgell1-1/+1
2007-10-10r5353: Throw a NTSTATUS exception if a NT error code is returned.Tim Potter1-22/+32
2007-10-10r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell10-47/+108
2007-10-10r5351: Add wrapper for nt_errstr and array functions for samr_ConnectInfo.Tim Potter1-0/+3
2007-10-10r5350: Implement an input typemap for NTSTATUS.Tim Potter1-0/+11
2007-10-10r5348: Implement the remaining samr connect functions and fix up setsecurity.Tim Potter1-6/+53
2007-10-10r5347: fixed the NBT-REGISTER test now that the nbt layer is case sensitiveAndrew Tridgell1-1/+1
2007-10-10r5346: - a bit more preparation for the WINS server going inAndrew Tridgell9-144/+267
2007-10-10r5345: Some more minor code readability fixes.Jelmer Vernooij2-149/+143
2007-10-10r5338: More efforts to handle types similarly.Jelmer Vernooij7-33/+35
2007-10-10r5335: Add a Close() method to SamrHandle object.Tim Potter1-1/+148
2007-10-10r5334: Bah, it's all to hard...Andrew Bartlett1-0/+1
2007-10-10r5333: weird, w2k3 always sends a positive name release response, even for na...Andrew Tridgell1-0/+22
2007-10-10r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett6-1/+5
2007-10-10r5329: made the nbt server case sensitiveAndrew Tridgell2-2/+2
2007-10-10r5328: - allow case sensitive nbt name lookupsAndrew Tridgell4-6/+59
2007-10-10r5326: removed the charset conversion from the nbtname code, so we no longerAndrew Tridgell1-33/+4
2007-10-10r5325: - expanded the NBT-WINS test to include scopesAndrew Tridgell2-24/+64
2007-10-10r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell16-17/+0
2007-10-10r5321: added a program that works out the minimal set of #include linesAndrew Tridgell1-0/+150
2007-10-10r5320: Treat structs and unions somewhat more similarly:Jelmer Vernooij8-391/+276
2007-10-10r5319: Make some more alignment code generic, move NDR-specific stuff toJelmer Vernooij4-205/+200
2007-10-10r5310: allow for rounding errors in the sleep testAndrew Tridgell1-1/+1