summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r16979: - ntcancel should compare TID,UID,MID and PIDStefan Metzmacher2007-10-101-3/+10
* r16977: do a few more notify testsStefan Metzmacher2007-10-101-4/+70
* r16976: add a very simple SMB2-NOTIFY testStefan Metzmacher2007-10-103-0/+93
* r16975: implement SMB2 Notify call in the client libStefan Metzmacher2007-10-103-0/+106
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-107-19/+34
* r16967: Test another NTLMSSP flags combination.Andrew Bartlett2007-10-101-0/+1
* r16966: Fix compile warnings.Andrew Bartlett2007-10-101-0/+2
* r16965: Take a better stab at comparison functions between string and binaryAndrew Bartlett2007-10-101-24/+44
* r16964: Remove extra debugs no longer required in a working KDCAndrew Bartlett2007-10-101-26/+21
* r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bitAndrew Bartlett2007-10-103-4/+12
* r16958: We also do level 1501 on NetShareGetInfoVolker Lendecke2007-10-101-1/+1
* r16956: Walk some of the samba3 srvsvc codeVolker Lendecke2007-10-102-1/+122
* r16951: add the year to the copyright...Stefan Metzmacher2007-10-101-1/+1
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-1012-30/+47
* r16949: add and fix some NOTIFY return codesStefan Metzmacher2007-10-102-1/+4
* r16938: Fix breakage of TDB on VOS (declaration after statement)Andrew Bartlett2007-10-101-1/+2
* r16937: Add const, to make it clear that it is invalid to talloc_free() the DNAndrew Bartlett2007-10-101-7/+6
* r16936: Correct comment in this comparison functionAndrew Bartlett2007-10-101-1/+1
* r16933: Sort the partitions in order from most, to least specific.Andrew Bartlett2007-10-101-2/+13
* r16932: Consistanly use the macro for these DNs and attributes.Andrew Bartlett2007-10-101-2/+2
* 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