]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2021-12-09  Darren TuckerUpdate the list of tests that don't work on Minix.
2021-12-09  Darren TuckerAdd minix host tuple.
2021-12-07  jsg@openbsd.orgupstream: fix unintended sizeof pointer in debug path...
2021-12-07  naddy@openbsd.orgupstream: RSA/SHA-1 is not used by default anymore...
2021-12-03  djm@openbsd.orgupstream: hash full host:port when asked to hash output...
2021-12-02  djm@openbsd.orgupstream: improve the testing of credentials against...
2021-12-02  djm@openbsd.orgupstream: move check_sk_options() up so we can use...
2021-12-02  dtucker@openbsd.orgupstream: ssh-rsa is no longer in the default for
2021-12-02  djm@openbsd.orgupstream: don't put the tty into raw mode when SessionT...
2021-11-29  Damien Millerprevious commit broke bcrypt_pbkdf()
2021-11-29  Darren TuckerFix typo in Neils' name.
2021-11-29  Damien Millersync bcrypt-related files with OpenBSD
2021-11-29  Damien Millerdepend
2021-11-28  djm@openbsd.orgupstream: sshsig: return "key not found" when searching...
2021-11-28  djm@openbsd.orgupstream: ssh-keygen -Y match-principals doesn't accept...
2021-11-28  djm@openbsd.orgupstream: fix indenting in last commit
2021-11-28  djm@openbsd.orgupstream: missing initialisation for oerrno
2021-11-28  Darren TuckerCorrect ifdef to activate poll() only if needed.
2021-11-27  djm@openbsd.orgupstream: whitespac e
2021-11-27  djm@openbsd.orgupstream: regression test for match-principals. Mostly...
2021-11-27  djm@openbsd.orgupstream: Add ssh-keygen -Y match-principals operation...
2021-11-27  djm@openbsd.orgupstream: debug("func: ...") -> debug_f("...")
2021-11-19  Darren TuckerAllow for fd = -1 in compat ppoll overflow check.
2021-11-19  Darren TuckerDon't auto-enable Capsicum sandbox on FreeBSD 9/10.
2021-11-18  djm@openbsd.orgupstream: regression test for ssh-keygen -Y find-princi...
2021-11-18  djm@openbsd.orgupstream: less confusing debug message; bz#3365
2021-11-18  djm@openbsd.orgupstream: avoid xmalloc(0) for PKCS#11 keyid for ECDSA...
2021-11-18  djm@openbsd.orgupstream: ssh-keygen -Y find-principals was verifying...
2021-11-18  Darren TuckerCorrect calculation of tv_nsec in poll().
2021-11-18  Darren TuckerAdd compat implementation of ppoll using pselect.
2021-11-18  Darren TuckerPut poll.h inside ifdef HAVE_POLL_H.
2021-11-18  djm@openbsd.orgupstream: check for POLLHUP wherever we check for POLLIN
2021-11-18  djm@openbsd.orgupstream: fd leak in sshd listen loop error path; from...
2021-11-18  djm@openbsd.orgupstream: check for POLLHUP as well as POLLIN in sshd...
2021-11-18  djm@openbsd.orgupstream: check for POLLHUP as well as POLLIN, handle...
2021-11-17  Damien Milleradjust seccomp filter for select->poll conversion
2021-11-17  Damien Millerupdate depends
2021-11-17  Damien Millercompat for timespecsub() and friends
2021-11-17  djm@openbsd.orgupstream: set num_listen_socks to 0 on close-all instea...
2021-11-17  deraadt@openbsd.orgupstream: use ppoll() instead of pselect() with djm
2021-11-17  deraadt@openbsd.orgupstream: match .events with .fd better
2021-11-17  deraadt@openbsd.orgupstream: convert select() to poll() ok djm
2021-11-17  deraadt@openbsd.orgupstream: replace select() with ppoll(), including...
2021-11-17  deraadt@openbsd.orgupstream: It really looks like pledge "stdio dns" is...
2021-11-17  deraadt@openbsd.orgupstream: aggressively pre-fill the pollfd array with...
2021-11-17  deraadt@openbsd.orgupstream: Convert from select() to ppoll(). Along the...
2021-11-12  Darren TuckerSwitch from LibreSSL 3.4.0 to 3.4.1.
2021-11-10  djm@openbsd.orgupstream: add the sntrup761x25519-sha512@openssh.com...
2021-11-10  djm@openbsd.orgupstream: fix ssh-keysign for KEX algorithms that use...
2021-11-10  djm@openbsd.orgupstream: improve error message when trying to expand...
2021-11-10  Darren TuckerDon't trust closefrom() on Linux.
2021-11-06  dtucker@openbsd.orgupstream: Plug a couple of minor mem leaks. From beldmit at
2021-11-06  djm@openbsd.orgupstream: move cert_filter_principals() to earlier...
2021-11-06  deraadt@openbsd.orgupstream: Many downstreams expect ssh to compile as...
2021-11-06  Darren TuckerSkip getline() on HP-UX 10.x.
2021-11-03  Damien Millerbasic SECURITY.md (refers people to the website)
2021-11-02  djm@openbsd.orgupstream: crank SSH_SK_VERSION_MAJOR to match recent...
2021-11-02  djm@openbsd.orgupstream: Better handle FIDO keys on tokens that provid...
2021-10-29  djm@openbsd.orgupstream: sshsig: add tests for signing key validity and
2021-10-29  djm@openbsd.orgupstream: avoid signedness warning; spotted in -portable
2021-10-29  djm@openbsd.orgupstream: ssh-keygen: make verify-time argument parsing...
2021-10-29  Damien Millerunbreak fuzz harness for recent changes
2021-10-29  Darren TuckerUse -Wbitwise-instead-of-logical if supported.
2021-10-28  Damien Milleruse -Wmisleading-indentation cflag if available
2021-10-28  Damien Millerdepend
2021-10-28  Damien Millerremove built-in support for md5crypt()
2021-10-28  djm@openbsd.orgupstream: increment SSH_SK_VERSION_MAJOR to match last...
2021-10-28  djm@openbsd.orgupstream: When downloading resident keys from a FIDO...
2021-10-28  deraadt@openbsd.orgupstream: For open/openat, if the flags parameter does...
2021-10-22  Darren Tuckerkitchensink test target now needs krb5.
2021-10-22  Darren TuckerTest both MIT KRB5 and Heimdal.
2021-10-22  dtucker@openbsd.orgupstream: Plug mem addrinfo mem leaks.
2021-10-22  dtucker@openbsd.orgupstream: Remove unnecessary semicolons
2021-10-22  dtucker@openbsd.orgupstream: Fix typos in comments.
2021-10-22  deraadt@openbsd.orgupstream: switch scp(1) back to sftp protocol.
2021-10-22  Darren TuckerSource configs script so setup_ci can use settings
2021-10-21  Darren TuckerInstall libedit and pam based on config flags.
2021-10-21  Darren TuckerDon't use 'here string", it's not POSIX.
2021-10-21  Darren TuckerRemove -Werror from compiler package to install.
2021-10-21  Darren TuckerBuild with -Werror on most recent gcc and clang.
2021-10-15  Darren TuckerInclude string.h and stdio.h for strerror.
2021-10-15  Darren TuckerInclude error reason if trace disabling fails.
2021-10-12  Darren TuckerAdd tcmalloc test target.
2021-10-09  dtucker@openbsd.orgupstream: Document that CASignatureAlgorithms, ExposeAu...
2021-10-07  Darren TuckerSkip SK unit tests when built without security-key
2021-10-07  Darren TuckerInclude relevant env vars on command line.
2021-10-07  Darren TuckerOnly enable sk-* key types if ENABLE_SK is defined
2021-10-06  Darren TuckerDisable security key on minix3.
2021-10-06  Darren TuckerAdd USE_LIBC_SHA2 for (at least) NetBSD 9.
2021-10-06  Darren TuckerDefine OPENSSL_NO_SHA including OpenSSL from test.
2021-10-06  Darren TuckerDisable security key on NetBSD4 test.
2021-10-06  Damien Millerclean regress/misc/sk-dummy in cleandir target
2021-10-06  dtucker@openbsd.orgupstream: Dynamically allocate encoded HashKnownHosts...
2021-10-06  djm@openbsd.orgupstream: use libc SHA256 functions; make this work...
2021-10-06  dtucker@openbsd.orgupstream: Add test for ssh hashed known_hosts handling.
2021-10-06  Damien Millerfix broken OPENSSL_HAS_ECC test
2021-10-01  Damien Millermake sk-dummy.so work without libcrypto installed
2021-10-01  Damien Millermake OPENSSL_HAS_ECC checks more thorough
2021-10-01  Damien Millerfix FIDO key support for !OPENSSL_HAS_ECC case
2021-10-01  Damien Millerenable security key support for --without-openssl
next