Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | ssh: Generalize unpublished test support option | Hans Nilsson | |
Also rename the corresponding testcase in ssh_options_SUITE and add logging. | |||
2018-11-09 | ssh: Clear remote user_dir in ssh_compat_SUITE | Hans Nilsson | |
2018-11-09 | ssh: Check compatibility with new OpenSSH versions | Hans Nilsson | |
2018-11-01 | ssh: Add local .gitignore in lib/ssh/test | Hans Nilsson | |
2018-10-29 | ssh: Enable property_test/ssh_eqc_client_server for PropEr | Hans Nilsson | |
PropEr does not support the grouped statem-tests. This commits calls the grouped functions from the functions supported by PropEr. Optimized with memoization. Previously only EQC was supported, but the changes to support PROPER is not just a wrapper. Since I don't have access to eqc I can't test the changes and therefore eqc is disabeled. However, with access to eqc it ought to be quite easy to re-enable eqc by studying the diff. | |||
2018-10-29 | ssh: Used fixed localhost address | Hans Nilsson | |
Problem on Darwin, Solaris and FreeBSD with local addresses in 127.1.0.0/8 | |||
2018-10-29 | ssh: Fix reporting functions in property_test/ssh_eqc_client_server.erl | Hans Nilsson | |
2018-10-29 | ssh: Fix property_test/ssh_eqc_client_info_timing.erl | Hans Nilsson | |
Had problems on Darwin, Solaris and FreeBSD. | |||
2018-09-21 | Update copyright year | Henrik Nord | |
2018-08-23 | ssh: some benchmarking of [email protected] | Hans Nilsson | |
2018-08-13 | ssh: Test group for circular buffer tracing | Hans Nilsson | |
2018-08-13 | ssh: Make dbg test one group in ssh_dbg_SUITE | Hans Nilsson | |
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 |