aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
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-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-05tests: Fixed checking return values of system().Andreas Schneider1-2/+6
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-02Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis6-6/+31
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-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-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 Schneider2-92/+0
2010-12-28tests: Migrated torture_keyfiles to cmockery.Andreas Schneider2-113/+122
2010-12-28tests: Migrated torture_init to cmockery.Andreas Schneider2-17/+15
2010-12-28tests: Migrated torture_callbacks to cmockery.Andreas Schneider2-41/+46
2010-12-28tests: Migrate torture_buffer to cmockery.Andreas Schneider2-41/+39
2010-12-28tests: Start to migrate tests to cmockery.Andreas Schneider1-9/+9
2010-12-21Add log verbosity to some testcasesAris Adamantiadis1-0/+2
2010-12-19Fixed memory leak reported by valgrindAris Adamantiadis1-2/+5
2010-10-03resolve memory consumption bugAris Adamantiadis1-1/+2
2010-10-03Fix prepend bugAris Adamantiadis1-0/+8
2010-10-03test the buffer_prepend_data functionAris Adamantiadis1-1/+22
2010-10-03Added buffer test caseAris Adamantiadis2-0/+68
2010-09-30Changed the threads cbks from struct to publ funcAris Adamantiadis1-1/+1
2010-09-06Implemented the noop and native pointersAris Adamantiadis1-1/+1
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis1-1/+0
2010-09-03Made pthread threading a user macroAris Adamantiadis1-0/+5
2010-09-01Fix initialization of threadingAris Adamantiadis1-0/+2
2010-09-01Openssl implementation of threading + default impAris Adamantiadis1-0/+5
2010-08-31some more work on threading but not complete yetAris Adamantiadis1-2/+2
2010-08-30Added test for the openssl threadingAris Adamantiadis2-0/+50
2010-06-25Add ssh_callbacks_exists internal macro + unittestAris Adamantiadis2-2/+64
2010-06-21Fixes leak reports in valgrindAris Adamantiadis1-0/+1
2010-06-17torture: Fixed fd check.Andreas Schneider1-1/+1