Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5211: added broadcast name defense against both registration and refresh | Andrew Tridgell | 4 | -7/+124 |
2007-10-10 | r5210: changed server side nbt functions to be prefixed with nbtd_ instead of | Andrew Tridgell | 8 | -76/+79 |
2007-10-10 | r5209: Fix the endpoint mapper to work with IPX endpoints (which | Jelmer Vernooij | 7 | -123/+160 |
2007-10-10 | r5199: fix some minor configure bugs | Stefan Metzmacher | 3 | -3/+3 |
2007-10-10 | r5198: don't consider failure to remove an epoll event as enough reason to | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 41 | -46/+46 |
2007-10-10 | r5196: fixed sily bug (that metze found) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 16 | -39/+32 |
2007-10-10 | r5194: added support for using epoll instead of select() on systems that have | Andrew Tridgell | 2 | -48/+223 |
2007-10-10 | r5193: make sure we mark the event dead when we free it on a dead connection | Andrew Tridgell | 2 | -1/+2 |
2007-10-10 | r5190: Grr - typo. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r5189: fixed a double free bug in the ltdb indexing code | Andrew Tridgell | 1 | -7/+0 |
2007-10-10 | r5188: Add config.mk file for swig. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r5187: ordered the timed events in the events code, which makes processing | Andrew Tridgell | 2 | -95/+75 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 33 | -349/+297 |
2007-10-10 | r5173: Refer to a proper zone file name in resulting message | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r5172: actually bind to the right address for the wildcard interface .... | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r5171: added support for "bind interfaces only" in nbtd. The solution was to | Andrew Tridgell | 5 | -89/+76 |
2007-10-10 | r5170: fixed a bug handling events that have already timed out - they were | Andrew Tridgell | 1 | -8/+4 |
2007-10-10 | r5169: As provisioning script generates everything under $newdb/ directory, p... | Alexander Bokovoy | 1 | -2/+2 |
2007-10-10 | r5156: started on test driven development of the nbt server. This adds a | Andrew Tridgell | 3 | -1/+179 |
2007-10-10 | r5155: define ipv4address as a based IDL type, mapped to a "const char *" in | Andrew Tridgell | 12 | -73/+71 |
2007-10-10 | r5148: use ipv4_addr also in epmapper idl | Stefan Metzmacher | 3 | -7/+7 |
2007-10-10 | r5147: remove unused var | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r5145: define struct ipv4_addr in misc.idl, | Stefan Metzmacher | 11 | -17/+30 |
2007-10-10 | r5144: add more forward declarations | Stefan Metzmacher | 1 | -2/+7 |
2007-10-10 | r5143: don't generate prototypes for lib/tdb/ | Stefan Metzmacher | 3 | -1/+12 |
2007-10-10 | r5142: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5141: fix compiler warnings | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r5139: fix types | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r5138: don't create prototypes for samba3's winbind client lib | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5137: fix types | Stefan Metzmacher | 10 | -12/+12 |
2007-10-10 | r5136: fix types | Stefan Metzmacher | 4 | -8/+8 |
2007-10-10 | r5135: I prepare a clean up in includes.h | Stefan Metzmacher | 2 | -1/+4 |
2007-10-10 | r5134: - fix types to always use _t types | Stefan Metzmacher | 6 | -10/+13 |
2007-10-10 | r5133: fix type mapping to internal types | Stefan Metzmacher | 1 | -5/+7 |
2007-10-10 | r5130: added a single NBT name query benchmark. It keeps 10 queries in flight... | Andrew Tridgell | 3 | -0/+142 |
2007-10-10 | r5129: make sure we don't spin chewing CPU time due to my last change | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 18 | -130/+130 |
2007-10-10 | r5123: fixed a bug in the timed events handling. It was possible for a timed | Andrew Tridgell | 2 | -11/+26 |
2007-10-10 | r5122: fixed name of winbind stream ops | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5121: added periodic name refresh requests for all our registered names, rep... | Andrew Tridgell | 7 | -7/+246 |
2007-10-10 | r5120: encode outgoing nbt packets when queueing them rather than in the send | Andrew Tridgell | 2 | -30/+45 |
2007-10-10 | r5119: fflush after talloc reports to ensure they are fully on disk when usin... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5118: added support for node status replies in nbtd. nmblookup -S now works ... | Andrew Tridgell | 7 | -17/+151 |
2007-10-10 | r5117: used a composite function to add 4 stage name registration. We send 3 | Andrew Tridgell | 5 | -22/+163 |
2007-10-10 | r5116: fixed build of the nbtlist code | Andrew Tridgell | 1 | -2/+7 |
2007-10-10 | r5115: enable the nbt daemon by default | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5114: the nbtd task can now act as a basic B-node server. It registers its | Andrew Tridgell | 18 | -211/+745 |
2007-10-10 | r5109: - fixed handling of zero-length subcontexts in the ndr library | Andrew Tridgell | 2 | -4/+8 |