summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r3062: handle spaces at the start of options in lp_set_cmdline()Andrew Tridgell2007-10-101-0/+3
* r3061: change a debug to help track down a charset problemAndrew Tridgell2007-10-101-1/+2
* r3060: Replace magic number with a C99 constant.Tim Potter2007-10-101-1/+1
* r3059: completely get rid of the MAX_CONNECTIONS limit, as a idle treeAndrew Tridgell2007-10-101-7/+1
* r3058: we don't use the bitmap code any more, delete itAndrew Tridgell2007-10-102-164/+0
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2007-10-107-82/+27
* r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell2007-10-107-130/+494
* r3055: use talloc_zero_p()Andrew Tridgell2007-10-101-1/+1
* r3054: use talloc_zero_array_p() in a couple of placesAndrew Tridgell2007-10-102-2/+2
* r3053: make the maxfid test use subdirectories, so it doesn't create 64kAndrew Tridgell2007-10-101-6/+46
* r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ...Andrew Tridgell2007-10-102-3/+18
* r3047: Always include a \ again before the pipe name we're opening. Without aJelmer Vernooij2007-10-102-4/+7
* r3046: \\PIPE\\ is internal (not actually included on the wire)Jelmer Vernooij2007-10-102-6/+3
* r3045: Allow object-uuid@... binding stringsJelmer Vernooij2007-10-101-1/+13
* r3044: resolve the error code for WERR_DS_OBJ_NOT_FOUND to the nameStefan Metzmacher2007-10-101-0/+1
* r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2007-10-1017-54/+76
* r3041: a start of a README/HOWTO for the samba4 build system.Stefan Metzmacher2007-10-102-4/+88
* r3040: Add sleeps between operations to nbench. Submitted by aliguori@us.ibm...Jim McDonough2007-10-102-0/+8
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-109-4/+120
* r3036: Add function to pull an array of structures. Abstracts away theTim Potter2007-10-101-0/+21
* r3035: if the ntvfs layers prior to us have said that we can't perform anAndrew Tridgell2007-10-101-1/+2
* r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell2007-10-105-17/+171
* r3033: Use the C struct directly if we can instead of generating a bindingJelmer Vernooij2007-10-103-22/+23
* r3032: Somewhat stricter syntax for binding strings:Jelmer Vernooij2007-10-104-45/+99
* r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell2007-10-104-11/+72
* r3030: added testing of lock cancel, and some more special offsets (locksAndrew Tridgell2007-10-101-17/+235
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-1011-103/+673
* r3028: use talloc_free() instead of talloc_unlink(), as theAndrew Tridgell2007-10-101-3/+3
* r3027: got rid of some configure checks we don't need any moreAndrew Tridgell2007-10-101-45/+5
* r3026: - added automatic retry to messages when the servers listen queue isAndrew Tridgell2007-10-102-10/+58
* r3025: don't warn about no path in a service, as some backends (like cifs) do...Andrew Tridgell2007-10-101-7/+0
* r3024: run the *_connect() NTVFS initialisation operation as root, to allowAndrew Tridgell2007-10-101-1/+4
* r3023: added immediate send of messages when they are first queued. This make...Andrew Tridgell2007-10-102-6/+3
* r3022: Work on unmarshalling arrays of structs in a buffer (Python string) forTim Potter2007-10-101-6/+32
* r3021: under heavy load the listen queue for messaging unix domain socket can...Andrew Tridgell2007-10-101-12/+24
* r3020: better error handling in socket_unixAndrew Tridgell2007-10-101-50/+43
* r3019: make the LOCAL-MESSAGING test a 2 process testAndrew Tridgell2007-10-101-13/+47
* r3018: handle STATUS_MORE_ENTRIES from socket_recv() in the messaging codeAndrew Tridgell2007-10-101-0/+2
* r3017: nicer memory handling for event_context_merge()Andrew Tridgell2007-10-104-19/+14
* r3016: - converted the events code to tallocAndrew Tridgell2007-10-1015-43/+583
* r3015: fixed typo noticed by abartlettAndrew Tridgell2007-10-101-3/+4
* r3014: got rid of the old intra-smbd messaging system in preparation for the ...Andrew Tridgell2007-10-105-703/+0
* r3013: added support for unix domain sockets in the generic socket library. IAndrew Tridgell2007-10-105-1/+334
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-1016-31/+671
* r3011: separated the locktest code into a separate module in smbtortureAndrew Tridgell2007-10-103-899/+927
* r3010: Do some more PyInt vs PyLong checks.Tim Potter2007-10-101-3/+2
* r3009: Fix up unmarshall functions to return Python dict instead of a NTSTATUS.Tim Potter2007-10-102-20/+15
* r3007: uint32 values need to be stored in Python longs, as on 32-bit machinesTim Potter2007-10-101-1/+5
* r3006: PoptifyJelmer Vernooij2007-10-101-16/+26
* r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2007-10-1014-207/+312