s3:libsmb: let cli_tree_connect_creds() only call cli_credentials_get_password()...
[samba.git] / source3 / torture / test_smb2.c
2023-10-10 Jeremy AllisonCVE-2023-3961:s3:torture: Add test SMB2-INVALID-PIPENAM...
2023-09-25 Volker Lendeckelibsmb: Pass neg contexts through sync smbXcli_negprot_...
2023-09-20 Jeremy Allisons3: torture: Add a new SMB2 test: SMB2-PIPE-READ-ASYNC...
2023-07-19 Andreas Schneiders3:torture: Fix code spelling
2023-04-18 Volker Lendeckelibsmb: Introduce type-safe struct cli_smb2_create_flags
2023-01-04 Jeremy Allisons3: smbtorture: Add SMB2-DFS-FILENAME-LEADING-BACKSLASH...
2022-11-22 Volker Lendeckelibsmb: Return symlink error struct from smb2cli_create...
2022-09-28 Jeremy Allisons3: smbtorture3: Add new SMB2-DFS-SHARE-NON-DFS-PATH...
2022-09-28 Jeremy Allisons3: torture: Fix test SMB2-DFS-PATHS to pass against...
2022-09-15 Jeremy Allisons3: torture: In run_smb2_basic(), replace cli_state_sav...
2022-09-14 Jeremy Allisons3: smbtorture3: Add a new test SMB2-NON-DFS-SHARE.
2022-08-30 Jeremy Allisons3: torture: Add a comprehensive SMB2 DFS path torture...
2022-03-22 Jeremy Allisons3: torture: Add 2 new tests SMB2-DEL-ON-CLOSE-NONWRITE...
2021-11-04 Jeremy Allisons3: smbtorture3: Add test for setting delete on close...
2021-07-15 Jeremy Allisons3: tests: Add "SMB2-LIST-DIR-ASYNC" test.
2021-07-15 Stefan Metzmachers3:torture: replace PROTOCOL_SMB2_22 with PROTOCOL_SMB3_00
2021-03-30 Jeremy Allisons3: torture: Add a test for setting and getting ACLs...
2021-02-02 Jeremy Allisons3: smbtorture3: Ensure we *always* replace the saved...
2020-11-16 Volker Lendecketorture3: cli_set_security_descriptor() does smb2 as...
2020-11-16 Volker Lendecketorture3: cli_query_security_descriptor() does smb2...
2020-10-02 Volker Lendecketorture3: Fix a cut&paste error in a printf message
2020-06-04 Volker Lendecketorture3: Fix a debug message
2020-05-29 Volker Lendecketorture3: Check error code for quotactl on a non-quota...
2020-04-21 Jeremy Allisons3: torture: Add a basic SMB2 SACL test.
2019-10-02 Jeremy Allisons3: torture: Add MS-FSA style terminating '/' and ...
2019-04-01 Volker Lendeckelibsmb: Rename InfoType from [MS-SMB2] according to...
2018-05-18 Jeremy Allisons3: smbtorture: Add new SMB2-DIR-FSYNC test to show...
2018-03-15 Stefan Metzmachers3:torture: add SMB2-ANONYMOUS which asserts no GUEST...
2017-06-22 Stefan Metzmachers3:torture: make use of smb_protocol_types_string(...
2017-06-17 Jeremy Allisons3: smbtorture: Show correct use of cli_state_save_tcon...
2017-01-04 Jeremy Allisons3: torture: Add test for cli_ftruncate calling cli_smb...
2016-12-09 Stefan Metzmachers3:libsmb: don't pass 'passlen' to cli_tree_connect...
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:libsmb: let the callers only pass the password strin...
2015-05-08 Stefan Metzmachers3:torture: handle PROTOCOL_SMB3_11
2014-10-07 Stefan Metzmachers3:torture: add PROTOCOL_SMB3_10 handling
2014-09-30 Stefan Metzmachers3:libsmb: remove unused smb2cli.h
2014-09-30 Stefan Metzmacherlibcli/smb: move smb2cli_tcon.c to the toplevel
2014-09-19 Stefan Metzmachers3:torture: use cli_state_client_guid in run_smb2_multi...
2014-06-30 Volker Lendeckelibcli: Make smb2cli_create return blobs
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-17 Stefan Metzmachers3:torture: add PROTOCOL_SMB3_02 handling
2013-08-15 Jeremy Allisonlibcli/smb: Change smb2cli_create() and smb2cli_create_...
2013-08-15 Jeremy Allisonlibcli/smb: Fix smb2cli_write_recv() and smb2cli_write...
2013-02-19 Stefan Metzmachers3:torture: make use of samba_tevent_context_init()
2012-07-25 Stefan Metzmacherlibcli/smb: pass smbXcli_session to smb2cli_tcon_set_va...
2012-07-25 Stefan Metzmachers3:libsmb: remove unused cli_state->smb2.pid
2012-07-25 Stefan Metzmachers3:libsmb: remove cli_state->smb2.tid
2012-07-24 Stefan Metzmachers3:torture/test_smb2: make a copy of smbXcli_tcon
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_query_directory*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_query_info*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_set_info*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_flush*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_write*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_read*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_close*()
2012-07-24 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_create*()
2012-07-23 Stefan Metzmachers3:test_smb2: copy the session_channel from the primary...
2012-06-22 Michael Adams3:torture:smb2: pass smb2-session-reconnect test ...
2012-05-11 Luk Claess3/libsmb: Generalise cli_state in smb2 logoff calls
2012-05-11 Luk Claess3/libsmb: Generalise cli_state in smb2 write calls
2012-05-11 Luk Claess3/libsmb: Generalise cli_state in smb2 query_directory...
2012-05-11 Luk Claess3/libsmb: Generalise cli_state in smb2 flush calls
2012-05-11 Luk Claess3/libsmb: Generalise cli_state in smb2 create calls
2012-05-11 Luk Claess3/libsmb: Generalise cli_state in smb2 close calls
2012-05-11 Luk Claess3-libsmb: Generalise cli_state in smb2 read calls
2012-05-06 Stefan Metzmachers3:torture/test_smb2: add support for PROTOCOL_SMB3_00
2012-05-06 Stefan Metzmachers3:torture: do some query_info and set_info calls in...
2012-02-29 Stefan Metzmachers3:torture/test_smb2: test path based calls during...
2012-02-29 Stefan Metzmachers3:torture/test_smb2: test handle based calls during...
2012-02-29 Stefan Metzmachers3:torture/test_smb2: do a reauth over multiple channel...
2012-02-29 Stefan Metzmachers3:torture/test_smb2: add a 3rd channel to SMB2-MULTI...
2012-02-29 Stefan Metzmachers3:torture/test_smb2: expect FILE_CLOSED on invalid...
2012-02-28 Stefan Metzmachers3:torture/test_smb2: test a tree_connect during reauth
2012-02-28 Stefan Metzmachers3:torture/test_smb2: check directory listing during...
2012-02-27 Michael Adams3:libsmb:smb2: pass previous session ID to session...
2012-02-27 Stefan Metzmachers3:torture/test_smb2: show that a session is not valid...
2012-02-27 Stefan Metzmachers3:torture/test_smb2: show that a session is valid...
2012-02-27 Stefan Metzmachers3:torture/test_smb2: fix missleading file name in...
2012-02-27 Stefan Metzmacherlibcli/smb/smbXcli: maintain smb2 channel_signing_key...
2012-02-27 Stefan Metzmachers3:torture/test_smb2: remove explicit smb2_signing_chec...
2012-02-27 Stefan Metzmachers3:torture/test_smb2: a reauth doesn't update the sessi...
2012-01-06 Andrew Bartletts3-torture convert smb2 test to use auth_generic/gensec...
2012-01-06 Stefan Metzmachers3:SMB2-SESSION-RECONNECT: also expect NETWORK_NAME_DEL...
2011-12-22 Stefan Metzmachers3:torture/test_smb2: also try PROTOCOL_SMB2_24
2011-11-24 Stefan Metzmachers3:torture: test smb2cli_logoff and smb2cli_tdis
2011-11-24 Stefan Metzmachers3:torture: add SMB2-SESSION-REAUTH
2011-11-24 Stefan Metzmachers3:torture: add SMB2-MULTI-CHANNEL test
2011-11-24 Michael Adams3:torture: add a new test SMB2-TCON-DEPENDENCE
2011-11-24 Michael Adams3:torture:smb2: add SMB2-SESSION-RECONNECT test
2011-11-24 Stefan Metzmachers3:torture: use cli_tree_connect() instead of smb2cli_t...
2011-11-24 Stefan Metzmachers3:torture: replace smb2cli_sesssetup_ntlmssp() with...
2011-11-24 Stefan Metzmachers3:torture: add SMB2-NEGPROT test
2011-11-24 Stefan Metzmachers3:SMB2-BASIC: use smbXcli_negprot() directly
2011-11-03 Stefan Metzmachers3:torture: let SMB2-BASICS work against w2k8r2 and...
2011-09-18 Stefan Metzmachers3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/
2011-09-18 Stefan Metzmachers3:SMB2-BASIC: test smb2cli_flush()
2011-07-07 Stefan Metzmachers3:torture: add SMB2-BASIC