aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-20tests/torture.c: update the definition of torture_setup_tokens() to take load...Sahana Prasad1-1/+4
2020-03-29torture: Added a function to setup a libssh based serverAnderson Toshiyuki Sasaki1-0/+4
2019-12-23tests: search for netcat binaryAris Adamantiadis1-0/+1
2019-12-20clienttest: Adds a client test that authenticates to the ssh server using ssh...Sahana Prasad1-0/+1
2019-12-20torture: Add a helper function to setup tokens using softhsm.Sahana Prasad1-0/+1
2019-12-20etc: Adds a new user CharlieSahana Prasad1-0/+1
2019-01-09tests: Allow to modify sshd config from the testJakub Jelen1-0/+4
2019-01-09tests: Allow to generate unencrypted PCAP files from testsuiteJakub Jelen1-1/+5
2019-01-09tests: Do not run SSHD with PAM when not neededJakub Jelen1-1/+1
2018-12-07config: Get rid of the dynamic seen arrayJakub Jelen1-0/+2
2018-11-28tests: Introduce functions to change directoriesAnderson Toshiyuki Sasaki1-0/+3
2018-11-28tests: Introduce torture_create_temp_file()Anderson Toshiyuki Sasaki1-0/+1
2018-11-28tests: Introduce torture_make_temp_dir()Anderson Toshiyuki Sasaki1-0/+2
2018-06-30torture: Add assert macros for ssh return codesAndreas Schneider1-0/+2
2018-01-10tests: Move torture keys to own fileAndreas Schneider1-8/+0
2016-01-14torture: Add sftp session pointer to torture_stateAndreas Schneider1-0/+1
2016-01-14tests: Migrate torture_auth as a cwrap testAndreas Schneider1-0/+4
2016-01-14torture: Create a torture_terminate_process() functionAndreas Schneider1-0/+2
2016-01-14tests: Convert torture_connect to a cwrap testAndreas Schneider1-0/+5
2016-01-14torture: Add torture_teardown_sshd_server().Andreas Schneider1-0/+1
2016-01-14torture: Add function to setup sshd serverAndreas Schneider1-0/+2
2016-01-14torture: Add torture_teardown_socket_dir().Andreas Schneider1-0/+2
2016-01-14torture: Add torture_setup_socket_dir().Andreas Schneider1-0/+12
2016-01-14torture: Add server to get address and port.Andreas Schneider1-0/+3
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-1/+1
2015-05-06torture: Move TORTURE_TESTKEY_PASSWORD to headerAndreas Schneider1-0/+2
2015-02-12tests: workaround for compiling with older cmockaAris Adamantiadis1-0/+6
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-1/+4
2015-01-21tests: Fix torture_server_x11().Andreas Schneider1-0/+1
2015-01-20tests: Add ssh server setup functionalityAlan Dunn1-0/+5
2015-01-20tests: Add port option to torture_ssh_sessionAlan Dunn1-0/+1
2014-08-15torture: Add public testkey passphrase function.Andreas Schneider1-0/+1
2014-08-15torture: Add public testkey functions.Andreas Schneider1-0/+5
2014-08-15tests: Make write file a public torture function.Andreas Schneider1-0/+2
2014-01-07src: Update my mail address.Andreas Schneider1-1/+1
2012-10-07test: Use cmocka instead of cmockery.Andreas Schneider1-1/+1
2011-12-27torture: Fix compilation with cmockery.Andreas Schneider1-1/+2
2011-02-06torture: Added a function to setup a sftp session.Andreas Schneider1-0/+9
2011-02-06torture: Added torture_isdir().Andreas Schneider1-0/+1
2011-02-06torture: Added torture_rmdirs().Andreas Schneider1-0/+2
2011-02-06torture: Added GPL header.Andreas Schneider1-0/+24
2011-02-06tests: Added a torture_ssh_session().Andreas Schneider1-0/+4
2011-01-13Replaced argp support for platforms that support itAris Adamantiadis1-0/+9
2010-12-28tests: Migrate the torture library to cmockery.Andreas Schneider1-27/+6
2010-05-18Added verbosity flag for unit testsAris Adamantiadis1-0/+7
2010-05-18Factorize all the main functions in unit testsAris Adamantiadis1-0/+6
2010-03-02Added unit testing support using check.Andreas Schneider1-0/+34