aboutsummaryrefslogtreecommitdiff
path: root/tests/client
AgeCommit message (Expand)AuthorFilesLines
2013-12-15tests: Fix non-blocking auth tests.Andreas Schneider1-7/+15
2013-12-15tests: Fix blocking mode in password auth test.Andreas Schneider1-1/+1
2013-12-15tests: Use new auth API in the torture_session test.Andreas Schneider1-2/+3
2013-12-15tests: Use new auth API in the torture_auth test.Andreas Schneider1-10/+19
2013-12-04tests: Try to fix torture_forward.Andreas Schneider1-4/+4
2013-11-28tests: Add missing line breaks.Andreas Schneider1-2/+2
2013-11-27tests: Try to fix valgrind warnings.Andreas Schneider2-4/+4
2013-10-23tests: Add a sftp_read blocking test.Andreas Schneider2-0/+84
2013-10-20tests: Add a test for ssh_channel_request_env().Andreas Schneider2-0/+115
2013-10-20tests: We can't test the accept right now.Andreas Schneider1-1/+5
2013-10-20tests: Fix torture_forward.Andreas Schneider1-3/+4
2013-10-20tests: Add torture forward test.Andreas Schneider2-0/+90
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-27Report according status when errors are detectedAris Adamantiadis1-0/+1
2012-12-27Test for bug #64, ssh_channel_read doesn't detect errorsAris Adamantiadis1-0/+108
2012-10-07tests: Make sure the array is null terminated.Andreas Schneider1-2/+2
2012-10-07tests: Don't run ecdh tests if not supported by crypto lib.Andreas Schneider1-2/+2
2012-10-07test: Use cmocka instead of cmockery.Andreas Schneider1-7/+7
2012-02-07tests: Fix known_hosts test.Andreas Schneider1-2/+2
2011-09-23build: Fix zlib support.Andreas Schneider1-6/+6
2011-09-23torture_algorithm: follow verbosityAris Adamantiadis1-0/+2
2011-09-23torture: check for presence of ssh agentAris Adamantiadis1-2/+9
2011-09-11tests: nonblocking keyboard-interactiveAris Adamantiadis1-0/+55
2011-09-11Test: added torture_auth_autopubkey_nonblockingAris Adamantiadis1-0/+32
2011-09-11Tests: unit test for agent authenticationAris Adamantiadis1-0/+59
2011-09-02unittests:make sftp_dir pass on my laptopAris Adamantiadis1-0/+2
2011-08-30tests: Enable ecdh_sha2_nistp256 test only with openssl.Andreas Schneider1-0/+4
2011-08-22tests: Fix torture test with zlib support.Andreas Schneider1-9/+33
2011-06-12Test for ecdh and dh-group1Aris Adamantiadis1-0/+43
2011-05-24Added testcase for the timeout connecting problemAris Adamantiadis1-2/+35
2011-02-13tests: Added two asserts to torture_sftp_dir.Andreas Schneider1-0/+4
2011-02-07tests: Some fixes for sftp_dir.Andreas Schneider1-4/+5
2011-02-06tests: Added test for sftp directory functions.Andreas Schneider2-0/+68
2011-02-06tests: Fixed missing ;Andreas Schneider1-1/+1
2011-02-05tests: Check fgets output.Andreas Schneider1-1/+3
2011-01-16ssh_auth_password made nonblockingAris Adamantiadis1-1/+45
2011-01-15Test double ssh_disconnectAris Adamantiadis1-0/+10
2011-01-14Fix torture_connect_double so it tests the right thingAris Adamantiadis1-2/+2
2011-01-13New testcases for nonblocking ssh_connect and double ssh_connectAris Adamantiadis2-0/+90
2011-01-04tests: Fixed the segfault in torture_knownhosts.Andreas Schneider1-12/+12
2011-01-03tests: Fixed a build warning introduced before.Andreas Schneider5-15/+11
2011-01-03tests: Call init and finalize in client torture tests.Andreas Schneider5-5/+40
2011-01-01tests: Added torture_auth_autopubkey client test.Andreas Schneider1-0/+29
2010-12-29tests: Fixed a assert bug in torture_auth.Andreas Schneider1-1/+1
2010-12-28tests: Added a torture_sftp_static test.Andreas Schneider2-0/+29
2010-12-28tests: Migrated torture_proxycommand to cmockery.Andreas Schneider2-27/+23
2010-12-28tests: Migrated torture_knownhosts to cmockery.Andreas Schneider2-53/+63
2010-12-28tests: Migrated torture_auth to cmockery.Andreas Schneider2-76/+96
2010-12-28tests: Migrated torture_algorithms to cmockery.Andreas Schneider2-120/+115