Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-16 | Revert "Use new time API and be back-compatible in ssh" | Erland Schönbeck | |
This reverts commit af972aaf14a5f53510e692f48f672f7e6805ee6d. Conflicts: lib/ssh/test/ssh_basic_SUITE.erl | |||
2015-03-16 | ssh: uppdate version in vsn.mk | Hans Nilsson | |
2015-03-12 | Merge branch 'shijiang1130/master' into maint | Zandra Hird | |
* shijiang1130/master: Add client example for using the SSH module OTP-12558 | |||
2015-03-06 | Add client example for using the SSH module | Linus.yuan | |
2015-03-05 | Update misleading comment in ssh_basic_SUITE | Erland Schönbeck | |
2015-03-02 | Update new time API and be back-compatible in ssh | Erland Schönbeck | |
2015-02-25 | Use new time API and be back-compatible in ssh | Erland Schönbeck | |
otp_SUITE: Ignore undefined functions in ssh | |||
2015-02-05 | Fix ssh:connect erroneus error msg at timeout | Hans Nilsson | |
2015-01-26 | Merge branch 'ia/ssh/sftp-v3-flags' into maint | Ingela Anderton Andin | |
* ia/ssh/sftp-v3-flags: ssh: Add some more flags ssh: Correct Sftp flag handling ssh: Add handling of sftp v3 flags | |||
2015-01-23 | ssh: Add some more flags | Ingela Anderton Andin | |
2015-01-23 | ssh: Correct Sftp flag handling | Ingela Anderton Andin | |
Function name was somewhat confusing and when trying to find a better name for it we realised it did not work as intended. | |||
2015-01-23 | ssh: Add handling of sftp v3 flags | Ingela Anderton Andin | |
2015-01-19 | fix spelling | Marcus Arendt | |
2015-01-13 | fix doc typos found by Rabbe Fogelholm | Marcus Arendt | |
2014-12-17 | ssh: Improve errorhandling in ssh_connection.erl | Ingela Anderton Andin | |
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() | |||
2014-12-17 | Merge branch 'marcus/revert-ssh-testcase2/OTP-12004' into maint | Marcus Arendt | |
* marcus/revert-ssh-testcase2/OTP-12004: fix failed conflict resolution | |||
2014-12-10 | fix failed conflict resolution | Marcus Arendt | |
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-09 | Merge remote-tracking branch 'upstream/maint' into maint | Hans Nilsson | |
2014-12-09 | ssh: Fix syntax error in .appup | Hans Nilsson | |
2014-12-09 | revert ssh testcase | Marcus Arendt | |
2014-12-08 | ssh: Fix .app and .appup | Hans Nilsson | |
2014-12-05 | Revert "ssh: Corrected ret val from ssh_connection:subsystem/4." | Marcus Arendt | |
This reverts commit d086394ebd3595d431835af80709977a6c1c7c89. | |||
2014-12-02 | ssh: Add soft upgrade for ptty_alloc | Ingela Anderton Andin | |
2014-12-02 | ssh: Fixes wrong version in appup file | Hans Nilsson | |
2014-12-01 | ssh: prepares appup file for release | Hans Nilsson | |
2014-12-01 | ssh: Implements and tests erl_tar read from remote host. | Hans Nilsson | |
2014-12-01 | ssh: crypto framework for ssh_sftp:open_tar added | Hans Nilsson | |
2014-12-01 | Merge branch 'ia/ssh/gracefull-termination/OTP-12185' into maint | Ingela Anderton Andin | |
* ia/ssh/gracefull-termination/OTP-12185: ssh: Gracefully handle bad input | |||
2014-11-18 | ssh: Gracefully handle bad input | Ingela Anderton Andin | |
2014-11-18 | ssh: update vsn.mk | Hans Nilsson | |
2014-11-18 | ssh: Add ssh_sftp:open_tar/3,4 which opens a tar file at the server side of ↵ | Hans Nilsson | |
a channel. Depends on erl_tar.erl having the function erl_tar:init/3 defined. | |||
2014-11-12 | Merge branch 'dotsimon/ssh_connect_timeout/OTP-12306' into maint | Marcus Arendt | |
* dotsimon/ssh_connect_timeout/OTP-12306: Fix ssh_sftp:start_channel timeout | |||
2014-11-04 | Merge branch 'ia/ssh/rekeying-typo/OTP-12277' into maint | Ingela Anderton Andin | |
* ia/ssh/rekeying-typo/OTP-12277: ssh: Correct typo of renegotiate that could cause rekeying to fail | |||
2014-10-30 | Merge branch 'ia/ssh/pty-request/OTP-11542' into maint | Ingela Anderton Andin | |
* 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] | |||
2014-10-30 | ssh: Correct typo of renegotiate that could cause rekeying to fail | Ingela Anderton Andin | |
2014-10-29 | ssh: Add basic ptty_alloc tests | Ingela Anderton Andin | |
2014-10-24 | Fix ssh_sftp:start_channel timeout | Simon Cornish | |
The {timeout, Timeout} option passed to ssh_sftp:start_channel is not applied to the early phases of the SSH protocol. For example, if the remote server fails to respond after the "hello" then the call will hang for as long as the server keeps the TCP connection alive. This patch passes the Timeout through to ssh:connect. In case the timeout occurs during these phases, {error, timeout} is returned. | |||
2014-10-23 | Merge branch 'maint-17' into maint | Henrik Nord | |
Conflicts: OTP_VERSION | |||
2014-10-23 | Update release notes | Erlang/OTP | |
2014-10-23 | ssh: fix ssh.appup.src. | Hans Nilsson | |
2014-10-23 | ssh: Corrected appup | Ingela Anderton Andin | |
2014-10-22 | ssh: fix .app and .appup errors | Hans Nilsson | |
2014-10-22 | ssh: remove supervisors for crashed connection worker | Hans Nilsson | |
2014-10-22 | ssh: Print supervisor tree (on demand). | Hans Nilsson | |
2014-10-22 | Merge branch 'HansN/prop_test_updates' into maint | Bruce Yinhe | |
OTP-12256 * HansN/prop_test_updates: Optimizations ssh_eqc_encode_decode.erl compiles Add timeout to a property test (Thanks John & Tobias @ QuviQ) Reduce the total testing time for the properties to 20 seconds No side effects in function arguments Passing global var to QuickCheck statemachine | |||
2014-10-22 | ssh: Add pty_alloc request to ssh:shell/[1,2,3] | Ingela Anderton Andin | |
2014-10-22 | ssh: Add ptty_alloc/[2,3] | Ingela Anderton Andin | |
2014-10-21 | ssh: prepare for release | Hans Nilsson | |
2014-10-21 | ssh: avoid terminated but not deleted children to be counted. | Hans Nilsson | |