Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-21 | ssh: Report the signal name if there is an exit-signal to sftpd | Hans Nilsson | |
2018-06-21 | ssh: Bug fix sftp error codes | Hans Nilsson | |
Report the signal name if the signal error message is "" Do not report a return code of 0 as an error. | |||
2018-06-20 | ssh: Fix ssh_xfer decode_ATTR error for Vsn=4 | Hans Nilsson | |
2018-06-19 | Prepare release | Erlang/OTP | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-11 | ssh: Add experimental eddh | Hans Nilsson | |
Not working | |||
2018-06-07 | ssh: Fix client_sends_info_timing property test case | Hans Nilsson | |
2018-06-07 | ssh: Add ssh/test/property_test dir to test releases | Hans Nilsson | |
2018-06-05 | ssh: Document default algorithm order + update SSH_app links | Hans Nilsson | |
2018-06-05 | ssh: Remove dubious pubkey setup | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_algorithms_SUITE.erl | |||
2018-06-01 | Merge branch 'hans/ssh/channel_polish/OTP-15083' | Hans Nilsson | |
* hans/ssh/channel_polish/OTP-15083: ssh: Better crash report for bad channel callback module | |||
2018-06-01 | Merge branch 'hans/ssh/channel_testsuite/OTP-15051' | Hans Nilsson | |
* hans/ssh/channel_testsuite/OTP-15051: ssh: Channel testsuite | |||
2018-05-30 | ssh: Channel testsuite | Hans Nilsson | |
2018-05-30 | ssh: Better crash report for bad channel callback module | Hans Nilsson | |
2018-05-30 | ssh: Change get_stacktrace | Hans Nilsson | |
2018-05-29 | Revert "Prepare release" | Henrik | |
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. | |||
2018-05-25 | Prepare release | Erlang/OTP | |
2018-05-17 | Merge branch 'hans/ssh/channel_cb_reason/OTP-15084' | Hans Nilsson | |
* hans/ssh/channel_cb_reason/OTP-15084: ssh: Terminate reason was always the name of the called callback module | |||
2018-05-16 | ssh: Terminate reason was always the name of the called callback module | Hans Nilsson | |
2018-05-16 | ssh: Replace link by monitor for exit supervision | Hans Nilsson | |
2018-05-14 | ssh: Test cases fixes | Hans Nilsson | |
2018-05-14 | ssh: Use generic_timer for option idle_time | Hans Nilsson | |
2018-05-14 | ssh: Refactor connection_msg handling | Hans Nilsson | |
2018-05-14 | ssh: Unfold function in the single used place | Hans Nilsson | |
2018-05-14 | ssh: idle_timer sends special msg instead of EXIT | Hans Nilsson | |
2018-05-14 | Merge branch 'hans/ssh/rekey_limit/OTP-15069' | Hans Nilsson | |
* hans/ssh/rekey_limit/OTP-15069: ssh: Test the infinity rekey_limit option ssh: Add infinity as values to rekey_limit | |||
2018-05-09 | ssh: Test the infinity rekey_limit option | Hans Nilsson | |
2018-05-09 | ssh: Add infinity as values to rekey_limit | Hans Nilsson | |
Zero is removed from the Minutes in the new tuple value to remove a loop possibility. The zero is kept for bytes since that is not dangerous and a removal would be an unnecssary incompatibility. | |||
2018-05-09 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release ssh: Renegotiation -> renegotiate ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419 ssh: Fix server crashes for exit-normal signals | |||
2018-05-09 | Merge branch 'maint-19' into maint | Hans Nilsson | |
* maint-19: Updated OTP version Prepare release ssh: Renegotiation -> renegotiate ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419 ssh: Fix server crashes for exit-normal signals Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/src/ssh_transport.erl lib/ssh/vsn.mk otp_versions.table | |||
2018-05-08 | Prepare release | Erlang/OTP | |
2018-05-08 | Merge branch 'hans/ssh/reneg_bug_19/OTP-15066' into maint-19 | Erlang/OTP | |
* hans/ssh/reneg_bug_19/OTP-15066: ssh: Renegotiation -> renegotiate | |||
2018-05-08 | Merge branch 'hans/ssh/dh_gex_putty_19/OTP-15064' into maint-19 | Erlang/OTP | |
* hans/ssh/dh_gex_putty_19/OTP-15064: ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419 | |||
2018-05-08 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release ssh: Renegotiation -> renegotiate ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419 crypto: get_engine_load_cmd_list excluded if no engine support crypto: Fix compilation for LibreSSL 2.7.x crypto: Disable test_engine if engine is disabled crypto: disable engine if OPENSSL_NO_EC* is set If that flag is set, and openssl/engine.h is included, there will be an erro further down in files included by engine.h Conflicts: OTP_VERSION | |||
2018-05-08 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: Renegotiation -> renegotiate ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419 crypto: get_engine_load_cmd_list excluded if no engine support crypto: Fix compilation for LibreSSL 2.7.x crypto: Disable test_engine if engine is disabled crypto: disable engine if OPENSSL_NO_EC* is set If that flag is set, and openssl/engine.h is included, there will be an erro further down in files included by engine.h | |||
2018-05-07 | Prepare release | Erlang/OTP | |
2018-05-07 | Merge branch 'hans/ssh/reneg_bug_20/OTP-15066' into maint-20 | Erlang/OTP | |
* hans/ssh/reneg_bug_20/OTP-15066: ssh: Renegotiation -> renegotiate | |||
2018-05-04 | ssh: Renegotiation -> renegotiate | Hans Nilsson | |
2018-05-04 | ssh: Fix DH group exchange server bug for PuTTY | Hans Nilsson | |
and others following draft-draft-00 from 2001 and not the rfc4419 | |||
2018-05-04 | ssh: Extend rekey_limit to also take an optional time | Hans Nilsson | |
2018-05-02 | ssh: Renegotiation -> renegotiate | Hans Nilsson | |
2018-05-02 | ssh: Fix DH group exchange server bug for PuTTY | Hans Nilsson | |
and others following draft-draft-00 from 2001 and not the rfc4419 | |||
2018-05-02 | Revert "Update release notes" | Henrik | |
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521. | |||
2018-05-02 | Revert "Update version numbers" | Henrik | |
This reverts commit 345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3. | |||
2018-04-30 | Update release notes | Erlang/OTP | |
2018-04-30 | Update version numbers | Erlang/OTP | |
2018-04-27 | ssh: ssh_channel replaced by ssh_client_channel | Hans Nilsson | |
2018-04-27 | ssh: ssh_daemon_channel replaced by ssh_server_channel | Hans Nilsson | |
2018-04-27 | ssh: Use ssh_daemon_channel_sup and ssh_damon_channel | Hans Nilsson | |
2018-04-27 | ssh: Create doc for the ssh_daemon_channel behaviour | Hans Nilsson | |