]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
3 days ago  sthen@openbsd.orgupstream: fix typo, ok markus dtucker github-selfhosted/master github/master
3 days ago  deraadt@openbsd.orgupstream: Handle localtime_r() failure by return "UNKNO...
4 days ago  djm@openbsd.orgupstream: ssh(1): add a warning when the connection...
9 days ago  djm@openbsd.orgupstream: all state related to the ssh connection shoul...
9 days ago  dtucker@openbsd.orgupstream: Improve sentence. ok djm@
9 days ago  djm@openbsd.orgupstream: when refusing a certificate for user authenti...
9 days ago  job@openbsd.orgupstream: Use the operating system default DSCP marking for
10 days ago  djm@openbsd.orgupstream: a bunch of the protocol extensions we support... 553/head
10 days ago  job@openbsd.orgupstream: Deprecate support for IPv4 type-of-service...
10 days ago  job@openbsd.orgupstream: Set default IPQoS for interactive sessions...
13 days ago  Darren TuckerDisable security key tests for bigendian interop
13 days ago  Darren TuckerComment out atime restore test.
2025-08-01  Darren TuckerReplace fbsd64ppc VM with physical host.
2025-07-31  dtucker@openbsd.orgupstream: Plug leak in case where sigp is passed as...
2025-07-30  djm@openbsd.orgupstream: unbreak WITH_OPENSSL=no builds, also allowing...
2025-07-30  djm@openbsd.orgupstream: fix variable name in disabled code
2025-07-26  Damien Millermore ec/ed25519 fixing
2025-07-26  Damien Millerrepair build for libcrypto without ed25519 support
2025-07-26  djm@openbsd.orgupstream: regression tests for Ed25519 keys in PKCS...
2025-07-26  djm@openbsd.orgupstream: Support ed25519 keys hosted on PKCS#11 tokens.
2025-07-26  djm@openbsd.orgupstream: update our PKCS#11 API header to v3.0;
2025-07-25  Damien Milleranother attempt at fixing !EC builds
2025-07-25  dtucker@openbsd.orgupstream: Don't snprintf a NULL since not all platforms...
2025-07-25  Damien Millerunbreak !EC builds
2025-07-25  djm@openbsd.orgupstream: test code now needs to link ssh-pkcs11-client...
2025-07-25  Damien Millerupdate clang-16 -> clang-19
2025-07-25  Damien Millerinclude ssh-pkcs11-client.o as common dep
2025-07-25  Damien Millerremove vestigial stub
2025-07-24  djm@openbsd.orgupstream: this should include stdlib.h explicitly
2025-07-24  djm@openbsd.orgupstream: less stale reference to PKCS#1 1.5 hash OIDs...
2025-07-24  djm@openbsd.orgupstream: factor out encoding of a raw ed25519 signatur...
2025-07-24  djm@openbsd.orgupstream: Help OpenSSH's PKCS#11 support kick its meth...
2025-07-24  Darren TuckerRemove DEBUG_ACTIONS variable.
2025-07-23  djm@openbsd.orgupstream: add a ssh_config RefuseConnection option...
2025-07-23  miod@openbsd.orgupstream: Add missing inter-library dependencies to...
2025-07-14  Jan TojnarAdd gnome-ssh-askpass4 for GNOME 40+
2025-07-12  Damien Millerlet ga_init() fail gracefully if getgrouplist does
2025-07-11  djm@openbsd.orgupstream: add a "Match Group NoSuchGroup" to exercise...
2025-07-11  Damien Millermore diagnostics when getgrouplist fails
2025-07-09  djm@openbsd.orgupstream: Fix mistracking of MaxStartups process exits...
2025-07-05  Darren TuckerAdd include for gssapi definitions.
2025-07-04  djm@openbsd.orgupstream: add a regress test for configurations > 256KB
2025-07-04  djm@openbsd.orgupstream: the messaging layer between sshd-session...
2025-07-04  djm@openbsd.orgupstream: mux: fix incorrect return value check in...
2025-07-02  Damien Millerwrap some autoconf macros in AC_CACHE_CHECK
2025-06-29  dtucker@openbsd.orgupstream: Add shebang path to askpass script. Required...
2025-06-29  dtucker@openbsd.orgupstream: Check dropbear server version for required...
2025-06-29  Darren TuckerEncrypt temporary password we're setting.
2025-06-29  Darren TuckerFix env again.
2025-06-29  Darren TuckerMove env again.
2025-06-29  Darren TuckerMove env to where it (hopefully) belongs.
2025-06-29  Darren TuckerEnable password tests on Github ephemeral VMs.
2025-06-29  dtucker@openbsd.orgupstream: Add simple regression test for dropbear as...
2025-06-29  dtucker@openbsd.orgupstream: Add simple test for password auth. Requires...
2025-06-29  djm@openbsd.orgupstream: add RCS ID
2025-06-24  djm@openbsd.orgupstream: make "Match !final" not trigger a 2nd pass...
2025-06-24  djm@openbsd.orgupstream: better debug diagnostics when loading keys...
2025-06-24  djm@openbsd.orgupstream: whitespace
2025-06-24  djm@openbsd.orgupstream: fix leak on error path; Coverity CID 481976
2025-06-17  Darren TuckerUpdate obsd tests to use current images.
2025-06-16  Damien Milleradd sshd-auth to RPM spec files
2025-06-16  dtucker@openbsd.orgupstream: Limit each moduli size to a max of 100 entries.
2025-06-16  dtucker@openbsd.orgupstream: Now that ssh-keygen defaults to the maximum...
2025-06-16  dtucker@openbsd.orgupstream: Fix overflow check in sshbuf_dup_string....
2025-06-16  dtucker@openbsd.orgupstream: Plug mem leak. Patch from afonot via github...
2025-06-16  dtucker@openbsd.orgupstream: Save return value from sshbuf_len instead...
2025-06-13  dtucker@openbsd.orgupstream: Plug leak. Coverity CID 405058.
2025-06-13  dtucker@openbsd.orgupstream: Remove dead code flagged by Coverity CID...
2025-06-12  dtucker@openbsd.orgupstream: Set user, host and path to NULL immediately...
2025-06-12  dtucker@openbsd.orgupstream: Plug mem leak on error path here too.
2025-06-12  dtucker@openbsd.orgupstream: Plug mem leak on error path.
2025-06-11  dtucker@openbsd.orgupstream: Remove dead code ternary. We always report...
2025-06-11  dtucker@openbsd.orgupstream: Improve termination condition of while loop...
2025-06-10  Darren TuckerReplace Windows 2019 runners with 2025 ones.
2025-06-04  Darren TuckerDisable _FORTIFY_SOURCE during snprintf test.
2025-06-02  dtucker@openbsd.orgupstream: Fix x11_channel_used_recently() to return...
2025-06-02  dtucker@openbsd.orgupstream: When there's more than one x11 channel in...
2025-05-24  djm@openbsd.orgupstream: replace xmalloc+memset(0) with xcalloc()...
2025-05-24  djm@openbsd.orgupstream: fix punctuation around host key fingerprints...
2025-05-24  dtucker@openbsd.orgupstream: Replace strncmp + byte count with strprefix...
2025-05-24  dtucker@openbsd.orgupstream: Make the display number check relative to
2025-05-24  Darren TuckerRemove progressmeter.o from libssh.a.
2025-05-24  dtucker@openbsd.orgupstream: Null out keys between test runs.
2025-05-24  djm@openbsd.orgupstream: add some verbosity
2025-05-24  djm@openbsd.orgupstream: use start_ssh_agent() to ensure we get logging
2025-05-24  djm@openbsd.orgupstream: add a start_ssh_agent() function that sets...
2025-05-24  dtucker@openbsd.orgupstream: Plug leak of startup_pollfd in debug and...
2025-05-24  Darren Tuckerssh-keygen changes were fixup'ed into single commit.
2025-05-24  Marco Trevisan... auth-pam: Check the user didn't change during PAM trans...
2025-05-24  dtucker@openbsd.orgupstream: Remove ssh-keygen's moduli screen -Omemory...
2025-05-24  dtucker@openbsd.orgupstream: Fix compile error on 32bit platforms.
2025-05-24  dtucker@openbsd.orgupstream: Use pointer from strprefix in error message,
2025-05-24  dtucker@openbsd.orgupstream: Replace strncmp and strncasecmp with hand...
2025-05-24  dtucker@openbsd.orgupstream: Include stdint.h for UINT32_MAX.
2025-05-23  dtucker@openbsd.orgupstream: Ensure args to nh_update() fit within uint32...
2025-05-23  dtucker@openbsd.orgupstream: Don't leak the args list. Coverity CIDs 48156...
2025-05-23  dtucker@openbsd.orgupstream: Explictly set LC_ALL=C on each sort invocation.
2025-05-23  Darren TuckerAllow setting LTESTS in repo variables.
2025-05-23  Darren TuckerRename debugging variable RUN_ONLY_TEST.
2025-05-23  Darren Tuckerchown regress logs before uploading.
next