Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-15 | Update release notes | Erlang/OTP | |
2014-09-09 | ssh: update for triq tests | Hans Nilsson | |
2014-09-03 | Merge branch 'arekinath/ssh/aes-ctr' into maint | Marcus Arendt | |
* arekinath/ssh/aes-ctr: ssh: check if ssh client supports newer cipher- and MAC-algorithms SSH: only enable ciphers/MACs when they are available in crypto SSH: add ssh_to_openssh test for ciphers and macs SSH: documentation update for new algos SSH: add support for aes128-ctr and hmac-sha2-256 | |||
2014-09-03 | ssh: update vsn.mk | Hans Nilsson | |
2014-09-02 | ssh: Add simple experimental property test suites | Hans Nilsson | |
2014-09-02 | ssh: check if ssh client supports newer cipher- and MAC-algorithms | Marcus Arendt | |
2014-08-28 | Merge branch 'michaelkschmidt/ssh_bug_fix' into maint | Marcus Arendt | |
* michaelkschmidt/ssh_bug_fix: Test Other Clauses of start_shell Fix SSH CLI when using custom "shell" option | |||
2014-08-28 | SSH: only enable ciphers/MACs when they are available in crypto | Alex Wilson | |
Also adjusts tests to only expect a positive outcome when crypto supports the relevant base ciphers/MACs. | |||
2014-08-22 | Test Other Clauses of start_shell | Michael K. Schmidt | |
start_shell() is called by exec, so test those cases as well. Also add support for passing a fun to exec. | |||
2014-08-22 | Merge branch 'marcus/OTP-17.2.1/mergefix' into maint | Marcus Arendt | |
* marcus/OTP-17.2.1/mergefix: Updated OTP version Update release notes | |||
2014-08-22 | Update release notes | Erlang/OTP | |
2014-08-20 | ssh: Updated vsn.mk | Hans Nilsson | |
2014-08-20 | ssh: negotiation_timeout bug fixed | Hans Nilsson | |
2014-08-20 | ssh: Negotiation_timeout testcase | Hans Nilsson | |
2014-08-18 | SSH: add ssh_to_openssh test for ciphers and macs | Alex Wilson | |
This is only an openssh-client-erlang-server test, because no public API to select ciphers is available for the erlang client yet. | |||
2014-08-14 | ssh: Add testcases for max_sessions option | Hans Nilsson | |
Now checks that if we have max_session sessions we could close one session and open a new one. That is checked both for parallel and non-parallel logins. | |||
2014-08-11 | ssh: Updated vsn.mk | Hans Nilsson | |
2014-08-11 | ssh: negotiation_timeout bug fixed | Hans Nilsson | |
2014-08-11 | ssh: Negotiation_timeout testcase | Hans Nilsson | |
2014-08-01 | SSH: documentation update for new algos | Alex Wilson | |
2014-07-23 | Fix SSH CLI when using custom "shell" option | Michael K. Schmidt | |
Also address compatibility issue with PuTTY | |||
2014-06-19 | Prepare release | Erlang/OTP | |
2014-06-16 | ssh: Minor message encode/decode bugfixes | Hans Nilsson | |
SSH_MSG_IGNORE SSH_MSG_UNIMPLEMENTED | |||
2014-06-16 | ssh: Prepare for release | Hans Nilsson | |
2014-06-16 | ssh: Accept disconnect msgs without language tag | Hans Nilsson | |
2014-06-12 | Fix spelling mistakes | Marcus Arendt | |
2014-06-11 | ssh: Handle inet and inet6 option correctly | Ingela Anderton Andin | |
2014-06-10 | SSH: add support for aes128-ctr and hmac-sha2-256 | Alex Wilson | |
This cipher and hmac are RECOMMENDED as per RFC4344 and RFC6668. RFC4344 notes that aes128-ctr is likely to be promoted to REQUIRED in the near future. Some distros of Linux and Illumos are already shipping with aes128-cbc and 3des-cbc disabled by default due to security concerns around chosen-plaintext attacks and other information leaks. Without this patch, OTP SSH cannot connect to these SSH servers in their default configuration. | |||
2014-05-27 | Merge branch 'maint-17' into maint | Ingela Anderton Andin | |
Conflicts: OTP_VERSION lib/ssh/test/ssh_basic_SUITE.erl lib/ssh/vsn.mk | |||
2014-05-27 | Update release notes | Erlang/OTP | |
2014-05-26 | ssh: Prepare for release | Hans Nilsson | |
2014-05-26 | ssh: Use correct timeout value for the connection timeout | Ingela Anderton Andin | |
2014-05-26 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-05-22 | Merge branch 'jv/ssh-io-binary' into maint | Marcus Arendt | |
* jv/ssh-io-binary: Support binary standard_input in ssh_io | |||
2014-05-09 | ssh: Update vsn.mk | Hans Nilsson | |
2014-05-09 | ssh: test case for timeout in 4th arg of ssh:connect | Hans Nilsson | |
2014-05-09 | ssh: Use correct timeout value for the connection timeout | Ingela Anderton Andin | |
2014-05-09 | ssh: test case for connect_timeout in ssh:connect | Hans Nilsson | |
2014-04-29 | Support binary standard_input in ssh_io | José Valim | |
2014-04-25 | Merge branch 'hans/ssh/max_sessions/OTP-11885' into maint | Hans Nilsson | |
* hans/ssh/max_sessions/OTP-11885: ssh: Doc change on max_session param ssh: Add max_session parameter to ssh:daemon | |||
2014-04-24 | ssh: Doc change on max_session param | Hans Nilsson | |
2014-04-24 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-04-24 | ssh: remove confusing info in some reports | Hans Nilsson | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-04-06 | Fix typo in authorized_keys filename | Josh Adams | |
2014-04-06 | Fix typo in SSH docs | Josh Adams | |
2014-03-28 | ssh: Fix bug in failfun (was not always called) | Hans Nilsson | |
2014-03-26 | ssh: added daemon option 'parallel_login', default false | Hans Nilsson | |
2014-03-26 | ssh: Added option negotiation_timeout for ssh:daemon | Hans Nilsson | |
This option is for closing a connection where the client connects, but then do nothing except keeping server resources. | |||
2014-03-25 | ssh: Fix dialyzer warning for arg Data in ssh_connection_handler:send/4 | Hans Nilsson | |