summaryrefslogtreecommitdiff
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* last bits of old packet API / active_state globalDamien Miller2019-01-202-4/+0
* upstream: regress bits for banner processing refactor (this test wasdjm@openbsd.org2019-01-171-3/+5
* upstream: ssh_packet_set_state() now frees ssh->kex implicitly, sodjm@openbsd.org2018-12-271-2/+1
* upstream: remove unused and problematic sudo clean. ok espietedu@openbsd.org2018-12-271-2/+1
* upstream: Remove now-unneeded ifdef SIGINFO around handler since it isdtucker@openbsd.org2018-11-231-3/+1
* Resync with OpenBSD by pulling in an ifdef SIGINFO.Darren Tucker2018-11-231-0/+2
* refactor libcrypto initialisationDamien Miller2018-11-232-5/+5
* upstream: Output info on SIGUSR1 as well asdtucker@openbsd.org2018-11-221-1/+1
* upstream: Append pid to temp files in /var/run and set a cleanupdtucker@openbsd.org2018-11-224-13/+10
* upstream: UsePrivilegeSeparation no is deprecateddtucker@openbsd.org2018-11-224-9/+9
* upstream: add some knobs:djm@openbsd.org2018-11-228-34/+103
* Resync Makefile.inc with upstream.Darren Tucker2018-11-221-0/+17
* really add source for authopt_fuzz this timeDamien Miller2018-09-151-0/+33
* remove accidentally checked-in authopt_fuzz binaryDamien Miller2018-09-151-0/+0
* fuzzer harness for authorized_keys option parsingDamien Miller2018-09-142-2/+5
* 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