Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-15 | Prepare release | Erlang/OTP | |
2017-03-31 | Update release notes | Erlang/OTP | |
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-02-26 | Documentation: use behaviour(ssh_daemon_channel) | Malcolm | |
In the SSH User's Guide, section 2.8 'Creating a Subsystem' uses behaviour(ssh_subsystem) but should use behaviour(ssh_daemon_channel). The renaming was updated in the Reference Manual but never reflected in the User's Guide. | |||
2017-02-15 | ssh: speling error | Hans Nilsson | |
2017-02-15 | ssh: speling error | Hans Nilsson | |
2017-02-15 | ssh: reword documentation | Hans Nilsson | |
2017-02-14 | ssh: allow a list of fingerprint algos in silently_accept_hosts option | Hans Nilsson | |
2016-12-09 | Prepare release | Erlang/OTP | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
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-10-17 | Prepare release | Erlang/OTP | |
2016-10-13 | Prepare release | Erlang/OTP | |
2016-10-10 | Prepare release | Erlang/OTP | |
2016-10-06 | Update release notes | Erlang/OTP | |
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-06-30 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-06-29 | Update release notes | Erlang/OTP | |
2016-06-27 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
2016-06-22 | Update release notes | Erlang/OTP | |
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-01 | ssh: daemon taking open socket as input | Hans Nilsson | |
2016-06-01 | ssh: update connect doc | Hans Nilsson | |
2016-05-30 | ssh: ssh:connect, ssh:shell and ssh_sftp:start_subsystem supports client ↵ | Hans Nilsson | |
tcp-socket as input | |||
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | Prepare release | Erlang/OTP | |
2016-05-02 | Merge branch 'hans/ssh/doc_sftp_error_codes/ERL-86/OTP-13347' | Hans Nilsson | |
2016-05-02 | Merge branch 'hans/ssh/daemon_port_0/OTP-13527' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_test_lib.erl | |||
2016-04-28 | ssh: make ssh:daemon choose port when Port=0 in the arguments | Hans Nilsson | |
2016-04-27 | ssh: fix same doc error as PR-1021 in another place where it also was wrong | Hans Nilsson | |
2016-04-27 | Documentation: example provided was not a valid term | Stuart Thackray | |
2016-04-25 | ssh: re-phrase ssh_sftp ref man section on timeouts | Hans Nilsson | |
2016-04-25 | ssh: fix some errors in ssh_sftp doc | Hans Nilsson | |
2016-04-25 | ssh: ssh_sftp doc updated (error reason, no file: refs) | Hans Nilsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-14 | Prepare release | Erlang/OTP | |
2016-02-05 | Minor correction of documentation as reported in bugs.erlang.org:ERL-87 | Kenneth Lundin | |
2016-01-08 | Update release notes | Erlang/OTP | |
2015-12-15 | Update release notes | Erlang/OTP | |
2015-12-11 | [ssh] Align documentation to DTD | Lars Thorsen | |
2015-12-03 | ssh: client pub key documentation | Hans Nilsson | |
2015-12-01 | Support SSH key callback module options | Vipin Nair | |
This patch allows extra callback options to be passed to the module implementing the SSH callback module behaviour. A module implementing the SSH key callback API is used to customize the handling of public key. This patch allows extra callback options to be passed to the module implementing the SSH callback module behaviour. The key_cb option has been changed: {key_cb, atom()} -> {key_cb, key_cb()} Where: key_cb() :: atom() | {atom(), list()} The callback options, if specified, is made available to the callback module via the options passed to it under the key 'key_cb_private'. More details and some backgorund is available here[1]. [1]: http://erlang.org/pipermail/erlang-patches/2015-November/004800.html | |||
2015-11-27 | Merge branch 'maint-18' into maint | Hans Nilsson | |
* maint-18: Updated OTP version Update release notes ssh: vsn.mk updated ssh: New test cases for SSH_MSG_KEX_DH_GEX_REQUEST_OLD ssh: update existing testcases ssh: Improve group selection ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty client Conflicts: lib/ssh/src/ssh_transport.erl lib/ssh/test/ssh_protocol_SUITE.erl lib/ssh/vsn.mk | |||
2015-11-26 | Update release notes | Erlang/OTP | |
2015-11-24 | Merge branch 'hans/ssh/aes_gcm_crypto/OTP-13018' into maint | Hans Nilsson | |
* hans/ssh/aes_gcm_crypto/OTP-13018: ssh: fix dialyzer reported error ssh: renegotiate test group for AES_GCM ssh: documentation updates ssh: AEAD_AES_(128|256)_GCM and aes(128|256)[email protected] crypto ssh: refactor packet reception | |||
2015-11-23 | ssh: documentation updates | Hans Nilsson | |
2015-11-20 | Merge branch 'riverrun/maint' into maint | Zandra | |
* riverrun/maint: Recommend against using crypto:rand_bytes |