aboutsummaryrefslogtreecommitdiff
path: root/tests/client/torture_auth.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-06test: fixed torture_auth_none conditionAris Adamantiadis1-2/+2
2014-01-06test: test case for async auth_noneAris Adamantiadis1-0/+59
This test currently fails
2014-01-06tests: auth_agent_nonblocking should run in nonblockingAris Adamantiadis1-1/+2
2013-12-15tests: Fix non-blocking auth tests.Andreas Schneider1-6/+15
The ssh_userauth_none() call should already be non-blocking. However this this function is broken in non-blocking mode. It should reveal the existing bug.
2013-12-15tests: Use new auth API in the torture_auth test.Andreas Schneider1-10/+19
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.