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-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
2013-05-17
only compare copied data if sftp succeeds. from portable
Darren Tucker
2013-05-17
remove unused BATCH variable
Darren Tucker
2013-05-17
use backticks for portability
Darren Tucker
2013-05-17
Use SUDO when cat'ing pid files and running the sshd log wrapper so that
Darren Tucker
2013-05-17
use expr for math to keep diffs vs portable down
Darren Tucker
2013-05-17
use $OBJ for working files, originally from Tim Rice via portable
Darren Tucker
2013-05-17
Move the setting of DATA and COPY into test-exec.sh
Darren Tucker
2013-05-17
don't print output from ssh before getting it (it's available in ssh.log)
Darren Tucker
2013-05-17
Pull back some portability changes from -portable:
Darren Tucker
2013-05-17
replace 'echo -n' with 'printf' since it's more portable
Darren Tucker
2013-05-16
add tests for RekeyLimit parsing
Darren Tucker
[next]