summaryrefslogtreecommitdiff
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* lib: give global_contexts.c its own header fileVolker Lendecke2021-01-084-0/+4
* vfstest: use filename_convert() in cmd_utime()Ralph Boehme2020-12-161-5/+10
* s3/torture: add POSIX-STAT testRalph Boehme2020-12-163-0/+146
* s3/torture: add POSIX-READLINK testRalph Boehme2020-12-163-0/+149
* s3/torture: add POSIX-LS-SINGLE testRalph Boehme2020-12-163-0/+192
* s3/torture: add POSIX-LS-WILDCARD testRalph Boehme2020-12-163-0/+255
* s3/torture: add torture_conn_set_sockopt() wrapperRalph Boehme2020-12-162-0/+5
* smbd: prevent non-POSIX stat-opens of symlinks in open_file()Ralph Boehme2020-12-161-32/+3
* smbd: use fd_handle_create()Ralph Boehme2020-12-161-2/+2
* smbd: use fsp_get_pathref_fd() for logical fd comparisonsRalph Boehme2020-12-161-2/+2
* smbd: use fsp_set_fd()Ralph Boehme2020-12-161-22/+26
* torture: avoid OPLOCK-CANCEL flapping on busy gitlab CIRalph Boehme2020-11-191-0/+2
* torture3: cli_set_security_descriptor() does smb2 as wellVolker Lendecke2020-11-161-3/+3
* torture3: cli_query_security_descriptor() does smb2 as wellVolker Lendecke2020-11-161-10/+4
* smbd: Give locking/share_mode_lock.c its own header fileVolker Lendecke2020-11-102-0/+2
* libsmb: Remove "mntpoint" argument from cli_list_trans() callbackVolker Lendecke2020-11-041-2/+4
* libsmb: Remove "mntpoint" argument from cli_list() callbackVolker Lendecke2020-11-044-17/+11
* test_idmap_tdb_common: correctly initialize the idmap domain with an init fun...Stefan Metzmacher2020-10-231-17/+33
* s3: selftest: Add new SMB1-only wildcard rename regression test.Jeremy Allison2020-10-081-0/+175
* s3: selftest: Add new SMB1-only wildcard unlink regression test.Jeremy Allison2020-10-081-0/+184
* torture3: Fix a cut&paste error in a printf messageVolker Lendecke2020-10-021-1/+1
* s3: libsmb: namequery. Rename remove_duplicate_addrs2_sa() to remove_duplicat...Jeremy Allison2020-09-151-1/+1
* 3: torture: Use remove_duplicate_addrs2_sa() instead of remove_duplicate_addr...Jeremy Allison2020-09-151-4/+4
* s3: libsmb: Change remove_duplicate_addrs2() to take and return size_t, not int.Jeremy Allison2020-09-071-3/+3
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-285-0/+5
* s3:libsmb: Remove signing_state from cli_full_connection_creds()Andreas Schneider2020-08-192-6/+11
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* 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