aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-10-03Added buffer test caseAris Adamantiadis2-0/+68
2010-10-02Change path to ../src instead of the old ../libsshmilo1-1/+1
2010-09-30Changed the threads cbks from struct to publ funcAris Adamantiadis1-1/+1
2010-09-29build: Fixed the unit test build.Andreas Schneider1-0/+1
2010-09-08build: Make sure to link against all required thread libraries.Andreas Schneider1-1/+2
2010-09-08build: Improve the check for argp.Andreas Schneider1-2/+2
2010-09-06Implemented the noop and native pointersAris Adamantiadis1-1/+1
2010-09-06threads: Build a libssh threading library.Andreas Schneider1-1/+7
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis1-1/+0
2010-09-05tests: Fixed cmdline parsing.Andreas Schneider1-0/+1
2010-09-03tests: Disable options parsing if argp isn't available.Andreas Schneider1-1/+6
2010-09-03build: Added support to find argp on BSD.Andreas Schneider1-1/+5
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
2010-06-03tests: Moved proxycommand test to client tests.Andreas Schneider3-1/+1
2010-06-03tests: Move getpwuid_r to a setup function.Andreas Schneider1-13/+21
2010-06-03tests: Move client tests to a seperate directory.Andreas Schneider5-2/+7
2010-06-03tests: Fixed the misc torture test.Andreas Schneider1-4/+4
2010-05-31misc: Move size check down in ssh_path_expand_escape().Andreas Schneider1-0/+14
2010-05-19Fixed keyboard-interactive and unit testAris Adamantiadis1-0/+5
2010-05-19Fix authentication testAris Adamantiadis1-2/+2
2010-05-18Added verbosity flag for unit testsAris Adamantiadis4-1/+26
2010-05-18Added unit test for kbdint and password auth.Aris Adamantiadis2-0/+107
2010-05-18Factorize all the main functions in unit testsAris Adamantiadis10-191/+36
2010-05-18Fixed unittest nameAris Adamantiadis1-1/+1
2010-05-17Added some other junk test fileAris Adamantiadis1-0/+33
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis4-22/+22
2010-05-11Added a torture test for ssh_path_expand_escape().Andreas Schneider1-0/+27
2010-05-11Added a torture test for ssh_path_expand_tilde().Andreas Schneider1-0/+25
2010-05-10Changed test name + test with invalid proxycommandAris Adamantiadis1-1/+18
2010-05-09Test case for proxycommandAris Adamantiadis2-0/+62
2010-05-08Fix u_int_x_t -> uint_x_tAris Adamantiadis1-3/+3
2010-05-08added test for ntohllAris Adamantiadis1-0/+19
2010-05-08Added tests for ssh_dirname and ssh_basenameAris Adamantiadis1-0/+31
2010-05-07Added test for zlib compression methodAris Adamantiadis1-1/+22
2010-05-07Added torture_algorithms test caseAris Adamantiadis2-0/+147
2010-05-07The actual init testAris Adamantiadis1-0/+46
2010-05-07Added torture_ssh_init unit testAris Adamantiadis1-0/+1
2010-05-05More detailed testsAris Adamantiadis1-16/+16
2010-05-05Make unit test spit libssh error messagesAris Adamantiadis1-4/+4
2010-05-01knownhosts writing and unit testAris Adamantiadis2-0/+109
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis1-4/+4
2010-04-27Added privatekey_from_file with passphrase testAris Adamantiadis1-1/+42
2010-04-27make torture_keyfiles silentAris Adamantiadis1-2/+2