- 59d2de9 upstream: when signing a challenge using a FIDO toke, perform the by djm@openbsd.org · 4 years, 7 months ago
- c9d10db upstream: Fix comment typo. Patch from mforney at mforney.org. by dtucker@openbsd.org · 4 years, 7 months ago
- 4d2c87b upstream: We've standardized on memset over bzero, replace a couple by dtucker@openbsd.org · 4 years, 7 months ago
- 7f23f42 Include sys/byteorder.h for htons and friends. by Darren Tucker · 4 years, 7 months ago
- d27cba5 Fix conditional for openssl-based chacha20. by Darren Tucker · 4 years, 7 months ago
- 20819b9 Error out if given RDomain if unsupported. by Darren Tucker · 4 years, 7 months ago
- 2c16901 upstream: Fix incorrect error message for "too many known hosts files." by dtucker@openbsd.org · 4 years, 7 months ago
- 3beb727 upstream: Remove leave_non_blocking() which is now dead code by dtucker@openbsd.org · 4 years, 7 months ago
- 8654e35 upstream: ce examples of "Ar arg Ar arg" with "Ar arg arg" and by jmc@openbsd.org · 4 years, 7 months ago
- 67697e4 Update .depend. by Darren Tucker · 4 years, 7 months ago
- d6cc761 Mailing list is now closed to non-subscribers. by Darren Tucker · 4 years, 7 months ago
- cecde6a Put the values from env vars back. by Darren Tucker · 4 years, 7 months ago
- 300c432 Pass configure's egrep through to test-exec.sh. by Darren Tucker · 4 years, 7 months ago
- c8d9796 Remove unneeded env vars from t-exec invocation. by Darren Tucker · 4 years, 7 months ago
- 01d4cdc upstream: Backslash '$' at then end of string. Prevents warning on by dtucker@openbsd.org · 4 years, 7 months ago
- 8854724 Sync rev 1.49. by Darren Tucker · 4 years, 7 months ago
- d00d07b upstream: regression test for printing of private key fingerprints and by djm@openbsd.org · 4 years, 7 months ago
- a98d5ba upstream: fix a bug I introduced in r1.406: when printing private key by djm@openbsd.org · 4 years, 7 months ago
- 32f2d0a upstream: repair private key fingerprint printing to also print by djm@openbsd.org · 4 years, 7 months ago
- 094dd51 upstream: refactor out some duplicate private key loading code; by djm@openbsd.org · 4 years, 7 months ago
- 4e04f46 upstream: add space beteen macro arg and punctuation; by jmc@openbsd.org · 4 years, 7 months ago
- 44ae009 upstream: auth2-pubkey r1.89 changed the order of operations to by djm@openbsd.org · 4 years, 7 months ago
- f96f17f sys/sysctl.h is only used on OpenBSD by Damien Miller · 4 years, 7 months ago
- 54688e9 upstream: fix reversed test that caused IdentitiesOnly=yes to not by djm@openbsd.org · 4 years, 7 months ago
- 267cbc8 upstream: mention that /etc/hosts.equiv and /etc/shosts.equiv are by djm@openbsd.org · 4 years, 7 months ago
- c90f72d upstream: make IgnoreRhosts a tri-state option: "yes" ignore by djm@openbsd.org · 4 years, 7 months ago
- 321c714 upstream: allow the IgnoreRhosts directive to appear anywhere in a by djm@openbsd.org · 4 years, 7 months ago
- ca5403b upstream: add space between macro arg and punctuation; by jmc@openbsd.org · 4 years, 7 months ago
- 8af0244 Add sys/syscall.h for syscall numbers. by Darren Tucker · 4 years, 7 months ago
- 3779b50 upstream: Refactor private key parsing. Eliminates a fair bit of by djm@openbsd.org · 4 years, 7 months ago
- b6a4013 upstream: Add tests for TOKEN expansion of LocalForward and by dtucker@openbsd.org · 4 years, 7 months ago
- abc3e0a upstream: Add utf8.c for asmprintf used by krl.c by dtucker@openbsd.org · 4 years, 7 months ago
- 990687a upstream: Add TOKEN percent expansion to LocalFoward and RemoteForward by dtucker@openbsd.org · 4 years, 7 months ago
- 2b13d39 upstream: let sshkey_try_load_public() load public keys from the by djm@openbsd.org · 4 years, 7 months ago
- d01f393 upstream: simplify sshkey_try_load_public() by djm@openbsd.org · 4 years, 7 months ago
- f290ab0 upstream: add sshkey_parse_pubkey_from_private_fileblob_type() by djm@openbsd.org · 4 years, 7 months ago
- 8d514ee upstream: simplify sshkey_parse_private_fileblob_type() by djm@openbsd.org · 4 years, 7 months ago
- 421169d upstream: check private key type against requested key type in by djm@openbsd.org · 4 years, 7 months ago
- 6aabfb6 upstream: check that pubkey in private key envelope matches actual by djm@openbsd.org · 4 years, 7 months ago
- c0f5b22 upstream: refactor private key parsing a little by djm@openbsd.org · 4 years, 7 months ago
- 8461a5b Include openssl-compat.h before checking ifdefs. by Darren Tucker · 4 years, 7 months ago
- 931c50c fix inverted test for LibreSSL version by Damien Miller · 4 years, 7 months ago
- d1d5f72 upstream: Indicate if we're using a cached key in trace output. by dtucker@openbsd.org · 4 years, 7 months ago
- a398251 Use /usr/bin/xp4g/id if necessary. by Darren Tucker · 4 years, 7 months ago
- db0fdd4 upstream: Some platforms don't have "hostname -s", so use cut to trim by dtucker@openbsd.org · 4 years, 7 months ago
- e7e59a9 upstream: Compute hash locally and re-enable %C tests. by dtucker@openbsd.org · 4 years, 8 months ago
- abe2b24 prefer libcrypto chacha20-poly1305 where possible by Damien Miller · 4 years, 8 months ago
- bc5c5d0 upstream: Temporarily remove tests for '%C' since the hash contains the by dtucker@openbsd.org · 4 years, 8 months ago
- 8162402 upstream: r1.522 deleted one too many lines; repair by djm@openbsd.org · 4 years, 8 months ago
- 668cb35 upstream: sort -N and add it to usage(); by jmc@openbsd.org · 4 years, 8 months ago
- 338ccee upstream: avoid another compiler warning spotted in -portable by djm@openbsd.org · 4 years, 8 months ago
- 9f8a423 upstream: this needs utf8.c too by djm@openbsd.org · 4 years, 8 months ago
- 92115ea upstream: Add percent_expand test for 'Match Exec'. by dtucker@openbsd.org · 4 years, 8 months ago
- de34a44 upstream: fix format string (use %llu for uint64, not %lld). spotted by by djm@openbsd.org · 4 years, 8 months ago
- 9cd40b8 upstream: Add a flag to re-enable verbose output when in batch by djm@openbsd.org · 4 years, 8 months ago
- 6ce51a5 upstream: chacha20-poly1305 AEAD using libcrypto EVP_chacha20 by djm@openbsd.org · 4 years, 8 months ago
- eba523f upstream: make Chacha20-POLY1305 context struct opaque; ok tb@ as by djm@openbsd.org · 4 years, 8 months ago
- ebd29e9 upstream: fix debug statement by djm@openbsd.org · 4 years, 8 months ago
- 7b4d899 upstream: the tunnel-forwarding vs ExitOnForwardFailure fix that I by djm@openbsd.org · 4 years, 8 months ago
- eece243 upstream: %C expansion just added to Match Exec should include by dtucker@openbsd.org · 4 years, 8 months ago
- d5318a7 upstream: Add regression test for percent expansions where possible. by dtucker@openbsd.org · 4 years, 8 months ago
- 663e84b upstream: make failures when establishing "Tunnel" forwarding terminate by djm@openbsd.org · 4 years, 8 months ago
- ed833da upstream: Make with config keywords support which by dtucker@openbsd.org · 4 years, 8 months ago
- 6ec7457 upstream: give ssh-keygen the ability to dump the contents of a by djm@openbsd.org · 4 years, 8 months ago
- af628b8 upstream: add allocating variant of the safe utf8 printer; ok by djm@openbsd.org · 4 years, 8 months ago
- d8ac9af upstream: Cast lifetime to u_long for comparison to prevent unsigned by dtucker@openbsd.org · 4 years, 8 months ago
- 0eaca93 Include fido.h when checking for fido/credman.h. by Darren Tucker · 4 years, 8 months ago
- c7c0990 upstream: some more speeling mistakes from by djm@openbsd.org · 4 years, 8 months ago
- 1d89232 upstream: improve error messages for some common PKCS#11 C_Login by djm@openbsd.org · 4 years, 8 months ago
- 5becbec upstream: use sshpkt_fatal() for kex_exchange_identification() by djm@openbsd.org · 4 years, 8 months ago
- eef8841 upstream: Don't clear alarm timers in listening sshd. Previously by dtucker@openbsd.org · 4 years, 8 months ago
- d081f01 upstream: spelling errors in comments; no code change from by djm@openbsd.org · 4 years, 8 months ago
- c084a2d upstream: when downloading FIDO2 resident keys from a token, don't by djm@openbsd.org · 4 years, 8 months ago
- 955c4cf sync fnmatch.c with upstream to fix another typo by Damien Miller · 4 years, 8 months ago
- 397f217 another spelling error in comment by Damien Miller · 4 years, 8 months ago
- def31bc spelling mistakes by Damien Miller · 4 years, 8 months ago
- 8bdc3bb upstream: fix relative includes in sshd_config; ok djm by markus@openbsd.org · 4 years, 8 months ago
- e32ef97 upstream: fix use-after-free in do_download_sk; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 5732d58 upstream: do not leak oprincipals; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 8fae395 upstream: initialize seconds for debug message; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 46e5c4c upstream: correct return code; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 31c39e7 upstream: principalsp is optional, pubkey required; ok djm by markus@openbsd.org · 4 years, 8 months ago
- e26a317 upstream: remove unused variables in ssh-pkcs11-helper; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 1b378c0 upstream: return correct error in sshsk_ed25519_sig; ok djm by markus@openbsd.org · 4 years, 8 months ago
- fbff605 upstream: fix possible null-deref in check_key_not_revoked; ok by markus@openbsd.org · 4 years, 8 months ago
- bc30b44 upstream: ssh_fetch_identitylist() returns the return value from by markus@openbsd.org · 4 years, 8 months ago
- 7b4f70d upstream: sshkey_cert_check_authority requires reason to be set; by markus@openbsd.org · 4 years, 8 months ago
- 05efe27 upstream: passphrase depends on kdfname, not ciphername (possible by markus@openbsd.org · 4 years, 8 months ago
- 1ddf568 upstream: consistently check packet_timeout_ms against 0; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 31f1ee5 upstream: initialize cname in case ai_canonname is NULL or too by markus@openbsd.org · 4 years, 8 months ago
- a6134b0 upstream: fix uninitialized pointers for forward_cancel; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 16d4f99 upstream: exit on parse failures in input_service_request; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 5f25afe upstream: fix null-deref on calloc failure; ok djm by markus@openbsd.org · 4 years, 8 months ago
- ff2acca upstream: exit if ssh_krl_revoke_key_sha256 fails; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 31c860a upstream: pkcs11_register_provider: return < 0 on error; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 15be29e upstream: sshsig: return correct error, fix null-deref; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 6fb6f18 upstream: vasnmprintf allocates str and returns -1; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 714e1cb upstream: sshpkt_fatal() does not return; ok djm by markus@openbsd.org · 4 years, 8 months ago
- 9b47bd7 upstream: no-touch-required certificate option should be an by djm@openbsd.org · 4 years, 9 months ago
- dd99252 upstream: better error message when trying to use a FIDO key by djm@openbsd.org · 4 years, 9 months ago