summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r5282: merging autogen fixes from 3_0Gerald Carter2007-10-101-3/+3
* r5277: initialise the multi_homed flag in the name registration testAndrew Tridgell2007-10-101-0/+1
* r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)Andrew Tridgell2007-10-105-34/+145
* r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell2007-10-106-21/+228
* r5274: fixed some const warnings by making the str_list_ functions return "co...Andrew Tridgell2007-10-101-7/+7
* r5273: fixed another bug in the code that keeps timed eventsAndrew Tridgell2007-10-101-2/+2
* r5266: This is a nice typo ;-)Günther Deschner2007-10-101-1/+1
* r5261: translate nbt rcode errors to NTSTATUS codesAndrew Tridgell2007-10-104-0/+34
* r5260: - show an error message on nmblookup failureAndrew Tridgell2007-10-103-11/+10
* r5259: make sure we give the ip of the interface that a name query comes inAndrew Tridgell2007-10-103-8/+25
* r5256: More verbose description of functions (as I learn the code).Rafal Szczesniak2007-10-101-5/+49
* r5253: need to pre-declare some structuresAndrew Tridgell2007-10-101-2/+3
* r5252: - fixed nmblookup for the nbt api changesAndrew Tridgell2007-10-102-2/+72
* r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, toAndrew Tridgell2007-10-1011-64/+287
* r5250: - added low level support for retrying nbt name queries, rather thanAndrew Tridgell2007-10-105-63/+297
* r5249: don't include ';' in the default list separators for parsingAndrew Tridgell2007-10-101-1/+1
* r5248: fixed a silly bug in DLIST_ADD_AFTER()Andrew Tridgell2007-10-101-0/+1
* r5247: Fix rpcclient to work with new swig interface.Tim Potter2007-10-101-18/+34
* r5245: Remove dead code.Tim Potter2007-10-101-671/+1
* r5244: Convert this module to use the new structure mapping SWIG stuff instea...Tim Potter2007-10-101-72/+103
* r5243: Woohoo - memory leak city! Comment out talloc_free() call until ITim Potter2007-10-101-1/+1
* r5242: Check that argument is an integer or a long for uint32_t inputTim Potter2007-10-101-3/+16
* 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