summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-27upstream: tweak previous;jmc@openbsd.org
2020-08-27upstream: adapt to API changesdjm@openbsd.org
2020-08-27degrade semi-gracefully when libfido2 is too oldDamien Miller
2020-08-27upstream: dummy firmware needs to match API version numner crank (fordjm@openbsd.org
2020-08-27upstream: remove unreachable code I forgot to delete in r1.334djm@openbsd.org
2020-08-27upstream: Request PIN ahead of time for certain FIDO actionsdjm@openbsd.org
2020-08-27upstream: preserve verify-required for resident FIDO keysdjm@openbsd.org
2020-08-27upstream: major rework of FIDO token selection logicdjm@openbsd.org
2020-08-27upstream: support for requiring user verified FIDO keys in sshddjm@openbsd.org
2020-08-27upstream: support for user-verified FIDO keysdjm@openbsd.org
2020-08-27upstream: ssh-keyscan(1): simplify conloop() with timercmp(3),cheloha@openbsd.org
2020-08-27upstream: let ssh_config(5)'s AddKeysToAgent keyword accept a timedjm@openbsd.org
2020-08-27upstream: let the "Confirm user presence for key ..." ssh-askpassdjm@openbsd.org
2020-08-21Remove check for 'ent' command.Darren Tucker
2020-08-17Wrap stdint.h include in ifdef HAVE_STDINT_H.Darren Tucker
2020-08-10sync memmem.c with OpenBSDDamien Miller
2020-08-07Always send any PAM account messages.Darren Tucker
2020-08-07Output test debug logs on failure.Darren Tucker
2020-08-07Add ability to specify exact test target.Darren Tucker
2020-08-07Document --without-openssl and --without-zlib.Darren Tucker
2020-08-07Add without-openssl without-zlib test target.Darren Tucker
2020-08-06Add CI with prepare scriptStefan Schindler
2020-08-05support NetBSD's utmpx.ut_ss address fieldDamien Miller
2020-08-04wrap a declaration in the same ifdefs as its useDamien Miller
2020-08-04undef TAILQ_CONCAT and friendsDamien Miller
2020-08-03upstream: ensure that certificate extensions are lexically sorted.djm@openbsd.org
2020-08-03upstream: allow -A to explicitly enable agent forwarding in scp anddjm@openbsd.org
2020-08-03upstream: clang -Wimplicit-fallthrough does not recognise /*deraadt@openbsd.org
2020-08-03upstream: Also compare username when checking for JumpHost loops.dtucker@openbsd.org
2020-07-31Remove AC_REVISION.Darren Tucker
2020-07-28Use argv in OSSH_CHECK_CFLAG_COMPILE test.Darren Tucker
2020-07-20Skip ECDSA-SK webauthn test when built w/out ECCDarren Tucker
2020-07-20Add ssh-sk-helper and manpage to RPM spec fileDamien Miller
2020-07-17upstream: Add %k to the TOKENs for Match Exec for consistency withdtucker@openbsd.org
2020-07-17upstream: fix macro slip in previous;jmc@openbsd.org
2020-07-17upstream: Add test for '%k' (HostKeyAlias) TOKEN.dtucker@openbsd.org
2020-07-17upstream: Add tests for expansions on UserKnownHostsFile.dtucker@openbsd.org
2020-07-17upstream: log error message for process_write() write failuresdjm@openbsd.org
2020-07-17upstream: Add a '%k' TOKEN that expands to the effective HostKey ofdtucker@openbsd.org
2020-07-17upstream: Add %-TOKEN, environment variable and tilde expansion todtucker@openbsd.org
2020-07-17upstream: - Add [-a rounds] in ssh-keygen man page and usage() -solene@openbsd.org
2020-07-17upstream: start sentence with capital letter;jmc@openbsd.org
2020-07-17detect Linux/X32 systemsDamien Miller
2020-07-15upstream: Fix previous by calling the correct function.dtucker@openbsd.org
2020-07-15upstream: Update test to match recent change in match.cdtucker@openbsd.org
2020-07-15Adjust portable code to match changes in 939d787d,Darren Tucker
2020-07-15upstream: Add default for number of rounds (-a). ok djm@dtucker@openbsd.org
2020-07-15upstream: allow some additional control over the use of ssh-askpassdjm@openbsd.org
2020-07-15upstream: correct recently broken commentsderaadt@openbsd.org
2020-07-15upstream: some language improvements; ok markusdjm@openbsd.org