summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-10-28upstream: begin big refactor of sshkeydjm@openbsd.org
2022-10-25upstream: Be more paranoid with host/domain names coming from thedjm@openbsd.org
2022-10-25upstream: regress test for unmatched glob characters; fails beforedjm@openbsd.org
2022-10-25upstream: when scp(1) is using the SFTP protocol for transport (thedjm@openbsd.org
2022-10-25upstream: use correct type with sizeof ok djm@jsg@openbsd.org
2022-10-25upstream: ssh-agent.1: - use Nm not Xr for self-ref - while here,jmc@openbsd.org
2022-10-25upstream: document "-O no-restrict-websafe"; spotted by Ross Ldjm@openbsd.org
2022-10-18OpenSSL dev branch now identifies as 3.2.0.Darren Tucker
2022-10-17revert c64b62338b4 and guard POLL* defines insteadDamien Miller
2022-10-14undef _get{short,long} before redefiningDamien Miller
2022-10-14Fix snprintf configure test for clang 15Harmen Stoppels
2022-10-10skip bsd-poll.h if poll.h found; ok dtuckerDamien Miller
2022-10-07upstream: honour user's umask if it is more restrictive then the sshdjm@openbsd.org
2022-10-07Add LibreSSL 3.6.0 to test suite.Darren Tucker
2022-10-06Add 9.1 branch to CI status page.Darren Tucker
2022-10-05Test commits to all branches of portable.Darren Tucker
2022-10-05whitespace at EOLDamien Miller
2022-10-05mention libfido2 autodetectionDamien Miller
2022-10-05remove mention of --with-security-key-builtinDamien Miller
2022-10-04update .dependV_9_1_P1Damien Miller
2022-10-04update release notes URLDamien Miller
2022-10-04crank versions in RPM spec filesDamien Miller
2022-09-27upstream: openssh-9.1djm@openbsd.org
2022-09-27upstream: Fix typo. From AlexanderStohr via github PR#343.dtucker@openbsd.org
2022-09-27upstream: add RequiredRSASize to the list of keywords accepted bydjm@openbsd.org
2022-09-19no need for glob.h hereDamien Miller
2022-09-19avoid Wuninitialized false positive in gcc-12ishDamien Miller
2022-09-19upstream: use users-groups-by-id@openssh.com sftp-server extensiondjm@openbsd.org
2022-09-19upstream: sftp client library support fordjm@openbsd.org
2022-09-19upstream: extend sftp-common.c:extend ls_file() to support supplieddjm@openbsd.org
2022-09-19upstream: sftp-server(8): add a "users-groups-by-id@openssh.com"djm@openbsd.org
2022-09-19upstream: better debugging for connect_next()djm@openbsd.org
2022-09-17upstream: Add RequiredRSASize for sshd(8); RSA keys that falldjm@openbsd.org
2022-09-17upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org
2022-09-17upstream: Add a sshkey_check_rsa_length() call for checking thedjm@openbsd.org
2022-09-17upstream: actually hook up restrict_websafe; the command-line flagdjm@openbsd.org
2022-09-17upstream: correct error valuedjm@openbsd.org
2022-09-16upstream: sftp: Be a bit more clever about completionsdjm@openbsd.org
2022-09-16upstream: sftp: Don't attempt to complete arguments fordjm@openbsd.org
2022-09-14upstream: sk_enroll: never drop SSH_SK_USER_VERIFICATION_REQD flagdjm@openbsd.org
2022-09-14upstream: a little extra debuggingdjm@openbsd.org
2022-09-14upstream: ssh-agent: attempt FIDO key signing without PIN and usedjm@openbsd.org
2022-09-14upstream: .Li -> .Vt where appropriate; from josiah frentsos,jmc@openbsd.org
2022-09-14upstream: fix repeated words ok miod@ jmc@jsg@openbsd.org
2022-09-09upstream: notifier_complete(NULL, ...) is a noop, so no need to testdjm@openbsd.org
2022-09-08openbsd-compat/bsd-asprintf: add <stdio.h> include for vsnprintfSam James
2022-09-02Remove DEF_WEAK, it's already in defines.h.Darren Tucker
2022-09-02Resync arc4random with OpenBSD.Darren Tucker
2022-09-02Move OPENBSD ORIGINAL marker.Darren Tucker
2022-09-02Remove arc4random_uniform from arc4random.cDarren Tucker