Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-11-05 | ssh, public_key: updates after doc review | Hans Nilsson | |
2015-11-04 | ssh: changes after doc review | Hans Nilsson | |
2015-11-04 | ssh: extend 'dh_gex_limits' to server side | Hans Nilsson | |
OTP-13066 | |||
2015-11-04 | ssh: option dh_gex_groups with tag ssh_moduli_file | Hans Nilsson | |
Makes this existing option also accept a file in openssh format OTP-13052 | |||
2015-11-04 | ssh, public_key: random selection of diffie-hellman moduli | Hans Nilsson | |
Also tool (public_key:gen_moduli_hrl) to convert an openssh moduli file to erlang format. | |||
2015-11-04 | ssh: changes after doc review | Hans Nilsson | |
2015-11-04 | ssh: Document pwdfun | Hans Nilsson | |
2015-10-16 | Merge branch 'maint-18' into maint | Henrik Nord | |
Conflicts: lib/ssh/vsn.mk | |||
2015-10-15 | Update release notes | Erlang/OTP | |
2015-10-14 | Merge branch 'maint-18' into maint | Henrik Nord | |
Conflicts: lib/ssh/vsn.mk | |||
2015-10-13 | Update release notes | Erlang/OTP | |
2015-10-12 | ssh: polished ssh.xml | Hans Nilsson | |
Some changes in the SSH section at top (supported algorithms). Added links to default_algorithms and preferred_algorithms in the SSH section. | |||
2015-10-08 | ssh: Option max_channels added. | Hans Nilsson | |
It actually counts the number of subsystem alive. Allocating a channel does not consume any resources (except some cpu cycles), but the subsystem start spawns processes. | |||
2015-10-08 | ssh: document new pub key algorithms | Hans Nilsson | |
2015-10-06 | ssh: doc update | Hans Nilsson | |
2015-10-06 | ssh: document ctr crypto mode | Hans Nilsson | |
2015-10-02 | Merge branch 'hans/ssh/doc_dh-gex_defaults' into maint | Hans Nilsson | |
* hans/ssh/doc_dh-gex_defaults: ssh: document dh-gex default values | |||
2015-10-01 | ssh: document dh-gex default values | Hans Nilsson | |
2015-10-01 | ssh: document ecdh and hmac-sha2-512 | Hans Nilsson | |
2015-09-21 | Prepare release | Erlang/OTP | |
2015-08-05 | ssh: document new options in doc/ssh.xml | Hans Nilsson | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-16 | ssh: Modernize type definitions | Ingela Anderton Andin | |
2015-06-10 | Merge branch 'hans/ssh/unknown_msgfun/OTP-12813' | Hans Nilsson | |
* hans/ssh/unknown_msgfun/OTP-12813: ssh: Option unexpectedfun for ssh:daemon and ssh:connect | |||
2015-06-09 | ssh: Option unexpectedfun for ssh:daemon and ssh:connect | Hans Nilsson | |
This option has a fun as value. The fun will be called when an unexpected message arrives. The fun returns either 'skip' or 'report' to guide the connection_handler what to do. One usage is to filter out messages that are not wanted in the error logger as info reports. An example of such a message is the 'etimedout' tcp error message that will be received if a connection has keep_alive and the peer is restarted. | |||
2015-06-09 | ssh: doc change for keyboard-interaction, pwd->password | Hans Nilsson | |
2015-06-09 | Merge branch 'hans/ssh/missing_doc' | Hans Nilsson | |
* hans/ssh/missing_doc: ssh: add missing doc for option auth_method_kb_interactive_data | |||
2015-06-08 | Merge branch 'ia/ssh/name-spaces/OTP-12675' | Ingela Anderton Andin | |
* ia/ssh/name-spaces/OTP-12675: ssh: Correct Makefile ssh: Add profile option |