]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2020-08-05  Stefan SchindlerAdd CI with prepare script 198/head
2020-08-04  Damien Millersupport NetBSD's utmpx.ut_ss address field
2020-08-04  Damien Millerwrap a declaration in the same ifdefs as its use
2020-08-04  Damien Millerundef TAILQ_CONCAT and friends
2020-08-03  djm@openbsd.orgupstream: ensure that certificate extensions are lexica...
2020-08-03  djm@openbsd.orgupstream: allow -A to explicitly enable agent forwardin...
2020-08-03  deraadt@openbsd.orgupstream: clang -Wimplicit-fallthrough does not recogni...
2020-08-03  dtucker@openbsd.orgupstream: Also compare username when checking for JumpH...
2020-07-31  Darren TuckerRemove AC_REVISION.
2020-07-28  Darren TuckerUse argv in OSSH_CHECK_CFLAG_COMPILE test.
2020-07-20  Darren TuckerSkip ECDSA-SK webauthn test when built w/out ECC
2020-07-20  Damien MillerAdd ssh-sk-helper and manpage to RPM spec file
2020-07-17  dtucker@openbsd.orgupstream: Add %k to the TOKENs for Match Exec for consi...
2020-07-17  jmc@openbsd.orgupstream: fix macro slip in previous;
2020-07-17  dtucker@openbsd.orgupstream: Add test for '%k' (HostKeyAlias) TOKEN.
2020-07-17  dtucker@openbsd.orgupstream: Add tests for expansions on UserKnownHostsFile.
2020-07-17  djm@openbsd.orgupstream: log error message for process_write() write...
2020-07-17  dtucker@openbsd.orgupstream: Add a '%k' TOKEN that expands to the effectiv...
2020-07-17  dtucker@openbsd.orgupstream: Add %-TOKEN, environment variable and tilde...
2020-07-17  solene@openbsd.orgupstream: - Add [-a rounds] in ssh-keygen man page...
2020-07-17  jmc@openbsd.orgupstream: start sentence with capital letter;
2020-07-17  Damien Millerdetect Linux/X32 systems
2020-07-15  dtucker@openbsd.orgupstream: Fix previous by calling the correct function.
2020-07-15  dtucker@openbsd.orgupstream: Update test to match recent change in match.c
2020-07-15  Darren TuckerAdjust portable code to match changes in 939d787d,
2020-07-15  dtucker@openbsd.orgupstream: Add default for number of rounds (-a). ok...
2020-07-15  djm@openbsd.orgupstream: allow some additional control over the use...
2020-07-15  deraadt@openbsd.orgupstream: correct recently broken comments
2020-07-15  djm@openbsd.orgupstream: some language improvements; ok markus
2020-07-15  markus@openbsd.orgupstream: update setproctitle after re-exec; ok djm
2020-07-15  markus@openbsd.orgupstream: keep ignoring HUP after fork+exec; ok djm
2020-07-15  markus@openbsd.orgupstream: don't exit the listener on send_rexec_state...
2020-07-15  dtucker@openbsd.orgupstream: Use $OBJ to find key files. Fixes test when...
2020-07-04  Darren TuckerWrap stdint.h in ifdef HAVE_STDINT_H.
2020-07-03  djm@openbsd.orgupstream: put back the mux_ctx memleak fix, but only...
2020-07-03  djm@openbsd.orgupstream: revert r1.399 - the lifetime of c->mux_ctx...
2020-07-03  djm@openbsd.orgupstream: avoid tilde_expand_filename() in expanding...
2020-07-03  djm@openbsd.orgupstream: when redirecting sshd's log output to a file...
2020-07-03  djm@openbsd.orgupstream: start ClientAliveInterval bookkeeping before...
2020-07-03  Damien Milleradd check for fido_cred_set_prot() to configure
2020-07-03  dtucker@openbsd.orgupstream: Only reset the serveralive check when we...
2020-07-03  Damien Millersync sys-queue.h with OpenBSD upstream
2020-07-03  djm@openbsd.orgupstream: fix memory leak of mux_ctx; patch from Sergiy...
2020-07-03  markus@openbsd.orgupstream: free kex in ssh_packet_close; ok djm semarie
2020-07-03  bket@openbsd.orgupstream: Replace TAILQ concatenation loops with TAILQ_...
2020-06-27  semarie@openbsd.orgupstream: backout 1.293 fix kex mem-leak in ssh_packet_...
2020-06-26  Damien Millerdocument a PAM spec problem in a frustrated comment
2020-06-26  djm@openbsd.orgupstream: avoid spurious error message when ssh-keygen...
2020-06-26  Damien Millermissing ifdef SELINUX; spotted by dtucker
2020-06-26  djm@openbsd.orgupstream: regress test for ssh-add -d; ok dtucker@
2020-06-26  markus@openbsd.orgupstream: add test for mux w/-Oproxy; ok djm
2020-06-26  djm@openbsd.orgupstream: handle EINTR in waitfd() and timeout_connect...
2020-06-26  djm@openbsd.orgupstream: allow "ssh-add -d -" to read keys to be delet...
2020-06-26  djm@openbsd.orgupstream: constify a few things; ok dtucker (as part...
2020-06-26  dtucker@openbsd.orgupstream: Defer creation of ~/.ssh by ssh(1) until...
2020-06-26  dtucker@openbsd.orgupstream: Expand path to ~/.ssh/rc rather than relying...
2020-06-26  markus@openbsd.orgupstream: fix kex mem-leak in ssh_packet_close; ok djm
2020-06-26  markus@openbsd.orgupstream: fix ssh -O proxy w/mux which got broken by...
2020-06-26  markus@openbsd.orgupstream: support loading big sshd_config files w/o...
2020-06-26  markus@openbsd.orgupstream: allow sshd_config longer than 256k; ok djm
2020-06-26  markus@openbsd.orgupstream: only call sshkey_xmss_init() once for KEY_XMS...
2020-06-26  djm@openbsd.orgupstream: some clarifying comments
2020-06-26  jmc@openbsd.orgupstream: updated argument name for -P in first synopsi...
2020-06-26  jmc@openbsd.orgupstream: supply word missing in previous;
2020-06-22  Damien Millermissing files for webauthn/sshsig unit test
2020-06-22  djm@openbsd.orgupstream: add support for verification of webauthn...
2020-06-22  djm@openbsd.orgupstream: Add support for FIDO webauthn (verification...
2020-06-22  djm@openbsd.orgupstream: refactor ECDSA-SK verification a little ahead...
2020-06-22  djm@openbsd.orgupstream: support for RFC4648 base64url encoding; ok...
2020-06-22  djm@openbsd.orgupstream: better terminology for permissions; feedback...
2020-06-22  djm@openbsd.orgupstream: better terminology for permissions; feedback...
2020-06-22  dtucker@openbsd.orgupstream: Correct synopsis and usage for the options...
2020-06-19  Darren TuckerAdd OPENBSD ORIGINAL marker to bcrypt_pbkdf.
2020-06-19  Darren TuckerExtra brackets around sizeof() in bcrypt.
2020-06-19  Darren TuckerAdd includes.h to new test.
2020-06-19  Darren TuckerSkip OpenSSL specific tests w/out OpenSSL.
2020-06-19  Darren TuckerHook sshsig tests up to Portable Makefiles.
2020-06-19  dtucker@openbsd.orgupstream: Test that ssh-agent exits when running as...
2020-06-19  djm@openbsd.orgupstream: run sshsig unit tests
2020-06-19  djm@openbsd.orgupstream: basic unit test for sshsig.[ch], including...
2020-06-19  djm@openbsd.orgupstream: basic unit test for FIDO kep parsing
2020-06-19  djm@openbsd.orgupstream: check public host key matches private; ok...
2020-06-19  djm@openbsd.orgupstream: avoid spurious "Unable to load host key"...
2020-06-12  djm@openbsd.orgupstream: correct RFC number; from HARUYAMA Seigo via...
2020-06-05  djm@openbsd.orgupstream: unbreak "sshd -ddd" - close of config passing...
2020-06-05  Andreas SchwabAdd support for AUDIT_ARCH_RISCV64
2020-06-05  djm@openbsd.orgupstream: make sshbuf_putb(b, NULL) a no-op
2020-06-05  djm@openbsd.orgupstream: make sshbuf_dump() args const
2020-06-05  djm@openbsd.orgupstream: wrap long line
2020-06-05  dtucker@openbsd.orgupstream: Correct historical comment: provos@ modified...
2020-06-05  dtucker@openbsd.orgupstream: Import regenerated moduli file.
2020-06-05  Darren TuckerTest fallthrough in OSSH_CHECK_CFLAG_COMPILE.
2020-06-04  dtucker@openbsd.orgupstream: Import regenerated moduli file.
2020-06-04  dtucker@openbsd.orgupstream: Remove now-unused proto_spec and associated...
2020-05-30  millert@openbsd.orgupstream: Fix error message on close(2) and add printf...
2020-05-29  dtucker@openbsd.orgupstream: Make dollar_expand variadic and pass a real...
2020-05-29  Darren TuckerOmit ToS setting if we don't have IPV6_TCLASS too.
2020-05-29  dtucker@openbsd.orgupstream: Pass a NULL instead of zeroed out va_list...
2020-05-29  jmc@openbsd.orgupstream: remove a stray .El;
2020-05-29  dtucker@openbsd.orgupstream: Add regression and unit tests for ${ENV}...
next