summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2018-09-13forgot to stage these test files in commit d70d061Damien Miller
2018-09-12upstream: Include certs with multiple RSA signature variants indjm@openbsd.org
2018-09-12upstream: test revocation by explicit hash and by fingerprintdjm@openbsd.org
2018-09-12upstream: s/sshkey_demote/sshkey_from_private/gdjm@openbsd.org
2018-08-27document some more regress control env variablesDamien Miller
2018-08-23shorten temporary SSH_REGRESS_TMP pathDamien Miller
2018-08-20Missing unistd.h for regress/mkdtemp.cDamien Miller
2018-08-10upstream: The script that cooks up PuTTY format host keys does notdtucker@openbsd.org
2018-07-27Include stdarg.h in mkdtemp for va_list.Darren Tucker
2018-07-20Create control sockets in clean temp directoriesDamien Miller
2018-07-16upstream: memleak in unittest; found by valgrinddjm@openbsd.org
2018-07-13upstream: make this use ssh_proxy rather than starting/stopping adjm@openbsd.org
2018-07-13upstream: fix leaks in unit test; with this, all unit tests aredjm@openbsd.org
2018-07-13Enable leak checks for unit tests with valgrindDamien Miller
2018-07-13increase timeout to match cfgmatch.shDamien Miller
2018-07-11VALGRIND_CHECK_LEAKS logic was backwards :(Damien Miller
2018-07-11disable valgrind memleak checking by defaultDamien Miller
2018-07-10Adapt portable to legacy buffer API removalDamien Miller
2018-07-04upstream: deal with API rename: match_filter_list() =>djm@openbsd.org
2018-07-04upstream: exercise new expansion behaviour ofdjm@openbsd.org
2018-07-04upstream: add a comment that could have saved me 45 minutes of wilddjm@openbsd.org
2018-07-04upstream: some magic for RSA-SHA2 checksdjm@openbsd.org
2018-07-03upstream: One ampersand is enough to backgroud an process. OpenBSDdtucker@openbsd.org
2018-06-19upstream: test PermitListen with bare port numbersdjm@openbsd.org
2018-06-08upstream: test the correct configuration option namedjm@openbsd.org
2018-06-07upstream: permitlisten/PermitListen unit test from Markusdjm@openbsd.org
2018-06-07upstream: regress test for PermitOpendjm@openbsd.org
2018-06-01upstream: Adapt to extra default verboisity from ssh-keygen whendjm@openbsd.org
2018-06-01upstream: Add TEST_SSH_FAIL_FATAL variable, to force all failuresdjm@openbsd.org
2018-06-01upstream: Clean up comment.dtucker@openbsd.org
2018-05-11fix key-options.sh on platforms without openpty(3)Damien Miller
2018-04-10upstream: more typos spotted by Karsten Weiss using codespelldjm@openbsd.org
2018-04-10upstream: make this a bit more portable-friendlydjm@openbsd.org
2018-04-06upstream: Add test for username options parsing order, prompted bydtucker@openbsd.org
2018-03-26Remove authinfo.sh test dependency on printenvDamien Miller
2018-03-25Replace /dev/stdin with "-".Darren Tucker
2018-03-23Provide $OBJ to paths in PuTTY interop tests.Darren Tucker
2018-03-23upstream: Tell puttygen to use /dev/urandom instead of /dev/random. Ondtucker@openbsd.org
2018-03-22Save $? before case statement.Darren Tucker
2018-03-14upstream: rename recently-added "valid-before" key restriction todjm@openbsd.org
2018-03-14upstream: check valid-before option in authorized_keysdjm@openbsd.org
2018-03-14upstream: explicitly specify RSA/SHA-2 keytype here toodjm@openbsd.org
2018-03-14upstream: exlicitly include RSA/SHA-2 keytypes indjm@openbsd.org
2018-03-04upstream: for the pty control tests, just check that the PTY pathdjm@openbsd.org
2018-03-03upstream: unit tests for new authorized_keys options APIdjm@openbsd.org
2018-03-03upstream: fix testing of pty option, include positive test anddjm@openbsd.org
2018-03-03upstream: better testing for port-forwarding and restrict flags indjm@openbsd.org
2018-02-23space before tab in previousDamien Miller
2018-02-23upstream: Replace fatal with exit in the case that we do not havedtucker@openbsd.org
2018-02-23upstream: unbreak interop test after SSHv1 purge; patch from Colindjm@openbsd.org