]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2018-12-27  djm@openbsd.orgupstream: Request RSA-SHA2 signatures for V_7_9 124/head anongit/V_7_9 github-selfhosted/V_7_9 github/V_7_9
2018-11-22  Damien Millerfix configure test for OpenSSL version
2018-11-16  djm@openbsd.orgupstream: fix bug in HostbasedAcceptedKeyTypes and
2018-11-11  Darren TuckerRemove hardcoded service name in cygwin setup.
2018-11-08  Darren TuckerFix pasto for HAVE_EVP_CIPHER_CTX_SET_IV.
2018-10-22  Darren TuckerInclude openssl compatibility.
2018-10-22  Damien Millerfix compile for openssl 1.0.x w/ --with-ssl-engine
2018-10-17  Damien MillerRequire OpenSSL 1.1.x series 1.1.0g or greater V_7_9_P1
2018-10-16  Damien Millerunbreak compilation with --with-ssl-engine
2018-10-16  Darren TuckerRemove gcc spectre mitigation flags.
2018-10-15  Damien MillerAvoid deprecated OPENSSL_config when using 1.1.x
2018-10-12  Darren TuckerDon't avoid our *sprintf replacements.
2018-10-12  Darren TuckerCheck if snprintf understands %zu.
2018-10-11  Damien Millerremove stale link, tweak
2018-10-11  Damien Millerupdate version numbers ahead of release
2018-10-11  djm@openbsd.orgupstream: don't send new-style rsa-sha2-*-cert-v01...
2018-10-11  Damien Millerupdate depends
2018-10-11  Damien Millersome more duplicated key algorithm lines
2018-10-11  Damien Millerfix duplicated algorithm specification lines
2018-10-11  djm@openbsd.orgupstream: typo in plain RSA algorithm counterpart names for
2018-10-11  Damien Millercheck pw_passwd != NULL here too
2018-10-11  Damien Millercheck for NULL return from shadow_pw()
2018-10-11  deraadt@openbsd.orgupstream: introducing openssh 7.9
2018-10-10  Damien Millersupply callback to PEM_read_bio_PrivateKey
2018-10-10  Damien Millerin pick_salt() avoid dereference of NULL passwords
2018-10-09  djm@openbsd.orgupstream: Treat all PEM_read_bio_PrivateKey() errors...
2018-10-07  naddy@openbsd.orgupstream: Support using service names for port numbers.
2018-10-04  djm@openbsd.orgupstream: when the peer sends a channel-close message...
2018-10-04  djm@openbsd.orgupstream: factor out channel status formatting from
2018-10-04  djm@openbsd.orgupstream: include a little more information about the...
2018-10-04  djm@openbsd.orgupstream: explicit_bzero here to be consistent with...
2018-10-03  djm@openbsd.orgupstream: Allow ssh_config IdentityAgent directive...
2018-10-02  djm@openbsd.orgupstream: mention INFO@openssh.com for sending SIGINFO
2018-10-02  Damien Milleronly support SIGINFO on systems with SIGINFO
2018-10-02  djm@openbsd.orgupstream: Add server support for signalling sessions...
2018-09-26  djm@openbsd.orgupstream: remove big ugly TODO comment from start of...
2018-09-26  djm@openbsd.orgupstream: Document mux proxy mode; added by Markus...
2018-09-26  djm@openbsd.orgupstream: s/process_mux_master/mux_master_process/...
2018-09-22  Darren TuckerRemove unused variable in _ssh_compat_fflush.
2018-09-22  Darren TuckerImport updated moduli.
2018-09-21  djm@openbsd.orgupstream: Allow ssh_config ForwardX11Timeout=0 to disab...
2018-09-21  djm@openbsd.orgupstream: when compiled with GSSAPI support, cache...
2018-09-21  djm@openbsd.orgupstream: In sshkey_in_file(), ignore keys that are...
2018-09-21  djm@openbsd.orgupstream: Treat connections with ProxyJump specified...
2018-09-20  djm@openbsd.orgupstream: actually make CASignatureAlgorithms available...
2018-09-20  dtucker@openbsd.orgupstream: Import updated moduli.
2018-09-20  jmc@openbsd.orgupstream: reorder CASignatureAlgorithms, and add them...
2018-09-20  djm@openbsd.orgupstream: fix "ssh -Q sig" to show correct signature...
2018-09-20  djm@openbsd.orgupstream: add CASignatureAlgorithms option for the...
2018-09-20  djm@openbsd.orgupstream: Add sshd_config CASignatureAlgorithms option...
2018-09-20  djm@openbsd.orgupstream: Make "ssh-add -q" do what it says on the...
2018-09-20  millert@openbsd.orgupstream: When choosing a prime from the moduli file...
2018-09-15  Darren TuckerFix openssl-1.1 fallout for --without-openssl.
2018-09-15  Damien Milleradd futex(2) syscall to seccomp sandbox
2018-09-15  Damien Millerreally add source for authopt_fuzz this time
2018-09-15  Damien Millerremove accidentally checked-in authopt_fuzz binary
2018-09-14  djm@openbsd.orgupstream: second try, deals properly with missing and...
2018-09-14  Damien Millerfuzzer harness for authorized_keys option parsing
2018-09-14  djm@openbsd.orgupstream: revert following; deals badly with agent...
2018-09-14  djm@openbsd.orgupstream: garbage-collect moribund ssh_new_private...
2018-09-14  djm@openbsd.orgupstream: Use consistent format in debug log for keys...
2018-09-14  millert@openbsd.orgupstream: Fix warnings caused by user_from_uid() and...
2018-09-14  Damien Millerallow SIGUSR1 as synonym for SIGINFO
2018-09-13  Damien Milleradd compat header
2018-09-13  djm@openbsd.orgupstream: missed a bit of openssl-1.0.x API in this...
2018-09-13  djm@openbsd.orgupstream: use only openssl-1.1.x API here too
2018-09-13  Damien Milleradapt -portable to OpenSSL 1.1x API
2018-09-13  Damien Millerforgot to stage these test files in commit d70d061
2018-09-13  djm@openbsd.orgupstream: hold our collective noses and use the openssl...
2018-09-12  djm@openbsd.orgupstream: Include certs with multiple RSA signature...
2018-09-12  djm@openbsd.orgupstream: test revocation by explicit hash and by finge...
2018-09-12  djm@openbsd.orgupstream: s/sshkey_demote/sshkey_from_private/g
2018-09-12  Damien Millerdelete the correct thing; kexfuzz binary
2018-09-12  djm@openbsd.orgupstream: fix edit mistake; spotted by jmc@
2018-09-12  djm@openbsd.orgupstream: add SSH_ALLOWED_CA_SIGALGS - the default...
2018-09-12  djm@openbsd.orgupstream: add sshkey_check_cert_sigtype() that checks a
2018-09-12  djm@openbsd.orgupstream: add cert->signature_type field and keep it...
2018-09-12  djm@openbsd.orgupstream: Add "ssh -Q sig" to allow listing supported...
2018-09-12  djm@openbsd.orgupstream: allow key revocation by SHA256 hash and allow...
2018-09-12  djm@openbsd.orgupstream: log certificate fingerprint in authentication
2018-09-09  dtucker@openbsd.orgupstream: Add FALLTHROUGH comments where appropriate...
2018-09-09  djm@openbsd.orgupstream: ssh -MM requires confirmation for all operati...
2018-09-09  mestre@openbsd.orgupstream: fix misplaced parenthesis inside if-clause...
2018-09-09  mestre@openbsd.orgupstream: fix build with DEBUG_PK enabled
2018-09-07  Darren TuckerHandle ngroups>_SC_NGROUPS_MAX.
2018-09-07  Darren TuckerInitial len for the fmt=NULL case.
2018-09-07  Darren TuckerInclude stdlib.h.
2018-08-27  Damien Millerdocument some more regress control env variables
2018-08-23  Damien Millershorten temporary SSH_REGRESS_TMP path V_7_8 288/head anongit/V_7_8 github-selfhosted/V_7_8 github/V_7_8 V_7_8_P1
2018-08-23  Damien Millerrebuild dependencies
2018-08-23  Damien Millerfix path in distclean target
2018-08-23  djm@openbsd.orgupstream: memleak introduced in r1.83; from Colin Watson
2018-08-21  schwarze@openbsd.orgupstream: AIX reports the CODESET as "ISO8859-1" in...
2018-08-21  Tim Rice modified: openbsd-compat/port-uw.c
2018-08-20  Damien MillerMissing unistd.h for regress/mkdtemp.c
2018-08-16  Damien Millerupdate version numbers in anticipation of release
2018-08-13  Corinna Vinschenconfigure: work around GCC shortcoming on Cygwin
2018-08-13  Corinna Vinschencygwin: add missing stdarg.h include
2018-08-13  djm@openbsd.orgupstream: revert compat.[ch] section of the following...
2018-08-13  djm@openbsd.orgupstream: better diagnosics on alg list assembly errors; ok
next