aboutsummaryrefslogtreecommitdiff
path: root/tests/client/torture_auth.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-23torture: check for presence of ssh agentAris Adamantiadis1-2/+9
2011-09-11tests: nonblocking keyboard-interactiveAris Adamantiadis1-0/+55
2011-09-11Test: added torture_auth_autopubkey_nonblockingAris Adamantiadis1-0/+32
2011-09-11Tests: unit test for agent authenticationAris Adamantiadis1-0/+59
2011-01-16ssh_auth_password made nonblockingAris Adamantiadis1-1/+45
2011-01-03tests: Fixed a build warning introduced before.Andreas Schneider1-3/+2
2011-01-03tests: Call init and finalize in client torture tests.Andreas Schneider1-1/+8
2011-01-01tests: Added torture_auth_autopubkey client test.Andreas Schneider1-0/+29
2010-12-29tests: Fixed a assert bug in torture_auth.Andreas Schneider1-1/+1
2010-12-28tests: Migrated torture_auth to cmockery.Andreas Schneider1-75/+95
2010-06-03tests: Move client tests to a seperate directory.Andreas Schneider1-0/+113
Tests which require a running sshd should go to tests/client.