aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-23cmake: Check for unistd.h.Andreas Schneider1-1/+4
2013-06-13torture: Fix a resource leak on error.Andreas Schneider1-0/+1
2012-10-09torture: Fix keyboard interactive authentication.Andreas Schneider1-2/+1
2012-10-07torture: Use new userauth functions.Andreas Schneider1-3/+10
2011-09-02unittests:make sftp_dir pass on my laptopAris Adamantiadis1-0/+2
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-17tests: Fixed some cppcheck warnings.Oliver Stöneberg1-0/+2
2011-02-13torture: Fixed torture on Windows.Andreas Schneider1-8/+12
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