Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-11-17 | [ssh] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-11-13 | ssh: alternative look | Hans Nilsson | |
2015-11-11 | ssh: list supported rfcs | Hans Nilsson | |
2015-11-11 | ssh: moved "supported" section from ssh module man page to SSH_app man page | Hans Nilsson | |
2015-11-11 | ssh: links to crypto and public_key in the ssh app ref | Hans Nilsson | |
2015-11-11 | ssh: updated ssh_app.xml with ecdsa info | Hans Nilsson | |
2015-11-11 | ssh: document function dependencies in ssh_connection.erl | Hans Nilsson | |
2015-11-06 | Merge branch 'hans/ssh/pwdfun/OTP-13055' into maint | Hans Nilsson | |
* hans/ssh/pwdfun/OTP-13055: ssh: changes after doc review ssh: Document pwdfun ssh: make corrections of keyboard-interactive client ssh: enable users to give option keyboard_interact_fun ssh: pwdfun/4 and simple tests Conflicts: lib/ssh/doc/src/ssh.xml | |||
2015-11-06 | Recommend against using crypto:rand_bytes | David Whitlock | |
2015-11-05 | ssh: correct a bad doc xref | Hans Nilsson | |