summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r5309: removed ads.h from includes.hAndrew Tridgell8-3/+9
2007-10-10r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell13-84/+31
2007-10-10r5307: removed db_wrap.h from includes.hAndrew Tridgell14-1/+13
2007-10-10r5306: removed all the unused mutex functions from mutex.c. When (if?) weAndrew Tridgell5-103/+5
2007-10-10r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell12-3/+73
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell23-1/+65
2007-10-10r5303: fixed build of gconf registry backendAndrew Tridgell1-1/+1
2007-10-10r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell10-45/+38
2007-10-10r5301: fixed pthreads buildAndrew Tridgell1-0/+1
2007-10-10r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell8-7/+10
2007-10-10r5299: fixed an include ordering problemAndrew Tridgell1-1/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell137-114/+239
2007-10-10r5297: ensure pstring is not in the generated prototypesAndrew Tridgell2-6/+1
2007-10-10r5296: - only include the tdb headers where they are neededAndrew Tridgell23-14/+29
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell16-137/+419
2007-10-10r5293: Map an empty policy handle to None when creating policy handles, andTim Potter1-3/+20
2007-10-10r5292: ensure we cleanup the epoll_fd on event context destructionAndrew Tridgell1-0/+17
2007-10-10r5291: fixed ncacn_ip_tcp against windowsAndrew Tridgell1-3/+2
2007-10-10r5288: Make alignment code more genericJelmer Vernooij1-32/+42
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij12-203/+166
2007-10-10r5285: add a generic dlist_item struct which has a void *ptr for the dataStefan Metzmacher1-0/+4
2007-10-10r5284: this is needed on my serverStefan Metzmacher1-0/+2
2007-10-10r5282: merging autogen fixes from 3_0Gerald Carter1-3/+3
2007-10-10r5277: initialise the multi_homed flag in the name registration testAndrew Tridgell1-0/+1
2007-10-10r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)Andrew Tridgell5-34/+145
2007-10-10r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell6-21/+228
2007-10-10r5274: fixed some const warnings by making the str_list_ functions return "co...Andrew Tridgell1-7/+7
2007-10-10r5273: fixed another bug in the code that keeps timed eventsAndrew Tridgell1-2/+2
2007-10-10r5266: This is a nice typo ;-)Günther Deschner1-1/+1
2007-10-10r5261: translate nbt rcode errors to NTSTATUS codesAndrew Tridgell4-0/+34