Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r2969: inet_ntoa() takes an address in network byte order, so now that we | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcp | Andrew Tridgell | 4 | -2/+14 |
2007-10-10 | r2967: Add some printer enum constants from Samba3's rpc_spoolss.h | Tim Potter | 1 | -0/+9 |
2007-10-10 | r2966: Handle conversion of DATA_BLOB fields from Python in a slightly nicer | Tim Potter | 2 | -10/+15 |
2007-10-10 | r2965: Ignore *.pyc files in torture directory. | Tim Potter | 2 | -3/+41 |
2007-10-10 | r2964: Add spoolss to list of wrapped client functions. | Tim Potter | 2 | -1/+2 |
2007-10-10 | r2963: Handle structures that contain more than one union as members. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r2962: Tweak to get conversion function for pointers to union compiling again. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2961: fixed a silly typo | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2960: during a lunchtime discussion I found out that all powerpc processors | Andrew Tridgell | 1 | -2/+47 |
2007-10-10 | r2958: the warnings from the swig code in pidl were totally swamping valid | Andrew Tridgell | 2 | -15/+17 |
2007-10-10 | r2956: Fix towers_length for now. I'm currently working on a pidl extension | Jelmer Vernooij | 2 | -1/+53 |
2007-10-10 | r2954: add server cracknames code: | Stefan Metzmacher | 1 | -1/+41 |
2007-10-10 | r2953: add NTSTATUS_TALLOC_CHECK(x) | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r2952: add idl and torture test for DsCrackNames | Stefan Metzmacher | 3 | -5/+81 |
2007-10-10 | r2951: fixed the intptr_t test for discard_const() | Andrew Tridgell | 2 | -1/+5 |
2007-10-10 | r2950: 0x40000 is clearer than 262144 | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2949: added some range checks in samr.idl | Andrew Tridgell | 1 | -4/+4 |