|
b1c0121507
|
valgrind: Add suppression for glibc dlopen issue
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-19 11:03:52 +01:00 |
|
|
f6bea8d061
|
torture: Fix a memory leak
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-19 11:02:13 +01:00 |
|
|
9bb7e68b86
|
torture: Add missing include for AF_INET
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-18 15:19:20 +01:00 |
|
|
20718ec52b
|
tests: Require pam_wrapper 1.0.1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-18 12:02:45 +01:00 |
|
|
a3557b81de
|
tests: Wait for sshd to start before connecting
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-18 12:01:56 +01:00 |
|
|
485d78d768
|
tests: Turn on kbdint tests in torture_auth
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
7aa84318ae
|
tests: Turn on PAM support in sshd with pam_wrapper
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
0e98f1214d
|
torture: Improve process termination function
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
6e7eae968a
|
tests: Support other openssh versions ...
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
5bb9b570f4
|
tests: Rename torture_sftp_static to torture_sftp_ext
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
571f547556
|
tests: Migrate torture_sftp_read to a cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
af3de262b6
|
tests: Migrate torture_sftp_dir to cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
bd4a0aa705
|
torture: Add sftp session pointer to torture_state
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
4bc6af6c17
|
tests: Migrate torture_request_env to cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
27834cce2c
|
tests: Migrate torture_session to cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
a30d16c48a
|
torture: Start sshd as root
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
e4653b82bd
|
tests: Migrate torture_proxycommand to new cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
b65dcb3a35
|
tests: Migrate torture_knownhosts to new cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
c1fb948397
|
torture: Enable old host key algos for testing
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
be25b58380
|
tests: Migrate torture_forward to a cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
66f51df9df
|
torture: Fix torture_ssh_session() for cwrap testing
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
3014e3c458
|
tests: Migrate torture_algorithms to a cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
dd0d04ae8d
|
torture: Enable old cipher and kex algos in sshd
We need to test them, so enable them in the sshd.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
112d4cc7e6
|
tests: Migrate torture_auth as a cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
ee8664418a
|
tests: Add public keys for bob
This also allows bob to auth as alice.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
ae89b6c078
|
torture: Create a torture_terminate_process() function
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
d403c01a30
|
tests: Convert torture_connect to a cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
14f1ce2e5b
|
torture: Add torture_teardown_sshd_server().
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
62b0f58d24
|
torture: Restrict files to we write to our user.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
c3f963e71e
|
torture: Add function to setup sshd server
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
fd09c4cb29
|
torture: Add torture_teardown_socket_dir().
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
13f68fc2d5
|
torture: Add torture_setup_socket_dir().
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
7a523597ad
|
torture: Add server to get address and port.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
c2d636270c
|
tests: Add ssh host keys for test environment.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
21b0d29e38
|
cmake: Configure nss_wrapper and uid_wrapper
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
6596d27e19
|
cmake: Search for cwrap and sshd.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
ed6294b4bb
|
examples: Do not include internal headers in ssh_server_fork
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:49 +01:00 |
|
|
12da51ac5a
|
doc: Update documentation of ssh_userauth_try_publickey()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2016-01-14 08:04:27 +01:00 |
|
|
b3ad6a015b
|
cmake: use check_symbol for (v)snprintf
Updated how snprintf and vsnprintf are discovered by cmake. Visual studio
2015 now include it in the file stdio.h.
More information here :
https://msdn.microsoft.com/en-us/library/bb531344.aspx
Reviewed-By: Aris Adamantiadis <aris@0xbadc0de.be>
|
2015-12-30 19:51:11 +01:00 |
|
|
be36586d74
|
CMake: include CheckIncludeFiles for calls to check_include_files.
|
2015-12-24 13:01:37 +01:00 |
|
|
0d7da3207f
|
Fix a bunch of -Wmaybe-uninitialized
Reviewed-By: Aris Adamantiadis <aris@0xbadc0de.be>
|
2015-12-17 15:01:05 +01:00 |
|
|
71ce6592e4
|
headers: fix missing mode_t (2nd)
Reviewed-By: Aris Adamantiadis <aris@0xbadc0de.be>
|
2015-11-10 18:38:16 +01:00 |
|
|
a5d6ccdc2c
|
Revert "headers: fix missing mode_t"
I commited a patch file *headdesk*
This reverts commit 378fcccc0a .
|
2015-11-10 18:34:39 +01:00 |
|
|
378fcccc0a
|
headers: fix missing mode_t
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be>
|
2015-11-10 18:27:31 +01:00 |
|
|
3ed3833a38
|
Ignore all build and obj* directories
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2015-10-28 09:28:33 +01:00 |
|
|
5450b478f5
|
Doc: remove mentions of des-cbc-ssh1
|
2015-10-27 10:19:46 +01:00 |
|
|
94d00009cc
|
libcrypto: Fix build with DEBUG_CRYPTO turned on
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2015-10-22 08:17:01 +02:00 |
|
|
21bf499bb4
|
agent: Fix agent auth on big endian machines
BUG: https://red.libssh.org/issues/204
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2015-10-20 17:16:38 +02:00 |
|
|
8ec46cbd42
|
crypto: fix broken ifdef
|
2015-09-25 12:01:36 +02:00 |
|
|
0409a302bb
|
cmake: fix EVP detection with gcc
|
2015-09-25 12:00:25 +02:00 |
|