aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-02tests: Call ssh_init() and ssh_finalize() before we run the tests.Andreas Schneider1-3/+12
2011-01-02tests: More openssl valgrind suppressions.Andreas Schneider1-0/+7
2011-01-01tests: Updated the valgrind suppressions file.Andreas Schneider1-31/+54
2011-01-01tests: Added torture_auth_autopubkey client test.Andreas Schneider1-0/+29
2011-01-01tests: Added a windows test for torture_path_expand_tilde.Andreas Schneider1-2/+27
2011-01-01tests: Fixed includes for torture_list on Windows.Andreas Schneider1-0/+1
2011-01-01tests: Fixed includes of torture_options for windows.Andreas Schneider1-2/+6
2011-01-01tests: Fixed the torture_callbacks test.Andreas Schneider1-0/+1
2011-01-01tests: Don't run torture_keyfiles on Windows.Andreas Schneider1-1/+3
2011-01-01tests: Fixed Windows build of torture_options.Andreas Schneider1-0/+1
2010-12-30build: Fixed some build warnings.Andreas Schneider1-0/+3
2010-12-30cmake: Improved the ctest file.Andreas Schneider1-7/+21
2010-12-30cmake: Only use Profiling on Unix systems.Andreas Schneider1-1/+6
2010-12-29tests: It is enough to include libssh.h for torture_init.Andreas Schneider1-1/+1
2010-12-29tests: Fixed torture_get_user_home_dir on Windows.Andreas Schneider1-3/+8
2010-12-29cmake: Don't build torture_rand on Windows.Andreas Schneider1-1/+3
2010-12-29cmake: Added include and library deps to torture.Andreas Schneider1-2/+12
2010-12-29cmake: Fixed test includes and libraries.Andreas Schneider1-4/+4
2010-12-29build: Fixed include directories for torture lib.Andreas Schneider1-2/+1
2010-12-29tests: Fixed a assert bug in torture_auth.Andreas Schneider1-1/+1
2010-12-29First real benchmark : raw SSH speedAris Adamantiadis4-16/+231
2010-12-29Export and document timestamp functionsAris Adamantiadis2-7/+27
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
2010-12-28tests: Migrated torture_rand to cmockery.Andreas Schneider2-35/+41
2010-12-28tests: Migrated torture_options to cmockery.Andreas Schneider2-85/+65
2010-12-28tests: Migrated torture_misc to cmockery.Andreas Schneider2-67/+65
2010-12-28tests: Migrated torture_list to cmockery.Andreas Schneider2-45/+44
2010-12-28tests: Moved torture_knownhosts to client tests.Andreas Schneider3-2/+1
2010-12-28tests: Migrated torture_keyfiles to cmockery.Andreas Schneider2-113/+122
2010-12-28tests: Migrated torture_init to cmockery.Andreas Schneider2-17/+15