Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | ssh: Change -include_lib to -include | Hans Nilsson | 2020-07-01 | 12 | -21/+21 | |
| | | | | | | | | | | | | Cross builds were broken with the new test Makefile | |||||
* | | | ssh: New Makefile for tests | Hans Nilsson | 2020-06-24 | 1 | -42/+16 | |
| | | | ||||||
* | | | ssh: export_all -> -export | Hans Nilsson | 2020-06-24 | 27 | -346/+709 | |
| | | | ||||||
* | | | ssh: Fix host address in test | Hans Nilsson | 2020-06-23 | 1 | -2/+3 | |
| | | | ||||||
* | | | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | 2020-06-16 | 6 | -26/+331 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hans/ssh/cuddle_tests: ssh: Test {tsflg,[{one_more,true}]} ssh: Check user_dir_fun option ssh: Test quiet-mode option ssh: Testcase for encode/decode of pty_opts ssh: ct:pal -> ct:log ssh: Two new test cases for ssh:shell ssh: Added missing test case for keyboard-interactive | |||||
| * | | | ssh: Test {tsflg,[{one_more,true}]} | Hans Nilsson | 2020-06-16 | 1 | -2/+23 | |
| | | | | | | | | | | | | | | | | which tests a server requiring an extra message | |||||
| * | | | ssh: Check user_dir_fun option | Hans Nilsson | 2020-06-16 | 2 | -5/+70 | |
| | | | | ||||||
| * | | | ssh: Test quiet-mode option | Hans Nilsson | 2020-06-16 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | ssh: Testcase for encode/decode of pty_opts | Hans Nilsson | 2020-06-16 | 1 | -0/+28 | |
| | | | | ||||||
| * | | | ssh: ct:pal -> ct:log | Hans Nilsson | 2020-06-16 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | ssh: Two new test cases for ssh:shell | Hans Nilsson | 2020-06-16 | 2 | -16/+113 | |
| | | | | ||||||
| * | | | ssh: Added missing test case for keyboard-interactive | Hans Nilsson | 2020-06-16 | 1 | -0/+93 | |
| | | | | ||||||
* | | | | ssh: Minor shell option coverage fix | Hans Nilsson | 2020-06-16 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | ssh: Better coverage of dbg of authentication | Hans Nilsson | 2020-06-16 | 15 | -5/+183 | |
| | | | | ||||||
* | | | | ssh: Reneg dbg cover improvments | Hans Nilsson | 2020-06-16 | 2 | -2/+4 | |
| | | | | ||||||
* | | | | ssh: Increase coverage on ssh_dbg code | Hans Nilsson | 2020-06-16 | 2 | -1/+42 | |
| | | | | ||||||
* | | | | ssh: Exclude some more modules from coverage | Hans Nilsson | 2020-06-16 | 1 | -1/+19 | |
| | | | | ||||||
* | | | | ssh: Two new cover specs | Hans Nilsson | 2020-06-16 | 2 | -0/+23 | |
|/ / / | | | | | | | | | | One is for all ssh files, while the other is for a more realistic subset | |||||
* | | | ssh/test: Fix config test (no i/o can be used) | Hans Nilsson | 2020-06-01 | 1 | -3/+9 | |
| | | | ||||||
* | | | ssh/test: Don't test _every_ algorithm on renegotiation with otp as server | Hans Nilsson | 2020-06-01 | 2 | -57/+115 | |
| | | | | | | | | | | | | | | | | | | | | | Change test case all_algorithms_sftp_exec_reneg_otp_is_server to renegotiation_otp_is_server | |||||
* | | | ssh: Added OpenSSH 8.2p1 to compatibility testing | Hans Nilsson | 2020-05-26 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge branch 'hans/ssh/ssh_dbg_extensions/OTP-16598' | Hans Nilsson | 2020-05-04 | 1 | -1/+8 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hans/ssh/ssh_dbg_extensions/OTP-16598: ssh: Add dbg of authentication ssh: Dbg of re-keying improved ssh: Add per-process stack to ssh_dbg ssh: Enable foreign dbg messages in ssh_dbg ssh: Add is_on/0 is_off/0 in ssh_dbg | |||||
| * | | | ssh: Enable foreign dbg messages in ssh_dbg | Hans Nilsson | 2020-04-30 | 1 | -1/+8 | |
| | | | | ||||||
* | | | | ssh: Remove warnings in test suites | Hans Nilsson | 2020-04-30 | 2 | -3/+1 | |
|/ / / | ||||||
* | | | ssh/test: Delete dead code detected by cover of test suites themselves | Hans Nilsson | 2020-04-17 | 10 | -256/+129 | |
| | | | ||||||
* | | | ssh/test: Break out ssh_renegotiate_SUITE from ssh_basic_SUITE | Hans Nilsson | 2020-04-17 | 31 | -328/+561 | |
| | | | ||||||
* | | | ssh/test: New group in ssh_pubkey_SUITE testing space optimization | Hans Nilsson | 2020-04-17 | 1 | -7/+17 | |
| | | | ||||||
* | | | ssh/test: Introduce the common user/system dir structure in ssh_agent_SUITE | Hans Nilsson | 2020-04-17 | 14 | -10/+97 | |
| | | | ||||||
* | | | ssh/test: Update test suites | Hans Nilsson | 2020-04-17 | 93 | -602/+696 | |
| | | | | | | | | | | | | | | | | | | Some parts are overtested while others are undertested. Make tests not dependent on available algorithms (except where needed) Use private known_hosts file in tests with system (OS) ssh installation | |||||
* | | | ssh/test: New file log dump macro | Hans Nilsson | 2020-04-17 | 2 | -3/+20 | |
| | | | ||||||
* | | | ssh/test: ssh_test_lib updates and modernization | Hans Nilsson | 2020-04-17 | 1 | -206/+160 | |
| | | | | | | | | | | | | | | | | | | Make a setup_all_known_hosts function Simplify ssh_test_lib:receive_exec_end Add 'optional' ssh_test_lib:receive_exec_result | |||||
* | | | ssh/test: More host keys in tests | Hans Nilsson | 2020-04-17 | 4 | -0/+14 | |
| | | | ||||||
* | | | ssh/test: Raise timptraps/timeouts to prevent failures in slow machines | Hans Nilsson | 2020-04-17 | 4 | -18/+18 | |
| | | | ||||||
* | | | ssh/test: Update the .gitignore that is local for ssh tests | Hans Nilsson | 2020-04-17 | 1 | -0/+2 | |
| | | | ||||||
* | | | ssh: Extend config tests | Hans Nilsson | 2020-03-21 | 2 | -9/+117 | |
| | | | ||||||
* | | | ssh: Config tests | Hans Nilsson | 2020-03-20 | 1 | -3/+101 | |
| | | | ||||||
* | | | ssh: Fix ssh_compat_SUITE for "No host key available" | Hans Nilsson | 2020-03-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | in TC login_otp_is_server | |||||
* | | | ssh: Fix ssh_basic_SUITE for "No host key available" | Hans Nilsson | 2020-03-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | in tc internal_error | |||||
* | | | Merge branch 'maint' | Rickard Green | 2020-03-13 | 21 | -21/+21 | |
|\ \ \ | |/ / | | | | | | | | | | * maint: Update copyright year | |||||
| * | | Update copyright year | Rickard Green | 2020-03-13 | 21 | -21/+21 | |
| | | | ||||||
* | | | ssh: Raise timetrap value for a test case | Hans Nilsson | 2020-03-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | Slow on Windows 10 | |||||
* | | | ssh: Update tests | Hans Nilsson | 2020-03-11 | 2 | -25/+115 | |
| | | | ||||||
* | | | ssh: Fix ssh_sftpd_erlclient_SUITE for missing pubkey algos | Hans Nilsson | 2020-03-11 | 6 | -56/+61 | |
| | | | ||||||
* | | | ssh: Fix ssh_compat_SUITE | Hans Nilsson | 2020-03-11 | 1 | -8/+38 | |
| | | | ||||||
* | | | ssh: Fix ssh_basic_SUITE for missing pubkey algos | Hans Nilsson | 2020-03-11 | 1 | -1/+3 | |
| | | | ||||||
* | | | ssh: Fix tc internal_error for missing dsa algo | Hans Nilsson | 2020-03-11 | 1 | -0/+2 | |
| | | | ||||||
* | | | ssh: Fix ssh_bench_SUITE for missing pubkey algos | Hans Nilsson | 2020-03-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | ssh: Fix ssh_agent_SUITE for missing pubkey algos | Hans Nilsson | 2020-03-11 | 2 | -18/+25 | |
| | | | ||||||
* | | | ssh: Fix ssh_pubkey_SUITE for missing pubkey algos | Hans Nilsson | 2020-03-11 | 1 | -37/+64 | |
| | | | ||||||
* | | | ssh: Fix ssh_protocol_SUITE for retired dh-*-sha1 | Hans Nilsson | 2020-03-11 | 1 | -2/+2 | |
| | | |