summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2013-12-06test ed25519 support; from djm@Markus Friedl
2013-11-21use new "ssh -Q cipher-auth" query to obtain lists of authenticatedDamien Miller
2013-11-21use unsigned long long instead of u_int64_t here to avoid warningsDamien Miller
2013-11-21add some reminders for additional tests that I'd like to implementDamien Miller
2013-11-18bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164)Christian Weisgerber
2013-11-09Use smaller test data files to speed up tests. Grow test datafilesDarren Tucker
2013-11-08Rekey less frequently during tests to speed them upDarren Tucker
2013-11-07trailing spaceDarren Tucker
2013-11-07Use ssh -Q to get kex types instead of a static list.Darren Tucker
2013-11-07Use ssh -Q instead of hardcoding lists of ciphers or MACs.Darren Tucker
2013-11-07Factor out the data transfer rekey testsDarren Tucker
2013-11-07Test rekeying for every Cipher, MAC and KEX, plus test every KEX withDarren Tucker
2013-11-04Test rekeying with all KexAlgorithms.Darren Tucker
2013-11-02add curve25519-sha256@libssh.orgMarkus Friedl
2013-10-17test fails when run as root - test executability instead of writabilityDamien Miller
2013-10-09regression test for sftp request white/blacklisting and readonly mode.Damien Miller
2013-06-21unbreak sftp-cmds for renamed test data (s/ls/data/)Damien Miller
2013-06-10Add test for forward config parsingDarren Tucker
2013-05-30use ssh and sshd as testdata since it needs to be >256k for the rekey testDarren Tucker
2013-05-17use a file extention that's not special on some platforms. from portableDarren Tucker
2013-05-17use a more portable negated if structure. from portableDarren Tucker
2013-05-17don't redirect stdout from sudo. from portableDarren Tucker
2013-05-17wait a bit longer for startup and use case for absolute path. from portableDarren Tucker
2013-05-17only compare copied data if sftp succeeds. from portableDarren Tucker
2013-05-17remove unused BATCH variableDarren Tucker
2013-05-17use backticks for portabilityDarren Tucker
2013-05-17Use SUDO when cat'ing pid files and running the sshd log wrapper so thatDarren Tucker
2013-05-17use expr for math to keep diffs vs portable downDarren Tucker
2013-05-17use $OBJ for working files, originally from Tim Rice via portableDarren Tucker
2013-05-17Move the setting of DATA and COPY into test-exec.shDarren Tucker
2013-05-17don't print output from ssh before getting it (it's available in ssh.log)Darren Tucker
2013-05-17Pull back some portability changes from -portable:Darren Tucker
2013-05-17replace 'echo -n' with 'printf' since it's more portableDarren Tucker
2013-05-16add tests for RekeyLimit parsingDarren Tucker
2013-05-16add server-side rekey testDarren Tucker
2013-05-16test rekeying when there's no data being transferredDarren Tucker
2013-05-16Add test for time-based rekeyingDarren Tucker
2013-05-10sync some portability changes from portable OpenSSHDamien Miller
2013-04-22Add tests for -Oforward and -Ocancel for local and remote forwardsDarren Tucker
2013-04-22Write mux master logs to regress.log instead of ssh.log to keep separateDarren Tucker
2013-04-18test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@Damien Miller
2013-04-07use -E option for ssh and sshd to write debuging logs to ssh{,d}.log andDarren Tucker
2013-04-06Split the regress log into 3 parts: the debug output from ssh, the debugDarren Tucker
2013-03-23Only regenerate host keys if they don't exist or if ssh-keygen has changedDarren Tucker
2013-03-07repeat test with a style appended to the usernameDamien Miller
2013-02-20s/Id/OpenBSD/ in RCS tagDamien Miller
2013-02-20Add an option to modpipe that warns if the modification offset it notDamien Miller
2013-02-19oops, forgot to increase the output of the ssh command to ensure thatDamien Miller
2013-02-18crank the offset yet again; it was still fuzzing KEX one of Darren'sDamien Miller
2013-02-17make the ssh command generates some output to ensure that there are atDamien Miller