Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-11-16 | Merge branch 'maint-18' into maint | Hans Nilsson | |
* maint-18: Updated OTP version Prepare release ssh: Unicode encoding fix ssh: testcases for space trailing Hello msg Remove unused test include file from test suites eldap: Repair Makefile ssh: Don't remove trailing WS in Hello msg Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/compiler/doc/src/notes.xml lib/compiler/vsn.mk lib/crypto/test/blowfish_SUITE.erl lib/eldap/doc/src/notes.xml lib/eldap/vsn.mk lib/inets/test/httpd_load.erl lib/inets/test/httpd_mod.erl lib/inets/test/old_httpd_SUITE.erl lib/ssh/doc/src/notes.xml lib/ssh/vsn.mk lib/stdlib/test/zip_SUITE.erl otp_versions.table | |||
2017-11-15 | ssh: testcases for space trailing Hello msg | Hans Nilsson | |
2017-11-10 | ssh: testcases for space trailing Hello msg | Hans Nilsson | |
2017-11-10 | ssh: New test suite for engine-stored keys | 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-12 | ssh: Anonymize unused variables in test suites | Hans Nilsson | |
2017-10-12 | ssh: ssh_bench_SUITE disable aes_gcm | Hans Nilsson | |
2017-10-12 | ssh: remove dead code | Hans Nilsson | |
2017-10-03 | ssh: Use cipher=none and mac=none in benchmarks again | Hans Nilsson | |
2017-10-03 | ssh: Put ssh_property_test_SUITE back in test/Makefile | Hans Nilsson | |