summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-1023-1/+65
* r5303: fixed build of gconf registry backendAndrew Tridgell2007-10-101-1/+1
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-1010-45/+38
* r5301: fixed pthreads buildAndrew Tridgell2007-10-101-0/+1
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-108-7/+10
* r5299: fixed an include ordering problemAndrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-10137-114/+239
* r5297: ensure pstring is not in the generated prototypesAndrew Tridgell2007-10-102-6/+1
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-1023-14/+29
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-1016-137/+419
* r5293: Map an empty policy handle to None when creating policy handles, andTim Potter2007-10-101-3/+20
* r5292: ensure we cleanup the epoll_fd on event context destructionAndrew Tridgell2007-10-101-0/+17
* r5291: fixed ncacn_ip_tcp against windowsAndrew Tridgell2007-10-101-3/+2
* r5288: Make alignment code more genericJelmer Vernooij2007-10-101-32/+42
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-1012-203/+166
* r5285: add a generic dlist_item struct which has a void *ptr for the dataStefan Metzmacher2007-10-101-0/+4
* r5284: this is needed on my serverStefan Metzmacher2007-10-101-0/+2
* 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