Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-09 | Prepare release | Erlang/OTP | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-12-05 | ssh: update vsn.mk | Hans Nilsson | |
2016-12-02 | ssh: excluded modules from cover spec | Hans Nilsson | |
2016-11-23 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2016-11-23 | Merge branch 'hans/ssh/max_packetsize_sftp/OTP-13857' into maint | Hans Nilsson | |
2016-11-21 | ssh: fix error when large client packet size and small on server | Hans Nilsson | |
2016-11-21 | ssh: testcase for too large packet size on client | Hans Nilsson | |
2016-11-18 | ssh: added two test cases | Hans Nilsson | |
2016-11-18 | ssh: Removed irrelevant rfc reference in doc | Hans Nilsson | |
The rfc 4255 is about fingerprints, but only in the context of dns. Since this is out-of-scope for the Erlang/OTP ssh, the reference is missleading. | |||
2016-11-18 | ssh: Add fun and fingerprint to option 'silently_accept_host' | Hans Nilsson | |
2016-11-14 | ssh: interrupted_send test suite handle 'close CHANID' msg | Hans Nilsson | |
2016-11-14 | ssh: interrupted_send receive loop reports missing number of bytes | Hans Nilsson | |
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 | |