summaryrefslogtreecommitdiffstats
path: root/tests/client
Commit message (Expand)AuthorAgeFilesLines
* cleanup: use ssh_ prefix in the agent (non-static) functionsFabiano FidĂȘncio2016-01-191-2/+2
* tests: Turn on kbdint tests in torture_authAndreas Schneider2016-01-141-4/+0
* tests: Support other openssh versions ...Andreas Schneider2016-01-141-6/+4
* tests: Rename torture_sftp_static to torture_sftp_extAndreas Schneider2016-01-142-4/+1
* tests: Migrate torture_sftp_read to a cwrap testAndreas Schneider2016-01-142-29/+44
* tests: Migrate torture_sftp_dir to cwrap testAndreas Schneider2016-01-142-29/+52
* tests: Migrate torture_request_env to cwrap testAndreas Schneider2016-01-142-29/+40
* tests: Migrate torture_session to cwrap testAndreas Schneider2016-01-142-42/+53
* tests: Migrate torture_proxycommand to new cwrap testAndreas Schneider2016-01-142-23/+56
* tests: Migrate torture_knownhosts to new cwrap testAndreas Schneider2016-01-142-96/+181
* tests: Migrate torture_forward to a cwrap testAndreas Schneider2016-01-142-34/+34
* tests: Migrate torture_algorithms to a cwrap testAndreas Schneider2016-01-142-106/+221
* tests: Migrate torture_auth as a cwrap testAndreas Schneider2016-01-142-205/+254
* tests: Convert torture_connect to a cwrap testAndreas Schneider2016-01-142-26/+74
* tests: Migrate to new cmocka APIAndreas Schneider2015-09-0711-99/+141
* tests: Apply umask before calling mkstemp()Andreas Schneider2015-05-051-1/+3
* torture: fix includes for freebsd10Aris Adamantiadis2015-02-141-1/+3
* tests: allow conditionnal execution on patternAris Adamantiadis2015-02-0211-13/+22
* tests: Add port option to torture_ssh_sessionAlan Dunn2015-01-204-4/+4
* examples: cast arguments of connect(2)Aris Adamantiadis2014-07-061-1/+1
* Add tests for SHA2 HMAC algorithmsDirkjan Bussink2014-04-221-25/+111
* tests: torture_connect: add test for user provided socketLuka Perkov2014-03-271-0/+25
* tests: torture_connect: fix coding styleLuka Perkov2014-03-271-8/+7
* knownhosts: detect variations of ecdsaAris Adamantiadis2014-02-041-10/+10
* knownhosts: add test case for bug #138Aris Adamantiadis2014-02-011-0/+43
* known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis2014-02-011-3/+30
* Added known host test casesAris Adamantiadis2014-02-011-0/+122
* channel: Fix the name scheme of the forward functions.Andreas Schneider2014-01-161-1/+1
* tests: avoid reading uninitialized bytesAris Adamantiadis2014-01-071-2/+2
* examples: Make sure buffer is initialized.Andreas Schneider2014-01-071-1/+1
* test: fixed torture_auth_none conditionAris Adamantiadis2014-01-061-2/+2
* test: test case for async auth_noneAris Adamantiadis2014-01-061-0/+59
* tests: auth_agent_nonblocking should run in nonblockingAris Adamantiadis2014-01-061-0/+2
* tests: use LC_LIBSSH instead of LANG for env tests.Aris Adamantiadis2014-01-061-2/+2
* tests: Fix non-blocking auth tests.Andreas Schneider2013-12-151-7/+15
* tests: Fix blocking mode in password auth test.Andreas Schneider2013-12-151-1/+1
* tests: Use new auth API in the torture_session test.Andreas Schneider2013-12-151-2/+3
* tests: Use new auth API in the torture_auth test.Andreas Schneider2013-12-151-10/+19
* tests: Try to fix torture_forward.Andreas Schneider2013-12-041-4/+4
* tests: Add missing line breaks.Andreas Schneider2013-11-281-2/+2
* tests: Try to fix valgrind warnings.Andreas Schneider2013-11-272-4/+4
* tests: Add a sftp_read blocking test.Andreas Schneider2013-10-232-0/+84
* tests: Add a test for ssh_channel_request_env().Andreas Schneider2013-10-202-0/+115
* tests: We can't test the accept right now.Andreas Schneider2013-10-201-1/+5
* tests: Fix torture_forward.Andreas Schneider2013-10-201-3/+4
* tests: Add torture forward test.Andreas Schneider2013-10-202-0/+90
* tests: Don't leak memory in torture_channel_read_error().Andreas Schneider2013-07-211-0/+2
* tests: Check the return value of write.Andreas Schneider2013-06-111-1/+2
* Report according status when errors are detectedAris Adamantiadis2012-12-271-0/+1
* Test for bug #64, ssh_channel_read doesn't detect errorsAris Adamantiadis2012-12-271-0/+108