summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh.erl
Commit message (Expand)AuthorAgeFilesLines
* ssh: Don't leak connection_ref() when ssh:shell opens itHans Nilsson2019-10-141-25/+34
* ssh: Extend ssh:daemon_infoHans Nilsson2019-09-061-19/+58
* ssh: Extend ssh:connection_infoHans Nilsson2019-09-061-14/+44
* ssh: Update ssh_sftp:start_channel documentation and codeHans Nilsson2019-08-121-0/+2
* Merge branch 'hans/ssh/accept_callback_socket/OTP-15763' into maint-21Hans Nilsson2019-04-121-1/+1
|\
| * ssh: Present peername for accept_callback fun also for SocketsHans Nilsson2019-04-111-1/+1
* | Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21Erlang/OTP2018-12-271-19/+41
|\ \ | |/
| * ssh: Fix port leakage for daemons failing at startHans Nilsson2018-12-211-19/+41
* | Update copyright yearHenrik Nord2018-06-181-1/+1
* | ssh: ssh_channel replaced by ssh_client_channelHans Nilsson2018-04-271-2/+2
* | ssh: New -spec and -typeHans Nilsson2018-04-251-63/+130
|/
* Merge branch 'maint-18' into maintHans Nilsson2018-03-051-3/+0
|\
| * ssh: Fix cliHans Nilsson2018-01-191-1/+1
* | ssh: Server checks host key files at start and at acceptHans Nilsson2017-10-301-0/+6
* | ssh: ssh:chk_algos_opts/1Hans Nilsson2017-09-111-0/+22
* | Update copyright yearRaimo Niskanen2017-05-041-1/+1
* | ssh: document what happens when ssh:daemon sets both HostAddr and ip optionHans Nilsson2017-04-071-74/+8
* | ssh: Change handling of IP addresses, 'any' and names in sup structureHans Nilsson2017-04-071-30/+70
* | ssh: remove dead code and add commentsHans Nilsson2017-04-071-47/+8
* | ssh: Fix supervisors, start daemon and connect codeHans Nilsson2017-04-071-85/+155
* | ssh: fix ssh_system_sup naming of Host-Port-ProfileHans Nilsson2017-04-071-1/+1
* | ssh: handle HostAddr arg and ip-option for daemonsHans Nilsson2017-04-071-97/+124
* | ssh: Unified way of starting listening socketsHans Nilsson2017-04-071-126/+89
* | ssh: Option pruningHans Nilsson2017-04-071-2/+1
* | Merge branch 'maint'Ingela Anderton Andin2017-04-041-1/+1
|\ \
| * | ssh: fixed crash in ssh:daemon_infoHans Nilsson2017-03-241-1/+1
| * | Update copyright yearRickard Green2017-03-101-1/+1
* | | ssh: Host and Profile info returned in ssh:daemon_infoHans Nilsson2017-03-091-4/+6
* | | ssh: Types and spec fixes to conform to the ref manualHans Nilsson2017-03-021-10/+24
* | | ssh: Initial commit of option handling changesHans Nilsson2017-03-021-671/+146
|/ /
* | Merge branch 'hans/ssh/ssh_acceptor_bug/OTP-14108' into maintHans Nilsson2017-02-161-7/+19
|\ \
| * | ssh: handle return values and exceptions from ssh_acceptor:handle_connectionHans Nilsson2017-02-151-4/+12
| * | ssh: More exact test for is_tcp_socketHans Nilsson2017-02-151-3/+5
| * | ssh: Add error case for bad socketHans Nilsson2017-02-151-0/+2
* | | ssh: allow a list of fingerprint algos in silently_accept_hosts optionHans Nilsson2017-02-141-5/+16
|/ /
* | ssh: Add fun and fingerprint to option 'silently_accept_host'Hans Nilsson2016-11-181-0/+9
* | Improve ssh:start/1,2 functionsAleksei Magusev2016-08-241-62/+61
* | ssh: add experimental test flagHans Nilsson2016-06-131-0/+3
* | ssh: better validationHans Nilsson2016-06-011-28/+46
* | ssh: daemon taking open socket as inputHans Nilsson2016-06-011-35/+99
* | ssh: ssh:connect, ssh:shell and ssh_sftp:start_subsystem supports client tcp-...Hans Nilsson2016-05-301-19/+66
* | Merge branch 'hans/ssh/daemon_port_0/OTP-13527'Hans Nilsson2016-05-021-19/+66
|\ \
| * | ssh: make ssh:daemon choose port when Port=0 in the argumentsHans Nilsson2016-04-281-19/+66
* | | ssh: Idle-timer refactoring and some cosmetics and inlineingHans Nilsson2016-04-271-8/+1
* | | ssh: Begin -spec for ssh_connection_handlerHans Nilsson2016-04-271-0/+5
|/ /
* | update copyright-yearHenrik Nord2016-03-151-1/+1
|/
* ssh: client pub key opt implementedHans Nilsson2015-12-031-32/+42
* Support SSH key callback module optionsVipin Nair2015-12-011-2/+12
* ssh: Make it possible for more than one daemon started with option fdHans Nilsson2015-11-191-2/+35
* Merge branch 'hans/ssh/pwdfun/OTP-13055' into maintHans Nilsson2015-11-061-1/+7
|\