1
1
libssh/tests
Jon Simons 9003f92e8f pkd_daemon.c: force close pkd_state.server_fd upon stop
There's a race window between the accept loop's call to
accept(2) and it checking `ctx.keep_going`.  Forcefully
close the server socket such that any raced `accept` ends
up failing.

Signed-off-by: Jon Simons <jon@jonsimons.org>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2017-09-11 16:31:01 +02:00
..
benchmarks tests: Fix warning about expected format for printf 2016-01-19 11:31:07 +01:00
client ecdh: enable ecdh_sha2_nistp{384,521} kex methods 2017-08-24 18:18:41 +02:00
etc tests: Fix running ssh-agent 2016-02-03 09:01:29 +01:00
keys torture_auth: Add tests for client side certificate authentication 2016-03-15 08:38:13 +01:00
pkd pkd_daemon.c: force close pkd_state.server_fd upon stop 2017-09-11 16:31:01 +02:00
sftp_stress Added a threading + sftp stress testcase 2009-07-24 22:52:10 +02:00
unittests config: fix memory leak with repeated opcodes 2017-09-11 16:26:41 +02: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: Fix torture build 2016-03-17 10:45:40 +01:00
cmdline.c tests: allow conditionnal execution on pattern 2015-02-02 17:34:15 +01:00
connection.c preliminary test suite 2008-03-17 02:31:22 +00:00
ctest-default.cmake tests: Fix ctest default script 2015-05-04 15:52:17 +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_ssh_bind_accept_fd.c Test change to ssh_bind_accept_fd 2014-01-21 16:07:09 +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 torture: Add support to specify verbosity level via env variable 2016-10-08 13:38:18 +02:00
torture.h torture: Add sftp session pointer to torture_state 2016-01-14 08:04:49 +01:00
valgrind.supp valgrind: Add suppression for glibc dlopen issue 2016-01-19 11:03:52 +01:00