Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3032: Somewhat stricter syntax for binding strings: | Jelmer Vernooij | 4 | -45/+99 |
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 |
2007-10-10 | r3004: removed some unused functions | Andrew Tridgell | 3 | -297/+0 |
2007-10-10 | r3001: Expose unmarshalling functions for structures marked "public" in the | Tim Potter | 3 | -11/+40 |
2007-10-10 | r2997: Added delete on close tests for readonly files. | Jeremy Allison | 1 | -0/+58 |
2007-10-10 | r2994: More cleanups. Move the generation of NTSTATUS and WERROR exceptions | Tim Potter | 2 | -34/+19 |
2007-10-10 | r2993: fix comment | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r2992: drsuapi uses WERROR not NTSTATUS | Stefan Metzmacher | 5 | -96/+201 |
2007-10-10 | r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture test | Stefan Metzmacher | 3 | -6/+161 |
2007-10-10 | r2990: Add support to pidl for autogenerating ndr_size_*() functions. Adding | Jelmer Vernooij | 5 | -55/+148 |
2007-10-10 | r2989: fix the printing of unions with negative cases when :print is used | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2988: this should fix support for negative switch levels in PIDL | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2987: added support for signed 32 bit integers in pidl | Andrew Tridgell | 2 | -0/+32 |
2007-10-10 | r2986: Add correct value to dict when generating wrapper for functions that | Tim Potter | 3 | -6/+27 |
2007-10-10 | r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functions | Andrew Tridgell | 2 | -74/+0 |
2007-10-10 | r2984: fixed the error code for a non-terminal component of a path name not e... | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r2983: report a failure if a server doesn't update the write time at all | Andrew Tridgell | 1 | -1/+8 |
2007-10-10 | r2982: added a test that shows the amount of time a server takes to update | Andrew Tridgell | 1 | -0/+84 |
2007-10-10 | r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys(). | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r2975: Try to emulate NT_STATUS_IS_ERR() functionality for WERRORs. Unfortun... | Tim Potter | 1 | -2/+4 |
2007-10-10 | r2974: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2973: Allow comma's inside parentheses in property arguments | Jelmer Vernooij | 2 | -234/+283 |
2007-10-10 | r2972: make names more consistent | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r2971: fix DsBind idl | Stefan Metzmacher | 2 | -4/+4 |
2007-10-10 | r2970: - give somefields names and typdef enums for the possible values | Stefan Metzmacher | 5 | -78/+330 |