summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2019-10-31ssh client support for U2F/FIDO keysDamien Miller
2019-10-31Separate myproposal.h userauth pubkey typesDamien Miller
2019-10-31ssh-keygen support for generating U2F/FIDO keysDamien Miller
2019-10-31U2F/FIDO middleware interfaceDamien Miller
2019-10-31Initial infrastructure for U2F/FIDO supportDamien Miller
2019-10-31Protocol documentation for U2F/FIDO keys in OpenSSHDamien Miller
2019-10-29Signal handler cleanup: remove leftover support for unreliable signalsDarren Tucker
2019-10-22fixes from lucas;Jason McIntyre
2019-10-22Import regenerated moduli file.Darren Tucker
2019-10-16potential NULL dereference for revoked hostkeys; reported byDamien Miller
2019-10-16free buf before return; reported by krishnaiah bommuDamien Miller
2019-10-14memleak in error path; spotted by oss-fuzz, ok markus@Damien Miller
2019-10-09openssh-8.1Damien Miller
2019-10-09fix an unreachable integer overflow similar to the XMSS case, and someDamien Miller
2019-10-09fix integer overflow in XMSS private key parsing. Reported byDamien Miller
2019-10-08Correct type for end-of-list sentinel; fixes initializer warnings onDarren Tucker
2019-10-07reversed test yielded incorrect debug messageDamien Miller
2019-10-04fix memory leak in error path; bz#3074Damien Miller
2019-10-04spaceDamien Miller
2019-10-04Check for gmtime failure in moduli generation. Based on patch fromDarren Tucker
2019-10-03use a more common options order in SYNOPSIS and sync usage();Jason McIntyre
2019-10-02thinko in previous; spotted by Mantas MikulėnasDamien Miller
2019-10-02make signature format match PROTOCOL.sshsig file: the message hashDamien Miller
2019-10-02ban empty namespace strings for sshsig; spotted by Mantas MikulėnasDamien Miller
2019-10-02remove some duplicate #includesDamien Miller
2019-10-01revert unconditional forced login implemented in r1.41 of ssh-pkcs11.c;Damien Miller
2019-09-29group and sort single letter options; ok deraadtJason McIntyre
2019-09-27fix the DH-GEX text in -a;Jason McIntyre
2019-09-24identity_file[] should be PATH_MAX, not the arbitrary number 1024Theo de Raadt
2019-09-20new sentence, new line;Jason McIntyre
2019-09-16Allow testing signature syntax and validity without verifying thatDamien Miller
2019-09-13clarify that IdentitiesOnly also applies to the default ~/.ssh/id_*Damien Miller
2019-09-13Plug mem leaks on error paths, based in part on github pr#120 fromDarren Tucker
2019-09-13whitespaceDamien Miller
2019-09-13allow %n to be expanded in ProxyCommand stringsDamien Miller
2019-09-13clarify that ConnectTimeout applies both to the TCP connection and toDamien Miller
2019-09-09Fix potential truncation warning. ok deraadt.Darren Tucker
2019-09-06Allow prepending a list of algorithms to the default set by startingChristian Weisgerber
2019-09-06key conversion should fail for !openssl builds, not fall through toDamien Miller
2019-09-06typo in previousDamien Miller
2019-09-06avoid compiling certain files that deeply depend on libcrypto whenDamien Miller
2019-09-06fixes for !WITH_OPENSSL compilation; ok dtucker@Damien Miller
2019-09-06lots of things were relying on libcrypto headers to transitivelyDamien Miller
2019-09-06remove leakmalloc reference; we used this early when refactoring butDamien Miller
2019-09-06better error code for bad arguments; inspired byDamien Miller
2019-09-05if a PKCS#11 token returns no keys then try to login and refetchDamien Miller
2019-09-05sprinkle in some explicit errors here, otherwise the percolate allDamien Miller
2019-09-05only send ext_info for KEX_INITIAL; bz#2929 ok dtuckerDamien Miller
2019-09-05macro fix; ok djmJason McIntyre
2019-09-05memleak on error path; found by libfuzzerDamien Miller