Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-07 | ssh: Fix client_sends_info_timing property test case | Hans Nilsson | |
2018-06-07 | ssh: Add ssh/test/property_test dir to test releases | Hans Nilsson | |
2018-06-05 | ssh: Remove dubious pubkey setup | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_algorithms_SUITE.erl | |||
2018-05-30 | ssh: Channel testsuite | Hans Nilsson | |
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-27 | ssh: ssh_daemon_channel replaced by ssh_server_channel | Hans Nilsson | |
2018-04-27 | ssh: Use ssh_daemon_channel_sup and ssh_damon_channel | Hans Nilsson | |
2018-04-26 | ssh: Test case fix | Hans Nilsson | |
The daemon kill is now so fast that the clients does not react fast enough in ssh_sup_SUITE:killed_acceptor_restarts/1 | |||
2018-04-25 | ssh: Better logging in test case | Hans Nilsson | |
2018-04-19 | ssh: Declare serial for three test cases | Hans Nilsson | |
2018-04-19 | ssh: Increase timetrap for slow test machines | Hans Nilsson | |
2018-03-29 | ssh: New test suite ssh_dbg_SUITE for testing ssh_dbg | Hans Nilsson | |
2018-03-29 | ssh: Simplify ssh_connection and ssh_connection_handler and their internal ↵ | Hans Nilsson | |
interfaces | |||
2018-03-22 | ssh: Simplification of using fun:s as exec subsystems | 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-16 | ssh: Parallelize ssh_renegotiate_SUITE | Hans Nilsson | |
2018-03-15 | ssh: Fix non-working test + add log in test suite | Hans Nilsson | |
2018-03-02 | ssh: Extend testcase to check the bug | Hans Nilsson | |
2018-03-02 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: Extend ssh_basic_SUITE:packet_size_zero to ...:packet_size Also got rid of some EXIT messages due to ssh_connection:shell/2 being async and ssh:close came too soon | |||
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-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-28 | ssh: Insert missing ssh:stop() etc in test suites | Hans Nilsson | |
2018-02-27 | ssh: Fix acceptor sup testcase | Hans Nilsson | |
2018-02-27 | ssh: Fix cli testcase | Hans Nilsson | |
2018-02-27 | ssh: Misspelling in test suite | Hans Nilsson | |
2018-02-27 | ssh: Test for disabled shell | Hans Nilsson | |
2018-02-27 | ssh: Put common user_dir setup in ssh_options_SUITE:init_per_testcases/2 | Hans Nilsson | |
2018-02-22 | ssh: Fix hanging engine test case on an old outdated version | Hans Nilsson | |
OpenSSL 1.0.1s-freebsd 1 Mar 2016 | |||
2018-02-22 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: Add option save_accepted_host ssh: No error message for signal kill ssh: Dont repeat supervisor defaults in map fields ssh: Move starting of channel child to ssh_channel_sup ssh: Test case for sup tree when shell server proc times out | |||
2018-02-21 | Merge branch 'hans/ssh/limit_knownhosts/OTP-14935' into maint-20 | Erlang/OTP | |
* hans/ssh/limit_knownhosts/OTP-14935: ssh: Add option save_accepted_host | |||
2018-02-21 | ssh: Add option save_accepted_host | Hans Nilsson | |
2018-02-20 | ssh: Dont repeat supervisor defaults in map fields | Hans Nilsson | |
2018-02-20 | ssh: Test case for sup tree when shell server proc times out | Hans Nilsson | |
2018-01-26 | ssh: Disable test failing if docker command exists | Hans Nilsson | |
This test is just to get a marking in test result listings where a docker system is installed | |||
2018-01-26 | ssh: Skeleton of build scripts for DropBear image | Hans Nilsson | |
2018-01-26 | ssh: Can use DropBear SSH dockers | Hans Nilsson | |
2018-01-25 | ssh: Remove duplicate test cases from ssh_to_openssh_SUITE | Hans Nilsson | |
2018-01-25 | ssh: Add more tests | Hans Nilsson | |
2018-01-25 | ssh: Change the default list of ssh and ssl version images | Hans Nilsson | |
2018-01-25 | ssh: Enable building openssh 0.9.8[a-l] | Hans Nilsson | |
2018-01-25 | ssh: Add LibreSSL to compat tests | Hans Nilsson | |
2018-01-08 | ssh: A compatibility testing suite using dockers | Hans Nilsson | |
This suite tests compatibility with different combinations of OpenSSH and OpenSSL. The peer SSH is running in a docker container. | |||
2017-12-21 | ssh: Better reports in some test case failures | Hans Nilsson | |
2017-12-21 | ssh: Tests - timeout catches external ssh that does not disconnect | Hans Nilsson | |
2017-11-22 | ssh: remove left-over msg traceing | Hans Nilsson | |
2017-11-20 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg ssh: dialyzer fixes ssh: Fix broken error handling during session setup Remove invalid EINTR loop around close(2) Conflicts: lib/ssh/test/ssh_options_SUITE.erl |