Age | Commit message (Expand) | Author | Files | Lines |
2012-07-25 | libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values() | Stefan Metzmacher | 1 | -0/+4 |
2012-07-25 | s3:libsmb: remove unused cli_state->smb2.pid | Stefan Metzmacher | 1 | -9/+0 |
2012-07-25 | s3:libsmb: remove cli_state->smb2.tid | Stefan Metzmacher | 1 | -27/+18 |
2012-07-25 | s3:torture/test_smb2: make a copy of smbXcli_tcon | Stefan Metzmacher | 1 | -0/+32 |
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_query_directory*() | Stefan Metzmacher | 1 | -4/+4 |
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_query_info*() | Stefan Metzmacher | 1 | -5/+5 |
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_set_info*() | Stefan Metzmacher | 1 | -2/+2 |
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_flush*() | Stefan Metzmacher | 1 | -18/+18 |
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_write*() | Stefan Metzmacher | 1 | -7/+7 |
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_read*() | Stefan Metzmacher | 1 | -10/+20 |
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_close*() | Stefan Metzmacher | 1 | -6/+6 |
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_create*() | Stefan Metzmacher | 1 | -16/+16 |
2012-07-23 | s3:test_smb2: copy the session_channel from the primary channel. | Stefan Metzmacher | 1 | -1/+1 |
2012-06-22 | s3:torture:smb2: pass smb2-session-reconnect test (add generosity in error case) | Michael Adam | 1 | -7/+21 |
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 logoff calls | Luk Claes | 1 | -2/+2 |
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 write calls | Luk Claes | 1 | -7/+14 |
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 query_directory calls | Luk Claes | 1 | -4/+8 |
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 flush calls | Luk Claes | 1 | -18/+36 |
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 create calls | Luk Claes | 1 | -16/+32 |
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 close calls | Luk Claes | 1 | -6/+12 |
2012-05-12 | s3-libsmb: Generalise cli_state in smb2 read calls | Luk Claes | 1 | -24/+32 |
2012-05-06 | s3:torture/test_smb2: add support for PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -7/+10 |
2012-05-06 | s3:torture: do some query_info and set_info calls in SMB2-SESSION-REAUTH | Stefan Metzmacher | 1 | -0/+143 |
2012-02-29 | s3:torture/test_smb2: test path based calls during reauth in SMB2-MULTI-CHANNEL | Stefan Metzmacher | 1 | -3/+51 |
2012-02-29 | s3:torture/test_smb2: test handle based calls during reauth in SMB2-MULTI-CHA... | Stefan Metzmacher | 1 | -0/+18 |
2012-02-29 | s3:torture/test_smb2: do a reauth over multiple channels in SMB2-MULTI-CHANNEL | Stefan Metzmacher | 1 | -0/+100 |
2012-02-29 | s3:torture/test_smb2: add a 3rd channel to SMB2-MULTI-CHANNEL | Stefan Metzmacher | 1 | -1/+154 |
2012-02-29 | s3:torture/test_smb2: expect FILE_CLOSED on invalid handles in SMB2-MULTI-CHA... | Stefan Metzmacher | 1 | -2/+4 |
2012-02-28 | s3:torture/test_smb2: test a tree_connect during reauth | Stefan Metzmacher | 1 | -0/+17 |
2012-02-28 | s3:torture/test_smb2: check directory listing during reauth | Stefan Metzmacher | 1 | -0/+72 |
2012-02-28 | s3:libsmb:smb2: pass previous session ID to session setup, not previous session | Michael Adam | 1 | -6/+8 |
2012-02-27 | s3:torture/test_smb2: show that a session is not valid for path based calls d... | Stefan Metzmacher | 1 | -0/+16 |
2012-02-27 | s3:torture/test_smb2: show that a session is valid during a multi-leg reauth | Stefan Metzmacher | 1 | -0/+6 |
2012-02-27 | s3:torture/test_smb2: fix missleading file name in reauth test | Stefan Metzmacher | 1 | -1/+1 |
2012-02-27 | libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi... | Stefan Metzmacher | 1 | -10/+10 |
2012-02-27 | s3:torture/test_smb2: remove explicit smb2_signing_check_pdu() | Stefan Metzmacher | 1 | -6/+0 |
2012-02-27 | s3:torture/test_smb2: a reauth doesn't update the session/signing key | Stefan Metzmacher | 1 | -17/+0 |
2012-01-06 | s3-torture convert smb2 test to use auth_generic/gensec for NTLMSSP | Andrew Bartlett | 1 | -67/+101 |
2012-01-06 | s3:SMB2-SESSION-RECONNECT: also expect NETWORK_NAME_DELETED is signing isn't ... | Stefan Metzmacher | 1 | -1/+2 |
2011-12-22 | s3:torture/test_smb2: also try PROTOCOL_SMB2_24 | Stefan Metzmacher | 1 | -6/+9 |
2011-11-24 | s3:torture: test smb2cli_logoff and smb2cli_tdis | Stefan Metzmacher | 1 | -0/+37 |
2011-11-24 | s3:torture: add SMB2-SESSION-REAUTH | Stefan Metzmacher | 1 | -0/+213 |
2011-11-24 | s3:torture: add SMB2-MULTI-CHANNEL test | Stefan Metzmacher | 1 | -0/+256 |
2011-11-24 | s3:torture: add a new test SMB2-TCON-DEPENDENCE | Michael Adam | 1 | -0/+104 |
2011-11-24 | s3:torture:smb2: add SMB2-SESSION-RECONNECT test | Michael Adam | 1 | -0/+389 |
2011-11-24 | s3:torture: use cli_tree_connect() instead of smb2cli_tcon() | Stefan Metzmacher | 1 | -2/+2 |
2011-11-24 | s3:torture: replace smb2cli_sesssetup_ntlmssp() with the more generic cli_ses... | Stefan Metzmacher | 1 | -2/+6 |
2011-11-24 | s3:torture: add SMB2-NEGPROT test | Stefan Metzmacher | 1 | -0/+63 |
2011-11-24 | s3:SMB2-BASIC: use smbXcli_negprot() directly | Stefan Metzmacher | 1 | -2/+4 |
2011-11-03 | s3:torture: let SMB2-BASICS work against w2k8r2 and win8pre0 | Stefan Metzmacher | 1 | -10/+24 |