summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r16923: remove unused substitude codeStefan Metzmacher2007-10-105-201/+2
* r16922: move some macros out of talloc.h as the don't belong to tallocStefan Metzmacher2007-10-102-8/+4
* r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher2007-10-105-5/+27
* r16917: Fix compile errors found by the testing of tdb on the build farm.Andrew Bartlett2007-10-101-3/+9
* r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett2007-10-108-21/+39
* r16914: Add more tests for the partition module.Andrew Bartlett2007-10-102-26/+140
* r16913: better return the same values as vista beta2Stefan Metzmacher2007-10-101-2/+16
* r16912: I messed up the numbers for ipc and print shares...Stefan Metzmacher2007-10-101-2/+2
* r16911: the TID is only 32 bits...don't overwrite parts of the UID fieldStefan Metzmacher2007-10-101-1/+1
* r16910: - don't search the wildcard handleStefan Metzmacher2007-10-101-0/+8
* r16909: Change torture_open_connection to look at torture:unclist.Volker Lendecke2007-10-101-32/+24
* r16908: Set an error string if we can't find a backend for an operation.Andrew Bartlett2007-10-101-1/+5
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-1045-93/+97
* r16900: Nicer display of the test results.Rafal Szczesniak2007-10-101-2/+10
* r16897: Don't pass allocated buffer for returned string as the lookupRafal Szczesniak2007-10-101-7/+6
* r16896: Allow to use both binding and unc string to specify host nameRafal Szczesniak2007-10-101-0/+21
* r16895: Add continue function and prevent from segfaulting (or unpredictableRafal Szczesniak2007-10-101-16/+41
* r16891: test dcerpc over smb2Stefan Metzmacher2007-10-101-0/+3
* r16890: implement DCERPC over SMB2 in the IPC backendStefan Metzmacher2007-10-101-10/+95
* r16889: implement SMB2 Ioctl in the frontendStefan Metzmacher2007-10-102-1/+41
* r16877: run SMB2-FIND testStefan Metzmacher2007-10-101-1/+1
* r16876: implement SMB2 Find in the posix ntvfs backendStefan Metzmacher2007-10-103-0/+166
* r16875: implement SMB2 Find in the frontendStefan Metzmacher2007-10-105-9/+177
* r16874: query all informationStefan Metzmacher2007-10-101-2/+2
* r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc...Stefan Metzmacher2007-10-101-8/+8
* r16872: when we know the data length we can preallocate the bufferStefan Metzmacher2007-10-101-1/+1
* r16871: zero padding bytesStefan Metzmacher2007-10-102-0/+2
* r16870: copy over the status from the ntvfs request to the smb2 requestStefan Metzmacher2007-10-101-0/+2
* r16869: - if we know the blob length, we can preallocated the memoryStefan Metzmacher2007-10-101-2/+1
* r16868: init some uninitialized valuesStefan Metzmacher2007-10-101-0/+3
* r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sidsAndrew Bartlett2007-10-103-22/+66
* r16858: The RPC-SAMR-PASSWORDS test now passes.Andrew Bartlett2007-10-101-3/+3
* r16854: Fix the RPC-SAMR-PASSWORDS test. It failed because we allocated usersAndrew Bartlett2007-10-101-1/+3
* r16852: I thought we passed RPC-SAMR-PASSWORDS, but we don't. Disable thatAndrew Bartlett2007-10-101-3/+3
* r16851: Put a clue in as to which domain might have failed, due to the lengthAndrew Bartlett2007-10-101-0/+4
* r16850: Disable NBT-WINSREPLICATION-OWNED until it always passes (currently i...Andrew Bartlett2007-10-101-3/+3
* r16847: Add the parts of the SAMR test that pass back into 'make test'.Andrew Bartlett2007-10-103-165/+243
* r16846: Try not to segfault if the domain SID isn't there, or the searchAndrew Bartlett2007-10-101-6/+14
* r16843: Confirm that openX uses the same mapping table as getatr.Jeremy Allison2007-10-101-1/+94
* r16842: Jeremy, I almost don't dare checking this in.....Volker Lendecke2007-10-101-0/+44
* r16838: Allow compilation by midl. Patch by andrzej.hajda@wp.plJelmer Vernooij2007-10-101-9/+13
* r16835: Remove RPC-SAMR from the test, until I can clear up the unexplained f...Andrew Bartlett2007-10-101-3/+3
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-1014-267/+435
* r16833: Add a base DN to more search calls, we need to look for an ID over theAndrew Bartlett2007-10-101-5/+5
* r16832: I should be more careful (and test!) when trying to make compilers andAndrew Bartlett2007-10-101-1/+3
* r16831: Use a valid memory context (found by the IBM checker).Andrew Bartlett2007-10-101-2/+2
* r16830: Fix IBM checker and GCC warnings.Andrew Bartlett2007-10-101-3/+3
* r16829: Fix a number of issues raised by the IBM checker, or gcc warnings.Andrew Bartlett2007-10-103-11/+15
* r16828: Add RPC-LSA as a test that passes, and remove RAW-ACLs until someoneAndrew Bartlett2007-10-103-6/+6
* r16827: Factor out some code into common samdb functions:Andrew Bartlett2007-10-105-280/+365