summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upstream: whitespacedjm@openbsd.org2022-08-261-4/+4
* initial list of allowed signersDamien Miller2022-08-261-0/+2
* Install Cygwin packages based on OS not config.Darren Tucker2022-08-191-2/+2
* upstream: attemp FIDO key signing without PIN and use the errordjm@openbsd.org2022-08-191-22/+20
* upstream: remove incorrect check that can break enrolling adjm@openbsd.org2022-08-191-5/+1
* upstream: Strictly enforce the maximum allowed SSH2 banner size indtucker@openbsd.org2022-08-191-1/+15
* Fix cygwin conditional steps.Darren Tucker2022-08-191-2/+2
* Add a bit more debug output.Darren Tucker2022-08-191-0/+2
* Add Cygwin (on windows-2019) test target.Darren Tucker2022-08-193-7/+25
* upstream: double free() in error path; from Eusgor via GHPR333djm@openbsd.org2022-08-191-3/+4
* Check for perms to run agent-getpeereid test.Darren Tucker2022-08-181-1/+11
* on Cygwin, prefer WinHello FIDO deviceDamien Miller2022-08-171-0/+4
* upstream: add an extra flag to sk_probe() to indicate whether we'redjm@openbsd.org2022-08-171-6/+6
* upstream: use .Cm for "sign"; from josiah frentsosjmc@openbsd.org2022-08-171-3/+3
* Revert "check_sk_options: add temporary WinHello workaround"Corinna Vinschen2022-08-121-9/+0
* fido_dev_is_winhello: return 0, not "false"Corinna Vinschen2022-08-121-1/+1
* upstream: sftp-server: support home-directory requestdjm@openbsd.org2022-08-122-2/+51
* Replace deprecated ubuntu-18.04 runners with 22.04Darren Tucker2022-08-121-9/+9
* Add a timegm implementation from Heimdal via Samba.Darren Tucker2022-08-115-0/+89
* Rerun tests if any .github config file changes.Darren Tucker2022-08-113-4/+4
* Skip hostbased during Valgrind tests.Darren Tucker2022-08-111-2/+3
* upstream: add some tests for parse_absolute_time(), including casesdjm@openbsd.org2022-08-111-1/+63
* upstream: allow certificate validity intervals, sshsig verificationdjm@openbsd.org2022-08-114-35/+113
* Fix conditional for running hostbased tests.Darren Tucker2022-08-111-1/+1
* fix SANDBOX_SECCOMP_FILTER_DEBUGDamien Miller2022-08-111-6/+9
* Test hostbased auth on github runners.Darren Tucker2022-08-102-0/+15
* Rename our getentropy to prevent possible loops.Darren Tucker2022-08-103-2/+11
* Actually put HAVE_STDINT_H around the stdint.h.Darren Tucker2022-08-081-2/+2
* Give unused param a name.Darren Tucker2022-08-084-5/+70
* upstream: don't prompt for FIDO passphrase before attempting to enrolldjm@openbsd.org2022-08-051-9/+2
* sk_sign: set FIDO2 uv attribute explicitely for WinHelloCorinna Vinschen2022-08-051-0/+8
* check_sk_options: add temporary WinHello workaroundCorinna Vinschen2022-08-051-0/+9
* compat code for fido_dev_is_winhello()Corinna Vinschen2022-08-052-0/+9
* Factor out getrnd() and rename to getentropy().Darren Tucker2022-08-055-55/+91
* Include CHANNEL and FIDO2 libs in configure outputDarren Tucker2022-08-041-0/+6
* upstream: avoid double-free in error path introduced in r1.70; reportdjm@openbsd.org2022-08-011-4/+2
* Remove deprecated MacOS 10.15 runners.Darren Tucker2022-07-271-2/+1
* Move stale-configure check as early as possible.Darren Tucker2022-07-272-6/+9
* Move libcrypto into CHANNELLIBS.Darren Tucker2022-07-272-24/+26
* Remove seed_rng calls from scp, sftp, sftp-server.Darren Tucker2022-07-273-6/+0
* Group libcrypto and PRNGD checks together.Darren Tucker2022-07-271-20/+20
* Do not link scp, sftp and sftp-server w/ zlib.Darren Tucker2022-07-272-10/+15
* Remove workarounds for OpenSSL missing AES-CTR.Darren Tucker2022-07-256-189/+1
* Remove workarounds for OpenSSL missing AES-GCM.Darren Tucker2022-07-253-49/+0
* upstream: Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.dtucker@openbsd.org2022-07-251-2/+2
* upstream: Test TEST_SSH_ELAPSED_TIMES for empty string notdtucker@openbsd.org2022-07-251-2/+2
* Convert "have_prog" function into "which".Darren Tucker2022-07-231-1/+9
* Skip scp3 test if there's no scp on remote path.Darren Tucker2022-07-231-0/+6
* crank SSH_SK_VERSION_MAJOR in sk-dummy.soDamien Miller2022-07-201-1/+1
* upstream: ssh-keygen: fix touch prompt, pin retries;djm@openbsd.org2022-07-201-13/+10