summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r5674: - Re-enable DCOM support.Jelmer Vernooij2007-10-106-255/+148
* r5670: simplify and clarify ldb_modules.c codeSimo Sorce2007-10-103-143/+155
* r5666: winxp will use a NTTIME of -1 to mean "don't change" in setfileinfoAndrew Tridgell2007-10-101-0/+9
* r5665: the data within el2->values can still be used at this point, so don't ...Andrew Tridgell2007-10-101-1/+0
* r5664: simo, please look into this. It is possible for the number of elementsAndrew Tridgell2007-10-101-1/+3
* r5585: LDB interfaces change:Simo Sorce2007-10-1019-198/+215
* r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...Jeremy Allison2007-10-101-0/+7
* r5492: Update example coclass, autogenerate some parts.Jelmer Vernooij2007-10-101-25/+27
* r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij2007-10-1011-324/+378
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2007-10-101-3/+3
* r5411: make network interface selection a bit sanerAndrew Tridgell2007-10-101-1/+16
* r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher2007-10-106-191/+701
* r5401: using talloc_array() is neater hereAndrew Tridgell2007-10-101-1/+1
* r5393: trigger timed events not to early, better do it a bit to lateStefan Metzmacher2007-10-101-1/+2
* r5392: added "secure" WINS server processing. Send a WACK on nameAndrew Tridgell2007-10-101-0/+51
* r5374: - changed the dn key code in the ldb tdb backend to correctly honorAndrew Tridgell2007-10-104-6/+96
* r5373: prepare infrastructure for maing different eventsStefan Metzmacher2007-10-102-1/+1
* r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL...Andrew Tridgell2007-10-101-1/+2
* r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell2007-10-101-3/+25
* r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell2007-10-102-0/+24
* r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett2007-10-102-0/+2
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-103-7/+6
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-103-0/+3
* r5306: removed all the unused mutex functions from mutex.c. When (if?) weAndrew Tridgell2007-10-101-91/+1
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-108-0/+50
* 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-101-17/+14
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-101-0/+1
* 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-1040-13/+73
* 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-1012-5/+15
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-101-44/+15
* r5292: ensure we cleanup the epoll_fd on event context destructionAndrew Tridgell2007-10-101-0/+17
* r5284: this is needed on my serverStefan Metzmacher2007-10-101-0/+2
* r5274: fixed some const warnings by making the str_list_ functions return "co...Andrew Tridgell2007-10-101-7/+7
* r5273: fixed another bug in the code that keeps timed eventsAndrew Tridgell2007-10-101-2/+2
* r5240: Don't return WERR_OK when no values were found (reported by Matt Cobb)Jelmer Vernooij2007-10-101-4/+4
* r5221: replace the str_list_*() code with new code based on talloc(). This isAndrew Tridgell2007-10-101-111/+79
* r5217: avoid epoll_ctl() if the event flags are already set correctlyAndrew Tridgell2007-10-101-1/+4
* r5199: fix some minor configure bugsStefan Metzmacher2007-10-101-1/+1
* r5198: don't consider failure to remove an epoll event as enough reason toAndrew Tridgell2007-10-101-4/+2
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-106-11/+75
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-102-11/+7
* r5194: added support for using epoll instead of select() on systems that haveAndrew Tridgell2007-10-101-48/+220
* r5189: fixed a double free bug in the ltdb indexing codeAndrew Tridgell2007-10-101-7/+0
* r5187: ordered the timed events in the events code, which makes processingAndrew Tridgell2007-10-101-77/+65
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-103-143/+128
* r5170: fixed a bug handling events that have already timed out - they wereAndrew Tridgell2007-10-101-8/+4
* r5143: don't generate prototypes for lib/tdb/Stefan Metzmacher2007-10-103-1/+12