Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-13 | Update release notes | Erlang/OTP | |
2014-10-10 | ssh: Add option sftp_vsn | Ingela Anderton Andin | |
2014-09-29 | Prepare release | Erlang/OTP | |
2014-09-15 | Update release notes | Erlang/OTP | |
2014-09-03 | Merge branch 'arekinath/ssh/aes-ctr' into maint | Marcus Arendt | |
* arekinath/ssh/aes-ctr: ssh: check if ssh client supports newer cipher- and MAC-algorithms SSH: only enable ciphers/MACs when they are available in crypto SSH: add ssh_to_openssh test for ciphers and macs SSH: documentation update for new algos SSH: add support for aes128-ctr and hmac-sha2-256 | |||
2014-08-22 | Update release notes | Erlang/OTP | |
2014-08-01 | SSH: documentation update for new algos | Alex Wilson | |
2014-06-19 | Prepare release | Erlang/OTP | |
2014-06-11 | ssh: Handle inet and inet6 option correctly | Ingela Anderton Andin | |
2014-05-27 | Merge branch 'maint-17' into maint | Ingela Anderton Andin | |
Conflicts: OTP_VERSION lib/ssh/test/ssh_basic_SUITE.erl lib/ssh/vsn.mk | |||
2014-05-27 | Update release notes | Erlang/OTP | |
2014-05-26 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-04-24 | ssh: Doc change on max_session param | Hans Nilsson | |
2014-04-24 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-04-06 | Fix typo in authorized_keys filename | Josh Adams | |
2014-04-06 | Fix typo in SSH docs | Josh Adams | |
2014-03-26 | ssh: added daemon option 'parallel_login', default false | Hans Nilsson | |
2014-03-26 | ssh: Added option negotiation_timeout for ssh:daemon | Hans Nilsson | |
This option is for closing a connection where the client connects, but then do nothing except keeping server resources. | |||
2014-02-14 | Merge branch 'weisslj/ssh-spec-doc-fixes' | Henrik Nord | |
* weisslj/ssh-spec-doc-fixes: ssh: Fix dialyzer type specs and documentation OTP-11705 | |||
2014-01-27 | 17.0 anchor and broken links fixes | Lukas Larsson | |
2014-01-27 | ssh: Fix dialyzer type specs and documentation | Johannes Weißl | |
Similar to d9ebfb8. The wrong specs were leading to dialyzer warnings like this in our application since R16B03: The pattern 'ok' can never match the type {'error',_}. The pattern {'error', {'already_started', 'ssh'}} can never match the type 'ok'. The pattern {'error', _} can never match the type {'open_error',_,string(),string()}. | |||
2014-01-21 | ssh: minor doc correction about unicode | Hans Nilsson | |
2014-01-21 | ssh: Update documentation | Hans Nilsson | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-11-14 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-11-13 | ssh: Logging fun and document enhancement | Ingela Anderton Andin | |
2013-11-13 | ssh: Add option to disallow CLI | Ingela Anderton Andin | |
OTP-10976 | |||
2013-11-13 | ssh: Simplify handling of connection attributes (e.i. user and sockname) | Ingela Anderton Andin | |
OTP-11296 | |||
2013-11-13 | ssh: Make inet option configurable and remove ipv6_disabled option | Ingela Anderton Andin | |
2013-11-01 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-31 | fix private_key type documentation in ssh_server_key_api | Tristan Sloughter | |
2013-10-29 | Merge branch 'maint' | Hans Nilsson | |
2013-10-28 | ssh: Add ssh:sockname/1 incl doc and tests | Hans Nilsson | |
OTP-11345, sto575, tsk374 | |||
2013-10-28 | ssh: Add function ssh:peername/1 with test | Hans Nilsson | |
OTP-11345, sto575, tsk374 | |||
2013-10-21 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-16 | Fix ssh doc typos | Martin Hässler | |
ssh_rsa changed to 'ssh-rsa' and missing space added. | |||
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-08-21 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-20 | ssh: clarified timeout options | Fredrik Gustafsson | |
2013-07-01 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-01 | Merge branch 'maint-r15' into maint-r16 | Fredrik Gustafsson | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk | |||
2013-06-28 | Update release notes | Erlang/OTP | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |