summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r5326: removed the charset conversion from the nbtname code, so we no longerAndrew Tridgell2007-10-101-33/+4
* r5325: - expanded the NBT-WINS test to include scopesAndrew Tridgell2007-10-102-24/+64
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-1016-17/+0
* r5321: added a program that works out the minimal set of #include linesAndrew Tridgell2007-10-101-0/+150
* r5320: Treat structs and unions somewhat more similarly:Jelmer Vernooij2007-10-108-391/+276
* r5319: Make some more alignment code generic, move NDR-specific stuff toJelmer Vernooij2007-10-104-205/+200
* r5310: allow for rounding errors in the sleep testAndrew Tridgell2007-10-101-1/+1
* r5309: removed ads.h from includes.hAndrew Tridgell2007-10-108-3/+9
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-1013-84/+31
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-1014-1/+13
* r5306: removed all the unused mutex functions from mutex.c. When (if?) weAndrew Tridgell2007-10-105-103/+5
* r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell2007-10-1012-3/+73
* 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