]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2020-03-14  djm@openbsd.orgupstream: spelling errors in comments; no code change...
2020-03-14  djm@openbsd.orgupstream: when downloading FIDO2 resident keys from...
2020-03-13  Damien Millersync fnmatch.c with upstream to fix another typo
2020-03-13  Damien Milleranother spelling error in comment
2020-03-13  Damien Millerspelling mistakes
2020-03-13  markus@openbsd.orgupstream: fix relative includes in sshd_config; ok djm
2020-03-13  markus@openbsd.orgupstream: fix use-after-free in do_download_sk; ok djm
2020-03-13  markus@openbsd.orgupstream: do not leak oprincipals; ok djm
2020-03-13  markus@openbsd.orgupstream: initialize seconds for debug message; ok djm
2020-03-13  markus@openbsd.orgupstream: correct return code; ok djm
2020-03-13  markus@openbsd.orgupstream: principalsp is optional, pubkey required...
2020-03-13  markus@openbsd.orgupstream: remove unused variables in ssh-pkcs11-helper...
2020-03-13  markus@openbsd.orgupstream: return correct error in sshsk_ed25519_sig...
2020-03-13  markus@openbsd.orgupstream: fix possible null-deref in check_key_not_revo...
2020-03-13  markus@openbsd.orgupstream: ssh_fetch_identitylist() returns the return...
2020-03-13  markus@openbsd.orgupstream: sshkey_cert_check_authority requires reason...
2020-03-13  markus@openbsd.orgupstream: passphrase depends on kdfname, not ciphername...
2020-03-13  markus@openbsd.orgupstream: consistently check packet_timeout_ms against...
2020-03-13  markus@openbsd.orgupstream: initialize cname in case ai_canonname is...
2020-03-13  markus@openbsd.orgupstream: fix uninitialized pointers for forward_cancel...
2020-03-13  markus@openbsd.orgupstream: exit on parse failures in input_service_reque...
2020-03-13  markus@openbsd.orgupstream: fix null-deref on calloc failure; ok djm
2020-03-13  markus@openbsd.orgupstream: exit if ssh_krl_revoke_key_sha256 fails;...
2020-03-13  markus@openbsd.orgupstream: pkcs11_register_provider: return < 0 on error...
2020-03-13  markus@openbsd.orgupstream: sshsig: return correct error, fix null-deref...
2020-03-13  markus@openbsd.orgupstream: vasnmprintf allocates str and returns -1...
2020-03-13  markus@openbsd.orgupstream: sshpkt_fatal() does not return; ok djm
2020-02-28  djm@openbsd.orgupstream: no-touch-required certificate option should...
2020-02-28  djm@openbsd.orgupstream: better error message when trying to use a...
2020-02-28  dtucker@openbsd.orgupstream: Drop leading space from line count that was...
2020-02-28  jsg@openbsd.orgupstream: change explicit_bzero();free() to freezero()
2020-02-26  dtucker@openbsd.orgupstream: Have sftp reject "-1" in the same way as...
2020-02-26  dtucker@openbsd.orgupstream: Remove obsolete XXX comment. ok deraadt@
2020-02-24  dtucker@openbsd.orgupstream: Fix typo. Patch from itoama at live.jp via...
2020-02-22  Nico Kadel... Switch %define to %global for redhat/openssh.spec
2020-02-21  mkontanifix some typos and sentence
2020-02-21  dtucker@openbsd.orgupstream: Fix some typos and an incorrect word in docs...
2020-02-21  dtucker@openbsd.orgupstream: Update moduli generation script to new ssh...
2020-02-21  dtucker@openbsd.orgupstream: Import regenerated moduli.
2020-02-20  Darren TuckerImport regenerated moduli.
2020-02-18  HARUYAMA SeigoFix typos in INSTALL: s/avilable/available/ s/suppports...
2020-02-18  dtucker@openbsd.orgupstream: Ensure that the key lifetime provided fits...
2020-02-18  dtucker@openbsd.orgupstream: Detect and prevent simple configuration loops...
2020-02-18  naddy@openbsd.orgupstream: document -F none; with jmc@
2020-02-17  Darren TuckerRemove unused variable warning.
2020-02-17  Darren TuckerConstify aix_krb5_get_principal_name.
2020-02-17  Darren TuckerCheck if TILDE is already defined and undef.
2020-02-17  Darren TuckerPrevent unused variable warning.
2020-02-17  Darren TuckerCheck if getpeereid is actually declared.
2020-02-14  djm@openbsd.orgupstream: openssh-8.2 V_8_2_P1
2020-02-11  Damien Millercrank version numbers
2020-02-11  Darren TuckerMinor documentation update:
2020-02-09  Darren TuckerCheck if UINT32_MAX is defined before redefining.
2020-02-07  Damien Millertypo; reported by Phil Pennock
2020-02-07  djm@openbsd.orgupstream: sync the description of the $SSH_SK_PROVIDER...
2020-02-07  dtucker@openbsd.orgupstream: Add ssh -Q key-sig for all key and signature...
2020-02-07  djm@openbsd.orgupstream: fix two PIN entry bugs on FIDO keygen: 1...
2020-02-06  djm@openbsd.orgupstream: When using HostkeyAlgorithms to merely append...
2020-02-06  djm@openbsd.orgupstream: expand HostkeyAlgorithms prior to config...
2020-02-06  naddy@openbsd.orgupstream: Add Include to the list of permitted keywords...
2020-02-06  naddy@openbsd.orgupstream: Replace "security key" with "authenticator...
2020-02-06  Darren TuckerDon't look for UINT32_MAX in inttypes.h
2020-02-06  Damien Millerdepend
2020-02-06  Michael ForneyFix sha2 MAKE_CLONE no-op definition
2020-02-04  djm@openbsd.orgupstream: require FIDO application strings to start...
2020-02-03  djm@openbsd.orgupstream: revert enabling UpdateHostKeys by default...
2020-02-03  jmc@openbsd.orgupstream: use better markup for challenge and write...
2020-02-03  Damien Millermention libfido2 in dependencies section
2020-02-03  Damien Milleradd clock_gettime64(2) to sandbox allowed syscalls
2020-02-02  dtucker@openbsd.orgupstream: Output (none) in debug in the case in the...
2020-02-02  dtucker@openbsd.orgupstream: Prevent possible null pointer deref of ip_str...
2020-02-02  jmc@openbsd.orgupstream: shuffle the challenge keyword to keep the...
2020-02-02  jmc@openbsd.orgupstream: tweak previous;
2020-02-01  Darren TuckerUse sys-queue.h from compat library.
2020-01-31  djm@openbsd.orgupstream: regress test for sshd_config Include directiv...
2020-01-31  djm@openbsd.orgupstream: whitespace
2020-01-31  djm@openbsd.orgupstream: force early logging to stderr if debug_flag...
2020-01-31  djm@openbsd.orgupstream: mistake in previous: filling the incorrect...
2020-01-31  djm@openbsd.orgupstream: Add a sshd_config "Include" directive to...
2020-01-31  jmc@openbsd.orgupstream: spelling fix;
2020-01-30  djm@openbsd.orgupstream: document changed default for UpdateHostKeys
2020-01-30  djm@openbsd.orgupstream: enable UpdateKnownHosts=yes if the configuration
2020-01-30  Darren TuckerLook in inttypes.h for UINT32_MAX.
2020-01-30  djm@openbsd.orgupstream: use sshpkt_fatal() instead of plain fatal...
2020-01-30  djm@openbsd.orgupstream: check the return value of ssh_packet_write_po...
2020-01-30  djm@openbsd.orgupstream: have sshpkt_fatal() save/restore errno before we
2020-01-30  djm@openbsd.orgupstream: markus suggests a simplification to previous
2020-01-29  djm@openbsd.orgupstream: give more context to UpdateHostKeys messages...
2020-01-29  djm@openbsd.orgupstream: changes to support FIDO attestation
2020-01-29  djm@openbsd.orgupstream: disable UpdateHostKeys=ask when in quiet...
2020-01-28  Damien Millercompat for missing IPTOS_DSCP_LE in system headers
2020-01-28  djm@openbsd.orgupstream: make IPTOS_DSCP_LE available via IPQoS direct...
2020-01-28  markus@openbsd.orgupstream: disable UpdateHostKeys=ask if command is...
2020-01-28  djm@openbsd.orgupstream: unbreak unittests for recent API / source...
2020-01-26  Darren TuckerMove definition of UINT32_MAX.
2020-01-26  djm@openbsd.orgupstream: unbreak unittests for recent API / source...
2020-01-26  Darren TuckerInclude signal.h to prevent redefintion of _NSIG.
2020-01-26  Darren TuckerWrap stdint.h in tests inside HAVE_STDINT_H.
2020-01-26  djm@openbsd.orgupstream: for UpdateHostKeys, don't report errors for...
2020-01-26  djm@openbsd.orgupstream: downgrade error() for missing subsequent...
next