index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
usr.bin
/
ssh
Age
Commit message (
Expand
)
Author
2014-07-22
Add $OpenBSD tag to make syncs easier
Darren Tucker
2014-07-22
Regenerate test keys with certs signed with ed25519 instead of ecdsa.
Darren Tucker
2014-07-22
Sign test certs with ed25519 instead of ecdsa so that they'll work in
Darren Tucker
2014-07-22
change the test for still-open Unix domain sockets to be robust against
Damien Miller
2014-07-16
zap trailing newlines; "go for it" deraadt
Okan Demirmen
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-07-07
remove forced-fatal that I stuck in there to test the new cleanup
Damien Miller
2014-07-06
add a hook to the cleanup() function to kill $SSH_PID if it is set
Damien Miller
2014-06-24
unit and fuzz tests for new key API
Damien Miller
2014-06-24
regress test for broken consecutive revoked serial number ranges
Damien Miller
2014-05-21
when failing because of unexpected output, show the offending output
Damien Miller
2014-05-04
Remove the Z flag from the list of malloc options as it
Loganaden Velvindron
2014-05-03
Add tests for with and without compression, with and without privsep.
Darren Tucker
2014-05-02
Add missing $ on OpenBSD cvs tags, ok djm
Andre de Oliveira
2014-05-02
use the test_helper fuzzer rather than the hand-rolled code that
Damien Miller
2014-05-02
make the fuzzer seed const to make it clear that it is never modified
Damien Miller
2014-04-30
unit tests for new buffer API; including basic fuzz testing
Damien Miller
2014-04-21
repair regress tests broken by server-side default cipher/kex/mac changes
Damien Miller
2014-03-13
this test is a sorry mess of race conditions; add another sleep
Damien Miller
2014-02-27
RCS Id
Damien Miller
2014-02-27
keep return values that are printed in error messages;
Damien Miller
2014-02-27
remove any existing LoginGraceTime from sshd_config before adding
Damien Miller
2014-01-26
make sure $SCP is tested on the remote end rather than whichever one
Damien Miller
2014-01-26
automatically generate revoked keys from listed keys rather than
Damien Miller
2014-01-25
Add a test for DH GEX sizes
Darren Tucker
2014-01-20
append to rather than truncating the log file
Darren Tucker
2014-01-19
Don't use -q on sftp as it suppresses logging, instead redirect the output to
Darren Tucker
2013-12-06
test ed25519 support; from djm@
Markus Friedl
2013-11-21
use new "ssh -Q cipher-auth" query to obtain lists of authenticated
Damien Miller
2013-11-21
use unsigned long long instead of u_int64_t here to avoid warnings
Damien Miller
2013-11-21
add some reminders for additional tests that I'd like to implement
Damien Miller
2013-11-18
bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164)
Christian Weisgerber
2013-11-09
Use smaller test data files to speed up tests. Grow test datafiles
Darren Tucker
2013-11-08
Rekey less frequently during tests to speed them up
Darren Tucker
2013-11-07
trailing space
Darren Tucker
2013-11-07
Use ssh -Q to get kex types instead of a static list.
Darren Tucker
2013-11-07
Use ssh -Q instead of hardcoding lists of ciphers or MACs.
Darren Tucker
2013-11-07
Factor out the data transfer rekey tests
Darren Tucker
2013-11-07
Test rekeying for every Cipher, MAC and KEX, plus test every KEX with
Darren Tucker
2013-11-04
Test rekeying with all KexAlgorithms.
Darren Tucker
2013-11-02
add curve25519-sha256@libssh.org
Markus Friedl
2013-10-17
test fails when run as root - test executability instead of writability
Damien Miller
2013-10-09
regression test for sftp request white/blacklisting and readonly mode.
Damien Miller
2013-06-21
unbreak sftp-cmds for renamed test data (s/ls/data/)
Damien Miller
2013-06-10
Add test for forward config parsing
Darren Tucker
2013-05-30
use ssh and sshd as testdata since it needs to be >256k for the rekey test
Darren Tucker
2013-05-17
use a file extention that's not special on some platforms. from portable
Darren Tucker
2013-05-17
use a more portable negated if structure. from portable
Darren Tucker
2013-05-17
don't redirect stdout from sudo. from portable
Darren Tucker
2013-05-17
wait a bit longer for startup and use case for absolute path. from portable
Darren Tucker
[next]