Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-11 | ssh: Adjust inet buffers if too small | Hans Nilsson | |
2016-11-11 | ssh: Change order on next_event actions in ssh_connection_handler | Hans Nilsson | |
2016-11-11 | ssh: Testcase polishing | Hans Nilsson | |
2016-11-10 | ssh: exported ssh_dbg:shrink_bin and ssh_dbg:wr_record/3 for debugging purposes | Hans Nilsson | |
2016-10-31 | ssh: retry in ssh_options_SUITE:ssh_connect_negtimeout_* | Hans Nilsson | |
2016-10-31 | ssh: make test more precise in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | ssh: simplify test in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | ssh: skip erlang_server_openssh_client_renegotiate test on non-unix | Hans Nilsson | |
2016-10-31 | ssh: Removed tracing in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-28 | ssh: test for rekey with OpenSSH server | Hans Nilsson | |
2016-10-28 | ssh: move rekeying test to ssh_test_lib | Hans Nilsson | |
2016-10-28 | ssh: change of test helper ssh_test_lib:start_shell | Hans Nilsson | |
2016-10-28 | ssh: increase timeout in test in ssh_options_SUITE | Hans Nilsson | |
Prevents timeout before the processing is done on slow machines | |||
2016-10-27 | ssh: trace all messages in ↵ | Hans Nilsson | |
ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 | |||
2016-10-27 | ssh: more info about shrinked binaries in ssh_dbg | Hans Nilsson | |
2016-10-27 | ssh: Add a 'catch' in ssh_channel.erl to prevent double close errors | Hans Nilsson | |
2016-10-27 | ssh: better ssh_basic_SUITE:end_per_suite/2 | Hans Nilsson | |
The testcases shell_unicode_string and shell_no_unicode in ssh_basic_SUITE could raise an exception in the end_per_suite when stopping the dameon. This is due to a natural race condition between the server and the client. | |||
2016-10-27 | ssh: improve result processing in test | Hans Nilsson | |
2016-10-27 | ssh: Reduce the renegotiation limit in test with OpenSSH client | Hans Nilsson | |
in ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 The reason is that it seems that on some small machines we get an out-of-memory exception if the limit is to high. This is probably because a chunk of data larger than the limit is piped from a file into the OpenSSH runing in a shell in a port. | |||
2016-10-18 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-17 | Prepare release | Erlang/OTP | |
2016-10-17 | ssh: fix renegotiation problem | Hans Nilsson | |
2016-10-17 | ssh: test case for renegotiation with openssh client | Hans Nilsson | |
2016-10-14 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-13 | Prepare release | Erlang/OTP | |
2016-10-13 | ssh: Removed matching of 'ok' after send which could cause error reports | Hans Nilsson | |
2016-10-13 | ssh: ssh_protocol_SUITE test for handling of illegal info_lines | Hans Nilsson | |
2016-10-13 | ssh: property test case for illegal infoline and close | Hans Nilsson | |
This tests an illegal client that sends an info line and closes 'immediatly'. | |||
2016-10-11 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-10 | Prepare release | Erlang/OTP | |
2016-10-10 | Revert "ssh: Add non-blocking send" since it introduces Error Reports | Hans Nilsson | |
This reverts commit 28baf1314b556bb592c24181f6967e1f324f44a7. | |||
2016-10-06 | Merge branch 'maint-19' into maint | Ingela Anderton Andin | |
2016-10-06 | Update release notes | Erlang/OTP | |
2016-10-05 | ssh: Prepare release | Ingela Anderton Andin | |
2016-10-05 | ssh: Handle gen_server:call/3 exits properly | Ingela Anderton Andin | |
Handle all possible exit values that should be interpreted as {error, closed}. Failing to do so could lead to unexpected crashes for users of the ssh application. | |||
2016-09-28 | ssh: Update vsn.mk | Hans Nilsson | |
2016-09-28 | Merge branch 'isvilen/ssh_REPL_exit_status/PR-1173/OTP-13905' into maint | Hans Nilsson | |
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-19 | Fix SSH custom REPL exit status | Svilen Ivanov | |
When user defined SSH shell REPL process exits with reason normal SSH channel callback module should report successful exit status to the SSH client. This provides simple way for SSH clients to check for successful completion of executed commands. | |||
2016-09-19 | Add SSH custom REPL exit status test | Svilen Ivanov | |
Test that when used defined shell REPL exit with reason normal SSH client receives exit status 0. | |||
2016-09-06 | Merge branch 'hans/ssh/keyboard_interactive_defensics' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/strengthen_pubkey/OTP-13847' into maint | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-06 | Merge branch 'hans/ssh/correct_sha_ecdsa/OTP-13850' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/channel_no_detect_close/OTP-13859' into maint | Hans Nilsson | |
2016-09-05 | ssh: add tstflg value one_empty to force daemon send empty ↵ | Hans Nilsson | |
ssh_msg_userauth_info_request This behavour is assumed by Codenomicon Defensics. | |||
2016-09-02 | ssh: pre-verify key | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-02 | ssh: make ecdsa sha dependent on curve | Hans Nilsson | |
Bug fix. | |||
2016-09-02 | ssh: separate clauses for first and second pk auth msg | Hans Nilsson | |
SSH sends the public key and user name twice. If we do not check the validity of that pair at the first time, Codenomicon Defensics will complain. | |||
2016-09-01 | ssh: fix no detect of tcp close | Hans Nilsson | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. |