s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in torture_open_connection_share()
[vlendec/samba-autobuild/.git] / source3 / torture /
2017-06-22 Stefan Metzmachers3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in tortu...
2017-06-22 Stefan Metzmachers3:torture: make use of smb_protocol_types_string(...
2017-06-21 Volker Lendeckemessaging: Deliver messages only once
2017-06-21 Volker Lendeckelib: Give messages_ctdbd.c its own header
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_SYMLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_READLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_LINK to use const struct smb_fi...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_DISK_FREE to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_MKNOD to use const struct smb_f...
2017-06-17 Jeremy Allisons3: libsmb: Correctly save and restore connection tcon...
2017-06-17 Jeremy Allisons3: libsmb: Widen cli_state_get_tid() / cli_state_set_t...
2017-06-17 Jeremy Allisons3: smbtorture: Show correct use of cli_state_save_tcon...
2017-06-15 Volker Lendecketorture3: Test heuristic cleanup
2017-06-15 Volker Lendecketorture3: Test lock conflict and cleanup
2017-06-15 Volker Lendecketorture3: Test lock upgrade/downgrade
2017-06-15 Volker Lendeckeg_lock: Allow lock upgrade/downgrade
2017-06-15 Volker Lendecketorture3: Test g_lock_write_data
2017-06-15 Volker Lendecketorture3: Initial test g_lock
2017-06-09 Andreas SchneiderRevert "s3:libsmb: Fix printing the session setup infor...
2017-06-07 Andreas Schneiders3:libsmb: Fix printing the session setup information
2017-06-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_LISTXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to...
2017-05-01 Volker Lendecketorture3: Make sure dbwrap_parse_record returns NOT_FOU...
2017-05-01 Volker Lendecketorture3: In LOCAL-DBWRAP-WATCH1, open tdb with CLEAR_I...
2017-03-29 Gary Lockyerrpc: Always supply both the remote and local address...
2017-03-29 Andrew Bartlettauth: Fill in user_info->service_description from all...
2017-03-28 Uri Simchonis3: libsmb: add replace support to cli_rename()
2017-03-24 Stefan Metzmacherauth3: let auth_check_ntlm_password() return pauthoritative
2017-03-24 Stefan Metzmacherpdbtest: make use of make_auth3_context_for_ntlm()
2017-03-24 Volker Lendeckepdbtest: Call make_auth_context_subsystem directly
2017-03-03 Ralph Boehmelibcli/smb: add max_credits arg to smbXcli_negprot_send()
2017-03-03 Volker Lendecketorture3: Add test for smbd crash
2017-02-23 Andreas Schneiders3:torture: Fix uint64_t comparsion in if-clause
2017-02-22 Chris LambCorrect "existence" typos.
2017-02-16 Jeremy Allisons3: torture: Regression test for smbd trying to open...
2017-02-11 Bob Campbelltorture/ntlm_auth: do not assume a line is less than...
2017-02-09 Matthieu PatouMove pthreadpool to top of the tree.
2017-01-30 Jeremy Allisons3: smbtorture: Add new local test LOCAL-CANONICALIZE...
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2017-01-09 Ralph Boehmes3/torture: add a test for "mangled names = invalid"
2017-01-04 Jeremy Allisons3: torture: Add test for cli_ftruncate calling cli_smb...
2016-12-21 Stefan Metzmachers3:torture: make use of cli_smb1_setup_encryption(...
2016-12-19 Stefan Metzmachers3:torture/masktest: masktest only works with SMB1...
2016-12-19 Stefan Metzmachers3:torture/masktest: Use cli_tree_connect_creds()
2016-12-19 Stefan Metzmachers3:torture: Use cli_tree_connect_creds() where we may...
2016-12-10 Jeremy Allisons3: torture: Adds regression test case for se_access_ch...
2016-12-09 Stefan Metzmachers3:libsmb: don't pass 'passlen' to cli_tree_connect...
2016-12-09 Stefan Metzmachers3:torture: make use of cli_full_connection_creds(...
2016-12-07 Jeremy Allisons3: torture: Regression test case for permissions check...
2016-11-15 Stefan Metzmachers3:torture: make use of auth_generic_set_creds() in...
2016-11-15 Stefan Metzmachers3:torture: make use of cli_session_setup_creds() in...
2016-11-15 Stefan Metzmachers3:torture: make use of cli_session_setup_creds() in...
2016-11-15 Stefan Metzmachers3:torture: create a global 'torture_creds' cli_credent...
2016-11-15 Stefan Metzmachers3:torture: make use of cli_session_creds_init() in...
2016-11-15 Stefan Metzmachers3:torture: make use of cli_session_setup_anon()
2016-11-15 Stefan Metzmachers3:libsmb: let the callers only pass the password strin...
2016-10-20 Jeremy Allisons3: torture: vfstest. unlink cmd must be stream aware.
2016-08-23 Amitay Isaacss3-lib: Remove unused function sprintf_append
2016-08-23 Volker Lendeckesmbtorture3: Add LOCAL-PTHREADPOOL-TEVENT
2016-08-23 Volker Lendeckelib: Use pthreadpool_pipe instead of pthreadpool
2016-07-20 Jeremy Allisons3: torture: Regression test case to specify exactly...
2016-07-15 Volker Lendeckedbwrap: Add an alternative implementation of dbwrap_wat...
2016-07-15 Volker Lendeckedbwrap: Add "blocker" to record_watch_send
2016-06-18 Jeremy Allisons3: torture: Add test that proves Win2k12 correctly...
2016-05-20 Jeremy Allisons3: torture: Add POSIX-OFD-LOCK test.
2016-05-17 Volker Lendeckedbwrap: Add "msg_ctx" to db_open_ctdb
2016-05-17 Volker Lendeckedbwrap_ctdb: Pass in ctdbd_connection
2016-05-16 Volker Lendecketorture: Remove a use of get_my_vnn()
2016-05-03 Volker Lendeckelib: Give base64.c its own .h
2016-03-30 Volker Lendeckewinbind: Remove unused idmap_backends_unixid_to_sid
2016-03-25 Jeremy Allisons3: torture. Remove spurious lp_posix_pathnames() inclu...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-10 Jeremy Allisons3:lib: Move internal lp_posix_pathnames() call out...
2016-03-10 Jeremy Allisons3:lib: Remove the const SMB_STRUCT_STAT * parameter...
2016-03-10 Stefan Metzmachers3:torture/test_ntlm_auth.py: add --client-use-cached...
2016-03-10 Stefan Metzmachers3:torture/test_ntlm_auth.py: replace tabs with whitespaces
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK...
2016-03-05 Jeremy AllisonVFS: Modify chown to take a const struct smb_filename...
2016-03-04 Aurelien Aptels3,s4 torture/denytest: fix possible infinite loop
2016-03-03 Jeremy AllisonVFS: Modify chmod_acl to take a const struct smb_filena...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-03-01 Jeremy AllisonVFS: Modify opendir to take a const struct smb_filename...
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2016-02-24 Jeremy Allisons3: VFS: Modify mkdir to take a const struct smb_filena...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2016-02-03 Volker Lendecketldap: Make tldap_search use tldap_search_all
2016-02-03 Volker Lendeckesmbtorture3: Convert the tldap caller to TLDAPRC
2016-01-05 Uri Simchonismbclient: query disk usage relative to current directory
2015-11-27 Stefan Metzmachers3:torture: add traverse testing to LOCAL-RBTREE
2015-10-21 Jeremy Allisons3-torture: Add WILDDELETE test to smbtorture3 to test...
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-08-26 Volker Lendeckelib: Make sid_parse take a uint8_t
2015-08-24 Volker Lendeckeidmap: Remove "domname" from idmap_backends_unixid_to_sid
2015-07-30 Douglas Bagnallsource3 torture: don't segfault if filename query fails
next