summaryrefslogtreecommitdiffstats
path: root/tests/torture.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Argp is really useful, but it's not mandatory.
* Revert "tests: Call ssh_init() and ssh_finalize() before we run the tests."Aris Adamantiadis2011-01-021-12/+3
| | | | | | | Reason: breaks test_rand, because threading has to be initialized before ssh_init() This reverts commit ef1866db76ed10d64bf8cf97111554b2b2eb1278.
* 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