summaryrefslogtreecommitdiff
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-074-5/+5
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-072-3/+3
* PEP8: fix W391: blank line at end of fileJoe Guo2018-08-241-2/+0
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-14/+14
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-4/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+5
* PEP8: fix E241: multiple spaces after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-14/+14
* dbwrap: Clarify db_open_watched APIVolker Lendecke2018-08-172-3/+3
* torture3: Extend the g_lock6 test to also cover upgradesVolker Lendecke2018-08-171-0/+16
* torture3: Enhance g_lock6 to run without CLEAR_IF_FIRSTVolker Lendecke2018-08-171-0/+18
* torture3: Simplify the g_lock6 testVolker Lendecke2018-08-171-5/+5
* s3: torture: adjust SMB1 cli_splice() test sizesDavid Disseldorp2018-07-141-5/+5
* s3: torture: Test SMB1 cli_splice() fallback path when doing a non-full file ...Jeremy Allison2018-07-131-0/+153
* vfstest: make use of create_conn_struct_tos()Stefan Metzmacher2018-06-141-11/+8
* s3: torture: Add DELETE-PRINT test.Jeremy Allison2018-06-011-0/+73
* s3: torture: Remove cmd_fchmod_acl().Jeremy Allison2018-05-251-31/+0
* s3: torture: Remove cmd_chmod_acl().Jeremy Allison2018-05-251-32/+0
* s3: smbtorture: Add new SMB2-DIR-FSYNC test to show behavior of FSYNC on dire...Jeremy Allison2018-05-183-0/+272
* Fix spelling s/processs/process/Mathieu Parent2018-05-121-3/+3
* Fix spelling s/missmatch/mismatch/Mathieu Parent2018-05-121-1/+1
* s3: torture: Remove the last user of SMB_VFS_WRITE.Jeremy Allison2018-05-041-1/+1
* s3: torture: Make cmd_read use read_file().Jeremy Allison2018-05-041-1/+1
* s3: vfs: Use the new smb_vfs_fsync_sync() call in place of SMB_VFS_FSYNC().Jeremy Allison2018-05-011-2/+1
* torture3: Fix CID 1435119 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-04-241-2/+6
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-111-0/+1
* s3:torture: Fix size types in make_nonstd_fd()Andreas Schneider2018-04-031-2/+2
* s3:torture: add SMB2-ANONYMOUS which asserts no GUEST bit for anonymousStefan Metzmacher2018-03-153-0/+44
* s3:auth: Pass mem_ctx to init_guest_session_info()Andreas Schneider2018-02-201-1/+1
* lib: Make g_lock_dump use TDB_DATAVolker Lendecke2018-02-081-6/+12
* lib: Make g_lock_write_data use TDB_DATAVolker Lendecke2018-02-081-2/+4
* lib: Make g_lock_unlock use TDB_DATAVolker Lendecke2018-02-081-5/+5
* lib: Make g_lock_lock use TDB_DATAVolker Lendecke2018-02-081-15/+22
* lib: Make g_lock_lock_send use TDB_DATAVolker Lendecke2018-02-081-1/+3
* s3/torture/pdbtest: delete trusted domain at test endRalph Boehme2018-01-131-0/+7
* s3/torture/pdbtest: creating a trusted domain requires a valid SIDRalph Boehme2018-01-131-0/+6
* s3/torture: fix an error messageRalph Boehme2018-01-131-1/+1
* Add substitutions %t, %j, and %J as path-safe variants of %T, %i, and %I.Dr. Thomas Orgis2018-01-081-0/+53
* torture3: add LOCAL-G-LOCK6 testStefan Metzmacher2017-12-203-0/+154
* pdbtest: also verify the authentication path for local users via winbinddStefan Metzmacher2017-12-131-0/+73
* torture: Check messaging_send_allVolker Lendecke2017-12-123-0/+281
* s3: libsmb: Rename cli_close_create() -> cli_smb1_close_create().Jeremy Allison2017-12-062-2/+2
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-051-2/+0
* torture3: Test namemap_cacheVolker Lendecke2017-11-293-0/+264
* lib: Pass blob instead of &blob to gencache_set_data_blobVolker Lendecke2017-11-291-2/+2
* dbwrap_watch: Remove the "prec" parameter from watch_recvVolker Lendecke2017-11-291-2/+1
* s3:torture: Fix building with -O3 and gcc 7Andreas Schneider2017-11-241-1/+2
* s3-torture: fix an always-true comparisonUri Simchoni2017-11-221-1/+1
* s3-torture: fix some truncation warningsUri Simchoni2017-11-221-3/+3