aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-08torture: Fixed memory leak.Andreas Schneider1-1/+2
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 Schneider1-0/+5
2011-02-06torture: Added a function to setup a sftp session.Andreas Schneider1-0/+60
2011-02-06torture: Added torture_isdir().Andreas Schneider1-0/+10
2011-02-06torture: Added torture_rmdirs().Andreas Schneider1-0/+73
2011-02-06torture: Added GPL header.Andreas Schneider1-1/+25
2011-02-06tests: Added a torture_ssh_session().Andreas Schneider1-0/+85
2011-01-13Replaced argp support for platforms that support itAris Adamantiadis1-3/+6
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
2010-12-30build: Fixed some build warnings.Andreas Schneider1-0/+3
2010-12-28tests: Migrate the torture library to cmockery.Andreas Schneider1-42/+2
2010-05-18Added verbosity flag for unit testsAris Adamantiadis1-1/+6
2010-05-18Factorize all the main functions in unit testsAris Adamantiadis1-0/+22
2010-03-02Added unit testing support using check.Andreas Schneider1-0/+26