summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r5368: Fix ups for domain_name field name change.Tim Potter2007-10-101-8/+50
* r5367: Minor typo fixes.Rafal Szczesniak2007-10-101-2/+2
* r5366: added initial code for adding user accounts to libnet makefile.Rafal Szczesniak2007-10-101-1/+2
* r5365: Initial code for adding user accounts via libnet call.Rafal Szczesniak2007-10-103-0/+135
* r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.Tim Potter2007-10-109-27/+27
* r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij2007-10-103-16/+20
* r5362: Add pointer_default() support to pidl. pointer_default()Jelmer Vernooij2007-10-1023-14/+135
* r5361: Rename some functions, add tests to validator.Jelmer Vernooij2007-10-104-25/+40
* r5360: Remove a couple of unused functions.Jelmer Vernooij2007-10-104-48/+1
* r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell2007-10-1011-33/+423
* r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell2007-10-102-0/+24
* r5356: fixed the hex coding for nbt namesAndrew Tridgell2007-10-101-1/+1
* r5353: Throw a NTSTATUS exception if a NT error code is returned.Tim Potter2007-10-101-22/+32
* r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell2007-10-1010-47/+108
* r5351: Add wrapper for nt_errstr and array functions for samr_ConnectInfo.Tim Potter2007-10-101-0/+3
* r5350: Implement an input typemap for NTSTATUS.Tim Potter2007-10-101-0/+11
* r5348: Implement the remaining samr connect functions and fix up setsecurity.Tim Potter2007-10-101-6/+53
* r5347: fixed the NBT-REGISTER test now that the nbt layer is case sensitiveAndrew Tridgell2007-10-101-1/+1
* r5346: - a bit more preparation for the WINS server going inAndrew Tridgell2007-10-109-144/+267
* r5345: Some more minor code readability fixes.Jelmer Vernooij2007-10-102-149/+143
* r5338: More efforts to handle types similarly.Jelmer Vernooij2007-10-107-33/+35
* r5335: Add a Close() method to SamrHandle object.Tim Potter2007-10-101-1/+148
* r5334: Bah, it's all to hard...Andrew Bartlett2007-10-101-0/+1
* r5333: weird, w2k3 always sends a positive name release response, even for na...Andrew Tridgell2007-10-101-0/+22
* r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett2007-10-106-1/+5
* r5329: made the nbt server case sensitiveAndrew Tridgell2007-10-102-2/+2
* r5328: - allow case sensitive nbt name lookupsAndrew Tridgell2007-10-104-6/+59
* r5326: removed the charset conversion from the nbtname code, so we no longerAndrew Tridgell2007-10-101-33/+4
* r5325: - expanded the NBT-WINS test to include scopesAndrew Tridgell2007-10-102-24/+64
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-1016-17/+0
* r5321: added a program that works out the minimal set of #include linesAndrew Tridgell2007-10-101-0/+150
* r5320: Treat structs and unions somewhat more similarly:Jelmer Vernooij2007-10-108-391/+276
* r5319: Make some more alignment code generic, move NDR-specific stuff toJelmer Vernooij2007-10-104-205/+200
* r5310: allow for rounding errors in the sleep testAndrew Tridgell2007-10-101-1/+1
* r5309: removed ads.h from includes.hAndrew Tridgell2007-10-108-3/+9
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-1013-84/+31
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-1014-1/+13
* r5306: removed all the unused mutex functions from mutex.c. When (if?) weAndrew Tridgell2007-10-105-103/+5
* r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell2007-10-1012-3/+73
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-1023-1/+65
* r5303: fixed build of gconf registry backendAndrew Tridgell2007-10-101-1/+1
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-1010-45/+38
* r5301: fixed pthreads buildAndrew Tridgell2007-10-101-0/+1
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-108-7/+10
* r5299: fixed an include ordering problemAndrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-10137-114/+239
* r5297: ensure pstring is not in the generated prototypesAndrew Tridgell2007-10-102-6/+1
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-1023-14/+29
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-1016-137/+419
* r5293: Map an empty policy handle to None when creating policy handles, andTim Potter2007-10-101-3/+20