summaryrefslogtreecommitdiffstats
path: root/tests/unittests/torture_options.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Don't leak memory in options test.Andreas Schneider2012-10-071-0/+4
* session: Use a struct for all options.Andreas Schneider2012-02-051-14/+14
* Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-11-031-4/+4
* tests: Fix build warning.Andreas Schneider2011-10-291-1/+0
* Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley2011-10-281-0/+14
* Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-10-281-0/+46
* options: Fix NULL value handling.Andreas Schneider2011-09-061-5/+3
* Fix unit tests for opensolarisAris Adamantiadis2011-01-111-0/+1
* Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis2011-01-021-1/+5
* tests: Fixed includes of torture_options for windows.Andreas Schneider2011-01-011-2/+6
* tests: Fixed Windows build of torture_options.Andreas Schneider2011-01-011-0/+1
* tests: Migrated torture_options to cmockery.Andreas Schneider2010-12-281-84/+64
* torture: Fixed fd check.Andreas Schneider2010-06-171-1/+1
* tests: Move getpwuid_r to a setup function.Andreas Schneider2010-06-031-13/+21
* Factorize all the main functions in unit testsAris Adamantiadis2010-05-181-24/+1
* Fixed unittest nameAris Adamantiadis2010-05-181-1/+1
* torture: Fix compiling options test if NSS_BUFLEN_PASSWD isn't defined.Andreas Schneider2010-04-201-0/+3
* Added tests for ssh options.Andreas Schneider2010-03-131-0/+158