summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5260: - show an error message on nmblookup failureAndrew Tridgell3-11/+10
2007-10-10r5259: make sure we give the ip of the interface that a name query comes inAndrew Tridgell3-8/+25
2007-10-10r5256: More verbose description of functions (as I learn the code).Rafal Szczesniak1-5/+49
2007-10-10r5253: need to pre-declare some structuresAndrew Tridgell1-2/+3
2007-10-10r5252: - fixed nmblookup for the nbt api changesAndrew Tridgell2-2/+72
2007-10-10r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, toAndrew Tridgell11-64/+287
2007-10-10r5250: - added low level support for retrying nbt name queries, rather thanAndrew Tridgell5-63/+297
2007-10-10r5249: don't include ';' in the default list separators for parsingAndrew Tridgell1-1/+1
2007-10-10r5248: fixed a silly bug in DLIST_ADD_AFTER()Andrew Tridgell1-0/+1
2007-10-10r5247: Fix rpcclient to work with new swig interface.Tim Potter1-18/+34
2007-10-10r5245: Remove dead code.Tim Potter1-671/+1
2007-10-10r5244: Convert this module to use the new structure mapping SWIG stuff instea...Tim Potter1-72/+103
2007-10-10r5243: Woohoo - memory leak city! Comment out talloc_free() call until ITim Potter1-1/+1
2007-10-10r5242: Check that argument is an integer or a long for uint32_t inputTim Potter1-3/+16
2007-10-10r5241: Generate swig wrappers for unions as well as structures.Tim Potter1-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-10r5237: Add error code for "class not registered"Jelmer Vernooij2-0/+3
2007-10-10r5224: Add in/out typemaps for resume handles. This saves us having to muchTim Potter1-0/+39
2007-10-10r5223: Rename dom_sid2 to dom_sid as we don't care about the differenceTim Potter1-1/+5
2007-10-10r5222: made the nbtd_self_packet() code more efficientAndrew Tridgell1-6/+16
2007-10-10r5221: replace the str_list_*() code with new code based on talloc(). This isAndrew Tridgell4-132/+104
2007-10-10r5217: avoid epoll_ctl() if the event flags are already set correctlyAndrew Tridgell1-1/+4
2007-10-10r5216: don't defend group names against incoming name registration requestsAndrew Tridgell1-1/+1
2007-10-10r5215: register aliases as both client and server node types, so nmblookup ca...Andrew Tridgell1-0/+1
2007-10-10r5214: added support for "netbios aliases" in smb.confAndrew Tridgell1-1/+8
2007-10-10r5213: do our name broadcast refresh requests as register packets not refreshAndrew Tridgell1-4/+9
2007-10-10r5212: added checking for receiving our own packets as broadcastsAndrew Tridgell2-0/+35
2007-10-10r5211: added broadcast name defense against both registration and refreshAndrew Tridgell4-7/+124
2007-10-10r5210: changed server side nbt functions to be prefixed with nbtd_ instead ofAndrew Tridgell8-76/+79
2007-10-10r5209: Fix the endpoint mapper to work with IPX endpoints (whichJelmer Vernooij7-123/+160
2007-10-10r5199: fix some minor configure bugsStefan Metzmacher3-3/+3
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 Tridgell41-46/+46
2007-10-10r5196: fixed sily bug (that metze found)Andrew Tridgell1-1/+1
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