| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | examples: cast arguments of connect(2) | Aris Adamantiadis | 2015-02-14 | 1 | -1/+1 |
| | | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
| * | torture: fix includes for freebsd10 | Aris Adamantiadis | 2015-02-14 | 1 | -1/+3 |
| | | |||||
| * | tests: torture_connect: add test for user provided socket | Luka Perkov | 2014-03-27 | 1 | -0/+25 |
| | | | | | | | Signed-off-by: Luka Perkov <luka.perkov@sartura.hr> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 9423a3a065c947ed5ff89da615fbd6ad7f61f60a) | ||||
| * | tests: torture_connect: fix coding style | Luka Perkov | 2014-03-27 | 1 | -8/+7 |
| | | | | | | | Signed-off-by: Luka Perkov <luka.perkov@sartura.hr> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 0c5d4954a78714c35e18fef9ef1010b3f53ee094) | ||||
| * | knownhosts: detect variations of ecdsa | Aris Adamantiadis | 2014-02-05 | 1 | -10/+10 |
| | | |||||
| * | tests: lines lost during last cherry-pick merge | Aris Adamantiadis | 2014-02-04 | 1 | -0/+17 |
| | | |||||
| * | knownhosts: add test case for bug #138 | Aris Adamantiadis | 2014-02-04 | 1 | -0/+43 |
| | | |||||
| * | known_hosts: add ssh_knownhosts_algorithms() | Aris Adamantiadis | 2014-02-04 | 1 | -0/+132 |
| | | | | | | | | | Goal of that function is to test the preferred key exchange methods based on what's available in the known_hosts file Conflicts: tests/client/torture_knownhosts.c | ||||
| * | tests: avoid reading uninitialized bytes | Aris Adamantiadis | 2014-01-07 | 1 | -2/+2 |
| | | |||||
| * | examples: Make sure buffer is initialized. | Andreas Schneider | 2014-01-07 | 1 | -1/+1 |
| | | |||||
| * | test: fixed torture_auth_none condition | Aris Adamantiadis | 2014-01-06 | 1 | -2/+2 |
| | | |||||
| * | test: test case for async auth_none | Aris Adamantiadis | 2014-01-06 | 1 | -0/+59 |
| | | | | | This test currently fails | ||||
| * | tests: auth_agent_nonblocking should run in nonblocking | Aris Adamantiadis | 2014-01-06 | 1 | -1/+2 |
| | | |||||
| * | tests: use LC_LIBSSH instead of LANG for env tests. | Aris Adamantiadis | 2014-01-06 | 1 | -2/+2 |
| | | | | | | LANG is stripped and replaced on many distros and LC_* is accepted by default on debian | ||||
| * | tests: Fix non-blocking auth tests. | Andreas Schneider | 2013-12-15 | 1 | -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. | ||||
| * | tests: Use new auth API in the torture_session test. | Andreas Schneider | 2013-12-15 | 1 | -2/+3 |
| | | |||||
| * | tests: Use new auth API in the torture_auth test. | Andreas Schneider | 2013-12-15 | 1 | -10/+19 |
| | | |||||
| * | tests: Try to fix torture_forward. | Andreas Schneider | 2013-12-04 | 1 | -4/+4 |
| | | |||||
| * | tests: Try to fix valgrind warnings. | Andreas Schneider | 2013-11-27 | 2 | -4/+4 |
| | | |||||
| * | tests: Add a sftp_read blocking test. | Andreas Schneider | 2013-10-23 | 2 | -0/+84 |
| | | |||||
| * | tests: Add a test for ssh_channel_request_env(). | Andreas Schneider | 2013-10-20 | 2 | -0/+115 |
| | | |||||
| * | tests: We can't test the accept right now. | Andreas Schneider | 2013-10-20 | 1 | -1/+5 |
| | | |||||
| * | tests: Fix torture_forward. | Andreas Schneider | 2013-10-20 | 1 | -3/+4 |
| | | |||||
| * | tests: Add torture forward test. | Andreas Schneider | 2013-10-20 | 2 | -0/+90 |
| | | |||||
| * | tests: Don't leak memory in torture_channel_read_error(). | Andreas Schneider | 2013-07-21 | 1 | -0/+2 |
| | | |||||
| * | tests: Check the return value of write. | Andreas Schneider | 2013-06-11 | 1 | -1/+2 |
| | | |||||
| * | Report according status when errors are detected | Aris Adamantiadis | 2012-12-27 | 1 | -0/+1 |
| | | |||||
| * | Test for bug #64, ssh_channel_read doesn't detect errors | Aris Adamantiadis | 2012-12-27 | 1 | -0/+108 |
| | | |||||
| * | tests: Make sure the array is null terminated. | Andreas Schneider | 2012-10-07 | 1 | -2/+2 |
| | | |||||
| * | tests: Don't run ecdh tests if not supported by crypto lib. | Andreas Schneider | 2012-10-07 | 1 | -2/+2 |
| | | |||||
| * | test: Use cmocka instead of cmockery. | Andreas Schneider | 2012-10-07 | 1 | -7/+7 |
| | | | | | | | cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/ | ||||
| * | tests: Fix known_hosts test. | Andreas Schneider | 2012-02-07 | 1 | -2/+2 |
| | | |||||
| * | build: Fix zlib support. | Andreas Schneider | 2011-09-23 | 1 | -6/+6 |
| | | |||||
| * | torture_algorithm: follow verbosity | Aris Adamantiadis | 2011-09-23 | 1 | -0/+2 |
| | | |||||
| * | torture: check for presence of ssh agent | Aris Adamantiadis | 2011-09-23 | 1 | -2/+9 |
| | | |||||
| * | tests: nonblocking keyboard-interactive | Aris Adamantiadis | 2011-09-11 | 1 | -0/+55 |
| | | |||||
| * | Test: added torture_auth_autopubkey_nonblocking | Aris Adamantiadis | 2011-09-11 | 1 | -0/+32 |
| | | |||||
| * | Tests: unit test for agent authentication | Aris Adamantiadis | 2011-09-11 | 1 | -0/+59 |
| | | |||||
| * | unittests:make sftp_dir pass on my laptop | Aris Adamantiadis | 2011-09-02 | 1 | -0/+2 |
| | | |||||
| * | tests: Enable ecdh_sha2_nistp256 test only with openssl. | Andreas Schneider | 2011-08-30 | 1 | -0/+4 |
| | | |||||
| * | tests: Fix torture test with zlib support. | Andreas Schneider | 2011-08-22 | 1 | -9/+33 |
| | | |||||
| * | Test for ecdh and dh-group1 | Aris Adamantiadis | 2011-06-12 | 1 | -0/+43 |
| | | |||||
| * | Added testcase for the timeout connecting problem | Aris Adamantiadis | 2011-05-24 | 1 | -2/+35 |
| | | |||||
| * | tests: Added two asserts to torture_sftp_dir. | Andreas Schneider | 2011-02-13 | 1 | -0/+4 |
| | | |||||
| * | tests: Some fixes for sftp_dir. | Andreas Schneider | 2011-02-07 | 1 | -4/+5 |
| | | |||||
| * | tests: Added test for sftp directory functions. | Andreas Schneider | 2011-02-06 | 2 | -0/+68 |
| | | |||||
| * | tests: Fixed missing ; | Andreas Schneider | 2011-02-06 | 1 | -1/+1 |
| | | |||||
| * | tests: Check fgets output. | Andreas Schneider | 2011-02-05 | 1 | -1/+3 |
| | | |||||
| * | ssh_auth_password made nonblocking | Aris Adamantiadis | 2011-01-16 | 1 | -1/+45 |
| | | |||||
| * | Test double ssh_disconnect | Aris Adamantiadis | 2011-01-15 | 1 | -0/+10 |
| | | |||||
