summaryrefslogtreecommitdiff
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* torture3: Extend the g_lock6 test to also cover upgradesVolker Lendecke2018-08-231-0/+16
* torture3: add LOCAL-G-LOCK6 testStefan Metzmacher2018-08-233-0/+154
* s3: torture: Test SMB1 cli_splice() fallback path when doing a non-full file ...Jeremy Allison2018-07-281-0/+153
* s3: smbtorture: Add new SMB2-DIR-FSYNC test to show behavior of FSYNC on dire...Jeremy Allison2018-06-193-0/+272
* lib: Pass blob instead of &blob to gencache_set_data_blobVolker Lendecke2018-05-241-2/+2
* s3:torture: add SMB2-ANONYMOUS which asserts no GUEST bit for anonymousStefan Metzmacher2018-03-203-0/+44
* winbind: Remove winbind_event_contextVolker Lendecke2017-11-221-9/+0
* lib: tevent: Remove select backend.Jeremy Allison2017-11-141-5/+5
* s3: torture: Add a test for cli_setpathinfo_basic() to smbtorture3.Jeremy Allison2017-08-141-0/+137
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-1/+9
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-012-21/+69
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-1/+2
* s3:torture: use CLI_FULL_CONNECTION_DISABLE_SMB1 in run_oplock_cancel()Stefan Metzmacher2017-06-221-4/+11
* s3:torture: add torture_open_connection_flags()Stefan Metzmacher2017-06-222-9/+16
* s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in run_chain2()Stefan Metzmacher2017-06-221-1/+2
* s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in run_tcon_devtype_test()Stefan Metzmacher2017-06-221-1/+1
* s3:torture pass flags to torture_open_connection_share()Stefan Metzmacher2017-06-221-9/+12
* s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in torture_open_connection_sha...Stefan Metzmacher2017-06-221-1/+1
* s3:torture: make use of smb_protocol_types_string() in run_smb2_negprot()Stefan Metzmacher2017-06-221-31/+3
* messaging: Deliver messages only onceVolker Lendecke2017-06-211-3/+3
* lib: Give messages_ctdbd.c its own headerVolker Lendecke2017-06-211-0/+1
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-1/+9
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-1/+9
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-1/+17
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-1/+11
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-181-1/+8
* s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...Jeremy Allison2017-06-171-0/+16
* s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison2017-06-171-4/+4
* s3: smbtorture: Show correct use of cli_state_save_tcon() / cli_state_restore...Jeremy Allison2017-06-171-3/+5
* torture3: Test heuristic cleanupVolker Lendecke2017-06-153-0/+144
* torture3: Test lock conflict and cleanupVolker Lendecke2017-06-153-0/+184
* torture3: Test lock upgrade/downgradeVolker Lendecke2017-06-153-0/+122
* g_lock: Allow lock upgrade/downgradeVolker Lendecke2017-06-151-1/+1
* torture3: Test g_lock_write_dataVolker Lendecke2017-06-153-0/+98
* torture3: Initial test g_lockVolker Lendecke2017-06-153-0/+106
* Revert "s3:libsmb: Fix printing the session setup information"Andreas Schneider2017-06-091-3/+1
* s3:libsmb: Fix printing the session setup informationAndreas Schneider2017-06-071-1/+3
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-2/+9
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-1/+8
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-1/+12
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-2/+11
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-311-1/+8
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-1/+10
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-1/+13
* torture3: Make sure dbwrap_parse_record returns NOT_FOUND for invalid watcher...Volker Lendecke2017-05-013-0/+70
* torture3: In LOCAL-DBWRAP-WATCH1, open tdb with CLEAR_IF_FIRSTVolker Lendecke2017-05-011-1/+2
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-291-5/+10
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-291-1/+2
* s3: libsmb: add replace support to cli_rename()Uri Simchoni2017-03-282-8/+8
* auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-241-3/+7