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