aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_options.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-05session: Use a struct for all options.Andreas Schneider1-14/+14
2011-11-03Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-4/+4
2011-10-29tests: Fix build warning.Andreas Schneider1-1/+0
2011-10-28Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley1-0/+14
2011-10-28Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-0/+46
2011-09-06options: Fix NULL value handling.Andreas Schneider1-5/+3
2011-01-11Fix unit tests for opensolarisAris Adamantiadis1-0/+1
2011-01-02Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis1-1/+5
2011-01-01tests: Fixed includes of torture_options for windows.Andreas Schneider1-2/+6
2011-01-01tests: Fixed Windows build of torture_options.Andreas Schneider1-0/+1
2010-12-28tests: Migrated torture_options to cmockery.Andreas Schneider1-84/+64
2010-06-17torture: Fixed fd check.Andreas Schneider1-1/+1
2010-06-03tests: Move getpwuid_r to a setup function.Andreas Schneider1-13/+21
2010-05-18Factorize all the main functions in unit testsAris Adamantiadis1-24/+1
2010-05-18Fixed unittest nameAris Adamantiadis1-1/+1
2010-04-20torture: Fix compiling options test if NSS_BUFLEN_PASSWD isn't defined.Andreas Schneider1-0/+3
2010-03-13Added tests for ssh options.Andreas Schneider1-0/+158