s3:libads: Fix creating machine account using LDAP
[bbaumbach/samba-autobuild/.git] / source3 / torture /
2019-10-02 Jeremy Allisons3: torture: Add MS-FSA style terminating '/' and ...
2019-09-26 Jeremy Allisons3: cmd_vfs: Change cmd_pathfunc() to call SMB_VFS_UNLI...
2019-09-17 Volker Lendecketorture3: Remove cleanup3
2019-09-11 Jeremy Allisons3: torture: Change cmd_mkdir to call SMB_VFS_MKDIRAT().
2019-09-11 Jeremy Allisons3: torture: vfstest: Change from create_conn_struct_to...
2019-09-09 Stefan Metzmachers3:torture: convert LOCK9 into LOCK9A and LOCK9B
2019-09-09 Stefan Metzmachers3:torture: fix the timeout alarm handling on LOCK9
2019-09-03 Jeremy Allisons3: torture: Change cmd_symlink to call SMB_VFS_SYMLINK...
2019-08-23 Jeremy Allisons3: torture: Change cmd_readlink to call SMB_VFS_READLI...
2019-08-22 Jeremy Allisons3: torture: Change cmd_mknod to call SMB_VFS_MKNODAT().
2019-08-20 Jeremy Allisons3: torture: Change cmd_link to call SMB_VFS_LINKAT().
2019-08-16 Jeremy Allisons3: torture: Change cmd_vfs to call SMB_VFS_RENAMEAT().
2019-08-08 Volker Lendecketorture: SMB1 unlink needs delay for a stream's SHARING...
2019-08-06 Volker Lendecketorture3: Don't duplicate set_blocking()
2019-08-01 Volker Lendeckes3:torture: Fix the FreeBSD build
2019-08-01 Garming Samtests/ldap: Use TLDAP to check the extended DN return
2019-08-01 Garming Samtests/tldap: Actually check the paging return code
2019-07-30 Volker Lendecketorture3: Add oplock5 kernel-oplock test
2019-06-26 Jeremy Allisons3: torture: Ensure we can always get a POSIX ACL on...
2019-06-24 Jeremy Allisons3: torture: Add POSIX-ACL-OPLOCK test to check interac...
2019-06-24 Jeremy Allisons3: torture: Fix a debug typo.
2019-06-24 Jeremy Allisons3: smbd: Ensure open for security descriptor access...
2019-06-20 Volker Lendecketorture3: Test cancelling locking&x with ntcancel
2019-06-20 Volker Lendecketorture3: Run a blocking lock&x call with a subsequent...
2019-06-20 Volker Lendecketorture3: Test blocking posix locks
2019-06-20 Volker Lendecketorture3: Test LOCKINGX_CANCEL without locks
2019-06-20 Volker Lendecketorture3: Add a test to block a locking&read
2019-05-21 Andreas Schneiders3:torture: Use GnuTLS MD5
2019-05-19 Rikard Falkeborns3: torture: Fix return values
2019-04-06 Christof Schmitttorture: Add test for talloc size accounting in memcache
2019-04-01 Volker Lendeckelibsmb: Rename InfoType from [MS-SMB2] according to...
2019-03-27 Volker Lendeckelibsmb: Change cli_posix_readlink to return talloc...
2019-03-21 Andreas Schneiders3:torture: Improve the debug message output
2019-03-21 Andreas Schneiders3:torture: Move the init of the locking out of the...
2019-03-20 Volker Lendeckeutils: Use cli_hardlink instead of cli_nt_hardlink
2019-03-20 Michael HanselmannFix typos in "valid"
2019-03-18 Volker Lendecketorture3: Fix an error message
2019-03-12 Volker Lendeckelib: Remove "struct sid_parse_ret" again
2019-03-12 Volker Lendeckelib: Make sid_parse return the parsed length
2019-02-28 Volker Lendecketorture: Add tests for idmap cache
2019-02-27 Volker Lendeckepdbtest: Use dom_sid_str_buf
2019-02-25 Jeremy Allisons3: torture: Add additional POSIX mkdir tests.
2019-02-24 Jeremy Allisons3: smbtorture3: Add POSIX-MKDIR test for posix_mkdir...
2019-02-14 Volker Lendecketorture3: Extend read3 for the "messaging target re...
2019-01-28 Andreas Schneiders3:torture: Use C99 initializer for torture_ops
2019-01-28 Andreas Schneiders3:torture: Use C99 initializer for cmd_set in vfstest
2019-01-28 Andreas Schneiders3:torture: Use C99 initializer for cmd_set in cmd_vfs
2019-01-28 Andreas Schneiders3:torture: Use C99 initializer for poptOption in vfstest
2019-01-11 Stefan Metzmachers3:torture: call per_thread_cwd_check() in vfstest...
2018-12-19 Samuel Cabreroselftest: Remove test_ntlm_auth.py helper
2018-12-14 Joe GuoPY3: change shebang to python3 in misc dirs
2018-12-13 Stefan Metzmachers3:libsmb: pass impersonation_level to cli_ntcreate_send()
2018-12-10 Volker Lendecketorture3: Use dom_sid_str_buf
2018-11-14 Noel Powers3/torture: PY3 port samba.ntlm_auth
2018-11-12 Andreas Schneiderwbclient: Send the client process name talking to winbind
2018-11-09 Volker Lendeckeselftest: Test hide new files timeout
2018-11-06 Volker Lendeckegencache: Remove transaction-based tdb
2018-10-27 Andreas Schneiders3:torture: Rename the test file and remove it if it...
2018-10-27 Andreas Schneiders3:torture: Don't use the same testdir twice
2018-10-19 Volker Lendeckelib: Remove gencache.h from proto.h
2018-10-16 Volker Lendeckelib: Move the "expired" for gencache_parse calculation...
2018-10-16 Volker Lendeckenamemap_cache: Absorb the expired calculation into...
2018-09-07 Christof Schmitts3: Rename server_messaging_context() to global_messagi...
2018-09-07 Christof Schmitts3: Rename server_event_context() to global_event_context()
2018-08-24 Joe GuoPEP8: fix W391: blank line at end of file
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E241: multiple spaces after ','
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-17 Volker Lendeckedbwrap: Clarify db_open_watched API
2018-08-17 Volker Lendecketorture3: Extend the g_lock6 test to also cover upgrades
2018-08-17 Volker Lendecketorture3: Enhance g_lock6 to run without CLEAR_IF_FIRST
2018-08-17 Volker Lendecketorture3: Simplify the g_lock6 test
2018-07-13 David Disseldorps3: torture: adjust SMB1 cli_splice() test sizes
2018-07-13 Jeremy Allisons3: torture: Test SMB1 cli_splice() fallback path when...
2018-06-14 Stefan Metzmachervfstest: make use of create_conn_struct_tos()
2018-06-01 Jeremy Allisons3: torture: Add DELETE-PRINT test.
2018-05-25 Jeremy Allisons3: torture: Remove cmd_fchmod_acl().
2018-05-25 Jeremy Allisons3: torture: Remove cmd_chmod_acl().
2018-05-18 Jeremy Allisons3: smbtorture: Add new SMB2-DIR-FSYNC test to show...
2018-05-12 Mathieu ParentFix spelling s/processs/process/
2018-05-12 Mathieu ParentFix spelling s/missmatch/mismatch/
2018-05-04 Jeremy Allisons3: torture: Remove the last user of SMB_VFS_WRITE.
2018-05-04 Jeremy Allisons3: torture: Make cmd_read use read_file().
2018-05-01 Jeremy Allisons3: vfs: Use the new smb_vfs_fsync_sync() call in place...
2018-04-24 Volker Lendecketorture3: Fix CID 1435119 Error handling issues (CHECKE...
2018-04-10 Volker Lendeckelibsmb: Give namequery.c its own header
2018-04-03 Andreas Schneiders3:torture: Fix size types in make_nonstd_fd()
2018-03-15 Stefan Metzmachers3:torture: add SMB2-ANONYMOUS which asserts no GUEST...
2018-02-20 Andreas Schneiders3:auth: Pass mem_ctx to init_guest_session_info()
2018-02-08 Volker Lendeckelib: Make g_lock_dump use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_write_data use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_unlock use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_lock use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_lock_send use TDB_DATA
2018-01-13 Ralph Boehmes3/torture/pdbtest: delete trusted domain at test end
2018-01-13 Ralph Boehmes3/torture/pdbtest: creating a trusted domain requires...
2018-01-13 Ralph Boehmes3/torture: fix an error message
next