summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functionsAndrew Tridgell2007-10-102-74/+0
* r2984: fixed the error code for a non-terminal component of a path name not e...Andrew Tridgell2007-10-101-2/+1
* r2983: report a failure if a server doesn't update the write time at allAndrew Tridgell2007-10-101-1/+8
* r2982: added a test that shows the amount of time a server takes to updateAndrew Tridgell2007-10-101-0/+84
* r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison2007-10-101-3/+3
* r2975: Try to emulate NT_STATUS_IS_ERR() functionality for WERRORs. Unfortun...Tim Potter2007-10-101-2/+4
* r2974: fix the buildStefan Metzmacher2007-10-101-1/+1
* r2973: Allow comma's inside parentheses in property argumentsJelmer Vernooij2007-10-102-234/+283
* r2972: make names more consistentStefan Metzmacher2007-10-101-2/+2
* r2971: fix DsBind idlStefan Metzmacher2007-10-102-4/+4
* r2970: - give somefields names and typdef enums for the possible valuesStefan Metzmacher2007-10-105-78/+330
* r2969: inet_ntoa() takes an address in network byte order, so now that weAndrew Tridgell2007-10-101-1/+1
* r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcpAndrew Tridgell2007-10-104-2/+14
* r2967: Add some printer enum constants from Samba3's rpc_spoolss.hTim Potter2007-10-101-0/+9
* r2966: Handle conversion of DATA_BLOB fields from Python in a slightly nicerTim Potter2007-10-102-10/+15