summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* r5292: ensure we cleanup the epoll_fd on event context destructionAndrew Tridgell2007-10-101-0/+17
* r5291: fixed ncacn_ip_tcp against windowsAndrew Tridgell2007-10-101-3/+2
* r5288: Make alignment code more genericJelmer Vernooij2007-10-101-32/+42
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-1012-203/+166
* r5285: add a generic dlist_item struct which has a void *ptr for the dataStefan Metzmacher2007-10-101-0/+4
* r5284: this is needed on my serverStefan Metzmacher2007-10-101-0/+2
* r5282: merging autogen fixes from 3_0Gerald Carter2007-10-101-3/+3
* r5277: initialise the multi_homed flag in the name registration testAndrew Tridgell2007-10-101-0/+1
* r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)Andrew Tridgell2007-10-105-34/+145
* r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell2007-10-106-21/+228