summaryrefslogtreecommitdiffstats
path: root/auth2-hostbased.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-05Skip 64bit expiry time test on 32bit time_t.Darren Tucker1-0/+2
2024-12-05upstream: Add key expiry test in the 64bit time_t range for additionaldtucker@openbsd.org1-2/+2
2024-12-05typoDamien Miller1-1/+1
2024-12-05add a Makefile target for ssh-verify-attestationDamien Miller2-1/+17
2024-12-05upstream: De-magic the x11 base port number into a define. ok djm@dtucker@openbsd.org1-7/+9
2024-12-05upstream: Prevent integer overflow in x11 port handling. These aredtucker@openbsd.org1-5/+6
2024-12-04upstream: add a work-in-progress tool to verify FIDO attestationdjm@openbsd.org2-0/+447
2024-12-04upstream: Don't assume existence of SK provider in test. Patch fromdtucker@openbsd.org1-2/+2
2024-12-04upstream: sync the list of options accepted by -o with ssh_config.5djm@openbsd.org1-12/+22
2024-12-04upstream: don't screw up ssh-keygen -l output when the filedjm@openbsd.org1-2/+2
2024-12-04upstream: spelling; ok djm@jsg@openbsd.org4-7/+7
2024-12-04upstream: Remove fallback to compiled-in gropup for dhgex when thedtucker@openbsd.org1-4/+4
2024-12-04upstream: Remove redundant field of definition checktb@openbsd.org1-14/+1
2024-12-04don't ignore changes in regress MakefilesDamien Miller1-2/+2
2024-12-04Support systemd-style socket activation in agentDamien Miller2-29/+79
2024-12-04Update readme files to better reflect reality.Darren Tucker3-18/+16
2024-12-03upstream: Improve description of KbdInteractiveAuthentication.dtucker@openbsd.org1-3/+5
2024-12-03Inherit DESTDIR from the environment.Jonas 'Sortie' Termansen1-1/+0
2024-12-03Define u_short and u_long if needed.Jonas 'Sortie' Termansen1-0/+2
2024-12-03upstream: support FIDO tokens that return no attestation data, e.g.djm@openbsd.org1-2/+4
2024-12-02Add wtmpdb support as Y2038 safe wtmp replacementThorsten Kukuk4-5/+119
2024-12-02upstream: unbreakdjm@openbsd.org1-3/+3
2024-12-02upstream: prefer AES-GCM to AES-CTR; ok deraadt markusdjm@openbsd.org1-3/+3
2024-12-02Fix compilation with DEBUG_SK enabledShiva Kaul1-1/+1
2024-11-29upstream: Import regenerated moduli.dtucker@openbsd.org1-411/+433
2024-11-28Add make target for standalone sk-libfido2Jeremy Stott5-3/+38
2024-11-28mdoc2man: balance nested square bracketsArnout Engelen1-2/+2
2024-11-27upstream: fix argument of "Compression" directive in ssh -G configdjm@openbsd.org1-1/+3
2024-11-27upstream: new name/link for agent I-Ddjm@openbsd.org1-2/+2
2024-11-27upstream: mention that biometrics may be used for FIDO key userdjm@openbsd.org1-5/+3
2024-11-26upstream: g/c outdated XXX commentsdjm@openbsd.org1-3/+3
2024-11-26upstream: regression test for UpdateHostkeys with multiple keys backeddjm@openbsd.org1-1/+25
2024-11-26upstream: Explicitly specify the signature algorithm when signingdjm@openbsd.org1-2/+3
2024-11-26upstream: when using RSA keys to sign messages, select thedjm@openbsd.org1-2/+7
2024-11-26upstream: turn off CDIAGFLAGS and turn back on INSTALL_STRIPdjm@openbsd.org1-0/+1
2024-11-10Disable security key for bigendian interop.Darren Tucker1-0/+4
2024-11-09Reshuffle OpenWRT test configs.Darren Tucker1-7/+11
2024-11-08Add keytype to bigendian interop test.Darren Tucker1-1/+1
2024-11-08Ignore chown failure, eg due to dangling symlinks.Darren Tucker1-1/+1
2024-11-08Test bigendian interop.Darren Tucker1-1/+52
2024-11-08Allow overridding TEST_SSH_SSHD.Darren Tucker1-1/+3
2024-11-07upstream: ssh-agent implemented an all-or-nothing allow-list ofdjm@openbsd.org2-10/+35
2024-11-07upstream: Ignore extra groups that don't fit in the buffer passedjca@openbsd.org2-1/+2
2024-11-04Add git signing key for Tim RiceDamien Miller1-0/+3
2024-11-01Correct path to c-cpp.yml file in workflow config.Darren Tucker1-2/+2
2024-11-01Test new OpenSSL and LibreSSL releases.`Darren Tucker1-5/+7
2024-11-01Add nbsd10 default test config.Darren Tucker1-0/+1
2024-10-30fix uint64_t types; reported by Tom G. ChristensenDamien Miller1-8/+8
2024-10-27htole64() etc for systems without endian.hDamien Miller2-1/+26
2024-10-27upstream: explicitly include endian.hdjm@openbsd.org1-1/+4