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