Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Fix torture_server_x11(). | Andreas Schneider | 2015-01-21 | 1 | -0/+1 |
| | |||||
* | tests: Add ssh server setup functionality | Alan Dunn | 2015-01-20 | 1 | -0/+5 |
| | | | | | | | | | Add the ability to generate a keypair (RSA, but tests that focus on what occurs over a connection may well not care) and an ssh_bind easily. Signed-off-by: Alan Dunn <amdunn@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | tests: Add port option to torture_ssh_session | Alan Dunn | 2015-01-20 | 1 | -0/+1 |
| | | | | | Signed-off-by: Alan Dunn <amdunn@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | torture: Add public testkey passphrase function. | Andreas Schneider | 2014-08-15 | 1 | -0/+1 |
| | | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be> | ||||
* | torture: Add public testkey functions. | Andreas Schneider | 2014-08-15 | 1 | -0/+5 |
| | | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be> | ||||
* | tests: Make write file a public torture function. | Andreas Schneider | 2014-08-15 | 1 | -0/+2 |
| | | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be> | ||||
* | src: Update my mail address. | Andreas Schneider | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | test: Use cmocka instead of cmockery. | Andreas Schneider | 2012-10-07 | 1 | -1/+1 |
| | | | | | | cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/ | ||||
* | torture: Fix compilation with cmockery. | Andreas Schneider | 2011-12-27 | 1 | -1/+2 |
| | |||||
* | torture: Added a function to setup a sftp session. | Andreas Schneider | 2011-02-06 | 1 | -0/+9 |
| | |||||
* | torture: Added torture_isdir(). | Andreas Schneider | 2011-02-06 | 1 | -0/+1 |
| | |||||
* | torture: Added torture_rmdirs(). | Andreas Schneider | 2011-02-06 | 1 | -0/+2 |
| | |||||
* | torture: Added GPL header. | Andreas Schneider | 2011-02-06 | 1 | -0/+24 |
| | |||||
* | tests: Added a torture_ssh_session(). | Andreas Schneider | 2011-02-06 | 1 | -0/+4 |
| | |||||
* | Replaced argp support for platforms that support it | Aris Adamantiadis | 2011-01-13 | 1 | -0/+9 |
| | | | | Argp is really useful, but it's not mandatory. | ||||
* | tests: Migrate the torture library to cmockery. | Andreas Schneider | 2010-12-28 | 1 | -27/+6 |
| | |||||
* | Added verbosity flag for unit tests | Aris Adamantiadis | 2010-05-18 | 1 | -0/+7 |
| | |||||
* | Factorize all the main functions in unit tests | Aris Adamantiadis | 2010-05-18 | 1 | -0/+6 |
| | |||||
* | Added unit testing support using check. | Andreas Schneider | 2010-03-02 | 1 | -0/+34 |