Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-03-27 | Merge branch 'nox/ssh/fix-ssh-html-doc/OTP-10983' into maint | Fredrik Gustafsson | |
* nox/ssh/fix-ssh-html-doc/OTP-10983: Properly ignore everything in lib/ssh/doc/html/ | |||
2013-03-19 | Prepare release | Erlang/OTP | |
2013-03-08 | Prepare release | Erlang/OTP | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-19 | Fix doc for ssh:connect/3,4 | Martin Hässler | |
* Refer to ssh_connection instead of ssh_connect * Add 'seealso' tag linking to ssh_connection:session_channel | |||
2013-02-14 | ssh: Remove derived file from git | Ingela Anderton Andin | |
2013-02-08 | Properly ignore everything in lib/ssh/doc/html/ | Anthony Ramine | |
File SSH_protocols.png is versioned in both lib/ssh/doc/html/ and lib/ssh/doc/src/ whereas it should be versioned only in the latter and ignored in the former. | |||
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-28 | Fixed some broken links in ssh doc | Fredrik Gustafsson | |
2013-01-25 | Fixed some ssh documentation | Fredrik Gustafsson | |
2013-01-25 | ssh: Fix dialyzer and doc warnings | Ingela Anderton Andin | |