summaryrefslogtreecommitdiff
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* upstream: The test sshd_config in in $OBJ.dtucker@openbsd.org2019-01-281-2/+2
* upstream: Remove leftover debugging.dtucker@openbsd.org2019-01-281-3/+1
* upstream: Enable ssh-dss for the agent test. Disable it for thedtucker@openbsd.org2019-01-281-1/+6
* upstream: Count the number of key types instead of assuming theredtucker@openbsd.org2019-01-281-3/+5
* upstream: Generate all key supported key types and enable for keyscandtucker@openbsd.org2019-01-272-7/+15
* upstream: adapt to changes in KEX APIs and file removalsdjm@openbsd.org2019-01-212-14/+23
* upstream: adapt to changes in KEX API and file removalsdjm@openbsd.org2019-01-212-11/+20
* upstream: adapt to bignum1 API removal and bignum2 API changedjm@openbsd.org2019-01-212-154/+16
* upstream: remove hack to use non-system libcryptodjm@openbsd.org2019-01-211-4/+2
* make agent-pkcs11 search harder for softhsm2.soDamien Miller2019-01-211-1/+16
* upstream: allow override of ssh-pkcs11-helper binary viadjm@openbsd.org2019-01-211-1/+5
* upstream: adapt agent-pkcs11.sh test to softhsm2 and add supportdjm@openbsd.org2019-01-211-23/+58
* upstream: add "extra:" target to run some extra tests that are notdjm@openbsd.org2019-01-211-2/+10
* 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