summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio2016-01-191-11/+11
* buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio2016-01-191-6/+6
* tests: Fix warning about expected format for printfFabiano Fidêncio2016-01-191-2/+2
* cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio2016-01-191-35/+35
* cleanup: use ssh_ prefix in the agent (non-static) functionsFabiano Fidêncio2016-01-191-2/+2
* tests: Initialize output and iv in torture_cryptoAndreas Schneider2016-01-191-3/+4
* valgrind: Add suppression for glibc dlopen issueAndreas Schneider2016-01-191-0/+8
* torture: Fix a memory leakAndreas Schneider2016-01-191-0/+1
* torture: Add missing include for AF_INETAndreas Schneider2016-01-181-0/+1
* tests: Require pam_wrapper 1.0.1Andreas Schneider2016-01-181-1/+1
* tests: Wait for sshd to start before connectingAndreas Schneider2016-01-181-0/+3
* tests: Turn on kbdint tests in torture_authAndreas Schneider2016-01-141-4/+0
* tests: Turn on PAM support in sshd with pam_wrapperAndreas Schneider2016-01-144-1/+17
* torture: Improve process termination functionAndreas Schneider2016-01-141-5/+16
* tests: Support other openssh versions ...Andreas Schneider2016-01-143-8/+27
* 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
* torture: Add sftp session pointer to torture_stateAndreas Schneider2016-01-141-0/+1
* 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
* torture: Start sshd as rootAndreas Schneider2016-01-141-0/+4
* 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
* torture: Enable old host key algos for testingAndreas Schneider2016-01-141-0/+1
* tests: Migrate torture_forward to a cwrap testAndreas Schneider2016-01-142-34/+34
* torture: Fix torture_ssh_session() for cwrap testingAndreas Schneider2016-01-141-8/+3
* tests: Migrate torture_algorithms to a cwrap testAndreas Schneider2016-01-142-106/+221
* torture: Enable old cipher and kex algos in sshdAndreas Schneider2016-01-141-0/+3
* tests: Migrate torture_auth as a cwrap testAndreas Schneider2016-01-143-205/+258
* tests: Add public keys for bobAndreas Schneider2016-01-143-0/+35
* torture: Create a torture_terminate_process() functionAndreas Schneider2016-01-142-34/+47
* tests: Convert torture_connect to a cwrap testAndreas Schneider2016-01-143-26/+79
* torture: Add torture_teardown_sshd_server().Andreas Schneider2016-01-142-0/+45
* torture: Restrict files to we write to our user.Andreas Schneider2016-01-141-1/+1
* torture: Add function to setup sshd serverAndreas Schneider2016-01-142-9/+118
* torture: Add torture_teardown_socket_dir().Andreas Schneider2016-01-142-0/+26
* torture: Add torture_setup_socket_dir().Andreas Schneider2016-01-142-0/+54
* torture: Add server to get address and port.Andreas Schneider2016-01-142-0/+51
* tests: Add ssh host keys for test environment.Andreas Schneider2016-01-148-0/+48
* cmake: Configure nss_wrapper and uid_wrapperAndreas Schneider2016-01-145-0/+34
* cmake: Search for cwrap and sshd.Andreas Schneider2016-01-141-0/+12
* Fix a bunch of -Wmaybe-uninitializedFabiano Fidêncio2015-12-171-3/+3
* tests: add test for cipher.(de|en)cryptAris Adamantiadis2015-09-232-0/+108
* tests: Fix return code of torture_initAndreas Schneider2015-09-091-1/+1
* tests: Add tests for the new ssh_pki cert functionsAxel Eppe2015-09-072-0/+169
* tests: Migrate pkd_hello to new cmocka APIAndreas Schneider2015-09-071-19/+33
* pki: Use the standard logging functionAndreas Schneider2015-09-071-10/+0
* tests: Migrate to new cmocka APIAndreas Schneider2015-09-0726-275/+395
* cmake: Handle libssh threas library correctlyAndreas Schneider2015-09-072-7/+9