1
1
libssh/tests
Lee Hambley 17f396ffab Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).
* Use SSH_ERROR and SSH_OK instead of `-1` and `0`.
 * Re-factor for code duplication
 * No longer call `ssh_set_error_invalid(ssh_session)` when the
   ssh_session is NULL.
2011-11-03 18:24:02 +01:00
..
benchmarks benchmarks: fix some bugs 2011-09-02 11:43:07 +03:00
client build: Fix zlib support. 2011-09-23 22:57:21 +02:00
sftp_stress Added a threading + sftp stress testcase 2009-07-24 22:52:10 +02:00
unittests Improve ssh_options_get(ssh_session, enum ssh_options_e, char**). 2011-11-03 18:24:02 +01:00
authentication.c Add a exec test. 2009-05-04 22:30:21 +00:00
chmodtest.c Added some other junk test file 2010-05-17 20:08:11 +02:00
CMakeLists.txt cmake: Check for argp library only on bsd and solaris. 2011-08-13 11:07:57 +02:00
cmdline.c Fixed compilation without argp.h available 2011-01-13 21:21:19 +01:00
connection.c preliminary test suite 2008-03-17 02:31:22 +00:00
ctest-default.cmake ctest: Fix the ctest build script. 2011-08-21 14:08:40 +02:00
generate.py A few test cases for benchmarks 2009-11-05 18:18:35 +01:00
test_exec.c Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
test_pcap.c Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
test_socket.c struct socket -> struct ssh_socket_struct +typedef 2009-12-06 22:48:56 +01:00
test_tunnel.c Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
tests.h preliminary test suite 2008-03-17 02:31:22 +00:00
torture.c unittests:make sftp_dir pass on my laptop 2011-09-02 11:41:04 +03:00
torture.h torture: Added a function to setup a sftp session. 2011-02-06 16:27:43 +01:00
valgrind.supp tests: Added more openssl valgrind suppressions. 2011-01-03 07:51:46 +01:00