Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | ssh: Extend rekey_limit to also take an optional time | Hans Nilsson | |
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 | |
2018-04-27 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: Test case fix The daemon kill is now so fast that the clients does not react fast enough in ssh_sup_SUITE:killed_acceptor_restarts/1 | |||
2018-04-27 | Merge branch 'hans/ssh/dbg/OTP-14896' | Hans Nilsson | |
* hans/ssh/dbg/OTP-14896: ssh: Correct a call that re-appeared by misstake | |||
2018-04-26 | ssh: Test case fix | Hans Nilsson | |
The daemon kill is now so fast that the clients does not react fast enough in ssh_sup_SUITE:killed_acceptor_restarts/1 | |||
2018-04-26 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: Better logging in test case | |||
2018-04-25 | ssh: Use -spec and -type for documentation generation | Hans Nilsson | |
2018-04-25 | ssh: Changes suggested by dialyzer | Hans Nilsson | |
2018-04-25 | ssh: New -spec and -type | Hans Nilsson | |
2018-04-25 | ssh: Better logging in test case | Hans Nilsson | |
2018-04-25 | ssh: Correct a call that re-appeared by misstake | Hans Nilsson | |
2018-04-24 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release ssh: Fix server crashes for exit-normal signals | |||
2018-04-24 | Merge branch 'maint-18' into maint | Hans Nilsson | |
* maint-18: Updated OTP version Prepare release 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/vsn.mk otp_versions.table | |||
2018-04-23 | Prepare release | Erlang/OTP | |
2018-04-20 | ssh: Remove unused ssh_client_key.erl and ssh_server_key.erl | Hans Nilsson | |
2018-04-20 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release inets: Fix broken httpc options handling ssh: Fix server crashes for exit-normal signals ssh: Fix ssh_sftpd:handle_op not returning State Conflicts: OTP_VERSION | |||
2018-04-20 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release erl_interface: Optimize latin1_to_utf8 and friend inets: Fix broken httpc options handling erl_interface: Fix ei_connect ssh: Fix server crashes for exit-normal signals ssh: Fix ssh_sftpd:handle_op not returning State ic: Optimize oe_ei_encode_atom | |||
2018-04-19 | Prepare release | Erlang/OTP | |
2018-04-19 | Merge branch 'hans/ssh/server_exit_normal_exit_20/OTP-15018' into maint-20 | Erlang/OTP | |
* hans/ssh/server_exit_normal_exit_20/OTP-15018: ssh: Fix server crashes for exit-normal signals | |||
2018-04-19 | ssh: Declare serial for three test cases | Hans Nilsson | |
2018-04-19 | ssh: Increase timetrap for slow test machines | Hans Nilsson | |
2018-04-17 | ssh: Fix server crashes for exit-normal signals | Hans Nilsson | |
2018-04-16 | Merge pull request #1780 from erlang/HansN-patch-1 | Hans Nilsson | |
Update SSH(6) documentation | |||
2018-04-14 | ssh: Fix server crashes for exit-normal signals | Hans Nilsson | |
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-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 |