Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2018-03-22 | ssh: Simplification of using fun:s as exec subsystems | Hans Nilsson | |
2018-03-02 | ssh: Extend testcase to check the bug | Hans Nilsson | |
2018-03-02 | Merge branch 'hans/ssh/execfix20/OTP-14881' into maint | Hans Nilsson | |
* hans/ssh/execfix20/OTP-14881: ssh: Disable exec for non-default shell ssh: Test for disabled shell | |||
2018-02-28 | ssh: Insert missing ssh:stop() etc in test suites | Hans Nilsson | |
2018-02-27 | ssh: Test for disabled shell | Hans Nilsson | |
2017-12-21 | ssh: Better reports in some test case failures | Hans Nilsson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-07 | ssh: Make test suites pass | Hans Nilsson | |
2016-11-14 | ssh: interrupted_send test suite handle 'close CHANID' msg | Hans Nilsson | |
2016-11-14 | ssh: interrupted_send receive loop reports missing number of bytes | Hans Nilsson | |
2016-11-11 | ssh: Testcase polishing | Hans Nilsson | |
2016-06-09 | ssh: anonymize two unused variables in test suite | Hans Nilsson | |
2016-06-09 | ssh: skip test suites if no crypto lib is installed | Hans Nilsson | |
2016-06-07 | ssh: TC ssh_connection_SUITE:small_iterrupted_send | Hans Nilsson | |
2016-06-07 | ssh: ssh_connection_SUITE:interrupted_send separate result collector process | Hans Nilsson | |
2016-06-07 | ssh: logging in test helper ssh_echo_server | Hans Nilsson | |
2016-06-02 | ssh: fix ssh_connection_SUITE error on Windows | Hans Nilsson | |
2016-06-01 | ssh: test cases on daemon using open socket | Hans Nilsson | |
2016-06-01 | ssh: replace ?config in tests | Hans Nilsson | |
OTP-13565 | |||
2016-05-30 | ssh: ssh:connect, ssh:shell and ssh_sftp:start_subsystem supports client ↵ | Hans Nilsson | |
tcp-socket as input | |||
2016-04-29 | ssh: break out test macro ?wait_match into new ssh_test_lib.hrl | Hans Nilsson | |
2016-04-28 | ssh: polish max_channels_option test case | Hans Nilsson | |
Removed pty alloc from the test since it does not work on all test targets. Also added a final check that the upper limit of channels still holds. | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-18 | Set timetrap to 40s except for some long running test cases | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-25 | ssh: Adjusted timetrap values on ssh tests | Hans Nilsson | |
2016-02-22 | ssh: remove calls to crypto:start|stop | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl | |||
2016-02-22 | ssh: add timetrap to all test suites | Hans Nilsson | |
2015-10-19 | ssh: wait for subsystem exit in ssh_connection_SUITE:max_channels_option | Hans Nilsson | |
2015-10-14 | Merge branch 'maint-18' into maint | Henrik Nord | |
Conflicts: lib/ssh/vsn.mk | |||
2015-10-09 | ssh: added 'after' to receive stmts in test/ | Hans Nilsson | |
2015-10-08 | ssh: Option max_channels added. | Hans Nilsson | |
It actually counts the number of subsystem alive. Allocating a channel does not consume any resources (except some cpu cycles), but the subsystem start spawns processes. | |||
2015-08-07 | ssh: ct:pal -> ct:log in lib/ssh/test | Hans Nilsson | |
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 |