]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
3 days ago  djm@openbsd.orgupstream: be really strict with fds reserved for commun... master anongit/master
3 days ago  Damien Millerdepend github-selfhosted/master github/master
3 days ago  Damien Millerrename need_privsep to need_chroot
3 days ago  Damien Millerremove remaining use_privsep mention
3 days ago  djm@openbsd.orgupstream: warn when -r (deprecated option to disable...
3 days ago  djm@openbsd.orgupstream: typos
8 days ago  djm@openbsd.orgupstream: don't need sys/queue.h here
8 days ago  naddy@openbsd.orgupstream: remove references to SSH1 and DSA server...
8 days ago  jsg@openbsd.orgupstream: remove unused struct fwd_perm_list, no decl...
8 days ago  naddy@openbsd.orgupstream: Do not pass -Werror twice when building with...
8 days ago  miod@openbsd.orgupstream: Do not pass -Werror if building with gcc...
13 days ago  djm@openbsd.orgupstream: this test has been broken since 2014, and...
13 days ago  anton@openbsd.orgupstream: Add missing kex-names.c source file required...
13 days ago  naddy@openbsd.orgupstream: remove duplicate copy of relink kit for sshd...
13 days ago  jsg@openbsd.orgupstream: remove prototypes with no matching function...
13 days ago  jsg@openbsd.orgupstream: remove externs for removed vars; ok djm@
13 days ago  deraadt@openbsd.orgupstream: -Werror was turned on (probably just for...
2024-05-17  Damien Millerattempt at updating RPM specs for sshd-session
2024-05-17  djm@openbsd.orgupstream: g/c unused variable
2024-05-17  jsg@openbsd.orgupstream: spelling; ok djm@
2024-05-17  djm@openbsd.orgupstream: allow overriding the sshd-session binary...
2024-05-17  anton@openbsd.orgupstream: Since ssh-agent(1) is only readable by root...
2024-05-17  djm@openbsd.orgupstream: fix incorrect debug option name introduce...
2024-05-17  deraadt@openbsd.orgupstream: construct and install a relink-kit for sshd...
2024-05-17  Damien MillerMakefile support for sshd-session
2024-05-17  djm@openbsd.orgupstream: missing files from previous
2024-05-17  djm@openbsd.orgupstream: Start the process of splitting sshd into...
2024-05-10  djm@openbsd.orgupstream: simplify exit message handling, which was...
2024-05-08  tobias@openbsd.orgupstream: remove SSH1 leftovers
2024-05-08  tobias@openbsd.orgupstream: never close stdin
2024-05-07  Damien Millersync getrrsetbyname.c with recent upstream changes
2024-04-30  djm@openbsd.orgupstream: fix home-directory extension implementation...
2024-04-30  djm@openbsd.orgupstream: flush stdout after writing "sftp>" prompt...
2024-04-30  djm@openbsd.orgupstream: stricter validation of messaging socket fd...
2024-04-30  djm@openbsd.orgupstream: add missing reserved fields to key constraint...
2024-04-30  Damien Millerdepend
2024-04-30  djm@openbsd.orgupstream: correctly restore sigprocmask around ppoll...
2024-04-30  djm@openbsd.orgupstream: add explict check for server hostkey type...
2024-04-30  jsg@openbsd.orgupstream: correct indentation; no functional change...
2024-04-30  semarie@openbsd.orgupstream: set right mode on ssh-agent at boot-time
2024-04-30  deraadt@openbsd.orgupstream: Oops, incorrect hex conversion spotted by...
2024-04-30  deraadt@openbsd.orgupstream: for parse_ipqos(), use strtonum() instead...
2024-04-30  deraadt@openbsd.orgupstream: can shortcut by returning strtonum() value...
2024-04-30  deraadt@openbsd.orgupstream: rewrite convtime() to use a isdigit-scanner and
2024-04-30  claudio@openbsd.orgupstream: Remove unused ptr[3] char array in pkcs11_dec...
2024-04-30  deraadt@openbsd.orgupstream: Replace non-idiomatic strtoul(, 16) to parse...
2024-04-30  deraadt@openbsd.orgupstream: Use strtonum() instead of severely non-idomatic
2024-04-30  deraadt@openbsd.orgupstream: also create a relink kit for ssh-agent, since...
2024-04-30  deraadt@openbsd.orgupstream: new-style relink kit for sshd. The old scheme...
2024-04-25  renmingshuaiShell syntax fix (leftover from a sync).
2024-04-25  Darren TuckerMerge flags for OpenSSL 3.x versions.
2024-04-25  Darren TuckerRemove 9.6 branch from status page.
2024-04-25  Darren TuckerUpdate LibreSSL and OpenSSL versions tested.
2024-04-05  90Fix missing header for systemd notification 444/head
2024-04-03  Damien Millernotify systemd on listen and reload
2024-03-31  Darren TuckerPort changes from selfhosted to upstream tests.
2024-03-30  Darren TuckerCheck if OpenSSL implementation supports DSA.
2024-03-30  djm@openbsd.orgupstream: in OpenSSH private key format, correct type...
2024-03-30  Eero HäkkinenExpose SSH_AUTH_INFO_0 always to PAM auth modules.
2024-03-30  Darren TuckerRearrange selfhosted VM scheduling.
2024-03-30  Damien Milleradd new token-based signing key for dtucker@
2024-03-30  AlkaidFix OpenSSL ED25519 support detection
2024-03-30  djm@openbsd.orgupstream: allow WAYLAND_DISPLAY to enable SSH_ASKPASS
2024-03-29  dtucker@openbsd.orgupstream: Use egrep instead of grep -E.
2024-03-29  dtucker@openbsd.orgupstream: test -h is the POSIXly way of testing for...
2024-03-26  Darren TuckerFix name of OpenBSD upstream CI jobs.
2024-03-26  Darren TuckerResync with upstream: ${} around DATAFILE.
2024-03-26  djm@openbsd.orgupstream: optional debugging
2024-03-26  dtucker@openbsd.orgupstream: Verify string returned from local shell command.
2024-03-26  dtucker@openbsd.orgupstream: Improve shell portability: grep -q is not...
2024-03-26  dtucker@openbsd.orgupstream: Save error code from SSH for use inside case...
2024-03-26  dtucker@openbsd.orgupstream: Increase timeout. Resyncs with portable where...
2024-03-26  dtucker@openbsd.orgupstream: In PuTTY interop test, don't assume the PuTTY...
2024-03-26  Darren TuckerReally mkdir /usr/local/etc in CI tests.
2024-03-26  Darren TuckerBetter short name for OpenBSD upstream CI jobs too.
2024-03-26  Darren TuckerEnsure /usr/local/etc exists before using in tests.
2024-03-26  Darren TuckerBe more specific about when to rerun workflows.
2024-03-26  Darren TuckerAdd short names for test jobs on github CI.
2024-03-26  Darren TuckerIf we're using xpg4's id, remember to pass args.
2024-03-26  dtucker@openbsd.orgupstream: Import regenerated moduli.
2024-03-26  job@openbsd.orgupstream: Clarify how literal IPv6 addresses can be...
2024-03-25  Darren TuckerAdd Mac OS X 14 test targets.
2024-03-25  Darren TuckerMove xpg4 'id' handling into test-exec.sh.
2024-03-24  Darren TuckerUpdate branches shown on ci-status to 9.7 and 9.6.
2024-03-24  Darren TuckerImprove detection of -fzero-call-used-regs=used.
2024-03-11  Damien Millerversion number in README V_9_7_P1
2024-03-11  Damien Millercrank RPM spec versions
2024-03-11  djm@openbsd.orgupstream: openssh-9.7
2024-03-11  Darren TuckerTest against current OpenSSL and LibreSSL releases.
2024-03-10  Damien Millerquote regexes used to test for algorithm support
2024-03-09  djm@openbsd.orgupstream: avoid logging in signal handler by converting...
2024-03-08  djm@openbsd.orgupstream: skip more whitespace, fixes find-principals on
2024-03-08  dtucker@openbsd.orgupstream: Invoke ProxyCommand that uses stderr redirect...
2024-03-07  Darren TuckerPrefer openssl binary from --with-ssl-dir directory.
2024-03-06  djm@openbsd.orgupstream: fix memory leak in mux proxy mode when reques...
2024-03-06  djm@openbsd.orgupstream: wrap a few PKCS#11-specific bits in ENABLE_PKCS11
2024-03-06  Damien Millerdisable RSA tests when algorithm is not supported
2024-03-05  Damien Milleradd a --without-retpoline configure option
2024-03-04  djm@openbsd.orgupstream: fix leak of CanonicalizePermittedCNAMEs on...
2024-03-04  djm@openbsd.orgupstream: Separate parsing of string array options...
next