summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-28upstream: no-touch-required certificate option should be anV_8_2djm@openbsd.org
2020-02-28upstream: better error message when trying to use a FIDO keydjm@openbsd.org
2020-02-14upstream: openssh-8.2V_8_2_P1djm@openbsd.org
2020-02-12crank version numbersDamien Miller
2020-02-11Minor documentation update:Darren Tucker
2020-02-09Check if UINT32_MAX is defined before redefining.Darren Tucker
2020-02-07typo; reported by Phil PennockDamien Miller
2020-02-07upstream: sync the description of the $SSH_SK_PROVIDER environmentdjm@openbsd.org
2020-02-07upstream: Add ssh -Q key-sig for all key and signature types.dtucker@openbsd.org
2020-02-07upstream: fix two PIN entry bugs on FIDO keygen: 1) it would allow moredjm@openbsd.org
2020-02-07upstream: When using HostkeyAlgorithms to merely append or removedjm@openbsd.org
2020-02-07upstream: expand HostkeyAlgorithms prior to config dump, matchingdjm@openbsd.org
2020-02-07upstream: Add Include to the list of permitted keywords after anaddy@openbsd.org
2020-02-07upstream: Replace "security key" with "authenticator" in programnaddy@openbsd.org
2020-02-06Don't look for UINT32_MAX in inttypes.hDarren Tucker
2020-02-06dependDamien Miller
2020-02-06Fix sha2 MAKE_CLONE no-op definitionMichael Forney
2020-02-04upstream: require FIDO application strings to start with "ssh:"; okdjm@openbsd.org
2020-02-04upstream: revert enabling UpdateHostKeys by default - there are stilldjm@openbsd.org
2020-02-04upstream: use better markup for challenge and write-attestation, andjmc@openbsd.org
2020-02-03mention libfido2 in dependencies sectionDamien Miller
2020-02-03add clock_gettime64(2) to sandbox allowed syscallsDamien Miller
2020-02-02upstream: Output (none) in debug in the case in the CheckHostIP=no casedtucker@openbsd.org
2020-02-02upstream: Prevent possible null pointer deref of ip_str in debug.dtucker@openbsd.org
2020-02-02upstream: shuffle the challenge keyword to keep the -O list sorted;jmc@openbsd.org
2020-02-02upstream: tweak previous;jmc@openbsd.org
2020-02-01Use sys-queue.h from compat library.Darren Tucker
2020-02-01upstream: regress test for sshd_config Include directive; from Jakubdjm@openbsd.org
2020-02-01upstream: whitespacedjm@openbsd.org
2020-02-01upstream: force early logging to stderr if debug_flag (-d) is set;djm@openbsd.org
2020-02-01upstream: mistake in previous: filling the incorrect bufferdjm@openbsd.org
2020-02-01upstream: Add a sshd_config "Include" directive to allow inclusiondjm@openbsd.org
2020-02-01upstream: spelling fix;jmc@openbsd.org
2020-01-31upstream: document changed default for UpdateHostKeysdjm@openbsd.org
2020-01-31upstream: enable UpdateKnownHosts=yes if the configurationdjm@openbsd.org
2020-01-30Look in inttypes.h for UINT32_MAX.Darren Tucker
2020-01-30upstream: use sshpkt_fatal() instead of plain fatal() fordjm@openbsd.org
2020-01-30upstream: check the return value of ssh_packet_write_poll() anddjm@openbsd.org
2020-01-30upstream: have sshpkt_fatal() save/restore errno before wedjm@openbsd.org
2020-01-30upstream: markus suggests a simplification to previousdjm@openbsd.org
2020-01-29upstream: give more context to UpdateHostKeys messages, mentioningdjm@openbsd.org
2020-01-29upstream: changes to support FIDO attestationdjm@openbsd.org
2020-01-29upstream: disable UpdateHostKeys=ask when in quiet mode; "work fordjm@openbsd.org
2020-01-28compat for missing IPTOS_DSCP_LE in system headersDamien Miller
2020-01-28upstream: make IPTOS_DSCP_LE available via IPQoS directive; bz2986,djm@openbsd.org
2020-01-28upstream: disable UpdateHostKeys=ask if command is specified; okmarkus@openbsd.org
2020-01-28upstream: unbreak unittests for recent API / source file changesdjm@openbsd.org
2020-01-26Move definition of UINT32_MAX.Darren Tucker
2020-01-26upstream: unbreak unittests for recent API / source file changesdjm@openbsd.org
2020-01-26Include signal.h to prevent redefintion of _NSIG.Darren Tucker