summaryrefslogtreecommitdiff
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* torture3: Align integer typesVolker Lendecke2020-07-091-1/+2
* torture3: Silence two signed/unsigned warningsVolker Lendecke2020-07-091-2/+2
* s3/torture: test rbtree TDB_INSERT and TDB_MODIFY flagsDavid Disseldorp2020-06-101-1/+53
* s3/torture: use stack buffer for rbtree loopDavid Disseldorp2020-06-101-20/+5
* torture3: Fix a debug messageVolker Lendecke2020-06-041-1/+1
* torture3: Use cli_qfileinfo_basic() in run_posix_append()Volker Lendecke2020-06-041-2/+4
* s3: torture: Add simple tests to samba3.base.attr to check INVALID_PARAMETER ...Jeremy Allison2020-06-041-0/+14
* s3: libsmb: Change cli_setfileinfo_ext() and async version to take a uint32_t...Jeremy Allison2020-06-041-1/+1
* s3: libsmb: Change cli_setpathinfo_ext() to take 32-bit attributes.Jeremy Allison2020-06-041-1/+1
* s3: Fix dfs-reparse testing code to use 32-bit attributes. Change variable na...Jeremy Allison2020-06-041-8/+8
* s3: libsmb: Change cli_qpathinfo1() and async version to return a 32-bit attr...Jeremy Allison2020-06-041-4/+5
* s3: libsmb: Change cli_getatr() and async versions to return a 32-bit attribute.Jeremy Allison2020-06-041-4/+4
* s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison2020-06-042-4/+4
* s3: torture: Add a MSDFS-ATTRIBUTE test.Jeremy Allison2020-06-031-0/+79
* torture3: Check error code for quotactl on a non-quota file handleVolker Lendecke2020-05-293-0/+72
* s3:torture: don't use CLI_FULL_CONNECTION_USE_KERBEROS in open_nbt_connection()Stefan Metzmacher2020-05-281-4/+0
* s3:locktest2: use cli_session_creds_init() directlyStefan Metzmacher2020-05-281-4/+22
* torture3: Remove some ancient unused codeVolker Lendecke2020-05-251-51/+0
* s3/torture: use SMB_VFS_OPENAT() in cmd_set_nt_acl()Ralph Boehme2020-05-211-2/+18
* s3/torture: use SMB_VFS_OPENAT() in cmd_open()Ralph Boehme2020-05-211-1/+12
* torture: Test g_lock_watch_data_send()/recv()Volker Lendecke2020-05-153-0/+81
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* s3: torture: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in cmd_ge...Jeremy Allison2020-05-071-3/+6
* smbd: pass ucf_flags to canonicalize_snapshot_path()Ralph Boehme2020-05-051-1/+1
* smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme2020-05-051-1/+1
* smbd: call canonicalize_snapshot_path() on link target paths from clientRalph Boehme2020-05-051-1/+20
* smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme2020-05-051-0/+9
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-05-041-1/+1
* torture3: Test ctdb_req_send/recvVolker Lendecke2020-04-283-0/+319
* torture3: Rename LOCAL-DBWRAP-CTDB->LOCAL-DBWRAP-CTDB1Volker Lendecke2020-04-283-4/+4
* torture3: Fix the local-dbwrap-ctdb testVolker Lendecke2020-04-281-3/+10
* torture3: test readdir timestampVolker Lendecke2020-04-283-0/+538
* s3: torture: Add the tests from resolve_realpath_name() to canonicalize_absol...Jeremy Allison2020-04-221-0/+38
* s3: torture: Add a basic SMB2 SACL test.Jeremy Allison2020-04-213-0/+341
* s3: torture: Add an SMB1-specific test SMB1-SYSTEM-SECURITY.Jeremy Allison2020-04-211-0/+98
* smbtorture3: Call cli_setpathinfo_ext() instead of .._basic()Volker Lendecke2020-04-081-39/+43
* smbd: move files_struct.is_directory to a bitfieldRalph Boehme2020-04-031-3/+2
* smbd: move files_struct.modified to a bitfieldRalph Boehme2020-04-031-2/+2
* smbd: move files_struct.can_write to a bitfieldRalph Boehme2020-04-031-3/+2
* smbd: move files_struct.can_read to a bitfieldRalph Boehme2020-04-031-2/+2
* smbd: move files_struct.can_lock to a bitfieldRalph Boehme2020-04-031-2/+2
* vfstest: use OpenDir()Ralph Boehme2020-03-242-43/+57
* torture3: Add a test that contends with a READ, not a WRITE lockVolker Lendecke2019-12-223-1/+137
* torture3: Parametrize lock4_child()s locktypeVolker Lendecke2019-12-221-4/+10
* torture3: Introduce "key" helper variableVolker Lendecke2019-12-221-8/+7
* smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris2019-12-101-2/+7
* s3:torture: Do not segfault if cli is NULLAndreas Schneider2019-12-101-2/+6
* smbd: fix handling of sentinel timestamp valuesRalph Boehme2019-12-061-3/+3
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-271-1/+4
* torture: Test g_lock deadlock detectionVolker Lendecke2019-11-233-0/+170