Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17085: reuse the existing sec_desc_buf struct | Stefan Metzmacher | 2 | -8/+4 |
2007-10-10 | r17084: implement SMB2 Cancel in the server, | Stefan Metzmacher | 4 | -11/+125 |
2007-10-10 | r17083: - implement SMB2 Cancel in the client | Stefan Metzmacher | 5 | -5/+105 |
2007-10-10 | r17082: Add a test that walks and tests denying tconX access via the share se... | Volker Lendecke | 5 | -20/+312 |
2007-10-10 | r17081: add idle handler support to the smb2 client lib too | Stefan Metzmacher | 2 | -0/+45 |
2007-10-10 | r17079: Remove an attempt to connect on ncacn_ip_tcp transport after failure | Rafal Szczesniak | 1 | -38/+0 |
2007-10-10 | r17074: Extend the rpc-samba3-getusername test: This creates a normal user an... | Volker Lendecke | 1 | -49/+275 |
2007-10-10 | r17069: Make us pass RPC-NETLOGSAMBA3 against w2k3 again | Volker Lendecke | 1 | -2/+5 |
2007-10-10 | r17065: NT4 does not like "0" here, W2k3 does not care... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ... | Volker Lendecke | 2 | -23/+265 |
2007-10-10 | r17062: make correct use of talloc destructors, and make the code much simpler | Stefan Metzmacher | 1 | -14/+12 |
2007-10-10 | r17061: - remove the currect talloc chunk from it's parent before freeing the... | Stefan Metzmacher | 2 | -7/+4 |
2007-10-10 | r17031: When I first revived the objectclass sorting module, simo complained | Andrew Bartlett | 1 | -151/+293 |
2007-10-10 | r17028: Remove extra newline. | Rafal Szczesniak | 1 | -1/+0 |
2007-10-10 | r17027: My copyright notice. | Rafal Szczesniak | 1 | -1/+2 |
2007-10-10 | r17026: Make rpc connect routine a bit smarter. Try to connect again | Rafal Szczesniak | 1 | -7/+86 |
2007-10-10 | r17020: pass the real error to the failing requests | Stefan Metzmacher | 4 | -11/+19 |
2007-10-10 | r17019: don't timeout on notifies | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r17015: add a test that closes the tcp connection with an outstanding | Stefan Metzmacher | 1 | -0/+67 |
2007-10-10 | r17014: add whitespaces... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r17012: don't try to send any data when the socket is gone already... | Stefan Metzmacher | 2 | -0/+19 |
2007-10-10 | r17009: set the protocol version correct | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r17008: on SMB2 Create the delete_on_close flag isn't ignored for | Stefan Metzmacher | 1 | -2/+14 |
2007-10-10 | r17001: Prepare a new monitor messages. | Rafal Szczesniak | 2 | -0/+24 |
2007-10-10 | r16996: use the correct types, merge from samba3 | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r16989: implement SMB2 Notify in the frontend | Stefan Metzmacher | 1 | -1/+75 |
2007-10-10 | r16988: Extend locktest to enable cluster testing byte range locks. -l <uncli... | Volker Lendecke | 1 | -3/+35 |
2007-10-10 | r16982: fix compiler warning, gentest will not use any SMB2 levels... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16981: check the returned values | Stefan Metzmacher | 1 | -1/+19 |
2007-10-10 | r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA... | Stefan Metzmacher | 12 | -252/+322 |
2007-10-10 | r16979: - ntcancel should compare TID,UID,MID and PID | Stefan Metzmacher | 1 | -3/+10 |
2007-10-10 | r16977: do a few more notify tests | Stefan Metzmacher | 1 | -4/+70 |
2007-10-10 | r16976: add a very simple SMB2-NOTIFY test | Stefan Metzmacher | 3 | -0/+93 |
2007-10-10 | r16975: implement SMB2 Notify call in the client lib | Stefan Metzmacher | 3 | -0/+106 |
2007-10-10 | r16972: Replace the sequence_number function pointer in ldb with the ldb flags. | Andrew Bartlett | 7 | -19/+34 |
2007-10-10 | r16967: Test another NTLMSSP flags combination. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r16966: Fix compile warnings. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r16965: Take a better stab at comparison functions between string and binary | Andrew Bartlett | 1 | -24/+44 |
2007-10-10 | r16964: Remove extra debugs no longer required in a working KDC | Andrew Bartlett | 1 | -26/+21 |
2007-10-10 | r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bit | Andrew Bartlett | 3 | -4/+12 |
2007-10-10 | r16958: We also do level 1501 on NetShareGetInfo | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16956: Walk some of the samba3 srvsvc code | Volker Lendecke | 2 | -1/+122 |
2007-10-10 | r16951: add the year to the copyright... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16950: remove the smb mid from the ntvfs layer and keep a list of pending | Stefan Metzmacher | 12 | -30/+47 |
2007-10-10 | r16949: add and fix some NOTIFY return codes | Stefan Metzmacher | 2 | -1/+4 |
2007-10-10 | r16938: Fix breakage of TDB on VOS (declaration after statement) | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r16937: Add const, to make it clear that it is invalid to talloc_free() the DN | Andrew Bartlett | 1 | -7/+6 |
2007-10-10 | r16936: Correct comment in this comparison function | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16934: Expand the ldb test to demonstrate partition behaviour, including the | Andrew Bartlett | 1 | -16/+88 |
2007-10-10 | r16933: Sort the partitions in order from most, to least specific. | Andrew Bartlett | 1 | -2/+13 |