summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* r16979: - ntcancel should compare TID,UID,MID and PIDStefan Metzmacher2007-10-101-3/+10
| | | | | | | | - don't return ntcancel error, as we don't know how signing works for them metze (This used to be commit 20311e58d512e9fcc38ce786aaecf7246d182ca4)
* r16977: do a few more notify testsStefan Metzmacher2007-10-101-4/+70
| | | | | metze (This used to be commit 07b27333d5c3bb833d3e9fa5ee99470679a15da9)
* r16976: add a very simple SMB2-NOTIFY testStefan Metzmacher2007-10-103-0/+93
| | | | | metze (This used to be commit 9dfbb0d15e2a5b9cd90643eebedca7b830fc6e10)
* r16975: implement SMB2 Notify call in the client libStefan Metzmacher2007-10-103-0/+106
| | | | | metze (This used to be commit a455dc7a8392230395c0e444f76a4ca13192f871)
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-107-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 (This used to be commit a1161cb30e4ffa09657a89e03ca85dd6efd4feba)
* r16967: Test another NTLMSSP flags combination.Andrew Bartlett2007-10-101-0/+1
| | | | | Andrew Bartlett (This used to be commit 9e4eee5a2d7f44355f79ae12759df9991e7b171a)
* r16966: Fix compile warnings.Andrew Bartlett2007-10-101-0/+2
| | | | | Andrew Bartlett (This used to be commit 7b8240e8fddb49ccad61f9994e6e22e387c16a9e)
* r16965: Take a better stab at comparison functions between string and binaryAndrew Bartlett2007-10-101-24/+44
| | | | | | | forms of the objectGUID and objectSID attributes. Andrew Bartlett (This used to be commit e7894b49b37de296320fea2e6d86052b81845e51)
* r16964: Remove extra debugs no longer required in a working KDCAndrew Bartlett2007-10-101-26/+21
| | | | | | | Implement the 'DES only' flag. Andrew Bartlett (This used to be commit 9d42bb4b3d2a45da02f0525386468161494852cd)
* r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bitAndrew Bartlett2007-10-103-4/+12
| | | | | | | | | flag is handled just like all the others. Also negotiate the unknown 0x02000000 flag, to match windows. Andrew Bartlett (This used to be commit 1d0befdb681ed9974d1bdff46ce56353552ee0e0)
* r16958: We also do level 1501 on NetShareGetInfoVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 656d8337c474374014ac681914fa761916a9bc3c)
* r16956: Walk some of the samba3 srvsvc codeVolker Lendecke2007-10-102-1/+122
| | | | (This used to be commit bd84fde777366899391d122e0aa5034ba0b80037)
* r16951: add the year to the copyright...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 97157d5c4a829108f1da89b23b91a6cf87879b3a)
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-1012-30/+47
| | | | | | | | requests on the smbsrv_connection, to be able to match then on ntcancel metze (This used to be commit 04f0d3d03179b6060fd013b867d13caa92ec6460)
* r16949: add and fix some NOTIFY return codesStefan Metzmacher2007-10-102-1/+4
| | | | | metze (This used to be commit e40d62363c2123fff37b35c1c7004e85a6786c2a)
* r16938: Fix breakage of TDB on VOS (declaration after statement)Andrew Bartlett2007-10-101-1/+2
| | | | | Andrew Bartlett (This used to be commit d0ed7cd241e0e7889406f62fd620d8fe39d4498c)
* r16937: Add const, to make it clear that it is invalid to talloc_free() the DNAndrew Bartlett2007-10-101-7/+6
| | | | | | | at this point. Andrew Bartlett (This used to be commit f7fb168ab69e39ab3ff236bb5db4e5306a79971d)
* r16936: Correct comment in this comparison functionAndrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit d64987a2882c70669421b02aee8d75d95ce99bcb)
* r16933: Sort the partitions in order from most, to least specific.Andrew Bartlett2007-10-101-2/+13
| | | | | | | Remember to perform operations on the base database as well. Andrew Bartlett (This used to be commit eae232530c967fe949355cf1914ca0cb8c0ea8c2)
* r16932: Consistanly use the macro for these DNs and attributes.Andrew Bartlett2007-10-101-2/+2
| | | | | Andrew Bartlett (This used to be commit dd6ca3342218aa25619a98d48e0efbbe31012c30)
* r16923: remove unused substitude codeStefan Metzmacher2007-10-105-201/+2
| | | | | metze (This used to be commit ea88c8c99eff2203d13f9877e590d9d7f2fbb910)
* r16922: move some macros out of talloc.h as the don't belong to tallocStefan Metzmacher2007-10-102-8/+4
| | | | | metze (This used to be commit 4c68e315e2288eef97527911daf18622a994ac31)
* r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher2007-10-105-5/+27
| | | | | | | the operation doesn't need a valid file handle in that case metze (This used to be commit d41a83d55945b07020349339888f3a34ac4eff4e)
* r16917: Fix compile errors found by the testing of tdb on the build farm.Andrew Bartlett2007-10-101-3/+9
| | | | | Andrew Bartlett (This used to be commit a6e0846d9b5f1adc2ff137247a5c3f32746e43b5)
* r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett2007-10-108-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 (This used to be commit 5d5503e8d8a10ead3ef21a5ffda52cadb9a07727)
* r16914: Add more tests for the partition module.Andrew Bartlett2007-10-102-26/+140
| | | | | Andrew Bartlett (This used to be commit 2728b60dfa50ded03e06f0bd53eee55fce5143bd)
* r16913: better return the same values as vista beta2Stefan Metzmacher2007-10-101-2/+16
| | | | | metze (This used to be commit ae9c007324b04a81fd367e4e72f50275df137d46)
* r16912: I messed up the numbers for ipc and print shares...Stefan Metzmacher2007-10-101-2/+2
| | | | | | | | This caused vista beta2 to not do any rpc calls against samba4 metze (This used to be commit b42d918d56387a4d5dd27cc4dfc187990195d9c3)
* r16911: the TID is only 32 bits...don't overwrite parts of the UID fieldStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 7db393e5ea15dd363f83dcf5eb299f2806971f97)
* r16910: - don't search the wildcard handleStefan Metzmacher2007-10-101-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 (This used to be commit 27087818c7e8cbaadbcd640fe3b0ffc1c3455b04)
* r16909: Change torture_open_connection to look at torture:unclist.Volker Lendecke2007-10-101-32/+24
| | | | | Volker (This used to be commit 3413ad5c31b24d490744ad61229372ef74a707b0)
* r16908: Set an error string if we can't find a backend for an operation.Andrew Bartlett2007-10-101-1/+5
| | | | | Andrew Bartlett (This used to be commit 6a8c9af9bae8c482dfdb07114ae8313b7e35d9e9)
* r16907: Add an index parameter to torture_open_connection. Next step is to ↵Volker Lendecke2007-10-1045-93/+97
| | | | | | | | | | enable the unclist parameter for all tests that do two connections, to enable cluster testing. Volker (This used to be commit a5d6db09244d444986f8fded3fc6e72c74c8ca1f)
* r16900: Nicer display of the test results.Rafal Szczesniak2007-10-101-2/+10
| | | | | rafal (This used to be commit bb0e9297b2d0b25866b31937b553434a2dc6aac4)
* r16897: Don't pass allocated buffer for returned string as the lookupRafal Szczesniak2007-10-101-7/+6
| | | | | | | | function allocates it using memory context. Also, give nicer output of the result of lookup performed. rafal (This used to be commit 1bd5661258dffc01afdb11da50f2da8f0b0b9046)
* r16896: Allow to use both binding and unc string to specify host nameRafal Szczesniak2007-10-101-0/+21
| | | | | | | being looked up. rafal (This used to be commit e597e9867f50f495a338bed05cee76ff84fd38b6)
* r16895: Add continue function and prevent from segfaulting (or unpredictableRafal Szczesniak2007-10-101-16/+41
| | | | | | | behaviour) if composite context returned from _send function was NULL. rafal (This used to be commit d9fce228d006b702d76faebe4eb436327a7212d0)
* r16891: test dcerpc over smb2Stefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit 2fd7a5fc6107e398bb9e399461b2b30319c7741e)
* r16890: implement DCERPC over SMB2 in the IPC backendStefan Metzmacher2007-10-101-10/+95
| | | | | metze (This used to be commit 5338699d0cff5da9fe7f9cd622764ea5a6b0d96b)
* r16889: implement SMB2 Ioctl in the frontendStefan Metzmacher2007-10-102-1/+41
| | | | | metze (This used to be commit 90b0ae53e40a220249b55035411e6b60ee04de7c)
* r16877: run SMB2-FIND testStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 8edbd9b05b10aeba00b50e238614ba92fd7020e3)
* r16876: implement SMB2 Find in the posix ntvfs backendStefan Metzmacher2007-10-103-0/+166
| | | | | metze (This used to be commit 4f1afda488f2fb5cfcf98ef6a56157f954fdccfc)
* r16875: implement SMB2 Find in the frontendStefan Metzmacher2007-10-105-9/+177
| | | | | metze (This used to be commit 58bed7322c7e552d0462a11ce5d46a282c31f8f7)
* r16874: query all informationStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 0ff9c5775724a4644dee10ce1476d728b515a569)
* r16873: - grow the buffer with the correct size, we maybe had 1 byte ↵Stefan Metzmacher2007-10-101-8/+8
| | | | | | | | | preallocated - body_size doesn't contain the preallocated byte so don't remove it metze (This used to be commit 3cf50e26b7dc11d85c46ef81a36c74acf97085c0)
* r16872: when we know the data length we can preallocate the bufferStefan Metzmacher2007-10-101-1/+1
| | | | | | | and avoid a realloc metze (This used to be commit 51d59d23a1179689bda7cd1ab8cc43de31ad4f24)
* r16871: zero padding bytesStefan Metzmacher2007-10-102-0/+2
| | | | | | | (found by valgrind) metze (This used to be commit 283bec8295b6302dfe3dc12c82d7870bdfee8b37)
* r16870: copy over the status from the ntvfs request to the smb2 requestStefan Metzmacher2007-10-101-0/+2
| | | | | | | | so that smb2srv_setup_reply() doesn't push uninitialized data (found by valgrind) metze (This used to be commit 1a1fd2747d12663ff1084a3bc85e85c74188edb7)
* r16869: - if we know the blob length, we can preallocated the memoryStefan Metzmacher2007-10-101-2/+1
| | | | | | | | and avoid a realloc in smb2_push_* - don't overwrite the first data byte metze (This used to be commit 7761a2a595720e30f2a38448761ca77077908be7)
* r16868: init some uninitialized valuesStefan Metzmacher2007-10-101-0/+3
| | | | | | | (found by valgrind) metze (This used to be commit 1bb60b5be48fab7d84594283f58d2bc04c474b0c)