summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17074: Extend the rpc-samba3-getusername test: This creates a normal user an...Volker Lendecke1-49/+275
2007-10-10r17069: Make us pass RPC-NETLOGSAMBA3 against w2k3 againVolker Lendecke1-2/+5
2007-10-10r17065: NT4 does not like "0" here, W2k3 does not care...Volker Lendecke1-1/+1
2007-10-10r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...Volker Lendecke2-23/+265
2007-10-10r17062: make correct use of talloc destructors, and make the code much simplerStefan Metzmacher1-14/+12
2007-10-10r17061: - remove the currect talloc chunk from it's parent before freeing the...Stefan Metzmacher2-7/+4
2007-10-10r17031: When I first revived the objectclass sorting module, simo complainedAndrew Bartlett1-151/+293
2007-10-10r17028: Remove extra newline.Rafal Szczesniak1-1/+0
2007-10-10r17027: My copyright notice.Rafal Szczesniak1-1/+2
2007-10-10r17026: Make rpc connect routine a bit smarter. Try to connect againRafal Szczesniak1-7/+86
2007-10-10r17020: pass the real error to the failing requestsStefan Metzmacher4-11/+19
2007-10-10r17019: don't timeout on notifiesStefan Metzmacher1-0/+4
2007-10-10r17015: add a test that closes the tcp connection with an outstandingStefan Metzmacher1-0/+67
2007-10-10r17014: add whitespaces...Stefan Metzmacher1-2/+2
2007-10-10r17012: don't try to send any data when the socket is gone already...Stefan Metzmacher2-0/+19
2007-10-10r17009: set the protocol version correctStefan Metzmacher1-0/+2
2007-10-10r17008: on SMB2 Create the delete_on_close flag isn't ignored forStefan Metzmacher1-2/+14
2007-10-10r17001: Prepare a new monitor messages.Rafal Szczesniak2-0/+24
2007-10-10r16996: use the correct types, merge from samba3Stefan Metzmacher1-3/+3
2007-10-10r16989: implement SMB2 Notify in the frontendStefan Metzmacher1-1/+75
2007-10-10r16988: Extend locktest to enable cluster testing byte range locks. -l <uncli...Volker Lendecke1-3/+35
2007-10-10r16982: fix compiler warning, gentest will not use any SMB2 levels...Stefan Metzmacher1-0/+2
2007-10-10r16981: check the returned valuesStefan Metzmacher1-1/+19
2007-10-10r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher12-252/+322
2007-10-10r16979: - ntcancel should compare TID,UID,MID and PIDStefan Metzmacher1-3/+10
2007-10-10r16977: do a few more notify testsStefan Metzmacher1-4/+70
2007-10-10r16976: add a very simple SMB2-NOTIFY testStefan Metzmacher3-0/+93
2007-10-10r16975: implement SMB2 Notify call in the client libStefan Metzmacher3-0/+106
2007-10-10r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett7-19/+34
2007-10-10r16967: Test another NTLMSSP flags combination.Andrew Bartlett1-0/+1
2007-10-10r16966: Fix compile warnings.Andrew Bartlett1-0/+2
2007-10-10r16965: Take a better stab at comparison functions between string and binaryAndrew Bartlett1-24/+44
2007-10-10r16964: Remove extra debugs no longer required in a working KDCAndrew Bartlett1-26/+21
2007-10-10r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bitAndrew Bartlett3-4/+12
2007-10-10r16958: We also do level 1501 on NetShareGetInfoVolker Lendecke1-1/+1
2007-10-10r16956: Walk some of the samba3 srvsvc codeVolker Lendecke2-1/+122
2007-10-10r16951: add the year to the copyright...Stefan Metzmacher1-1/+1
2007-10-10r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher12-30/+47
2007-10-10r16949: add and fix some NOTIFY return codesStefan Metzmacher2-1/+4
2007-10-10r16938: Fix breakage of TDB on VOS (declaration after statement)Andrew Bartlett1-1/+2
2007-10-10r16937: Add const, to make it clear that it is invalid to talloc_free() the DNAndrew Bartlett1-7/+6
2007-10-10r16936: Correct comment in this comparison functionAndrew Bartlett1-1/+1
2007-10-10r16933: Sort the partitions in order from most, to least specific.Andrew Bartlett1-2/+13
2007-10-10r16932: Consistanly use the macro for these DNs and attributes.Andrew Bartlett1-2/+2
2007-10-10r16923: remove unused substitude codeStefan Metzmacher5-201/+2
2007-10-10r16922: move some macros out of talloc.h as the don't belong to tallocStefan Metzmacher2-8/+4
2007-10-10r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher5-5/+27
2007-10-10r16917: Fix compile errors found by the testing of tdb on the build farm.Andrew Bartlett1-3/+9
2007-10-10r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett8-21/+39
2007-10-10r16914: Add more tests for the partition module.Andrew Bartlett2-26/+140