]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2021-10-01  Damien Millerneed stdlib.h for free(3)
2021-10-01  dtucker@openbsd.orgupstream: Fix up whitespace left by previous
2021-10-01  dtucker@openbsd.orgupstream: Remove references to privsep.
2021-10-01  dtucker@openbsd.orgupstream: Use "skip" instead of "fatal"
2021-10-01  djm@openbsd.orgupstream: unbreak FIDO sk-ed25519 key enrollment for...
2021-09-29  Darren TuckerInclude stdlib.h for arc4random_uniform prototype.
2021-09-29  Darren TuckerLook for clang after cc and gcc.
2021-09-29  Darren TuckerUse backticks instead of $(..) for portability.
2021-09-29  Darren TuckerSkip file-based tests by default on Mac OS.
2021-09-29  Darren TuckerBuild without OpenSSL on Mac OS.
2021-09-29  Darren TuckerRemove TEST_SSH_ECC.
2021-09-29  Darren TuckerSplit c89 test openssl setting out.
2021-09-29  Darren TuckerExpand TEST_SHELL consistently with other vars.
2021-09-29  Darren TuckerReplace `pwd` with make variable in regress cmd.
2021-09-29  Darren TuckerGet BUILDDIR from autoconf.
2021-09-29  Darren TuckerAdd make clean step to tests.
2021-09-29  Darren TuckerTest all available clang and gcc versions.
2021-09-29  djm@openbsd.orgupstream: Test certificate hostkeys held in ssh-agent...
2021-09-29  djm@openbsd.orgupstream: add some debug output showing how many key...
2021-09-29  dtucker@openbsd.orgupstream: Make prototype for rijndaelEncrypt match...
2021-09-29  dtucker@openbsd.orgupstream: Import regenerated moduli.
2021-09-29  Darren TuckerAdd new compiler hardening flags.
2021-09-26  Damien Millerinitgroups needs grp.h V_8_8 anongit/V_8_8 github-selfhosted/V_8_8 github/V_8_8 V_8_8_P1
2021-09-26  djm@openbsd.orgupstream: openssh-8.8
2021-09-26  djm@openbsd.orgupstream: need initgroups() before setresgid(); reporte...
2021-09-26  Damien Millerupdate version numbers for release
2021-09-26  kn@openbsd.orgupstream: RSA/SHA-1 is not used by default anymore
2021-09-24  Darren TuckerMove the fgrep replacement to hostkey-rotate.sh.
2021-09-23  Darren TuckerReplacement function for buggy fgrep.
2021-09-23  David ManouchehriDon't prompt for yes/no questions.
2021-09-20  djm@openbsd.orgupstream: fix missing -s in SYNOPSYS and usage() as...
2021-09-20  dtucker@openbsd.orgupstream: Fix "Allocated port" debug message
2021-09-20  djm@openbsd.orgupstream: Switch scp back to use the old protocol by...
2021-09-19  djm@openbsd.orgupstream: better error message for ~user failures when the
2021-09-19  djm@openbsd.orgupstream: make some more scp-in-SFTP mode better match...
2021-09-19  djm@openbsd.orgupstream: allow log_stderr==2 to prefix log messages...
2021-09-17  Darren TuckerTest against LibreSSL 3.2.6, 3.3.4, 3.4.0.
2021-09-16  djm@openbsd.orgupstream: missing space character in ssh -G output...
2021-09-16  djm@openbsd.orgupstream: allow CanonicalizePermittedCNAMEs=none in...
2021-09-15  mbuhl@openbsd.orgupstream: put back the mux_ctx memleak fix for SSH_CHAN...
2021-09-11  schwarze@openbsd.orgupstream: Do not ignore SIGINT while waiting for input...
2021-09-11  djm@openbsd.orgupstream: when using SFTP protocol, continue transferri...
2021-09-10  dtucker@openbsd.orgupstream: Document that non-interactive commands are...
2021-09-10  dtucker@openbsd.orgupstream: Document behaviour of arguments following...
2021-09-10  dtucker@openbsd.orgupstream: Clarify which file's attributes -p preserves...
2021-09-10  djm@openbsd.orgupstream: openssh-7.4 was incorrectly listed twice...
2021-09-10  jmc@openbsd.orgupstream: - move CAVEATS to its correct order - use...
2021-09-09  David CarlierDisable tracing on FreeBSD using procctl.
2021-09-09  djm@openbsd.orgupstream: Use the SFTP protocol by default. The origina...
2021-09-08  Darren TuckerReally fix test on OpenSSL 1.1.1 stable.
2021-09-08  Darren TuckerCorrect OpenSSL 1.1.1 stable identifier.
2021-09-08  Darren TuckerIncrement nfds when coming from startup_pipe.
2021-09-08  Darren TuckerTests for OpenSSL 3.0.0 release & 1.1.1 branch.
2021-09-08  djm@openbsd.orgupstream: correct my mistake in previous fix; spotted...
2021-09-07  djm@openbsd.orgupstream: avoid NULL deref in -Y find-principals. Repor...
2021-09-07  millert@openbsd.orgupstream: revision 1.381 neglected to remove
2021-09-05  Darren TuckerCorrect version_num for OpenSSL dev branch.
2021-09-05  Darren TuckerTest against OpenSSL 3 branch as well as dev.
2021-09-05  Darren TuckerOpenSSL development is now 3.1.*
2021-09-03  dtucker@openbsd.orgupstream: Use .Cm instead of .Dq in StrictHostKeyChecki...
2021-09-03  dtucker@openbsd.orgupstream: Mention using ssh -i for specifying the publi...
2021-09-03  dtucker@openbsd.orgupstream: Refer to KEX "algorithms" instead of "methods...
2021-09-03  dtucker@openbsd.orgupstream: Remove redundant attrib_clear in upload_dir_i...
2021-09-03  dtucker@openbsd.orgupstream: Add test for client termination status on...
2021-09-03  deraadt@openbsd.orgupstream: sys/param.h is not needed for any visible...
2021-09-03  Shchelkunov... Fix memory leak in error path.
2021-09-01  dtucker@openbsd.orgupstream: Fix ssh-rsa fallback for old PuTTY interop...
2021-09-01  dtucker@openbsd.orgupstream: Add a function to skip remaining tests.
2021-09-01  dtucker@openbsd.orgupstream: Specify path to PuTTY keys.
2021-08-31  dtucker@openbsd.orgupstream: Better compat tests with old PuTTY.
2021-08-31  Darren TuckerResync PuTTY interop tests.
2021-08-31  dtucker@openbsd.orgupstream: Specify hostkeyalgorithms in SSHFP test.
2021-08-30  djm@openbsd.orgupstream: adapt to RSA/SHA1 deprectation
2021-08-29  djm@openbsd.orgupstream: After years of forewarning, disable the RSA...
2021-08-29  djm@openbsd.orgupstream: wrap at 80 columns
2021-08-20  Darren TuckerReplace shell function with ssh-keygen -A.
2021-08-20  Darren TuckerRemove obsolete Redhat PAM config and init script.
2021-08-20  Damien Millerdepend V_8_7_P1
2021-08-20  Damien Millerupdate version numbers
2021-08-20  djm@openbsd.orgupstream: openssh-8.7
2021-08-20  Darren TuckerAlso check pid in pselect_notify_setup.
2021-08-19  Darren TuckerPrefix pselect functions to clarify debug messages
2021-08-19  Darren TuckerFix race in pselect replacement code.
2021-08-18  Darren TuckerCheck compiler for c99 declarations after code.
2021-08-17  Darren TuckerRemove trailing backslash on regress-unit-binaries
2021-08-16  Darren TuckerPut stdint.h inside HAVE_STDINT_H.
2021-08-16  Darren TuckerImprove github test driver script.
2021-08-16  Darren TuckerRemove deprecated ubuntu-16.04 test targets.
2021-08-15  Darren TuckerSkip agent ptrace test on hurd.
2021-08-15  Darren TuckerAdd hurd test target.
2021-08-15  Darren TuckerSkip scp3 tests on all dfly58 and 60 configs.
2021-08-14  Tim Riceopenbsd-compat/openbsd-compat.h: put bsd-signal.h befor...
2021-08-13  Darren TuckerTest OpenSSH from OpenBSD head on 6.8 and 6.9.
2021-08-13  Darren TuckerSkip scp3 test on dragonfly 58 and 60.
2021-08-13  djm@openbsd.orgupstream: mention that CASignatureAlgorithms accepts...
2021-08-12  schwarze@openbsd.orgupstream: In the editline(3) branch of the sftp(1)...
2021-08-12  naddy@openbsd.orgupstream: scp: tweak man page and error message for...
2021-08-12  naddy@openbsd.orgupstream: scp: do not spawn ssh with two -s flags for
2021-08-11  djm@openbsd.orgupstream: test -Oprint-pubkey
2021-08-11  djm@openbsd.orgupstream: when verifying sshsig signatures, support...
next