Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-17 | ssh: Remove unused var warning in tests | Hans Nilsson | |
2018-12-27 | Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21 | Erlang/OTP | |
* hans/ssh/port_leak/OTP-15397: ssh: Fix port leakage for daemons failing at start ssh: Add port close test # Conflicts: # lib/ssh/test/ssh_basic_SUITE.erl | |||
2018-12-21 | ssh: Add port close test | Hans Nilsson | |
2018-11-19 | ssh: Update test cases for eddsa | Hans Nilsson | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-14 | ssh: Test cases fixes | Hans Nilsson | |
2018-05-09 | ssh: Test the infinity rekey_limit option | Hans Nilsson | |
2018-05-04 | ssh: Extend rekey_limit to also take an optional time | Hans Nilsson | |
2018-04-19 | ssh: Declare serial for three test cases | Hans Nilsson | |
2018-03-16 | ssh: Join basic and renegotiation suites and parallelize | Hans Nilsson | |
2018-03-16 | ssh: Parallelize ssh_basic_SUITE | Hans Nilsson | |
2018-03-15 | ssh: Fix non-working test + add log in test suite | Hans Nilsson | |
2018-03-01 | ssh: Extend ssh_basic_SUITE:packet_size_zero to ...:packet_size | Hans Nilsson | |
Also got rid of some EXIT messages due to ssh_connection:shell/2 being async and ssh:close came too soon | |||
2018-02-27 | ssh: Fix cli testcase | Hans Nilsson | |
2018-02-27 | ssh: Misspelling in test suite | Hans Nilsson | |
2017-10-30 | ssh: Fix testcase failures caused by better key checks | Hans Nilsson | |
2017-10-30 | ssh: Testcase with ecdsa hostkey placed in rsa files | Hans Nilsson | |
2017-10-02 | ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase | Hans Nilsson | |
2017-05-17 | ssh: select server-sig-algs from configured algos (preferred_algorithms) | Hans Nilsson | |
2017-05-12 | ssh: Better error checking for option 'auth_methods' | Hans Nilsson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-28 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-04-26 | ssh: Handle node-names with ' in ssh_basic_SUITE | Hans Nilsson | |
2017-04-26 | ssh: test case adjustments | Hans Nilsson | |
2017-04-07 | ssh: Make test suites pass | Hans Nilsson | |
2017-04-04 | ssh: idle_timer on daemon - test case | Hans Nilsson | |
2017-02-01 | ssh: update tests for removed algorithms | Hans Nilsson | |
2017-01-31 | ssh: better error msg at kex failure | Hans Nilsson | |
2016-10-28 | ssh: change of test helper ssh_test_lib:start_shell | Hans Nilsson | |
2016-10-27 | ssh: better ssh_basic_SUITE:end_per_suite/2 | Hans Nilsson | |
The testcases shell_unicode_string and shell_no_unicode in ssh_basic_SUITE could raise an exception in the end_per_suite when stopping the dameon. This is due to a natural race condition between the server and the client. | |||
2016-09-19 | Add SSH custom REPL exit status test | Svilen Ivanov | |
Test that when used defined shell REPL exit with reason normal SSH client receives exit status 0. | |||
2016-06-27 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
2016-06-22 | ssh: test cases for no repetition of bad passwords | Hans Nilsson | |
2016-06-09 | ssh: skip test suites if no crypto lib is installed | Hans Nilsson | |
2016-06-01 | ssh: replace ?config in tests | Hans Nilsson | |
OTP-13565 | |||
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 | |
2016-02-22 | ssh: remove some spurions test printouts | Hans Nilsson | |
2016-02-08 | ssh: fixes port_command failure on WIndows in ssh_test_cli.erl | Hans Nilsson | |
2015-12-07 | ssh: add check for available ipv6 addr in test case | Hans Nilsson | |
2015-12-04 | ssh: tests skips if not supported crypto | Hans Nilsson | |
2015-12-03 | ssh: client pub key testcase | Hans Nilsson | |
2015-12-01 | Support SSH key callback module options | Vipin Nair | |
This patch allows extra callback options to be passed to the module implementing the SSH callback module behaviour. A module implementing the SSH key callback API is used to customize the handling of public key. This patch allows extra callback options to be passed to the module implementing the SSH callback module behaviour. The key_cb option has been changed: {key_cb, atom()} -> {key_cb, key_cb()} Where: key_cb() :: atom() | {atom(), list()} The callback options, if specified, is made available to the callback module via the options passed to it under the key 'key_cb_private'. More details and some backgorund is available here[1]. [1]: http://erlang.org/pipermail/erlang-patches/2015-November/004800.html | |||
2015-11-20 | ssh: testcases for starting daemon with given fd | Hans Nilsson | |
2015-10-20 | ssh: delete now obsolete test case group 'hardening_tests' | Hans Nilsson | |
Thoose tests are already moved to other test suites. However, the init_per_group and end_per_group clauses were accidently left | |||
2015-10-09 | ssh: added 'after' to receive stmts in test/ | Hans Nilsson | |