]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
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.
2025-05-23  dtucker@openbsd.orgupstream: Import regenerated moduli.
2025-05-23  deraadt@openbsd.orgupstream: use "const char * const" for malloc_options...
2025-05-23  dtucker@openbsd.orgupstream: Adjust debug message to prevent (unsigned...
2025-05-23  bluhm@openbsd.orgupstream: Fix OpenBSD RCS ID typos. from Andrius V
2025-05-22  Darren TuckerRemove debug change accidentally commited.
2025-05-22  Darren TuckerCollect all of regress dir on failure.
2025-05-22  Damien Millerminimal shims for fstatat(2)/unlinkat(2) in agent
2025-05-22  dtucker@openbsd.orgupstream: Output the current name for PermitRootLogin's
2025-05-22  dtucker@openbsd.orgupstream: Copy arg to be passed to dirname().
2025-05-22  dtucker@openbsd.orgupstream: Add $OpenBSD$ marker for easier syncing.
2025-05-22  djm@openbsd.orgupstream: Correct FILES section to mention new default...
2025-05-22  Darren TuckerFix nc install some more.
2025-05-22  Darren TuckerFix cvs up of nc.
2025-05-22  Darren TuckerInstall nc during upstream test.
2025-05-22  Darren TuckerRemove 9.7 branch from CI status page.
2025-05-21  Damien Millerpull a small netcat SOCKS4A fix from upstream
2025-05-21  djm@openbsd.orgupstream: test SOCKS4A; ok tb
2025-05-21  djm@openbsd.orgupstream: remove log tarballing "it seemed like a good...
2025-05-21  djm@openbsd.orgupstream: use logit_f("...") instead of logit("func...
2025-05-21  djm@openbsd.orgupstream: function to make a sshbuf from a hex string...
2025-05-21  Damien Millermerge netcat SOCKS4A support from OpenBSD
2025-05-20  Darren TuckerInclude OpenSSL compat shim where needed.
2025-05-20  Darren TuckerRun all tests on Cygwin again.
2025-05-20  Darren TuckerUse USERNAME rather than LOGNAME on Cygwin.
2025-05-20  Darren TuckerAdd debug output when setting up CI environment.
2025-05-20  Darren TuckerInclude openssl compat shims in test.
2025-05-20  Darren TuckerAdd compat shims for EC_POINT affine_coordinates
2025-05-20  tb@openbsd.orgupstream: Use EC_POINT_[sg]et_affine_coordinates()
2025-05-20  tb@openbsd.orgupstream: Use EC_POINT_[sg]et_affine_coordinates()
2025-05-20  djm@openbsd.orgupstream: make the progress-meter code safe against...
2025-05-20  tedu@openbsd.orgupstream: convert a last quad_t to int64_t. ok deraadt djm
2025-05-20  Darren TuckerSet runner pasword to random string.
2025-05-11  Darren TuckerDebug log for why an account is considered locked.
2025-05-11  Darren TuckerMove debug log output into separate workflow step.
2025-05-10  Darren TuckerSkip sftp-perm on Cygwin too.
2025-05-10  Darren TuckerRemove CYGWIN binmode as it's now obsolete.
2025-05-09  Darren TuckerAlso skip sftp-cmds test on Cygwin.
2025-05-09  Darren TuckerTell Cygwin to use native symlinks.
2025-05-09  Darren TuckerSkip keygen-knownhost test on Cygwin.
2025-05-09  Darren TuckerPass Cygwin setup location to CI setup.
next