summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell16-39/+32
2007-10-10r5194: added support for using epoll instead of select() on systems that haveAndrew Tridgell2-48/+223
2007-10-10r5193: make sure we mark the event dead when we free it on a dead connectionAndrew Tridgell2-1/+2
2007-10-10r5190: Grr - typo.Tim Potter1-1/+1
2007-10-10r5189: fixed a double free bug in the ltdb indexing codeAndrew Tridgell1-7/+0
2007-10-10r5188: Add config.mk file for swig.Tim Potter1-0/+1
2007-10-10r5187: ordered the timed events in the events code, which makes processingAndrew Tridgell2-95/+75
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell33-349/+297
2007-10-10r5173: Refer to a proper zone file name in resulting messageAlexander Bokovoy1-1/+1
2007-10-10r5172: actually bind to the right address for the wildcard interface ....Andrew Tridgell1-2/+4
2007-10-10r5171: added support for "bind interfaces only" in nbtd. The solution was toAndrew Tridgell5-89/+76
2007-10-10r5170: fixed a bug handling events that have already timed out - they wereAndrew Tridgell1-8/+4
2007-10-10r5169: As provisioning script generates everything under $newdb/ directory, p...Alexander Bokovoy1-2/+2
2007-10-10r5156: started on test driven development of the nbt server. This adds aAndrew Tridgell3-1/+179
2007-10-10r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell12-73/+71
2007-10-10r5148: use ipv4_addr also in epmapper idlStefan Metzmacher3-7/+7
2007-10-10r5147: remove unused varStefan Metzmacher1-3/+0
2007-10-10r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher11-17/+30
2007-10-10r5144: add more forward declarationsStefan Metzmacher1-2/+7
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-10r5141: fix compiler warningsStefan Metzmacher2-2/+2
2007-10-10r5139: fix typesStefan Metzmacher1-2/+2
2007-10-10r5138: don't create prototypes for samba3's winbind client libStefan Metzmacher1-1/+1
2007-10-10r5137: fix typesStefan Metzmacher10-12/+12
2007-10-10r5136: fix typesStefan Metzmacher4-8/+8
2007-10-10r5135: I prepare a clean up in includes.hStefan Metzmacher2-1/+4
2007-10-10r5134: - fix types to always use _t typesStefan Metzmacher6-10/+13
2007-10-10r5133: fix type mapping to internal typesStefan Metzmacher1-5/+7
2007-10-10r5130: added a single NBT name query benchmark. It keeps 10 queries in flight...Andrew Tridgell3-0/+142
2007-10-10r5129: make sure we don't spin chewing CPU time due to my last changeAndrew Tridgell1-1/+5
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell18-130/+130
2007-10-10r5123: fixed a bug in the timed events handling. It was possible for a timedAndrew Tridgell2-11/+26
2007-10-10r5122: fixed name of winbind stream opsAndrew Tridgell1-1/+1
2007-10-10r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell7-7/+246
2007-10-10r5120: encode outgoing nbt packets when queueing them rather than in the sendAndrew Tridgell2-30/+45
2007-10-10r5119: fflush after talloc reports to ensure they are fully on disk when usin...Andrew Tridgell1-1/+2
2007-10-10r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell7-17/+151
2007-10-10r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell5-22/+163
2007-10-10r5116: fixed build of the nbtlist codeAndrew Tridgell1-2/+7
2007-10-10r5115: enable the nbt daemon by defaultAndrew Tridgell1-1/+1
2007-10-10r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell18-211/+745
2007-10-10r5109: - fixed handling of zero-length subcontexts in the ndr libraryAndrew Tridgell2-4/+8
2007-10-10r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell14-4/+285
2007-10-10r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell4-242/+299
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 Tridgell12-186/+377
2007-10-10r5103: forgot to add two new filesAndrew Tridgell2-0/+272
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell36-1558/+633