summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-02-26upstream: Remove obsolete XXX comment. ok deraadt@dtucker@openbsd.org
2020-02-26releasing package openssh version 1:8.2p1-4Colin Watson
2020-02-26Install ssh-sk-helper even on non-Linux architecturesColin Watson
2020-02-24Add /etc/ssh/sshd_config.d/ to openssh-serverColin Watson
2020-02-24Add /etc/ssh/ssh_config.d/ to openssh-clientColin Watson
2020-02-24upstream: Fix typo. Patch from itoama at live.jp via github PR#173.dtucker@openbsd.org
2020-02-23releasing package openssh version 1:8.2p1-3Colin Watson
2020-02-23Reupload with -saColin Watson
2020-02-23releasing package openssh version 1:8.2p1-2Colin Watson
2020-02-23Move ssh-sk-helper into openssh-clientColin Watson
2020-02-22Switch %define to %global for redhat/openssh.specNico Kadel-Garcia
2020-02-21releasing package openssh version 1:8.2p1-1Colin Watson
2020-02-21Update md5sum threshold in changelogColin Watson
2020-02-21openssh-tests Depends: openssh-sk-helperColin Watson
2020-02-21Fix typoColin Watson
2020-02-21Include /etc/ssh/*_config.d/*.confColin Watson
2020-02-21Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"Colin Watson
2020-02-21Work around conch interoperability failureColin Watson
2020-02-21Restore reading authorized_keys2 by defaultColin Watson