summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij9-2571/+1564
Conflicts: source/samba4-skip (This used to be commit 7b0e0eb346c2f6a240b20fbcf14029539c6512b9)
2008-05-30implemented client side SMB2 signingAndrew Tridgell4-9/+15
This doessn't work against Windows yet, and I've submitted a WSPP request for clarification of the docs to try and find out why. Meanwhile this is no worse than what we had, as it only gets used when the server demands signing, and we didn't work then anyway. (This used to be commit b788096add3586d7277efcd3bf5ca7f3a604cb7a)
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij1-0/+2
(This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c)
2008-05-30don't emulate broken SMB2 locking behaviour from windowsAndrew Tridgell1-4/+66
(This used to be commit c50e7a15f9a7f2c5821b5ee468f9ade6eaa0ed55)
2008-05-29merged gentest.c and gentest_smb2.cAndrew Tridgell3-2615/+1401
The one gentest tool now covers both SMB and SMB2, using the command line switch --smb2 for SMB2 (This used to be commit d1125a303a31fbe08a9bd0064ec132b4d7cbb131)
2008-05-29check maximal_access here tooAndrew Tridgell1-0/+1
(This used to be commit 8159b1598e21daee730e185d025694e27df18d1b)
2008-05-29test the maximal access returnAndrew Tridgell1-1/+16
(This used to be commit 23ffec5d140463c8307fd7e444ae25781ea3d792)
2008-05-28check the set of file attributes which are ignoredAndrew Tridgell1-2/+6
(This used to be commit c818f56d8ea3ddc6f4cc61e9d5ed6fd195280a5d)
2008-05-28fixed current_op.mismatch for more casesAndrew Tridgell1-2/+13
(This used to be commit 8a2a31d050a31308036545414f8d180ec8148f1d)
2008-05-28added --noacls options and checking for same mismatch in backtrackingAndrew Tridgell1-1/+16
(This used to be commit c7d2e1bf65a28b6a2efd60585ae8ead2fb486e53)
2008-05-28check that we can't change a file to a directoryAndrew Tridgell1-0/+4
(This used to be commit e013ada415ebb25e925f715791757330ba003b43)
2008-05-28added testing of some strange read semantics on windowsAndrew Tridgell1-2/+59
(This used to be commit 46a0b65742bc0e4277da53df9df823abd4a0d150)
2008-05-28generate security descriptors in gentest_smb2Andrew Tridgell1-3/+35
(This used to be commit 5ca7e9590e792dc409c6677321cd14362255964e)
2008-05-28add testing of creating a file with an initial ACL on SMB2Andrew Tridgell3-31/+95
(This used to be commit e957e86a03baa0c0daf3bfe1aaeceb7a08e3c24e)
2008-05-28test unknown tags and bad tag lengthsAndrew Tridgell1-0/+19
(This used to be commit 72902c1d0f85048adf3088b4f90bbc34858b8658)
2008-05-28added some of the new SMB2 create tags to gentest_smb2Andrew Tridgell1-1/+17
(This used to be commit b3f638581689946084148b241f9fd7c0b938ade2)
2008-05-28added testing of SMB2 create blobsAndrew Tridgell1-2/+100
(This used to be commit a48cbec6b90c6ba9db870fc33eed06b36612d8ff)
2008-05-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell5-5/+5
(This used to be commit ecb0e5477aa63180daade5c597e7ac2aebfc1e15)
2008-05-28expanded the SMB2-READ test, including the windows position bugAndrew Tridgell1-4/+51
(This used to be commit 43e7b13027cde2696d6e137a785456861c49071a)
2008-05-28add exceptions for some of the strange windows SMB2 locking behaviourAndrew Tridgell1-2/+10
(This used to be commit 429bbecebe50ce3d8d494eece35b2387556d5893)
2008-05-28added --valid option to gentest_smb2Andrew Tridgell1-10/+27
(This used to be commit 91765946b00c6f25d30d0d977c03209cb4e06448)
2008-05-28added --skip-cleanup to gentestAndrew Tridgell1-0/+7
(This used to be commit 0bc3de0cc4ad8a9d1a8582852f7f42cf56dd5a3e)
2008-05-27Use new dynconfig.h location.Jelmer Vernooij5-5/+5
(This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca)
2008-05-27fixed uninitialised variableAndrew Tridgell1-2/+2
(This used to be commit 8d2e20fcb984c122fbf98cfe712b3145941d881d)
2008-05-27fixed file_attributes testAndrew Tridgell1-1/+1
(This used to be commit 791ce0fe39a9d9e0d40b9850ff6f0cc9077fe2f1)
2008-05-27added a basic SMB2 read test suiteAndrew Tridgell3-1/+144
(This used to be commit 4aeda5c11414a4a7ef44da32be05209cb5caa90c)
2008-05-27re-enable some testsAndrew Tridgell1-3/+3
(This used to be commit c15b24a2f4346b6f07e1d5fd4f2bef7cd09cf350)
2008-05-27enforce lock ordering in SMB2Andrew Tridgell1-4/+70
(This used to be commit 3bec932a89006521ba74bde7943b8cd5b4a660d8)
2008-05-27added some SMB2 locking tests from gentestAndrew Tridgell1-0/+30
(This used to be commit 2932fcb04646bb921fb1daa365dd4c86cadfe4c0)
2008-05-27another gentest derived testAndrew Tridgell1-0/+21
(This used to be commit bb546ab3779b235c5276ef9a714d1ca57b6815c9)
2008-05-27SEC_STD_SYNCHRONIZE is only invalid on SMB2Andrew Tridgell1-2/+6
(This used to be commit 067f1271adaa13d537bbc92b19fe8d633cbaaf50)
2008-05-27expanded the SMB2 create testingAndrew Tridgell2-3/+77
(This used to be commit 71915128498674d9937780b9278fd2ac1eb06ba8)
2008-05-27cleanup some warnings and add --skip-cleanupAndrew Tridgell1-49/+173
(This used to be commit c73dd078eaa20c7bf0b833e65b24c29aab738f25)
2008-05-27the start of a SMB2 create test suiteAndrew Tridgell3-1/+105
(This used to be commit 16787e99f3de7255e315651c095486f90f65f2ca)
2008-05-26remove temporary test codeAndrew Tridgell1-1/+1
(This used to be commit 8995c2f12174ebacc4a6b0864b6583665494a14b)
2008-05-26check use of mincnt past EOF in SMBAndrew Tridgell1-0/+17
(This used to be commit 763c9d344fa55da7a24c250d29542837c3ae3971)
2008-05-23Include test case name when reporting with subunit. This should make it ↵Jelmer Vernooij1-6/+21
possible to having a test fail against some test cases and success against other ones. (This used to be commit 0af138a85bba21a5009967e2610c898615fb536b)
2008-05-23RAW-STREAMS: better test the bahavior of streams on directoriesStefan Metzmacher1-10/+85
Note: this has a samba3 specific code path, which we should fixed. metze (This used to be commit 5c5c86683877337ff60526a40e7b689f604e40f8)
2008-05-22added a --noeas option to gentest_smb2Andrew Tridgell1-0/+6
(This used to be commit 9d523debb7ee59bdadf9865e023be370b7ab7b39)
2008-05-22added testing of SMB2 setfileinfo in gentest_smb2Andrew Tridgell1-19/+3
(This used to be commit c38658c6c05fd65d729693904d35886431582537)
2008-05-22added EAs in the generated SMB2 create operationAndrew Tridgell1-25/+19
(This used to be commit 607bf6a946ffd7f768bda44c461ee82fcfc101c1)
2008-05-22added --maskindexing and qfileinfo testingAndrew Tridgell1-124/+59
- added --maskindexing to mask the 0x2000 noindex bit in file attributes - added testing of qfileinfo in gentest_smb2 (This used to be commit 3883a7286fd32cd6c77269f67d1366c3b946b5a0)
2008-05-22minor cleanup in SMB2 getinfo testAndrew Tridgell1-6/+6
(This used to be commit b139b471072f20288f126b5a9ee7613cc6c40681)
2008-05-22added SMB2 gentest generation of SMB2 echo packetsAndrew Tridgell1-0/+13
(This used to be commit 8f7cfa5d2e190ddb74ba859a3f68ec0ed33ae089)
2008-05-22fixes to the SMB2 lock test after recent SMB2 locking changesAndrew Tridgell1-8/+12
(This used to be commit de7626e1c29f04e54afb6d95f4051bc52b17dd80)
2008-05-21fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell1-11/+35
(This used to be commit c52fe1fe1c77636d87355d3c4baa66e052fe9008)
2008-05-21fixed SMB2 lockingAndrew Tridgell2-100/+105
- SMB2 locking is different in several ways from SMB locking. To fix it properly we will need a new generic mapping structure for locking, but for now do a best effort mapping - added locking to gentest_smb2 (This used to be commit ea6d9cf602302adafe0f9d5f5f90a9b26d1ead6f)
2008-05-21Correct an assertion in the testsuite.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit c3eeae2ea6a7562b43a436f20c110002ca4d1d2b)
2008-05-21Extend the NBT-DGRAM torture test again.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit f4154846401b31d99c40b2ea53992262095366b0)
2008-05-21Extend the 'netlogon' CLDAP and NBT implementation.Andrew Bartlett2-20/+278
This now handles checking if the user exists, including validating the ACB mask on the user. This would be a nasty security hole, if Kerberos did not already expose this information anonymously... Andrew Bartlett (This used to be commit 441b286c00f9a7743cdefeb243545bdbd2c94c5e)