aboutsummaryrefslogtreecommitdiff
path: root/tests/client/torture_session.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-18CVE-2023-6918: tests: Code coverage for ssh_get_pubkey_hash()Jakub Jelen1-0/+35
2023-11-22torture_session.c: Append a '\0' before string comparisonEshan Kelkar1-0/+2
2023-08-07tests: Reproducer for #203Jakub Jelen1-0/+37
2023-05-09tests: Avoid dereferencing freed channelsJakub Jelen1-6/+24
2023-04-28add client test for no-more-sessionsAhsen Kamal1-0/+36
2021-09-15channels: Fix segfaults when the channel data is freedArtyom V. Poptsov1-0/+145
2021-01-11torture_session: Test delayed closeAnderson Toshiyuki Sasaki1-0/+43
2020-07-16tests: Add a test case for T75Anderson Toshiyuki Sasaki1-0/+56
2020-04-24tests: add testcases for ssh_channel_poll_timeout()Heiko Thiery1-0/+54
2019-01-09tests: Allow to generate unencrypted PCAP files from testsuiteJakub Jelen1-1/+2
2019-01-09tests: Do not run SSHD with PAM when not neededJakub Jelen1-1/+1
2018-08-22tests: Check return code of setuid()Andreas Schneider1-1/+5
2018-08-06tests: Add missing check for valid fdAndreas Schneider1-1/+4
2018-07-03tests: Use assert_ssh_return_code() in client testsAndreas Schneider1-4/+4
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2016-01-14tests: Support other openssh versions ...Andreas Schneider1-6/+4
2016-01-14tests: Migrate torture_session to cwrap testAndreas Schneider1-40/+51
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-5/+9
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-1/+2
2013-12-15tests: Use new auth API in the torture_session test.Andreas Schneider1-2/+3
2013-07-21tests: Don't leak memory in torture_channel_read_error().Andreas Schneider1-0/+2
2013-06-11tests: Check the return value of write.Andreas Schneider1-1/+2
2012-12-27Test for bug #64, ssh_channel_read doesn't detect errorsAris Adamantiadis1-0/+108