Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-10-21 | ssh: simple info function (ssh_info:print/0). | Hans Nilsson | |
2014-10-17 | ssh: Gracefully handle bad handshake messages | Ingela Anderton Andin | |
2014-10-17 | ssh: reduce amount of printouts | Hans Nilsson | |
2014-10-16 | ssh: Fix port scanner problems | Hans Nilsson | |
2014-10-16 | ssh: Fixes clause syntax error in ssh.appup.src | Hans Nilsson | |
2014-10-15 | Merge branch 'maint-17' into maint | Bruce Yinhe | |
Conflicts: OTP_VERSION | |||
2014-10-13 | Update release notes | Erlang/OTP | |
2014-10-13 | ssh: Prepare for release | Ingela Anderton Andin | |
2014-10-10 | ssh: Add option sftp_vsn | Ingela Anderton Andin | |
2014-10-09 | ssh: Fix option user_interaction to work as expected | Ingela Anderton Andin | |
When password authentication is implemented with ssh keyboard-interactive method and the password is already supplied, so that we do not need to query the user, connections should succeed even though the user_interaction option is set to false. | |||
2014-10-09 | ssh: Corrected ret val from ssh_connection:subsystem/4. | Hans Nilsson | |
2014-10-09 | ssh: testcase | Hans Nilsson | |
2014-09-30 | Merge branch 'maint-17' into maint | Henrik Nord | |
Conflicts: OTP_VERSION lib/ssh/test/ssh_connection_SUITE.erl | |||
2014-09-29 | Prepare release | Erlang/OTP | |
2014-09-29 | Merge branch 'ia/ssh/version-appup' into maint-17 | Erlang/OTP | |
* ia/ssh/version-appup: ssh: ssh-3.0.6 will not support soft ugrade | |||
2014-09-29 | Merge branch 'ia/ssh/listner-restart/OTP-12168' into maint-17 | Erlang/OTP | |
* ia/ssh/listner-restart/OTP-12168: ssh: Adjust supervisor tree to make sure new listning options are honored ssh: Add test case for ssh:stop_listner | |||
2014-09-29 | Merge branch 'ia/ssh/version-handling-gracefull/OTP-12157' into maint-17 | Erlang/OTP | |
* ia/ssh/version-handling-gracefull/OTP-12157: ssh: Add format_status/2 so sensitive data will not be present in logs ssh: Gracefully handle incorrect versions | |||
2014-09-26 | Merge branch 'matwey/makefile' into maint | Bruce Yinhe | |
OTP-12200 * matwey/makefile: Cleanup parse_transform modules in eunit Cleanup behaviour modules in ssl Cleanup behaviour modules in ssh Fix a typo in clean section of otp_mibs makefile | |||
2014-09-25 | ssh: Adjust supervisor tree to make sure new listning | Ingela Anderton Andin | |
options are honored | |||
2014-09-25 | ssh: Fixed parallel_login bug that made all logins serial | Hans Nilsson | |
2014-09-24 | ssh: Add test case for ssh:stop_listner | Ingela Anderton Andin | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2014-09-24 | ssh: Add format_status/2 so sensitive data will not be present in logs | Ingela Anderton Andin | |
2014-09-24 | ssh: Gracefully handle incorrect versions | Ingela Anderton Andin | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2014-09-22 | Merge branch 'ia/ssh/cuddle-tests' into maint | Ingela Anderton Andin | |
* ia/ssh/cuddle-tests: ssh: Avoid windows wierdness ssh: Avoid timeout of init_per_test_case on some platforms | |||
2014-09-22 | ssh: ssh-3.0.6 will not support soft ugrade | Ingela Anderton Andin | |
Customer requesting patch will not use soft upgrade and as it will be hard to meet customer deadline and assure quality of soft upgrade we decided to make it an application restart. | |||
2014-09-19 | ssh: Avoid windows wierdness | Ingela Anderton Andin | |
2014-09-18 | Optimizations | Hans Nilsson | |
2014-09-18 | ssh_eqc_encode_decode.erl compiles | Hans Nilsson | |
2014-09-18 | ssh: Avoid timeout of init_per_test_case on some platforms | Ingela Anderton Andin | |
Also some code cleanup | |||
2014-09-18 | Add timeout to a property test (Thanks John & Tobias @ QuviQ) | Hans Nilsson | |
2014-09-18 | Reduce the total testing time for the properties to 20 seconds | Thomas Arts | |
We need to make a global budget for testing on CI server and then define for each property how much it may use of that time. Probably in auxiliary file, such that it can be computed from what has changed in the repo. | |||
2014-09-18 | No side effects in function arguments | Thomas Arts | |
We want to be able to see tests with eqc_gen:sample, we also want to be able to re-run tests. Side effects are no good idea if these goals need to be met. Therefore, we replace the side effect to ask for a port by making a symbolic call of this. Nicer solutions are possible, but at least we can now re-run the test case, and therefore shrink. |