summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r17082: Add a test that walks and tests denying tconX access via the share se...Volker Lendecke2007-10-105-20/+312
* r17081: add idle handler support to the smb2 client lib tooStefan Metzmacher2007-10-102-0/+45
* r17079: Remove an attempt to connect on ncacn_ip_tcp transport after failureRafal Szczesniak2007-10-101-38/+0
* r17074: Extend the rpc-samba3-getusername test: This creates a normal user an...Volker Lendecke2007-10-101-49/+275
* r17069: Make us pass RPC-NETLOGSAMBA3 against w2k3 againVolker Lendecke2007-10-101-2/+5
* r17065: NT4 does not like "0" here, W2k3 does not care...Volker Lendecke2007-10-101-1/+1
* r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...Volker Lendecke2007-10-102-23/+265
* r17062: make correct use of talloc destructors, and make the code much simplerStefan Metzmacher2007-10-101-14/+12
* r17061: - remove the currect talloc chunk from it's parent before freeing the...Stefan Metzmacher2007-10-102-7/+4
* r17031: When I first revived the objectclass sorting module, simo complainedAndrew Bartlett2007-10-101-151/+293
* r17028: Remove extra newline.Rafal Szczesniak2007-10-101-1/+0
* r17027: My copyright notice.Rafal Szczesniak2007-10-101-1/+2
* r17026: Make rpc connect routine a bit smarter. Try to connect againRafal Szczesniak2007-10-101-7/+86
* r17020: pass the real error to the failing requestsStefan Metzmacher2007-10-104-11/+19
* r17019: don't timeout on notifiesStefan Metzmacher2007-10-101-0/+4
* r17015: add a test that closes the tcp connection with an outstandingStefan Metzmacher2007-10-101-0/+67
* r17014: add whitespaces...Stefan Metzmacher2007-10-101-2/+2
* r17012: don't try to send any data when the socket is gone already...Stefan Metzmacher2007-10-102-0/+19
* r17009: set the protocol version correctStefan Metzmacher2007-10-101-0/+2
* r17008: on SMB2 Create the delete_on_close flag isn't ignored forStefan Metzmacher2007-10-101-2/+14
* r17001: Prepare a new monitor messages.Rafal Szczesniak2007-10-102-0/+24
* r16996: use the correct types, merge from samba3Stefan Metzmacher2007-10-101-3/+3
* r16989: implement SMB2 Notify in the frontendStefan Metzmacher2007-10-101-1/+75
* r16988: Extend locktest to enable cluster testing byte range locks. -l <uncli...Volker Lendecke2007-10-101-3/+35
* r16982: fix compiler warning, gentest will not use any SMB2 levels...Stefan Metzmacher2007-10-101-0/+2
* r16981: check the returned valuesStefan Metzmacher2007-10-101-1/+19
* r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher2007-10-1012-252/+322
* 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