aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-06-30build: Remove broken old Makefile.Andreas Schneider1-19/+0
2011-06-12Test for ecdh and dh-group1Aris Adamantiadis1-0/+43
2011-05-28tests: Check error of ssh_userauth_kbdint().Andreas Schneider1-0/+3
2011-05-28tests: Remove superfluous closedir().Andreas Schneider1-1/+0
2011-05-26Fix compilation without server and sftp modesAris Adamantiadis1-1/+6
2011-05-26Fix memory leaks in pki and testcaseAris Adamantiadis1-0/+2
2011-05-24Introduced ssh_timeout_elapsed functionsAris Adamantiadis1-0/+26
2011-05-24Added testcase for the timeout connecting problemAris Adamantiadis1-2/+35
2011-05-17tests: Fixed some cppcheck warnings.Oliver Stöneberg2-2/+4
2011-04-14Added some tortures for pkimilo2-0/+346
2011-03-22Added a IP address testAris Adamantiadis1-0/+1
2011-02-13misc: Fixed ssh_is_ipaddr_v4() on Windows.Andreas Schneider1-4/+3
2011-02-13misc: Added working ssh_is_ipaddr for Windows.Andreas Schneider1-0/+8
2011-02-13tests: Fixed misc and isipaddr test on Windows.Andreas Schneider2-0/+3
2011-02-13torture: Fixed torture on Windows.Andreas Schneider1-8/+12
2011-02-13tests: Added two asserts to torture_sftp_dir.Andreas Schneider1-0/+4
2011-02-12ctest: Added support for checking out a branch.Andreas Schneider1-1/+4
2011-02-12tests: Added ipv6 tests.Andreas Schneider1-0/+8
2011-02-12tests: Fixed torture_isipaddr.Andreas Schneider1-18/+18
2011-02-12Connect: Test the new isipaddr() functionAris Adamantiadis2-0/+40
2011-02-08torture: Fixed memory leak.Andreas Schneider1-1/+2
2011-02-07tests: Some fixes for sftp_dir.Andreas Schneider1-4/+5
2011-02-07torture: Added more test for correct auth.Andreas Schneider1-0/+10
2011-02-07torture: Fixed the kbdint auth.Andreas Schneider1-3/+11
2011-02-07torture: Rename the static auth kbdint function.Andreas Schneider1-7/+7
2011-02-06tests: Added test for sftp directory functions.Andreas Schneider3-0/+73
2011-02-06torture: Added a function to setup a sftp session.Andreas Schneider2-0/+69
2011-02-06torture: Added torture_isdir().Andreas Schneider2-0/+11
2011-02-06torture: Added torture_rmdirs().Andreas Schneider2-0/+75
2011-02-06torture: Added GPL header.Andreas Schneider2-1/+49
2011-02-06tests: Added a torture_ssh_session().Andreas Schneider2-0/+89
2011-02-06tests: Fixed missing ;Andreas Schneider1-1/+1
2011-02-05tests: Check fgets output.Andreas Schneider1-1/+3
2011-02-05tests: Fixed checking return values of system().Andreas Schneider1-2/+6
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-13Fixed compilation without argp.h availableAris Adamantiadis2-4/+13
2011-01-13Replaced argp support for platforms that support itAris Adamantiadis4-4/+86
2011-01-13New testcases for nonblocking ssh_connect and double ssh_connectAris Adamantiadis2-0/+90
2011-01-11Fix unit tests for opensolarisAris Adamantiadis2-0/+4
2011-01-06tests: Moved assert to the write place in torture_keyfiles.Andreas Schneider1-1/+1
2011-01-06tests: Assert if ssh_get_random failed in torture_rand_thread.Andreas Schneider1-0/+1
2011-01-06tests: Added missing asserts in torture_keyfiles.Andreas Schneider1-0/+3
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-03tests: Added more openssl valgrind suppressions.Andreas Schneider1-1/+13
2011-01-02Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis6-6/+31
2011-01-02Revert "tests: Call ssh_init() and ssh_finalize() before we run the tests."Aris Adamantiadis1-12/+3