summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-04-20upstream: fix a bug I introduced in r1.406: when printing private keydjm@openbsd.org
2020-04-17upstream: repair private key fingerprint printing to also printdjm@openbsd.org
2020-04-17upstream: refactor out some duplicate private key loading code;djm@openbsd.org
2020-04-17upstream: add space beteen macro arg and punctuation;jmc@openbsd.org
2020-04-17upstream: auth2-pubkey r1.89 changed the order of operations todjm@openbsd.org
2020-04-17sys/sysctl.h is only used on OpenBSDDamien Miller
2020-04-17upstream: fix reversed test that caused IdentitiesOnly=yes to notdjm@openbsd.org
2020-04-17upstream: mention that /etc/hosts.equiv and /etc/shosts.equiv aredjm@openbsd.org
2020-04-17upstream: make IgnoreRhosts a tri-state option: "yes" ignoredjm@openbsd.org
2020-04-17upstream: allow the IgnoreRhosts directive to appear anywhere in adjm@openbsd.org
2020-04-17upstream: add space between macro arg and punctuation;jmc@openbsd.org
2020-04-15Add sys/syscall.h for syscall numbers.Darren Tucker
2020-04-11upstream: Refactor private key parsing. Eliminates a fair bit ofdjm@openbsd.org
2020-04-10upstream: Add tests for TOKEN expansion of LocalForward anddtucker@openbsd.org
2020-04-10upstream: Add utf8.c for asmprintf used by krl.cdtucker@openbsd.org
2020-04-10upstream: Add TOKEN percent expansion to LocalFoward and RemoteForwarddtucker@openbsd.org
2020-04-08upstream: let sshkey_try_load_public() load public keys from thedjm@openbsd.org
2020-04-08upstream: simplify sshkey_try_load_public()djm@openbsd.org
2020-04-08upstream: add sshkey_parse_pubkey_from_private_fileblob_type()djm@openbsd.org
2020-04-08upstream: simplify sshkey_parse_private_fileblob_type()djm@openbsd.org
2020-04-08upstream: check private key type against requested key type indjm@openbsd.org
2020-04-08upstream: check that pubkey in private key envelope matches actualdjm@openbsd.org
2020-04-08upstream: refactor private key parsing a littledjm@openbsd.org
2020-04-06Include openssl-compat.h before checking ifdefs.Darren Tucker
2020-04-06fix inverted test for LibreSSL versionDamien Miller
2020-04-05upstream: Indicate if we're using a cached key in trace output.dtucker@openbsd.org
2020-04-05Use /usr/bin/xp4g/id if necessary.Darren Tucker
2020-04-05upstream: Some platforms don't have "hostname -s", so use cut to trimdtucker@openbsd.org
2020-04-05upstream: Compute hash locally and re-enable %C tests.dtucker@openbsd.org
2020-04-03prefer libcrypto chacha20-poly1305 where possibleDamien Miller
2020-04-03upstream: Temporarily remove tests for '%C' since the hash contains thedtucker@openbsd.org
2020-04-03upstream: r1.522 deleted one too many lines; repairdjm@openbsd.org
2020-04-03upstream: sort -N and add it to usage();jmc@openbsd.org
2020-04-03upstream: avoid another compiler warning spotted in -portabledjm@openbsd.org
2020-04-03upstream: this needs utf8.c toodjm@openbsd.org
2020-04-03upstream: Add percent_expand test for 'Match Exec'.dtucker@openbsd.org
2020-04-03upstream: fix format string (use %llu for uint64, not %lld). spotted bydjm@openbsd.org
2020-04-03upstream: Add a flag to re-enable verbose output when in batchdjm@openbsd.org
2020-04-03upstream: chacha20-poly1305 AEAD using libcrypto EVP_chacha20djm@openbsd.org
2020-04-03upstream: make Chacha20-POLY1305 context struct opaque; ok tb@ asdjm@openbsd.org
2020-04-03upstream: fix debug statementdjm@openbsd.org
2020-04-03upstream: the tunnel-forwarding vs ExitOnForwardFailure fix that Idjm@openbsd.org
2020-04-03upstream: %C expansion just added to Match Exec should includedtucker@openbsd.org
2020-04-03upstream: Add regression test for percent expansions where possible.dtucker@openbsd.org
2020-04-03upstream: make failures when establishing "Tunnel" forwarding terminatedjm@openbsd.org
2020-04-03upstream: Make with config keywords support whichdtucker@openbsd.org
2020-04-03upstream: give ssh-keygen the ability to dump the contents of adjm@openbsd.org
2020-04-03upstream: add allocating variant of the safe utf8 printer; okdjm@openbsd.org
2020-03-17upstream: Cast lifetime to u_long for comparison to prevent unsigneddtucker@openbsd.org
2020-03-14Include fido.h when checking for fido/credman.h.Darren Tucker