summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r5241: Generate swig wrappers for unions as well as structures.Tim Potter2007-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
* r5237: Add error code for "class not registered"Jelmer Vernooij2007-10-102-0/+3
* r5224: Add in/out typemaps for resume handles. This saves us having to muchTim Potter2007-10-101-0/+39
* r5223: Rename dom_sid2 to dom_sid as we don't care about the differenceTim Potter2007-10-101-1/+5
* r5222: made the nbtd_self_packet() code more efficientAndrew Tridgell2007-10-101-6/+16
* r5221: replace the str_list_*() code with new code based on talloc(). This isAndrew Tridgell2007-10-104-132/+104
* r5217: avoid epoll_ctl() if the event flags are already set correctlyAndrew Tridgell2007-10-101-1/+4
* r5216: don't defend group names against incoming name registration requestsAndrew Tridgell2007-10-101-1/+1
* r5215: register aliases as both client and server node types, so nmblookup ca...Andrew Tridgell2007-10-101-0/+1
* r5214: added support for "netbios aliases" in smb.confAndrew Tridgell2007-10-101-1/+8
* r5213: do our name broadcast refresh requests as register packets not refreshAndrew Tridgell2007-10-101-4/+9
* r5212: added checking for receiving our own packets as broadcastsAndrew Tridgell2007-10-102-0/+35
* r5211: added broadcast name defense against both registration and refreshAndrew Tridgell2007-10-104-7/+124
* r5210: changed server side nbt functions to be prefixed with nbtd_ instead ofAndrew Tridgell2007-10-108-76/+79
* r5209: Fix the endpoint mapper to work with IPX endpoints (whichJelmer Vernooij2007-10-107-123/+160
* r5199: fix some minor configure bugsStefan Metzmacher2007-10-103-3/+3
* 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-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