Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | ssh: Add line about supported kex algorithm(s) | Hans Nilsson | 2015-04-23 | 1 | -0/+1 | |
| | | | ||||||
| * | | ssh: Removed missplaced empty paranthesis | Hans Nilsson | 2015-04-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'ia/ssh/improve_docs' | Ingela Anderton Andin | 2015-04-24 | 12 | -1050/+1450 | |
|\ \ \ | |/ / | | / | |/ |/| | | | | | | | | | | | | | | | | | | | * ia/ssh/improve_docs: ssh: Move code example to Users Guide ssh: Keep dependency info in only one place ssh: Add links ssh: Align to alphabetic order ssh: Change wording to become accurate ssh: Remove extra whitespace ssh: Corrected information about error and event logging ssh: Remove legacy statement ssh: Technically correct description Editorial updates | |||||
| * | ssh: Move code example to Users Guide | Ingela Anderton Andin | 2015-04-22 | 2 | -61/+71 | |
| | | ||||||
| * | ssh: Keep dependency info in only one place | Ingela Anderton Andin | 2015-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | ssh: Add links | Ingela Anderton Andin | 2015-04-22 | 1 | -11/+17 | |
| | | ||||||
| * | ssh: Align to alphabetic order | Ingela Anderton Andin | 2015-04-22 | 1 | -234/+311 | |
| | | ||||||
| * | ssh: Change wording to become accurate | Ingela Anderton Andin | 2015-04-22 | 2 | -2/+2 | |
| | | ||||||
| * | ssh: Remove extra whitespace | Ingela Anderton Andin | 2015-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | ssh: Corrected information about error and event logging | Ingela Anderton Andin | 2015-04-22 | 1 | -3/+3 | |
| | | | | | | | | Also added some links | |||||
| * | ssh: Remove legacy statement | Ingela Anderton Andin | 2015-04-22 | 1 | -4/+2 | |
| | | ||||||
| * | ssh: Technically correct description | Ingela Anderton Andin | 2015-04-22 | 1 | -4/+4 | |
| | | ||||||
| * | Editorial updates | tmanevik | 2015-04-22 | 12 | -819/+1128 | |
| | | | | | | | | SSH application | |||||
* | | Update release notes | Erlang/OTP | 2015-04-22 | 1 | -0/+21 | |
| | | ||||||
* | | ssh: added id_string option for server and client | Hans Nilsson | 2015-04-21 | 1 | -0/+17 | |
|/ | | | | For limiting Banner Grabbing attempts. | |||||
* | Update release notes | Erlang/OTP | 2015-04-10 | 1 | -0/+22 | |
| | ||||||
* | ssh: Option minimal_remote_max_packet_size and test cases | Hans Nilsson | 2015-04-07 | 1 | -0/+6 | |
| | ||||||
* | Prepare release | Erlang/OTP | 2015-03-31 | 1 | -0/+44 | |
| | ||||||
* | fix spelling | Marcus Arendt | 2015-01-19 | 1 | -1/+1 | |
| | ||||||
* | fix doc typos found by Rabbe Fogelholm | Marcus Arendt | 2015-01-13 | 1 | -2/+2 | |
| | ||||||
* | ssh: Improve errorhandling in ssh_connection.erl | Ingela Anderton Andin | 2014-12-17 | 1 | -6/+8 | |
| | | | | | | If a channel is closed by the peer while using a function with call semantics in ssh_connection.erl return {error, closed}. Document that the functions can return {error, timeout | closed} and not only ssh_request_status() | |||||
* | Prepare release | Erlang/OTP | 2014-12-09 | 1 | -0/+94 | |
| | ||||||
* | ssh: Implements and tests erl_tar read from remote host. | Hans Nilsson | 2014-12-01 | 1 | -6/+100 | |
| | ||||||
* | ssh: Add ssh_sftp:open_tar/3,4 which opens a tar file at the server side of ↵ | Hans Nilsson | 2014-11-18 | 1 | -0/+18 | |
| | | | | | | a channel. Depends on erl_tar.erl having the function erl_tar:init/3 defined. | |||||
* | Merge branch 'ia/ssh/pty-request/OTP-11542' into maint | Ingela Anderton Andin | 2014-10-30 | 1 | -7/+52 | |
|\ | | | | | | | | | | | | | * ia/ssh/pty-request/OTP-11542: ssh: Add basic ptty_alloc tests ssh: Add pty_alloc request to ssh:shell/[1,2,3] ssh: Add ptty_alloc/[2,3] | |||||
| * | ssh: Add ptty_alloc/[2,3] | Ingela Anderton Andin | 2014-10-22 | 1 | -7/+52 | |
| | | ||||||
* | | Update release notes | Erlang/OTP | 2014-10-23 | 1 | -0/+15 | |
|/ | ||||||
* | Update release notes | Erlang/OTP | 2014-10-13 | 1 | -0/+32 | |
| | ||||||
* | ssh: Add option sftp_vsn | Ingela Anderton Andin | 2014-10-10 | 1 | -1/+12 | |
| | ||||||
* | Prepare release | Erlang/OTP | 2014-09-29 | 1 | -0/+50 | |
| | ||||||
* | Update release notes | Erlang/OTP | 2014-09-15 | 1 | -0/+50 | |
| | ||||||
* | Merge branch 'arekinath/ssh/aes-ctr' into maint | Marcus Arendt | 2014-09-03 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | | | * 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 | |||||
| * | SSH: documentation update for new algos | Alex Wilson | 2014-08-01 | 1 | -2/+2 | |
| | | ||||||
* | | Update release notes | Erlang/OTP | 2014-08-22 | 1 | -0/+21 | |
| | | ||||||
* | | Prepare release | Erlang/OTP | 2014-06-19 | 1 | -0/+42 | |
| | | ||||||
* | | ssh: Handle inet and inet6 option correctly | Ingela Anderton Andin | 2014-06-11 | 1 | -1/+5 | |
|/ | ||||||
* | Merge branch 'maint-17' into maint | Ingela Anderton Andin | 2014-05-27 | 1 | -1/+31 | |
|\ | | | | | | | | | | | | | Conflicts: OTP_VERSION lib/ssh/test/ssh_basic_SUITE.erl lib/ssh/vsn.mk | |||||
| * | Update release notes | Erlang/OTP | 2014-05-27 | 1 | -0/+30 | |
| | | ||||||
| * | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | 2014-05-26 | 1 | -4/+17 | |
| | | ||||||
* | | ssh: Doc change on max_session param | Hans Nilsson | 2014-04-24 | 1 | -1/+1 | |
| | | ||||||
* | | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | 2014-04-24 | 1 | -4/+17 | |
|/ | ||||||
* | Update release notes | Erlang/OTP | 2014-04-07 | 1 | -0/+140 | |
| | ||||||
* | Fix typo in authorized_keys filename | Josh Adams | 2014-04-06 | 1 | -1/+1 | |
| | ||||||
* | Fix typo in SSH docs | Josh Adams | 2014-04-06 | 1 | -1/+1 | |
| | ||||||
* | ssh: added daemon option 'parallel_login', default false | Hans Nilsson | 2014-03-26 | 1 | -0/+10 | |
| | ||||||
* | ssh: Added option negotiation_timeout for ssh:daemon | Hans Nilsson | 2014-03-26 | 1 | -0/+7 | |
| | | | | This option is for closing a connection where the client connects, but then do nothing except keeping server resources. | |||||
* | Merge branch 'weisslj/ssh-spec-doc-fixes' | Henrik Nord | 2014-02-14 | 1 | -1/+4 | |
|\ | | | | | | | | | | | | | * weisslj/ssh-spec-doc-fixes: ssh: Fix dialyzer type specs and documentation OTP-11705 | |||||
| * | ssh: Fix dialyzer type specs and documentation | Johannes Weißl | 2014-01-27 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | 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()}. | |||||
* | | 17.0 anchor and broken links fixes | Lukas Larsson | 2014-01-27 | 1 | -1/+1 | |
| | | ||||||
* | | ssh: minor doc correction about unicode | Hans Nilsson | 2014-01-21 | 1 | -1/+1 | |
| | |