summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r3006: PoptifyJelmer Vernooij1-16/+26
2007-10-10r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell14-207/+312
2007-10-10r3004: removed some unused functionsAndrew Tridgell3-297/+0
2007-10-10r3001: Expose unmarshalling functions for structures marked "public" in theTim Potter3-11/+40
2007-10-10r2997: Added delete on close tests for readonly files.Jeremy Allison1-0/+58
2007-10-10r2994: More cleanups. Move the generation of NTSTATUS and WERROR exceptionsTim Potter2-34/+19
2007-10-10r2993: fix commentStefan Metzmacher1-1/+0
2007-10-10r2992: drsuapi uses WERROR not NTSTATUSStefan Metzmacher5-96/+201
2007-10-10r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture testStefan Metzmacher3-6/+161
2007-10-10r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij5-55/+148
2007-10-10r2989: fix the printing of unions with negative cases when :print is usedAndrew Tridgell1-2/+2
2007-10-10r2988: this should fix support for negative switch levels in PIDLAndrew Tridgell1-3/+3
2007-10-10r2987: added support for signed 32 bit integers in pidlAndrew Tridgell2-0/+32
2007-10-10r2986: Add correct value to dict when generating wrapper for functions thatTim Potter3-6/+27
2007-10-10r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functionsAndrew Tridgell2-74/+0
2007-10-10r2984: fixed the error code for a non-terminal component of a path name not e...Andrew Tridgell1-2/+1
2007-10-10r2983: report a failure if a server doesn't update the write time at allAndrew Tridgell1-1/+8