summaryrefslogtreecommitdiffstats
path: root/tests/torture.c
Commit message (Expand)AuthorAgeFilesLines
* tests: allow conditionnal execution on patternAris Adamantiadis2015-02-021-0/+39
* tests: Add ed25519 encrypted keys importAris Adamantiadis2015-02-021-1/+17
* tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis2015-02-021-0/+19
* tests: Fix torture_server_x11().Andreas Schneider2015-01-211-2/+22
* tests: Add ssh server setup functionalityAlan Dunn2015-01-201-0/+44
* tests: Add port option to torture_ssh_sessionAlan Dunn2015-01-201-0/+7
* torture: fix warning for SSH_KEYTYPE_ED25519Jon Simons2014-12-091-0/+1
* torture: Add public testkey passphrase function.Andreas Schneider2014-08-151-0/+5
* torture: Add public testkey functions.Andreas Schneider2014-08-151-0/+213
* tests: Make write file a public torture function.Andreas Schneider2014-08-151-2/+20
* src: Update my mail address.Andreas Schneider2014-01-071-1/+1
* cmake: Check for unistd.h.Andreas Schneider2013-07-231-1/+4
* torture: Fix a resource leak on error.Andreas Schneider2013-06-131-0/+1
* torture: Fix keyboard interactive authentication.Andreas Schneider2012-10-091-2/+1
* torture: Use new userauth functions.Andreas Schneider2012-10-071-3/+10
* unittests:make sftp_dir pass on my laptopAris Adamantiadis2011-09-021-0/+2
* tests: Check error of ssh_userauth_kbdint().Andreas Schneider2011-05-281-0/+3
* tests: Remove superfluous closedir().Andreas Schneider2011-05-281-1/+0
* Fix compilation without server and sftp modesAris Adamantiadis2011-05-261-1/+6
* tests: Fixed some cppcheck warnings.Oliver Stöneberg2011-05-171-0/+2
* torture: Fixed torture on Windows.Andreas Schneider2011-02-131-8/+12
* torture: Fixed memory leak.Andreas Schneider2011-02-081-1/+2
* torture: Added more test for correct auth.Andreas Schneider2011-02-071-0/+10
* torture: Fixed the kbdint auth.Andreas Schneider2011-02-071-3/+11
* torture: Rename the static auth kbdint function.Andreas Schneider2011-02-071-7/+7
* tests: Added test for sftp directory functions.Andreas Schneider2011-02-061-0/+5
* torture: Added a function to setup a sftp session.Andreas Schneider2011-02-061-0/+60
* torture: Added torture_isdir().Andreas Schneider2011-02-061-0/+10
* torture: Added torture_rmdirs().Andreas Schneider2011-02-061-0/+73
* torture: Added GPL header.Andreas Schneider2011-02-061-1/+25
* tests: Added a torture_ssh_session().Andreas Schneider2011-02-061-0/+85
* Replaced argp support for platforms that support itAris Adamantiadis2011-01-131-3/+6
* Revert "tests: Call ssh_init() and ssh_finalize() before we run the tests."Aris Adamantiadis2011-01-021-12/+3
* tests: Call ssh_init() and ssh_finalize() before we run the tests.Andreas Schneider2011-01-021-3/+12
* build: Fixed some build warnings.Andreas Schneider2010-12-301-0/+3
* tests: Migrate the torture library to cmockery.Andreas Schneider2010-12-281-42/+2
* Added verbosity flag for unit testsAris Adamantiadis2010-05-181-1/+6
* Factorize all the main functions in unit testsAris Adamantiadis2010-05-181-0/+22
* Added unit testing support using check.Andreas Schneider2010-03-021-0/+26