vfs_catia: Fix return value in lock functions
[bbaumbach/samba-autobuild/.git] / source3 / torture / test_smb2.c
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