Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r17027: My copyright notice. | Rafal Szczesniak | 2006-07-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r17026: Make rpc connect routine a bit smarter. Try to connect again | Rafal Szczesniak | 2006-07-13 | 1 | -7/+86 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using different transport and possibly address type, when the first attempt fails (only if it makes any sense, of course). This may be especially useful when connecting DCs and PDCs in mixed environments. Also, add monitor messages issuing. rafal | |||||
| | | * | r17020: pass the real error to the failing requests | Stefan Metzmacher | 2006-07-13 | 4 | -11/+19 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17019: don't timeout on notifies | Stefan Metzmacher | 2006-07-13 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17015: add a test that closes the tcp connection with an outstanding | Stefan Metzmacher | 2006-07-13 | 1 | -0/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | notify request metze | |||||
| | | * | r17014: add whitespaces... | Stefan Metzmacher | 2006-07-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17012: don't try to send any data when the socket is gone already... | Stefan Metzmacher | 2006-07-13 | 2 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | (fixes crash bugs) metze | |||||
| | | * | r17009: set the protocol version correct | Stefan Metzmacher | 2006-07-13 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17008: on SMB2 Create the delete_on_close flag isn't ignored for | Stefan Metzmacher | 2006-07-13 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | existing opened files as it is for SMB. metze | |||||
| | | * | r17001: Prepare a new monitor messages. | Rafal Szczesniak | 2006-07-12 | 2 | -0/+24 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r16996: use the correct types, merge from samba3 | Stefan Metzmacher | 2006-07-12 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16989: implement SMB2 Notify in the frontend | Stefan Metzmacher | 2006-07-12 | 1 | -1/+75 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16988: Extend locktest to enable cluster testing byte range locks. -l ↵ | Volker Lendecke | 2006-07-12 | 1 | -3/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <unclist> will redirect the first server/share via the unclist file. Volker | |||||
| | | * | r16982: fix compiler warning, gentest will not use any SMB2 levels... | Stefan Metzmacher | 2006-07-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16981: check the returned values | Stefan Metzmacher | 2006-07-12 | 1 | -1/+19 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16980: - make struct smb_notify a union and add levels ↵ | Stefan Metzmacher | 2006-07-12 | 12 | -252/+322 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RAW_NOTIFY_NTTRANS,RAW_NOTIFY_SMB2 - parse SMB2 Notify reponse metze | |||||
| | | * | r16979: - ntcancel should compare TID,UID,MID and PID | Stefan Metzmacher | 2006-07-12 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - don't return ntcancel error, as we don't know how signing works for them metze | |||||
| | | * | r16977: do a few more notify tests | Stefan Metzmacher | 2006-07-12 | 1 | -4/+70 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16976: add a very simple SMB2-NOTIFY test | Stefan Metzmacher | 2006-07-12 | 3 | -0/+93 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16975: implement SMB2 Notify call in the client lib | Stefan Metzmacher | 2006-07-12 | 3 | -0/+106 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16972: Replace the sequence_number function pointer in ldb with the ldb flags. | Andrew Bartlett | 2006-07-12 | 7 | -19/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function pointer was meant to be unused, this patch fixes partition.c to use ldb_sequence_number(). (No backend provided the pointer any more). Set the flags onto the ldb structure, so that all backends opened by the partitions module inherit the flags. Set the read-ony flag when accessed as the global catalog Modify the LDAP server to track that this query is for the global catalog (by incoming port), and set a opqaue pointer. Next step is to read that opaque pointer in the partitions module. Andrew Bartlett | |||||
| | | * | r16967: Test another NTLMSSP flags combination. | Andrew Bartlett | 2006-07-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r16966: Fix compile warnings. | Andrew Bartlett | 2006-07-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r16965: Take a better stab at comparison functions between string and binary | Andrew Bartlett | 2006-07-12 | 1 | -24/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | forms of the objectGUID and objectSID attributes. Andrew Bartlett | |||||
| | | * | r16964: Remove extra debugs no longer required in a working KDC | Andrew Bartlett | 2006-07-12 | 1 | -26/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Implement the 'DES only' flag. Andrew Bartlett | |||||
| | | * | r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bit | Andrew Bartlett | 2006-07-12 | 3 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flag is handled just like all the others. Also negotiate the unknown 0x02000000 flag, to match windows. Andrew Bartlett | |||||
| | | * | r16958: We also do level 1501 on NetShareGetInfo | Volker Lendecke | 2006-07-11 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r16956: Walk some of the samba3 srvsvc code | Volker Lendecke | 2006-07-11 | 2 | -1/+122 | |
| | | | | ||||||
| | | * | r16951: add the year to the copyright... | Stefan Metzmacher | 2006-07-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16950: remove the smb mid from the ntvfs layer and keep a list of pending | Stefan Metzmacher | 2006-07-11 | 12 | -30/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests on the smbsrv_connection, to be able to match then on ntcancel metze | |||||
| | | * | r16949: add and fix some NOTIFY return codes | Stefan Metzmacher | 2006-07-11 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16938: Fix breakage of TDB on VOS (declaration after statement) | Andrew Bartlett | 2006-07-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r16937: Add const, to make it clear that it is invalid to talloc_free() the DN | Andrew Bartlett | 2006-07-11 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | at this point. Andrew Bartlett | |||||
| | | * | r16936: Correct comment in this comparison function | Andrew Bartlett | 2006-07-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r16934: Expand the ldb test to demonstrate partition behaviour, including the | Andrew Bartlett | 2006-07-11 | 1 | -16/+88 | |
| | | | | | | | | | | | | | | | | | | | | | | | | global USN and global transactions. Andrew Bartlett | |||||
| | | * | r16933: Sort the partitions in order from most, to least specific. | Andrew Bartlett | 2006-07-11 | 1 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Remember to perform operations on the base database as well. Andrew Bartlett | |||||
| | | * | r16932: Consistanly use the macro for these DNs and attributes. | Andrew Bartlett | 2006-07-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r16923: remove unused substitude code | Stefan Metzmacher | 2006-07-10 | 5 | -201/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16922: move some macros out of talloc.h as the don't belong to talloc | Stefan Metzmacher | 2006-07-10 | 2 | -8/+4 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16918: the SMB2 Ioctls are sometimes called with a wildcard handle | Stefan Metzmacher | 2006-07-10 | 5 | -5/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the operation doesn't need a valid file handle in that case metze | |||||
| | | * | r16917: Fix compile errors found by the testing of tdb on the build farm. | Andrew Bartlett | 2006-07-10 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r16916: Implement metze's proposed changes to the tdb logging API. | Andrew Bartlett | 2006-07-10 | 8 | -21/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This clearly links the log function with its private pointer, and makes the argument list for tdb_open_ex a bit shorter. Andrew Bartlett | |||||
| | | * | r16914: Add more tests for the partition module. | Andrew Bartlett | 2006-07-10 | 3 | -35/+209 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r16913: better return the same values as vista beta2 | Stefan Metzmacher | 2006-07-10 | 1 | -2/+16 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16912: I messed up the numbers for ipc and print shares... | Stefan Metzmacher | 2006-07-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused vista beta2 to not do any rpc calls against samba4 metze | |||||
| | | * | r16911: the TID is only 32 bits...don't overwrite parts of the UID field | Stefan Metzmacher | 2006-07-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r16910: - don't search the wildcard handle | Stefan Metzmacher | 2006-07-10 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (a handle with all bits set to 1 is justed for some SMB2 Ioctl calls...) - don't crash if we didn't find the tcon metze | |||||
| | | * | r16909: Change torture_open_connection to look at torture:unclist. | Volker Lendecke | 2006-07-10 | 1 | -32/+24 | |
| | | | | | | | | | | | | | | | | Volker | |||||
| | | * | r16908: Set an error string if we can't find a backend for an operation. | Andrew Bartlett | 2006-07-10 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r16907: Add an index parameter to torture_open_connection. Next step is to ↵ | Volker Lendecke | 2006-07-10 | 45 | -93/+97 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enable the unclist parameter for all tests that do two connections, to enable cluster testing. Volker |