summaryrefslogtreecommitdiff
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove #define serverid_equal server_id_equalVolker Lendecke2019-11-061-1/+1
* dbwrap_watch: Test cleanup of dead watchersVolker Lendecke2019-10-183-0/+108
* s3: torture: Ensure SMB1 cli_qpathinfo2() doesn't return an inode number.Jeremy Allison2019-10-181-2/+47
* s3: torture: Remove cmd_chown() - can be replicated by cmd_open()->cmd_fchown().Jeremy Allison2019-10-151-33/+0
* s3: cmd_vfs: Change cmd_pathfunc() to call SMB_VFS_UNLINKAT() in rmdir case.Jeremy Allison2019-10-101-1/+4
* s3: torture: Add MS-FSA style terminating '/' and '\\' test - SMB2-PATH-SLASH.Jeremy Allison2019-10-023-0/+210
* s3: cmd_vfs: Change cmd_pathfunc() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-1/+4
* torture3: Remove cleanup3Volker Lendecke2019-09-173-180/+0
* s3: torture: Change cmd_mkdir to call SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-1/+6
* s3: torture: vfstest: Change from create_conn_struct_tos() -> create_conn_str...Jeremy Allison2019-09-111-3/+10
* s3:torture: convert LOCK9 into LOCK9A and LOCK9BStefan Metzmacher2019-09-091-12/+26
* s3:torture: fix the timeout alarm handling on LOCK9Stefan Metzmacher2019-09-091-1/+1
* s3: torture: Change cmd_symlink to call SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-031-1/+6
* s3: torture: Change cmd_readlink to call SMB_VFS_READLINKAT().Jeremy Allison2019-08-231-2/+7
* s3: torture: Change cmd_mknod to call SMB_VFS_MKNODAT().Jeremy Allison2019-08-221-1/+9
* s3: torture: Change cmd_link to call SMB_VFS_LINKAT().Jeremy Allison2019-08-201-1/+8
* s3: torture: Change cmd_vfs to call SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-1/+6
* torture: SMB1 unlink needs delay for a stream's SHARING_VIOLATIONVolker Lendecke2019-08-081-0/+238
* torture3: Don't duplicate set_blocking()Volker Lendecke2019-08-061-24/+4
* s3:torture: Fix the FreeBSD buildVolker Lendecke2019-08-011-0/+2
* tests/ldap: Use TLDAP to check the extended DN returnGarming Sam2019-08-011-0/+155
* tests/tldap: Actually check the paging return codeGarming Sam2019-08-011-0/+23
* torture3: Add oplock5 kernel-oplock testVolker Lendecke2019-07-301-0/+273
* s3: torture: Ensure we can always get a POSIX ACL on a directory handle.Jeremy Allison2019-06-261-0/+127
* s3: torture: Add POSIX-ACL-OPLOCK test to check interaction of posix ACL oper...Jeremy Allison2019-06-241-0/+209
* s3: torture: Fix a debug typo.Jeremy Allison2019-06-241-1/+1
* s3: smbd: Ensure open for security descriptor access actually opens an fd.Jeremy Allison2019-06-241-1/+21
* torture3: Test cancelling locking&x with ntcancelVolker Lendecke2019-06-201-0/+204
* torture3: Run a blocking lock&x call with a subsequent readVolker Lendecke2019-06-201-0/+390
* torture3: Test blocking posix locksVolker Lendecke2019-06-201-0/+281
* torture3: Test LOCKINGX_CANCEL without locksVolker Lendecke2019-06-201-0/+56
* torture3: Add a test to block a locking&readVolker Lendecke2019-06-201-0/+171
* s3:torture: Use GnuTLS MD5Andreas Schneider2019-05-211-8/+11
* s3: torture: Fix return valuesRikard Falkeborn2019-05-191-5/+5
* torture: Add test for talloc size accounting in memcacheChristof Schmitt2019-04-061-1/+69
* libsmb: Rename InfoType from [MS-SMB2] according to the specVolker Lendecke2019-04-011-7/+7
* libsmb: Change cli_posix_readlink to return talloc'ed targetVolker Lendecke2019-03-271-4/+4
* s3:torture: Improve the debug message outputAndreas Schneider2019-03-211-2/+4
* s3:torture: Move the init of the locking out of the loopAndreas Schneider2019-03-211-4/+5
* utils: Use cli_hardlink instead of cli_nt_hardlinkVolker Lendecke2019-03-201-2/+2
* Fix typos in "valid"Michael Hanselmann2019-03-201-1/+1
* torture3: Fix an error messageVolker Lendecke2019-03-181-1/+3
* lib: Remove "struct sid_parse_ret" againVolker Lendecke2019-03-121-4/+4
* lib: Make sid_parse return the parsed lengthVolker Lendecke2019-03-121-3/+7
* torture: Add tests for idmap cacheVolker Lendecke2019-02-283-0/+127
* pdbtest: Use dom_sid_str_bufVolker Lendecke2019-02-271-4/+9
* s3: torture: Add additional POSIX mkdir tests.Jeremy Allison2019-02-251-0/+102
* s3: smbtorture3: Add POSIX-MKDIR test for posix_mkdir case sensitive bug.Jeremy Allison2019-02-241-0/+103
* torture3: Extend read3 for the "messaging target re-inits" failureVolker Lendecke2019-02-141-20/+24
* s3:torture: Use C99 initializer for torture_opsAndreas Schneider2019-01-281-152/+611