summaryrefslogtreecommitdiffstats
path: root/source3/torture/test_smb2.c
Commit message (Expand)AuthorAgeFilesLines
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-10/+20
* s3:torture: add PROTOCOL_SMB3_02 handlingStefan Metzmacher2013-09-171-0/+3
* libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison2013-08-151-16/+32
* libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison2013-08-151-7/+7
* s3:torture: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-6/+6
* libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher2012-07-251-0/+4
* s3:libsmb: remove unused cli_state->smb2.pidStefan Metzmacher2012-07-251-9/+0
* s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher2012-07-251-27/+18
* s3:torture/test_smb2: make a copy of smbXcli_tconStefan Metzmacher2012-07-251-0/+32
* libcli/smb: pass smbXcli_tcon to smb2cli_query_directory*()Stefan Metzmacher2012-07-241-4/+4
* libcli/smb: pass smbXcli_tcon to smb2cli_query_info*()Stefan Metzmacher2012-07-241-5/+5
* libcli/smb: pass smbXcli_tcon to smb2cli_set_info*()Stefan Metzmacher2012-07-241-2/+2
* libcli/smb: pass smbXcli_tcon to smb2cli_flush*()Stefan Metzmacher2012-07-241-18/+18
* libcli/smb: pass smbXcli_tcon to smb2cli_write*()Stefan Metzmacher2012-07-241-7/+7
* libcli/smb: pass smbXcli_tcon to smb2cli_read*()Stefan Metzmacher2012-07-241-10/+20
* libcli/smb: pass smbXcli_tcon to smb2cli_close*()Stefan Metzmacher2012-07-241-6/+6
* libcli/smb: pass smbXcli_tcon to smb2cli_create*()Stefan Metzmacher2012-07-241-16/+16
* s3:test_smb2: copy the session_channel from the primary channel.Stefan Metzmacher2012-07-231-1/+1
* s3:torture:smb2: pass smb2-session-reconnect test (add generosity in error case)Michael Adam2012-06-221-7/+21
* s3/libsmb: Generalise cli_state in smb2 logoff callsLuk Claes2012-05-121-2/+2
* s3/libsmb: Generalise cli_state in smb2 write callsLuk Claes2012-05-121-7/+14
* s3/libsmb: Generalise cli_state in smb2 query_directory callsLuk Claes2012-05-121-4/+8
* s3/libsmb: Generalise cli_state in smb2 flush callsLuk Claes2012-05-121-18/+36
* s3/libsmb: Generalise cli_state in smb2 create callsLuk Claes2012-05-121-16/+32
* s3/libsmb: Generalise cli_state in smb2 close callsLuk Claes2012-05-121-6/+12
* s3-libsmb: Generalise cli_state in smb2 read callsLuk Claes2012-05-121-24/+32
* s3:torture/test_smb2: add support for PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-7/+10
* s3:torture: do some query_info and set_info calls in SMB2-SESSION-REAUTHStefan Metzmacher2012-05-061-0/+143
* s3:torture/test_smb2: test path based calls during reauth in SMB2-MULTI-CHANNELStefan Metzmacher2012-02-291-3/+51
* s3:torture/test_smb2: test handle based calls during reauth in SMB2-MULTI-CHA...Stefan Metzmacher2012-02-291-0/+18
* s3:torture/test_smb2: do a reauth over multiple channels in SMB2-MULTI-CHANNELStefan Metzmacher2012-02-291-0/+100
* s3:torture/test_smb2: add a 3rd channel to SMB2-MULTI-CHANNELStefan Metzmacher2012-02-291-1/+154
* s3:torture/test_smb2: expect FILE_CLOSED on invalid handles in SMB2-MULTI-CHA...Stefan Metzmacher2012-02-291-2/+4
* s3:torture/test_smb2: test a tree_connect during reauthStefan Metzmacher2012-02-281-0/+17
* s3:torture/test_smb2: check directory listing during reauthStefan Metzmacher2012-02-281-0/+72
* s3:libsmb:smb2: pass previous session ID to session setup, not previous sessionMichael Adam2012-02-281-6/+8
* s3:torture/test_smb2: show that a session is not valid for path based calls d...Stefan Metzmacher2012-02-271-0/+16
* s3:torture/test_smb2: show that a session is valid during a multi-leg reauthStefan Metzmacher2012-02-271-0/+6
* s3:torture/test_smb2: fix missleading file name in reauth testStefan Metzmacher2012-02-271-1/+1
* libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...Stefan Metzmacher2012-02-271-10/+10
* s3:torture/test_smb2: remove explicit smb2_signing_check_pdu()Stefan Metzmacher2012-02-271-6/+0
* s3:torture/test_smb2: a reauth doesn't update the session/signing keyStefan Metzmacher2012-02-271-17/+0
* s3-torture convert smb2 test to use auth_generic/gensec for NTLMSSPAndrew Bartlett2012-01-061-67/+101
* s3:SMB2-SESSION-RECONNECT: also expect NETWORK_NAME_DELETED is signing isn't ...Stefan Metzmacher2012-01-061-1/+2
* s3:torture/test_smb2: also try PROTOCOL_SMB2_24Stefan Metzmacher2011-12-221-6/+9
* s3:torture: test smb2cli_logoff and smb2cli_tdisStefan Metzmacher2011-11-241-0/+37
* s3:torture: add SMB2-SESSION-REAUTHStefan Metzmacher2011-11-241-0/+213
* s3:torture: add SMB2-MULTI-CHANNEL testStefan Metzmacher2011-11-241-0/+256
* s3:torture: add a new test SMB2-TCON-DEPENDENCEMichael Adam2011-11-241-0/+104
* s3:torture:smb2: add SMB2-SESSION-RECONNECT testMichael Adam2011-11-241-0/+389