summaryrefslogtreecommitdiff
path: root/lib/ssh/test/ssh_basic_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* ssh: replace size/1 by XXX_size/1Kiko Fernandez-Reyes2023-01-171-2/+2
* ssh: Implement max_initial_idle_timeHans Nilsson2022-08-191-1/+23
* Update copyright yearErlang/OTP2022-02-151-1/+1
* ssh: Change Edwards curves representationHans Nilsson2022-02-111-20/+25
* Fix typos in lib/sshKian-Meng, Ang2022-01-201-6/+6
* Update copyright yearRickard Green2021-12-131-1/+1
* test suites: replace ?t: with test_server:Maxim Fedorov2021-09-081-2/+2
* ssh: No knownhosts entry created in testsHans Nilsson2021-05-271-8/+15
* Merge branch 'maint'Hans Nilsson2021-03-261-27/+24
|\
| * Merge branch 'hans/ssh/idle_time-bug/OTP-17279' into maintHans Nilsson2021-03-261-27/+24
| |\
| | * ssh: Update idle_time test caseHans Nilsson2021-03-221-27/+24
* | | Merge branch 'maint'Hans Nilsson2021-01-261-43/+6
|\ \ \ | |/ /
| * | ssh: Accept answers in any order in test suiteHans Nilsson2021-01-211-43/+6
* | | ssh: Test cuddling (logging)Hans Nilsson2021-01-251-0/+3
|/ /
* | ssh: Turn off extra echo in erlang shell in ssh:shellHans Nilsson2020-10-021-1/+1
* | ssh: Use new_do_shell in ssh_basic_SUITEHans Nilsson2020-10-021-60/+7
* | Send exit status from ssh_cliSvilen Ivanov2020-09-181-1/+91
* | ssh: export_all -> -exportHans Nilsson2020-06-241-2/+65
* | ssh: Fix host address in testHans Nilsson2020-06-231-2/+3
* | Merge branch 'hans/ssh/cuddle_tests' into maintHans Nilsson2020-06-161-13/+78
|\ \
| * | ssh: Test quiet-mode optionHans Nilsson2020-06-161-0/+1
| * | ssh: Two new test cases for ssh:shellHans Nilsson2020-06-161-13/+77
* | | ssh: Minor shell option coverage fixHans Nilsson2020-06-161-4/+4
|/ /
* | ssh/test: Delete dead code detected by cover of test suites themselvesHans Nilsson2020-04-171-99/+12
* | ssh/test: Break out ssh_renegotiate_SUITE from ssh_basic_SUITEHans Nilsson2020-04-171-328/+1
* | ssh/test: Update test suitesHans Nilsson2020-04-171-348/+74
* | ssh/test: Raise timptraps/timeouts to prevent failures in slow machinesHans Nilsson2020-04-171-13/+13
* | ssh: Fix ssh_basic_SUITE for "No host key available"Hans Nilsson2020-03-201-0/+2
* | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \
| * | Update copyright yearRickard Green2020-03-131-1/+1
* | | ssh: Raise timetrap value for a test caseHans Nilsson2020-03-111-0/+1
* | | ssh: Update testsHans Nilsson2020-03-111-23/+111
* | | ssh: Fix ssh_basic_SUITE for missing pubkey algosHans Nilsson2020-03-111-1/+3
* | | ssh: Fix tc internal_error for missing dsa algoHans Nilsson2020-03-111-0/+2
* | | Merge branch 'maint'Hans Nilsson2020-03-021-6/+5
|\ \ \ | |/ /
| * | ssh: Remove ssh:set_sock_opt not setable on WindowsHans Nilsson2020-03-021-6/+5
* | | ssh: Update known_hosts testHans Nilsson2020-02-211-1/+55
* | | ssh: Extend known_hosts test in ssh_basic_SUITEHans Nilsson2020-02-211-1/+22
|/ /
* | ssh: Add testcaseHans Nilsson2020-02-211-1/+39
* | ssh: Remove inet_port() from testsHans Nilsson2020-01-101-6/+8
* | ssh/test: Handle FIPS disabled algorithms correctly for pass phrasesHans Nilsson2019-11-191-8/+12
* | ssh/test: Fix misspelingHans Nilsson2019-11-191-2/+2
* | ssh: Fix hazard bug in test caseHans Nilsson2019-10-091-12/+5
* | ssh: Remove trailing linefeed in testing exec-resultsHans Nilsson2019-09-241-5/+5
* | ssh: Testcases for erlang ssh server for IO in exec (both stdin and stdout)Hans Nilsson2019-09-241-0/+60
* | ssh: Make the testflag 'parallel' easy to inhibitHans Nilsson2019-09-241-6/+9
* | ssh: Remove unused var warning in testsHans Nilsson2019-04-171-1/+1
* | Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21Erlang/OTP2018-12-271-1/+21
|\ \
| * | ssh: Add port close testHans Nilsson2018-12-211-0/+20