summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r5284: this is needed on my serverStefan Metzmacher1-0/+2
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-10r5240: Don't return WERR_OK when no values were found (reported by Matt Cobb)Jelmer Vernooij1-4/+4
2007-10-10r5221: replace the str_list_*() code with new code based on talloc(). This isAndrew Tridgell1-111/+79
2007-10-10r5217: avoid epoll_ctl() if the event flags are already set correctlyAndrew Tridgell1-1/+4
2007-10-10r5199: fix some minor configure bugsStefan Metzmacher1-1/+1
2007-10-10r5198: don't consider failure to remove an epoll event as enough reason toAndrew Tridgell1-4/+2
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell6-11/+75
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2-11/+7
2007-10-10r5194: added support for using epoll instead of select() on systems that haveAndrew Tridgell1-48/+220
2007-10-10r5189: fixed a double free bug in the ltdb indexing codeAndrew Tridgell1-7/+0
2007-10-10r5187: ordered the timed events in the events code, which makes processingAndrew Tridgell1-77/+65
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell3-143/+128
2007-10-10r5170: fixed a bug handling events that have already timed out - they wereAndrew Tridgell1-8/+4
2007-10-10r5143: don't generate prototypes for lib/tdb/Stefan Metzmacher3-1/+12
2007-10-10r5142: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r5135: I prepare a clean up in includes.hStefan Metzmacher2-1/+4
2007-10-10r5134: - fix types to always use _t typesStefan Metzmacher5-8/+11
2007-10-10r5129: make sure we don't spin chewing CPU time due to my last changeAndrew Tridgell1-1/+5
2007-10-10r5123: fixed a bug in the timed events handling. It was possible for a timedAndrew Tridgell2-11/+26
2007-10-10r5119: fflush after talloc reports to ensure they are fully on disk when usin...Andrew Tridgell1-1/+2
2007-10-10r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2-168/+14
2007-10-10r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2-0/+4
2007-10-10r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell1-175/+0
2007-10-10r5106: removed a bunch of unused socket functions. We still needAndrew Tridgell1-373/+1
2007-10-10r5105: removed some unused events functions. These are no longer needed asAndrew Tridgell1-30/+0
2007-10-10r5104: - added support for task based servers. These are servers that withinAndrew Tridgell1-26/+0
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-11/+11
2007-10-10r5093: Make debugs less confusing when a 0 NTTIME is printed.Andrew Bartlett1-1/+5
2007-10-10r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett2-3/+3
2007-10-10r5053: - fix up the library dependencies so that tools that need nbt don'tAndrew Tridgell1-1/+1
2007-10-10r5052: minor formatting fixAndrew Tridgell1-4/+3
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell28-103/+103
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2-6/+6
2007-10-10r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell1-36/+2
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2-13/+20
2007-10-10r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2-102/+89
2007-10-10r4898: - removed the unused wins_srv_*() codeAndrew Tridgell4-397/+13
2007-10-10r4863: schema_find_attribute() should be staticAndrew Tridgell1-1/+1
2007-10-10r4862: - better structure schema testsSimo Sorce10-31/+54
2007-10-10r4859: changed a numbe rof things:Simo Sorce1-244/+150
2007-10-10r4844: - Remove the unused attrsyn structureSimo Sorce1-175/+164