summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2018-02-23upstream: Skip sftp-chroot test when SUDO not set instead ofdtucker@openbsd.org
2018-02-23upstream: Replace fatal with exit in the case that we do not havedtucker@openbsd.org
2018-02-23upstream: some helpers to check verbose/quiet modedjm@openbsd.org
2018-02-15Remove execute bit from modpipe.c.Darren Tucker
2018-02-15Remove remaining now-obsolete cvs $Ids.Darren Tucker
2018-02-08Set SO_REUSEADDR in regression test netcat.Darren Tucker
2018-01-03unbreak fuzz harnessDamien Miller
2018-01-03upstream commitdjm@openbsd.org