summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* r3004: removed some unused functionsAndrew Tridgell2007-10-103-297/+0
* r3001: Expose unmarshalling functions for structures marked "public" in theTim Potter2007-10-103-11/+40
* r2997: Added delete on close tests for readonly files.Jeremy Allison2007-10-101-0/+58
* r2994: More cleanups. Move the generation of NTSTATUS and WERROR exceptionsTim Potter2007-10-102-34/+19
* r2993: fix commentStefan Metzmacher2007-10-101-1/+0
* r2992: drsuapi uses WERROR not NTSTATUSStefan Metzmacher2007-10-105-96/+201
* r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture testStefan Metzmacher2007-10-103-6/+161
* r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij2007-10-105-55/+148
* r2989: fix the printing of unions with negative cases when :print is usedAndrew Tridgell2007-10-101-2/+2
* r2988: this should fix support for negative switch levels in PIDLAndrew Tridgell2007-10-101-3/+3
* r2987: added support for signed 32 bit integers in pidlAndrew Tridgell2007-10-102-0/+32
* r2986: Add correct value to dict when generating wrapper for functions thatTim Potter2007-10-103-6/+27