]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2025-03-16  dtucker@openbsd.orgupstream: Check if dbclient supports SHA1 before trying... V_9_9 anongit/V_9_9 github-selfhosted/V_9_9 github/V_9_9
2025-03-14  tb@openbsd.orgupstream: Remove redundant field of definition check
2025-03-14  Darren TuckerMacOS 12 runners are deprecated, replace with 15.
2025-03-13  dtucker@openbsd.orgupstream: Prime caches for DNS names needed for tests.
2025-03-03  Damien Millerregenerate configure, config.h.in
2025-03-02  djm@openbsd.orgupstream: fix PerSourcePenalty incorrectly using "crash...
2025-03-02  Damien Millerinclude __builtin_popcount replacement function
2025-02-28  Darren TuckerRebuild config files if Makefile changes.
2025-02-26  Darren TuckerUpdate autoconf files for endian.h change.
2025-02-26  Darren TuckerCheck for le32toh, le64toh, htole64 individually.
2025-02-18  Damien Millerautogenerated files for release V_9_9_P2
2025-02-18  Damien Milleropenssh-9.9p2
2025-02-18  djm@openbsd.orgupstream: Fix cases where error codes were not correctl...
2025-02-18  djm@openbsd.orgupstream: Don't reply to PING in preauth phase or durin...
2025-02-10  djm@openbsd.orgupstream: fix "Match invalid-user" from incorrectly...
2024-11-01  Damien Millerfix uint64_t types; reported by Tom G. Christensen
2024-10-27  Damien Millerhtole64() etc for systems without endian.h
2024-10-27  djm@openbsd.orgupstream: explicitly include endian.h
2024-10-27  djm@openbsd.orgupstream: fix ML-KEM768x25519 KEX on big-endian systems...
2024-09-27  djm@openbsd.orgupstream: fix previous change to ssh_config Match,...
2024-09-25  djm@openbsd.orgupstream: fix regression introduced when I switched...
2024-09-25  Damien Millergss-serv.c needs sys/param.h
2024-09-25  Damien Millerbuild construct_utmp() when USE_BTMP is set
2024-09-25  Christoph Ostarekfix utmpx ifdef
2024-09-23  Darren TuckerRemove non-9.9 branch statuses.
2024-09-23  Darren TuckerAdd 9.9 branch to CI status console.
2024-09-19  Damien Millerautogenerated files for release V_9_9_P1
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
next