]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
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.
2025-05-09  Darren TuckerAdd RUN_ONLY_TEST to limit which tests are run.
2025-05-09  Darren TuckerMove misc-agent.o to LIBSSH_OBJS.
2025-05-09  Darren TuckerPut PRIV_ECDSA back, it's still used.
2025-05-08  Darren TuckerSince it's unused, make dirfd() take void *.
2025-05-08  Darren TuckerAdd no-op implmentation of dirfd().
2025-05-08  Daniel Kahn... ssh-agent: exit 0 from SIGTERM under systemd socket...
2025-05-07  Darren TuckerSkip d_type check on platforms that don't have it.
2025-05-07  dtucker@openbsd.orgupstream: Rename sockaddr_un sun -> sunaddr.
2025-05-07  djm@openbsd.orgupstream: remove DSA from the regression/unit test...
2025-05-07  djm@openbsd.orgupstream: another missing ifdef
2025-05-07  djm@openbsd.orgupstream: missing ifdef
2025-05-07  djm@openbsd.orgupstream: memory leak on error path; bz3821
2025-05-07  deraadt@openbsd.orgupstream: test ssh-agent with the -T flag to force...
2025-05-07  djm@openbsd.orgupstream: finally remove DSA signature support from...
2025-05-07  djm@openbsd.orgupstream: Now that there's an I-D for certificate keys...
2025-05-07  jmc@openbsd.orgupstream: - add full stop to the text in -a - move...
2025-05-06  Darren TuckerAdd minimal implementations of fstatat and unlinkat.
2025-05-05  Darren TuckerNew location of cygwin setup.
2025-05-05  Darren TuckerBoringssl now puts libcrypto in a different place.
2025-05-05  Darren TuckerHandle systems that don't have st_mtim.
2025-05-05  Darren TuckerSupply timespecsub if needed.
2025-05-05  Darren Tuckerincludes.h for compat, time.h for clock_gettime.
2025-05-05  Darren TuckerCygwin install in back on D:
2025-05-05  Damien Millerdepend
2025-05-05  djm@openbsd.orgupstream: missing file in previous commit
2025-05-05  djm@openbsd.orgupstream: Move agent listener sockets from /tmp to...
2025-05-05  djm@openbsd.orgupstream: correct log messages; the reap function is...
2025-04-30  djm@openbsd.orgupstream: make writing known_hosts lines more atomic...
2025-04-30  djm@openbsd.orgupstream: fix a out-of-bounds read if the known_hosts...
2025-04-20  Darren TuckerSet Windows permssions on regress dir.
2025-04-17  Darren TuckerAdd 10.0 branch to test status page.
2025-04-17  Darren Tuckercygwin-install-action now puts setup.exe on D:
2025-04-17  Darren TuckerInclude time.h for clock_gettime().
2025-04-17  Darren TuckerAdd includes.h for new tests.
2025-04-16  Darren TuckerProvide INFINITY if it's not provided.
2025-04-15  Darren TuckerLook for sqrt(), possibly in libm.
2025-04-15  dtucker@openbsd.orgupstream: Cast signalled_keydrop to int when logging...
2025-04-15  djm@openbsd.orgupstream: basic benchmarking support for the unit test...
2025-04-15  jmc@openbsd.orgupstream: rework the text for -3 to make it clearer...
2025-04-09  Damien Millerupdate version numbers
2025-04-09  djm@openbsd.orgupstream: openssh-10.0
2025-04-09  djm@openbsd.orgupstream: Fix logic error in DisableForwarding option...
2025-04-09  djm@openbsd.orgupstream: oops, I accidentally backed out the typo fix
next