summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r2982: added a test that shows the amount of time a server takes to updateAndrew Tridgell1-0/+84
2007-10-10r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison1-3/+3
2007-10-10r2975: Try to emulate NT_STATUS_IS_ERR() functionality for WERRORs. Unfortun...Tim Potter1-2/+4
2007-10-10r2974: fix the buildStefan Metzmacher1-1/+1
2007-10-10r2973: Allow comma's inside parentheses in property argumentsJelmer Vernooij2-234/+283
2007-10-10r2972: make names more consistentStefan Metzmacher1-2/+2
2007-10-10r2971: fix DsBind idlStefan Metzmacher2-4/+4
2007-10-10r2970: - give somefields names and typdef enums for the possible valuesStefan Metzmacher5-78/+330
2007-10-10r2969: inet_ntoa() takes an address in network byte order, so now that weAndrew Tridgell1-1/+1
2007-10-10r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcpAndrew Tridgell4-2/+14
2007-10-10r2967: Add some printer enum constants from Samba3's rpc_spoolss.hTim Potter1-0/+9
2007-10-10r2966: Handle conversion of DATA_BLOB fields from Python in a slightly nicerTim Potter2-10/+15
2007-10-10r2965: Ignore *.pyc files in torture directory.Tim Potter2-3/+41
2007-10-10r2964: Add spoolss to list of wrapped client functions.Tim Potter2-1/+2
2007-10-10r2963: Handle structures that contain more than one union as members.Tim Potter1-2/+2
2007-10-10r2962: Tweak to get conversion function for pointers to union compiling again.Tim Potter1-1/+1
2007-10-10r2961: fixed a silly typoAndrew Tridgell1-2/+2
2007-10-10r2960: during a lunchtime discussion I found out that all powerpc processorsAndrew Tridgell1-2/+47
2007-10-10r2958: the warnings from the swig code in pidl were totally swamping validAndrew Tridgell2-15/+17
2007-10-10r2956: Fix towers_length for now. I'm currently working on a pidl extensionJelmer Vernooij2-1/+53
2007-10-10r2954: add server cracknames code:Stefan Metzmacher1-1/+41
2007-10-10r2953: add NTSTATUS_TALLOC_CHECK(x)Stefan Metzmacher1-0/+4
2007-10-10r2952: add idl and torture test for DsCrackNamesStefan Metzmacher3-5/+81
2007-10-10r2951: fixed the intptr_t test for discard_const()Andrew Tridgell2-1/+5
2007-10-10r2950: 0x40000 is clearer than 262144Andrew Tridgell1-1/+1