summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij8-28/+37
2007-10-10r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij12-283/+419
2007-10-10r5906: Fix the usage of the internal popt (make proto should ignore it)Jelmer Vernooij13-661/+2205
2007-10-10r5903: While I can't test IPv6, metze asked me to commit a matching changeAndrew Bartlett1-0/+3
2007-10-10r5902: A rather large change...Andrew Bartlett2-29/+41
2007-10-10r5898: Handle errors in the 'sync' name and IP address handling code.Andrew Bartlett1-0/+3
2007-10-10r5871: Remove file with unused function (that uses fstring)Jelmer Vernooij3-54/+3
2007-10-10r5781: Fix build.Tim Potter1-1/+1
2007-10-10r5780: Remove unused arguments.Tim Potter2-7/+7
2007-10-10r5779: Remove signal and timeout gubbage from tdb.Tim Potter3-127/+4
2007-10-10r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij1-1/+8
2007-10-10r5769: Fix unused variable warning.Tim Potter1-1/+1
2007-10-10r5682: fix the buildStefan Metzmacher1-3/+5
2007-10-10r5680: Don't crash if none of the predefined keys is available (reported by A...Jelmer Vernooij1-2/+28
2007-10-10r5676: Fix some alignment issues and IRemoteActivationJelmer Vernooij1-0/+10
2007-10-10r5675: - More DCOM bug fixesJelmer Vernooij4-21/+52
2007-10-10r5674: - Re-enable DCOM support.Jelmer Vernooij6-255/+148
2007-10-10r5670: simplify and clarify ldb_modules.c codeSimo Sorce3-143/+155
2007-10-10r5666: winxp will use a NTTIME of -1 to mean "don't change" in setfileinfoAndrew Tridgell1-0/+9
2007-10-10r5665: the data within el2->values can still be used at this point, so don't ...Andrew Tridgell1-1/+0
2007-10-10r5664: simo, please look into this. It is possible for the number of elementsAndrew Tridgell1-1/+3
2007-10-10r5585: LDB interfaces change:Simo Sorce19-198/+215
2007-10-10r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...Jeremy Allison1-0/+7
2007-10-10r5492: Update example coclass, autogenerate some parts.Jelmer Vernooij1-25/+27
2007-10-10r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij11-324/+378
2007-10-10r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij1-3/+3
2007-10-10r5411: make network interface selection a bit sanerAndrew Tridgell1-1/+16
2007-10-10r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher6-191/+701
2007-10-10r5401: using talloc_array() is neater hereAndrew Tridgell1-1/+1
2007-10-10r5393: trigger timed events not to early, better do it a bit to lateStefan Metzmacher1-1/+2
2007-10-10r5392: added "secure" WINS server processing. Send a WACK on nameAndrew Tridgell1-0/+51
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-10r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL...Andrew Tridgell1-1/+2
2007-10-10r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell1-3/+25
2007-10-10r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell2-0/+24
2007-10-10r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett2-0/+2
2007-10-10r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell3-7/+6
2007-10-10r5307: removed db_wrap.h from includes.hAndrew Tridgell3-0/+3
2007-10-10r5306: removed all the unused mutex functions from mutex.c. When (if?) weAndrew Tridgell1-91/+1
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell8-0/+50
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 Tridgell1-17/+14
2007-10-10r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell1-0/+1
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 Tridgell40-13/+73
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 Tridgell12-5/+15
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell1-44/+15
2007-10-10r5292: ensure we cleanup the epoll_fd on event context destructionAndrew Tridgell1-0/+17