summaryrefslogtreecommitdiffstats
path: root/tests/client
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix known_hosts test.Andreas Schneider2012-02-071-2/+2
|
* build: Fix zlib support.Andreas Schneider2011-09-231-6/+6
|
* torture_algorithm: follow verbosityAris Adamantiadis2011-09-231-0/+2
|
* torture: check for presence of ssh agentAris Adamantiadis2011-09-231-2/+9
|
* tests: nonblocking keyboard-interactiveAris Adamantiadis2011-09-111-0/+55
|
* Test: added torture_auth_autopubkey_nonblockingAris Adamantiadis2011-09-111-0/+32
|
* Tests: unit test for agent authenticationAris Adamantiadis2011-09-111-0/+59
|
* unittests:make sftp_dir pass on my laptopAris Adamantiadis2011-09-021-0/+2
|
* tests: Enable ecdh_sha2_nistp256 test only with openssl.Andreas Schneider2011-08-301-0/+4
|
* tests: Fix torture test with zlib support.Andreas Schneider2011-08-221-9/+33
|
* Test for ecdh and dh-group1Aris Adamantiadis2011-06-121-0/+43
|
* Added testcase for the timeout connecting problemAris Adamantiadis2011-05-241-2/+35
|
* tests: Added two asserts to torture_sftp_dir.Andreas Schneider2011-02-131-0/+4
|
* tests: Some fixes for sftp_dir.Andreas Schneider2011-02-071-4/+5
|
* tests: Added test for sftp directory functions.Andreas Schneider2011-02-062-0/+68
|
* tests: Fixed missing ;Andreas Schneider2011-02-061-1/+1
|
* tests: Check fgets output.Andreas Schneider2011-02-051-1/+3
|
* ssh_auth_password made nonblockingAris Adamantiadis2011-01-161-1/+45
|
* Test double ssh_disconnectAris Adamantiadis2011-01-151-0/+10
|
* Fix torture_connect_double so it tests the right thingAris Adamantiadis2011-01-141-2/+2
|
* New testcases for nonblocking ssh_connect and double ssh_connectAris Adamantiadis2011-01-132-0/+90
|
* tests: Fixed the segfault in torture_knownhosts.Andreas Schneider2011-01-041-12/+12
|
* tests: Fixed a build warning introduced before.Andreas Schneider2011-01-035-15/+11
|
* tests: Call init and finalize in client torture tests.Andreas Schneider2011-01-035-5/+40
|
* tests: Added torture_auth_autopubkey client test.Andreas Schneider2011-01-011-0/+29
|
* tests: Fixed a assert bug in torture_auth.Andreas Schneider2010-12-291-1/+1
|
* tests: Added a torture_sftp_static test.Andreas Schneider2010-12-282-0/+29
|
* tests: Migrated torture_proxycommand to cmockery.Andreas Schneider2010-12-282-27/+23
|
* tests: Migrated torture_knownhosts to cmockery.Andreas Schneider2010-12-282-53/+63
|
* tests: Migrated torture_auth to cmockery.Andreas Schneider2010-12-282-76/+96
|
* tests: Migrated torture_algorithms to cmockery.Andreas Schneider2010-12-282-120/+115
|
* tests: Moved torture_knownhosts to client tests.Andreas Schneider2010-12-282-0/+91
|
* tests: Start to migrate tests to cmockery.Andreas Schneider2010-12-281-3/+3
| | | | https://code.google.com/p/cmockery/wiki/Cmockery_Unit_Testing_Framework
* test: Added openssh checks to the compression tests.Andreas Schneider2010-12-271-10/+16
|
* Implemented zlib@openssh.com compressionAris Adamantiadis2010-10-041-1/+22
|
* tests: Moved proxycommand test to client tests.Andreas Schneider2010-06-032-0/+55
|
* tests: Move client tests to a seperate directory.Andreas Schneider2010-06-033-0/+261
Tests which require a running sshd should go to tests/client.