Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-26 | ssh: Undocumented option 'compression' replaced by 'preferred_algorithms' | Hans Nilsson | |
The 'compression' option was used in the test cases. The new option 'preferred_algorithms' is much more powerful and can be used as a replacement. | |||
2015-05-12 | ssh: Fix typo | Ingela Anderton Andin | |
Option height was misspelled in the code. Fix code but recognize the mispellt option for backwards compatible reasons. | |||
2015-04-29 | ssh: Add openSSH interop check | Ingela Anderton Andin | |
2014-12-29 | Merge branch 'lemenkov/use_os_getenv_2' | Marcus Arendt | |
* lemenkov/use_os_getenv_2: fix missing include Start using os:getenv/2 fun Introduce os:getenv/2 | |||
2014-12-19 | fix missing include | 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-15 | Start using os:getenv/2 fun | Peter Lemenkov | |
See #535 Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-12-10 | fix failed conflict resolution | Marcus Arendt | |
2014-12-09 | revert ssh testcase | Marcus Arendt | |
2014-10-29 | ssh: Add basic ptty_alloc tests | Ingela Anderton Andin | |
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-24 | ssh: Add test case for ssh:stop_listner | Ingela Anderton Andin | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2014-09-24 | ssh: Gracefully handle incorrect versions | Ingela Anderton Andin | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2014-09-18 | ssh: Avoid timeout of init_per_test_case on some platforms | Ingela Anderton Andin | |
Also some code cleanup | |||
2014-08-22 | Test Other Clauses of start_shell | Michael K. Schmidt | |
start_shell() is called by exec, so test those cases as well. Also add support for passing a fun to exec. | |||
2014-07-23 | Fix SSH CLI when using custom "shell" option | Michael K. Schmidt | |
Also address compatibility issue with PuTTY | |||
2013-11-13 | ssh: Eliminate test case failure due to timing issues in test case code | Ingela Anderton Andin | |
2013-03-01 | ssh: Ctify test doc | Ingela Anderton Andin | |
2012-10-19 | ssh: Modernized test suites to use only Common Test | Ingela Anderton Andin | |
2012-10-03 | ssh: Make test case platform independant | Ingela Anderton Andin | |
The test case interrupted_send did not work on all platforms. Also ct-ify the test suite | |||
2012-10-03 | ssh: add test suite for testing channel send/receive behavior. | Daniel Goertzen | |