summaryrefslogtreecommitdiff
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* allow SIGUSR1 as synonym for SIGINFODamien Miller2018-09-142-6/+5
* add compat headerDamien Miller2018-09-131-0/+2
* upstream: missed a bit of openssl-1.0.x API in this unittestdjm@openbsd.org2018-09-134-65/+96
* upstream: use only openssl-1.1.x API here toodjm@openbsd.org2018-09-131-38/+67
* forgot to stage these test files in commit d70d061Damien Miller2018-09-132-2/+32
* upstream: Include certs with multiple RSA signature variants indjm@openbsd.org2018-09-126-0/+34
* upstream: test revocation by explicit hash and by fingerprintdjm@openbsd.org2018-09-121-15/+34
* upstream: s/sshkey_demote/sshkey_from_private/gdjm@openbsd.org2018-09-121-5/+5
* document some more regress control env variablesDamien Miller2018-08-271-8/+15
* shorten temporary SSH_REGRESS_TMP pathV_7_8_P1V_7_8Damien Miller2018-08-231-1/+1
* Missing unistd.h for regress/mkdtemp.cDamien Miller2018-08-201-0/+1
* upstream: The script that cooks up PuTTY format host keys does notdtucker@openbsd.org2018-08-101-3/+6
* Include stdarg.h in mkdtemp for va_list.Darren Tucker2018-07-271-0/+1
* Create control sockets in clean temp directoriesDamien Miller2018-07-204-2/+75
* upstream: memleak in unittest; found by valgrinddjm@openbsd.org2018-07-161-3/+34
* upstream: make this use ssh_proxy rather than starting/stopping adjm@openbsd.org2018-07-131-4/+8
* upstream: fix leaks in unit test; with this, all unit tests aredjm@openbsd.org2018-07-131-1/+4
* Enable leak checks for unit tests with valgrindDamien Miller2018-07-131-5/+3
* increase timeout to match cfgmatch.shDamien Miller2018-07-131-1/+1
* VALGRIND_CHECK_LEAKS logic was backwards :(Damien Miller2018-07-112-2/+2
* disable valgrind memleak checking by defaultDamien Miller2018-07-112-2/+10
* Adapt portable to legacy buffer API removalDamien Miller2018-07-101-0/+1
* upstream: deal with API rename: match_filter_list() =>djm@openbsd.org2018-07-041-2/+2
* upstream: exercise new expansion behaviour ofdjm@openbsd.org2018-07-041-1/+50
* upstream: add a comment that could have saved me 45 minutes of wilddjm@openbsd.org2018-07-041-1/+2
* upstream: some magic for RSA-SHA2 checksdjm@openbsd.org2018-07-041-1/+8
* upstream: One ampersand is enough to backgroud an process. OpenBSDdtucker@openbsd.org2018-07-031-2/+2
* upstream: test PermitListen with bare port numbersdjm@openbsd.org2018-06-191-2/+39
* upstream: test the correct configuration option namedjm@openbsd.org2018-06-081-9/+9
* upstream: permitlisten/PermitListen unit test from Markusdjm@openbsd.org2018-06-072-1/+167
* upstream: regress test for PermitOpendjm@openbsd.org2018-06-071-15/+62
* upstream: Adapt to extra default verboisity from ssh-keygen whendjm@openbsd.org2018-06-011-6/+29
* upstream: Add TEST_SSH_FAIL_FATAL variable, to force all failuresdjm@openbsd.org2018-06-011-2/+5
* upstream: Clean up comment.dtucker@openbsd.org2018-06-011-3/+3
* fix key-options.sh on platforms without openpty(3)Damien Miller2018-05-111-0/+2
* upstream: more typos spotted by Karsten Weiss using codespelldjm@openbsd.org2018-04-102-9/+9
* upstream: make this a bit more portable-friendlydjm@openbsd.org2018-04-101-1/+1
* upstream: Add test for username options parsing order, prompted bydtucker@openbsd.org2018-04-061-1/+12
* Remove authinfo.sh test dependency on printenvDamien Miller2018-03-261-1/+1
* Replace /dev/stdin with "-".Darren Tucker2018-03-251-2/+2
* Provide $OBJ to paths in PuTTY interop tests.Darren Tucker2018-03-234-4/+7
* upstream: Tell puttygen to use /dev/urandom instead of /dev/random. Ondtucker@openbsd.org2018-03-231-1/+2
* Save $? before case statement.Darren Tucker2018-03-221-2/+3
* upstream: rename recently-added "valid-before" key restriction todjm@openbsd.org2018-03-141-5/+5
* upstream: check valid-before option in authorized_keysdjm@openbsd.org2018-03-141-2/+19
* upstream: explicitly specify RSA/SHA-2 keytype here toodjm@openbsd.org2018-03-142-4/+5
* upstream: exlicitly include RSA/SHA-2 keytypes indjm@openbsd.org2018-03-141-4/+5
* upstream: for the pty control tests, just check that the PTY pathdjm@openbsd.org2018-03-041-4/+9
* upstream: unit tests for new authorized_keys options APIdjm@openbsd.org2018-03-0320-1/+640
* upstream: fix testing of pty option, include positive test anddjm@openbsd.org2018-03-031-7/+36