Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-16 | Merge pull request #1780 from erlang/HansN-patch-1 | Hans Nilsson | |
Update SSH(6) documentation | |||
2018-04-11 | Update SSH(6) documentationHansN-patch-1 | Hans Nilsson | |
Two drafts have now been RFCs. Only editorial changes in them from implementation point of view. | |||
2018-04-06 | Fix typo in ssh key_cb type description | Yury Gargay | |
`ssh_server_key_api` was missed instead`ssh_client_key_api` mentioned two times. | |||
2018-04-06 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release ssh: Fix ssh_sftpd:handle_op not returning State | |||
2018-04-06 | Merge branch 'maint-19' into maint | Hans Nilsson | |
* maint-19: Updated OTP version Prepare release ssh: Fix ssh_sftpd:handle_op not returning State Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/vsn.mk otp_versions.table | |||
2018-04-05 | Prepare release | Erlang/OTP | |
2018-04-05 | ssh: Fix ssh_sftpd:handle_op not returning State | Hans Nilsson | |
2018-03-29 | ssh: New test suite ssh_dbg_SUITE for testing ssh_dbg | Hans Nilsson | |
2018-03-29 | ssh: Use the new ssh_dbg module | Hans Nilsson | |
2018-03-29 | ssh: New ssh_dbg module | Hans Nilsson | |
2018-03-29 | ssh: Add ssh_connection_handler:alg/1 for test purposes | Hans Nilsson | |
2018-03-29 | ssh: Unused fields #ssh.hkey and #ssh.kex removed | Hans Nilsson | |
2018-03-29 | ssh: Simplify ssh_connection and ssh_connection_handler and their internal ↵ | Hans Nilsson | |
interfaces | |||
2018-03-23 | Merge branch 'hans/ssh/exec_fun_mfa/OTP-14851' | Hans Nilsson | |
* hans/ssh/exec_fun_mfa/OTP-14851: ssh: Document the exec option ssh: Simplification of using fun:s as exec subsystems | |||
2018-03-23 | ssh: Document the exec option | Hans Nilsson | |
2018-03-23 | ssh: Doc fix | Hans Nilsson | |
2018-03-22 | ssh: Simplification of using fun:s as exec subsystems | Hans Nilsson | |
2018-03-22 | Merge branch 'maint' | Raimo Niskanen | |
* maint: Updated OTP version Update release notes Update version numbers ssh: Fix bad spec for double_algs() in ssh.hrl Test event insert from init Fix init to allow all actions Conflicts: OTP_VERSION | |||
2018-03-21 | Update release notes | Erlang/OTP | |
2018-03-21 | Update version numbers | Erlang/OTP | |
2018-03-20 | ssh: Fix bad spec for double_algs() in ssh.hrl | Hans Nilsson | |
2018-03-19 | Merge branch 'hans/ssh/faster_app_stop/OTP-14988' | Hans Nilsson | |
* hans/ssh/faster_app_stop/OTP-14988: ssh: Remove deadlock in supervisor tree ssh: Remove spawn in ssh_system_sup:stop_system/1 ssh: Removed unused sshc_sup:stop_child/1 | |||
2018-03-16 | ssh: Remove deadlock in supervisor tree | Hans Nilsson | |
2018-03-16 | ssh: Remove spawn in ssh_system_sup:stop_system/1 | Hans Nilsson | |
2018-03-16 | ssh: Removed unused sshc_sup:stop_child/1 | Hans Nilsson | |
2018-03-16 | ssh: Join basic and renegotiation suites and parallelize | Hans Nilsson | |
2018-03-16 | ssh: Parallelize ssh_basic_SUITE | Hans Nilsson | |
2018-03-16 | ssh: Parallelize ssh_renegotiate_SUITE | Hans Nilsson | |
2018-03-15 | ssh: Fix non-working test + add log in test suite | Hans Nilsson | |
2018-03-14 | Merge branch 'maint' | Henrik | |
Conflicts: OTP_VERSION | |||
2018-03-09 | Update release notes | Erlang/OTP | |
2018-03-09 | Update version numbers | Erlang/OTP | |
2018-03-07 | ssh: Retry and exponentially backoff listener restart | Hans Nilsson | |
in case of eaddrinuse. This could happen if the acceptor process dies and is restarted immediatly. | |||
2018-03-05 | ssh: README updated with missing 4-number's versions | Hans Nilsson | |
2018-03-05 | Merge branch 'maint-18' into maint | Hans Nilsson | |
* maint-18: Updated OTP version Update release notes Update version numbers ssh: Fix cli ssh: Test for disabled shell Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.erl lib/ssh/src/ssh_cli.erl lib/ssh/vsn.mk otp_versions.table | |||
2018-03-02 | ssh: Fix the bug | Hans Nilsson | |
2018-03-02 | ssh: Extend testcase to check the bug | Hans Nilsson | |
2018-03-02 | Update release notes | Erlang/OTP | |
2018-03-02 | Update version numbers | Erlang/OTP | |
2018-03-02 | Merge branch 'maint-19' into maint | Hans Nilsson | |
* maint-19: Updated OTP version Prepare release ssl: Prepare for release ssl: Backport PR-1709 ssh: Fix cli ssh: Test for disabled shell Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.erl lib/ssh/vsn.mk lib/ssl/doc/src/notes.xml lib/ssl/vsn.mk otp_versions.table | |||
2018-03-02 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: Extend ssh_basic_SUITE:packet_size_zero to ...:packet_size Also got rid of some EXIT messages due to ssh_connection:shell/2 being async and ssh:close came too soon | |||
2018-03-02 | Merge branch 'hans/ssh/execfix20/OTP-14881' into maint | Hans Nilsson | |
* hans/ssh/execfix20/OTP-14881: ssh: Disable exec for non-default shell ssh: Test for disabled shell | |||
2018-03-01 | ssh: Extend ssh_basic_SUITE:packet_size_zero to ...:packet_size | Hans Nilsson | |
Also got rid of some EXIT messages due to ssh_connection:shell/2 being async and ssh:close came too soon | |||
2018-03-01 | Merge branch 'hans/ssh/cuddle_doc' into maint | Hans Nilsson | |
* hans/ssh/cuddle_doc: ssh: Clearify links in ssh_sftp:read_file_info/2 | |||
2018-02-28 | ssh: Insert missing ssh:stop() etc in test suites | Hans Nilsson | |
2018-02-28 | Prepare release | Erlang/OTP | |
2018-02-27 | ssh: Fix acceptor sup testcase | Hans Nilsson | |
2018-02-27 | ssh: Fix cli testcase | Hans Nilsson | |
2018-02-27 | ssh: Misspelling in test suite | Hans Nilsson | |
2018-02-27 | ssh: Disable exec for non-default shell | Hans Nilsson | |