summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-1041-46/+46
* r5196: fixed sily bug (that metze found)Andrew Tridgell2007-10-101-1/+1
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-1016-39/+32
* r5194: added support for using epoll instead of select() on systems that haveAndrew Tridgell2007-10-102-48/+223
* r5193: make sure we mark the event dead when we free it on a dead connectionAndrew Tridgell2007-10-102-1/+2
* r5190: Grr - typo.Tim Potter2007-10-101-1/+1
* r5189: fixed a double free bug in the ltdb indexing codeAndrew Tridgell2007-10-101-7/+0
* r5188: Add config.mk file for swig.Tim Potter2007-10-101-0/+1
* r5187: ordered the timed events in the events code, which makes processingAndrew Tridgell2007-10-102-95/+75
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-1033-349/+297
* r5173: Refer to a proper zone file name in resulting messageAlexander Bokovoy2007-10-101-1/+1
* r5172: actually bind to the right address for the wildcard interface ....Andrew Tridgell2007-10-101-2/+4
* r5171: added support for "bind interfaces only" in nbtd. The solution was toAndrew Tridgell2007-10-105-89/+76
* r5170: fixed a bug handling events that have already timed out - they wereAndrew Tridgell2007-10-101-8/+4
* r5169: As provisioning script generates everything under $newdb/ directory, p...Alexander Bokovoy2007-10-101-2/+2
* r5156: started on test driven development of the nbt server. This adds aAndrew Tridgell2007-10-103-1/+179
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-1012-73/+71
* r5148: use ipv4_addr also in epmapper idlStefan Metzmacher2007-10-103-7/+7
* r5147: remove unused varStefan Metzmacher2007-10-101-3/+0
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-1011-17/+30
* r5144: add more forward declarationsStefan Metzmacher2007-10-101-2/+7
* r5143: don't generate prototypes for lib/tdb/Stefan Metzmacher2007-10-103-1/+12
* r5142: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r5141: fix compiler warningsStefan Metzmacher2007-10-102-2/+2
* r5139: fix typesStefan Metzmacher2007-10-101-2/+2
* r5138: don't create prototypes for samba3's winbind client libStefan Metzmacher2007-10-101-1/+1
* r5137: fix typesStefan Metzmacher2007-10-1010-12/+12
* r5136: fix typesStefan Metzmacher2007-10-104-8/+8
* r5135: I prepare a clean up in includes.hStefan Metzmacher2007-10-102-1/+4
* r5134: - fix types to always use _t typesStefan Metzmacher2007-10-106-10/+13
* r5133: fix type mapping to internal typesStefan Metzmacher2007-10-101-5/+7
* r5130: added a single NBT name query benchmark. It keeps 10 queries in flight...Andrew Tridgell2007-10-103-0/+142
* r5129: make sure we don't spin chewing CPU time due to my last changeAndrew Tridgell2007-10-101-1/+5
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-1018-130/+130
* r5123: fixed a bug in the timed events handling. It was possible for a timedAndrew Tridgell2007-10-102-11/+26
* r5122: fixed name of winbind stream opsAndrew Tridgell2007-10-101-1/+1
* r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell2007-10-107-7/+246
* r5120: encode outgoing nbt packets when queueing them rather than in the sendAndrew Tridgell2007-10-102-30/+45
* r5119: fflush after talloc reports to ensure they are fully on disk when usin...Andrew Tridgell2007-10-101-1/+2
* r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell2007-10-107-17/+151
* r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell2007-10-105-22/+163
* r5116: fixed build of the nbtlist codeAndrew Tridgell2007-10-101-2/+7
* r5115: enable the nbt daemon by defaultAndrew Tridgell2007-10-101-1/+1
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-1018-211/+745
* r5109: - fixed handling of zero-length subcontexts in the ndr libraryAndrew Tridgell2007-10-102-4/+8
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-1014-4/+285
* r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell2007-10-104-242/+299
* r5106: removed a bunch of unused socket functions. We still needAndrew Tridgell2007-10-101-373/+1
* r5105: removed some unused events functions. These are no longer needed asAndrew Tridgell2007-10-101-30/+0
* r5104: - added support for task based servers. These are servers that withinAndrew Tridgell2007-10-1012-186/+377