summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-03-14upstream: some more speeling mistakes fromdjm@openbsd.org
2020-03-14upstream: improve error messages for some common PKCS#11 C_Logindjm@openbsd.org
2020-03-14upstream: use sshpkt_fatal() for kex_exchange_identification()djm@openbsd.org
2020-03-14upstream: Don't clear alarm timers in listening sshd. Previouslydtucker@openbsd.org
2020-03-14upstream: spelling errors in comments; no code change fromdjm@openbsd.org
2020-03-14upstream: when downloading FIDO2 resident keys from a token, don'tdjm@openbsd.org
2020-03-13sync fnmatch.c with upstream to fix another typoDamien Miller
2020-03-13another spelling error in commentDamien Miller
2020-03-13spelling mistakesDamien Miller
2020-03-13upstream: fix relative includes in sshd_config; ok djmmarkus@openbsd.org
2020-03-13upstream: fix use-after-free in do_download_sk; ok djmmarkus@openbsd.org
2020-03-13upstream: do not leak oprincipals; ok djmmarkus@openbsd.org
2020-03-13upstream: initialize seconds for debug message; ok djmmarkus@openbsd.org
2020-03-13upstream: correct return code; ok djmmarkus@openbsd.org
2020-03-13upstream: principalsp is optional, pubkey required; ok djmmarkus@openbsd.org
2020-03-13upstream: remove unused variables in ssh-pkcs11-helper; ok djmmarkus@openbsd.org
2020-03-13upstream: return correct error in sshsk_ed25519_sig; ok djmmarkus@openbsd.org
2020-03-13upstream: fix possible null-deref in check_key_not_revoked; okmarkus@openbsd.org
2020-03-13upstream: ssh_fetch_identitylist() returns the return value frommarkus@openbsd.org
2020-03-13upstream: sshkey_cert_check_authority requires reason to be set;markus@openbsd.org
2020-03-13upstream: passphrase depends on kdfname, not ciphername (possiblemarkus@openbsd.org
2020-03-13upstream: consistently check packet_timeout_ms against 0; ok djmmarkus@openbsd.org
2020-03-13upstream: initialize cname in case ai_canonname is NULL or toomarkus@openbsd.org
2020-03-13upstream: fix uninitialized pointers for forward_cancel; ok djmmarkus@openbsd.org
2020-03-13upstream: exit on parse failures in input_service_request; ok djmmarkus@openbsd.org
2020-03-13upstream: fix null-deref on calloc failure; ok djmmarkus@openbsd.org
2020-03-13upstream: exit if ssh_krl_revoke_key_sha256 fails; ok djmmarkus@openbsd.org
2020-03-13upstream: pkcs11_register_provider: return < 0 on error; ok djmmarkus@openbsd.org
2020-03-13upstream: sshsig: return correct error, fix null-deref; ok djmmarkus@openbsd.org
2020-03-13upstream: vasnmprintf allocates str and returns -1; ok djmmarkus@openbsd.org
2020-03-13upstream: sshpkt_fatal() does not return; ok djmmarkus@openbsd.org
2020-02-28upstream: no-touch-required certificate option should be andjm@openbsd.org
2020-02-28upstream: better error message when trying to use a FIDO keydjm@openbsd.org
2020-02-28upstream: Drop leading space from line count that was confusingdtucker@openbsd.org
2020-02-28upstream: change explicit_bzero();free() to freezero()jsg@openbsd.org
2020-02-26upstream: Have sftp reject "-1" in the same way as ssh(1) anddtucker@openbsd.org