Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-12 | Merge branch 'hans/ssh/accept_callback_socket/OTP-15763' into maint-21 | Hans Nilsson | |
* hans/ssh/accept_callback_socket/OTP-15763: ssh: Present peername for accept_callback fun also for Sockets | |||
2019-04-11 | ssh: Present peername for accept_callback fun also for Sockets | Hans Nilsson | |
2018-12-27 | Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21 | Erlang/OTP | |
* hans/ssh/port_leak/OTP-15397: ssh: Fix port leakage for daemons failing at start ssh: Add port close test # Conflicts: # lib/ssh/test/ssh_basic_SUITE.erl | |||
2018-12-21 | ssh: Fix port leakage for daemons failing at start | Hans Nilsson | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-04-27 | ssh: ssh_channel replaced by ssh_client_channel | Hans Nilsson | |
2018-04-25 | ssh: New -spec and -type | 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-01-19 | ssh: Fix cli | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh.hrl lib/ssh/src/ssh_cli.erl | |||
2017-10-30 | ssh: Server checks host key files at start and at accept | Hans Nilsson | |
2017-09-11 | ssh: ssh:chk_algos_opts/1 | Hans Nilsson | |
This function is intended primarily for users who want to experiment with the options preferred_algorithms and modify_algorithms. | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-07 | ssh: document what happens when ssh:daemon sets both HostAddr and ip option | Hans Nilsson | |
The idea is that the HostAddress argument takes precedence over an ip-option. However, an ip-option overrides the 'any' HostAddr. This fixes the case of dameon(Port, [{ip,IP}..] in a non-surprising way. | |||
2017-04-07 | ssh: Change handling of IP addresses, 'any' and names in sup structure | Hans Nilsson | |
2017-04-07 | ssh: remove dead code and add comments | Hans Nilsson | |
2017-04-07 | ssh: Fix supervisors, start daemon and connect code | Hans Nilsson | |
Remove many internal options and made them as explicit arguments. | |||
2017-04-07 | ssh: fix ssh_system_sup naming of Host-Port-Profile | Hans Nilsson | |
2017-04-07 | ssh: handle HostAddr arg and ip-option for daemons | Hans Nilsson | |
2017-04-07 | ssh: Unified way of starting listening sockets | Hans Nilsson | |
2017-04-07 | ssh: Option pruning | Hans Nilsson | |
2017-04-04 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: OTP_VERSION erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/src/crypto.erl lib/ssh/src/ssh.erl | |||
2017-03-24 | ssh: fixed crash in ssh:daemon_info | Hans Nilsson | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-03-09 | ssh: Host and Profile info returned in ssh:daemon_info | Hans Nilsson | |
2017-03-02 | ssh: Types and spec fixes to conform to the ref manual | Hans Nilsson | |
2017-03-02 | ssh: Initial commit of option handling changes | Hans Nilsson | |
2017-02-16 | Merge branch 'hans/ssh/ssh_acceptor_bug/OTP-14108' into maint | Hans Nilsson | |
2017-02-15 | ssh: handle return values and exceptions from ssh_acceptor:handle_connection | Hans Nilsson | |
2017-02-15 | ssh: More exact test for is_tcp_socket | Hans Nilsson | |
2017-02-15 | ssh: Add error case for bad socket | Hans Nilsson | |
2017-02-14 | ssh: allow a list of fingerprint algos in silently_accept_hosts option | Hans Nilsson | |
2016-11-18 | ssh: Add fun and fingerprint to option 'silently_accept_host' | Hans Nilsson | |
2016-08-24 | Improve ssh:start/1,2 functions | Aleksei Magusev | |
Use application:ensure_all_started/2 instead of hard-coding dependencies | |||
2016-06-13 | ssh: add experimental test flag | Hans Nilsson | |
2016-06-01 | ssh: better validation | Hans Nilsson | |
2016-06-01 | ssh: daemon taking open socket as input | 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-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: Idle-timer refactoring and some cosmetics and inlineing | Hans Nilsson | |
2016-04-27 | ssh: Begin -spec for ssh_connection_handler | Hans Nilsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-12-03 | ssh: client pub key opt implemented | 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-19 | ssh: Make it possible for more than one daemon started with option fd | 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-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: enable users to give option keyboard_interact_fun | Hans Nilsson | |
It is on purpose not documented. It needs more thinking before being finalized. |