]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2024-09-24  Christoph Ostarekfix utmpx ifdef
2024-09-24  jsg@openbsd.orgupstream: remove some unused defines; ok djm@
2024-09-24  jsg@openbsd.orgupstream: remove unneeded semicolons; checked by millert@
2024-09-23  Darren TuckerAdd 9.9 branch to CI status console.
2024-09-19  Damien Millerupdate version numbers
2024-09-19  djm@openbsd.orgupstream: openssh-9.9
2024-09-18  Damien Millerinclude openbsd-compat/base64.c license in LICENSE
2024-09-17  Damien Millerconditionally include mman.h in arc4random code
2024-09-17  Damien Millerfix bug in recently-added sntrup761 fuzzer
2024-09-16  djm@openbsd.orgupstream: use 64 bit math to avoid signed underflow...
2024-09-16  jmc@openbsd.orgupstream: minor grammar/sort fixes for refuseconnection...
2024-09-15  Damien Milleravoid gcc warning in fuzz test
2024-09-15  djm@openbsd.orgupstream: bad whitespace in config dump output
2024-09-15  Damien Milleruse construct_utmp to construct btmp records
2024-09-15  djm@openbsd.orgupstream: update the Streamlined NTRU Prime code from...
2024-09-15  djm@openbsd.orgupstream: document Match invalid-user
2024-09-15  djm@openbsd.orgupstream: add a "Match invalid-user" predicate to sshd_...
2024-09-15  djm@openbsd.orgupstream: Add a "refuseconnection" penalty class to...
2024-09-15  djm@openbsd.orgupstream: Add a sshd_config "RefuseConnection" option
2024-09-15  djm@openbsd.orgupstream: switch sshd_config Match processing to the...
2024-09-15  djm@openbsd.orgupstream: switch "Match" directive processing over...
2024-09-15  djm@openbsd.orgupstream: include pathname in some of the ssh-keygen...
2024-09-15  djm@openbsd.orgupstream: Do not apply authorized_keys options when...
2024-09-13  Wu WeixinFix without_openssl always being set to 1
2024-09-12  djm@openbsd.orgupstream: Relax absolute path requirement back to what...
2024-09-10  naddy@openbsd.orgupstream: document the mlkem768x25519-sha256 key exchan...
2024-09-10  Darren TuckerSpell omnios test host correctly.
2024-09-10  Darren TuckerAdd omnios test target.
2024-09-10  Darren TuckerWrap stdint.h in ifdef.
2024-09-10  Darren TuckerAlso test PAM on dfly64.
2024-09-09  Damien Millerstubs for ML-KEM KEX functions
2024-09-09  Damien Millerdeclare defeat trying to detect C89 compilers
2024-09-09  Damien Millerfix previous; check for C99 compound literals
2024-09-09  Damien Millertest for compiler feature needed for ML-KEM
2024-09-09  djm@openbsd.orgupstream: test mlkem768x25519-sha256
2024-09-09  djm@openbsd.orgupstream: pull post-quantum ML-KEM/x25519 key exchange...
2024-09-06  djm@openbsd.orgupstream: make parsing user@host consistently look...
2024-09-04  djm@openbsd.orgupstream: be more strict in parsing key type names...
2024-09-04  djm@openbsd.orgupstream: fix RCSID in output
2024-09-04  jmc@openbsd.orgupstream: envrionment -> environment;
2024-09-04  Damien Milleradd basic fuzzers for our import of sntrup761
2024-09-03  djm@openbsd.orgupstream: regression test for Include variable expansion
2024-09-03  djm@openbsd.orgupstream: allow the "Include" directive to expand the...
2024-09-02  djm@openbsd.orgupstream: missing ifdef
2024-09-02  djm@openbsd.orgupstream: Add experimental support for hybrid post...
2024-08-28  Antonio LarrosaDon't skip audit before exitting cleanup_exit
2024-08-28  djm@openbsd.orgupstream: fix test: -F is the argument to specify a...
2024-08-26  deraadt@openbsd.orgupstream: As defined in the RFC, the SSH protocol has...
2024-08-22  djm@openbsd.orgupstream: sntrup761x25519-sha512 now has an IANA codepo...
2024-08-22  Darren TuckerMove rekey test into valgrind-2.
2024-08-22  dtucker@openbsd.orgupstream: Use aes128-ctr for MAC tests since default...
2024-08-21  Damien Millerfix incorrect default for PasswordAuthentication
2024-08-21  dtucker@openbsd.orgupstream: Some awks won't match on the \r so delete...
2024-08-21  dtucker@openbsd.orgupstream: Import regenerated moduli.
2024-08-21  dtucker@openbsd.orgupstream: Use curve25519-sha256 kex where possible.
2024-08-20  dtucker@openbsd.orgupstream: Send only as much data as needed to trigger...
2024-08-20  Damien Millersimplify sshkey_prekey_alloc(); always use mmap
2024-08-20  dtucker@openbsd.orgupstream: Merge AEAD test into main test loop.
2024-08-20  dtucker@openbsd.orgupstream: Set a default RekeyLimit of 256k.
2024-08-20  dtucker@openbsd.orgupstream: Add Compression=no to default ssh_config.
2024-08-20  dtucker@openbsd.orgupstream: Remove duplicate curve25519-sha256 kex.
2024-08-20  dtucker@openbsd.orgupstream: Unnest rekey param parsing test and use ssh...
2024-08-20  djm@openbsd.orgupstream: actually use the length parameter that was...
2024-08-20  Damien Millerprivate key coredump protection for Linux/FreeBSD
2024-08-20  djm@openbsd.orgupstream: place shielded keys (i.e. keys at rest in...
2024-08-17  djm@openbsd.orgupstream: mention that ed25519 is the default key type...
2024-08-17  djm@openbsd.orgupstream: fix minor memory leak in Subsystem option...
2024-08-17  djm@openbsd.orgupstream: fix swapping of source and destination addres...
2024-08-17  Darren TuckerAdd compat functions for EVP_Digest{Sign,Verify}.
2024-08-17  Philip Handsmake sure that usage & man page match
2024-08-17  Philip Handsupdate copyright notices
2024-08-17  Philip Handsrestore optionality of -i's argument
2024-08-17  Philip Handsavoid exploring .ssh/id*.pub subdirectories
2024-08-17  Philip Handsensure that we're always told the source of keys
2024-08-17  Philip Handsadd $HOME to ERROR if one cannot write to ~/.ssh
2024-08-17  Philip Handsassert that SCRATCH_DIR is a writable directory
2024-08-17  Philip Handsquote to avoid potential for word splitting
2024-08-17  Philip Handsensure ERROR output goes to STDERR
2024-08-17  Philip Handsavoid extra space when no arg given to -i option
2024-08-17  Philip Handsput the -i before -[pP] (matching man pages)
2024-08-17  Shreyas MahangadeMinor space issue fixed
2024-08-17  Shreyas MahangadeShow identity file in 'ssh' command
2024-08-15  Damien Millermore OPENSSL_HAS_ECC
2024-08-15  Damien Millerfix merge botch that broke !OPENSSL_HAS_ECC
2024-08-15  Damien Millermissed OPENSSL_HAS_ECC case
2024-08-15  Damien Millerretire testing aginst older LibreSSL versions
2024-08-15  Damien Millersync TEST_MALLOC_OPTIONS for OpenBSD
2024-08-15  Damien Millerremove gratuitious difference from OpenBSD
2024-08-15  djm@openbsd.orgupstream: adapt to EVP_PKEY conversion
2024-08-15  djm@openbsd.orgupstream: test transfers in mux proxy mode too
2024-08-15  djm@openbsd.orgupstream: Convert RSA and ECDSA key to the libcrypto...
2024-08-15  tobias@openbsd.orgupstream: Reorder calloc arguments
2024-08-15  tobias@openbsd.orgupstream: Extend sshbuf validation
2024-08-15  tobias@openbsd.orgupstream: Use freezero for better readability
2024-08-15  tobias@openbsd.orgupstream: Fix typo in comment
2024-08-15  dlg@openbsd.orgupstream: add a random amount of time (up to 4 seconds...
2024-08-15  naddy@openbsd.orgupstream: document the reduced logingrace penalty
2024-07-28  Darren TuckerExplicitly install libssl-devel cygwin.
2024-07-25  djm@openbsd.orgupstream: reduce logingrace penalty.
2024-07-25  djm@openbsd.orgupstream: Fix proxy multiplexing (-O proxy) bug
next