summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2018-10-20Work around conch interoperability failureColin Watson
2018-09-15really add source for authopt_fuzz this timeDamien Miller
2018-09-15remove accidentally checked-in authopt_fuzz binaryDamien Miller
2018-09-14fuzzer harness for authorized_keys option parsingDamien Miller
2018-09-14allow SIGUSR1 as synonym for SIGINFODamien Miller
2018-09-13add compat headerDamien Miller
2018-09-13upstream: missed a bit of openssl-1.0.x API in this unittestdjm@openbsd.org
2018-09-13upstream: use only openssl-1.1.x API here toodjm@openbsd.org
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