]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2020-12-20  djm@openbsd.orgupstream: load_hostkeys()/hostkeys_foreach() variants...
2020-12-20  tobhe@openbsd.orgupstream: Print client kem key with correct length.
2020-12-20  djm@openbsd.orgupstream: fix possible error("%s", NULL) on error paths
2020-12-20  djm@openbsd.orgupstream: refactor client percent_expand() argument...
2020-12-20  djm@openbsd.orgupstream: prepare readconf.c for fuzzing; remove fatal...
2020-12-14  djm@openbsd.orgupstream: use _PATH_SSH_USER_DIR instead of hardcoded...
2020-12-04  Damien Millerbasic KEX fuzzer; adapted from Markus' unittest
2020-12-04  Damien Milleruse options that work with recent clang
2020-12-04  djm@openbsd.orgupstream: shuffle a few utility functions into sftp...
2020-12-04  djm@openbsd.orgupstream: make ssh_free(NULL) a no-op
2020-12-04  djm@openbsd.orgupstream: memleak of DH public bignum; found with libfuzzer
2020-12-04  djm@openbsd.orgupstream: fix minor memleak of kex->hostkey_alg on...
2020-12-04  djm@openbsd.orgupstream: typos: s/hex/kex/ in error messages
2020-12-04  djm@openbsd.orgupstream: make program name be const
2020-12-04  dtucker@openbsd.orgupstream: Ignore comments at the end of config lines...
2020-11-28  dtucker@openbsd.orgupstream: Include cipher.h for declaration of cipher_by...
2020-11-28  djm@openbsd.orgupstream: check result of strchr() against NULL rather...
2020-11-27  dtucker@openbsd.orgupstream: Document ssh-keygen -Z, sanity check its...
2020-11-27  djm@openbsd.orgupstream: Set the specified TOS/DSCP for interactive...
2020-11-27  djm@openbsd.orgupstream: clean up passing of struct passwd from monito...
2020-11-27  djm@openbsd.orgupstream: when loading PKCS#11 keys, include the key...
2020-11-27  djm@openbsd.orgupstream: when mentioning that the host key has changed...
2020-11-25  Darren TuckerUse "=" not "==" in string test.
2020-11-20  Darren TuckerRestore correct flags during localtime_r check.
2020-11-20  dtucker@openbsd.orgupstream: When doing an sftp recursive upload or downlo...
2020-11-20  Darren TuckerAdd new pselect6_time64 syscall on ARM.
2020-11-20  dtucker@openbsd.orgupstream: Explicitly initialize all members of the
2020-11-20  dtucker@openbsd.orgupstream: draft-ietf-secsh-architecture is now RFC4251.
2020-11-17  dtucker@openbsd.orgupstream: Specify that the KDF function is bcrypt....
2020-11-15  djm@openbsd.orgupstream: revert r1.341; it breaks ProxyJump; reported...
2020-11-13  djm@openbsd.orgupstream: scrub keyboard-interactive authentication...
2020-11-13  djm@openbsd.orgupstream: prefix keyboard interactive prompts with...
2020-11-13  Darren TuckerRemove use of TIME_WITH_SYS_TIME.
2020-11-13  Damien MillerRevert "detect Linux/X32 systems"
2020-11-13  Damien MillerSELinux has deprecated security_context_t
2020-11-13  Darren TuckerRemove obsolete AC_HEADER_TIME macro.
2020-11-12  djm@openbsd.orgupstream: when prompting the user to accept a new hostk...
2020-11-12  dtucker@openbsd.orgupstream: Prevent integer overflow when ridiculously...
2020-11-11  djm@openbsd.orgupstream: fix logic error that broke URI parsing in...
2020-11-11  claudio@openbsd.orgupstream: Free the previously allocated msg buffer...
2020-11-11  Darren TuckerPrevent excessively long username going to PAM.
2020-11-08  djm@openbsd.orgupstream: unbreak; missing NULL check
2020-11-08  djm@openbsd.orgupstream: when requesting a security key touch on stder...
2020-11-08  Darren TuckerRemove preprocessor directive from log macro calls.
2020-11-08  dtucker@openbsd.orgupstream: Add a comment documenting the source of the...
2020-11-08  dtucker@openbsd.orgupstream: Replace WITH_OPENSSL ifdefs in log calls...
2020-11-06  Darren TuckerFix function body for variadic macro test.
2020-11-06  Darren TuckerRemove AC_PROC_CC_C99 obsoleted in autoconf 2.70.
2020-11-06  Darren TuckerReplace AC_TRY_COMPILE obsoleted in autoconf 2.70.
2020-11-06  Darren TuckerMove AC_PROG_CC_C99 to immediately afer AC_PROG_CC.
2020-11-06  Darren TuckerAC_CHECK_HEADER() is obsoleted in autoconf 2.70.
2020-11-03  djm@openbsd.orgupstream: fold consecutive '*' wildcards to mitigate...
2020-11-03  djm@openbsd.orgupstream: print reason in fatal error message when
2020-10-29  djm@openbsd.orgupstream: fix sshd_config SetEnv directive inside Match...
2020-10-29  djm@openbsd.orgupstream: fix type of nid in type_bits_valid(); github...
2020-10-29  djm@openbsd.orgupstream: whitespace; no code change
2020-10-29  djm@openbsd.orgupstream: UpdateHostkeys: fixed/better detection of...
2020-10-29  Duncan Eastoesession.c: use "denylist" terminology
2020-10-27  Damien MillerRemove checks for strict POSIX mkdtemp()
2020-10-26  dtucker@openbsd.orgupstream: Minor man page fixes (capitalization, commas...
2020-10-19  dtucker@openbsd.orgupstream: Adapt XMSS to new logging infrastructure...
2020-10-19  djm@openbsd.orgupstream: fix SEGV on fatal() errors spotted by dtucker@
2020-10-18  Darren TuckerUse fatal_fr not fatal_r when passing r.
2020-10-18  djm@openbsd.orgupstream: use the new variant log macros instead of...
2020-10-18  djm@openbsd.orgupstream: variants of the log methods that append a...
2020-10-18  djm@openbsd.orgupstream: remove a level of macro indirection; ok markus@
2020-10-18  djm@openbsd.orgupstream: add some variant log.h calls that prepend...
2020-10-17  Damien Millermissing header
2020-10-17  Damien Millersync regress/misc/sk-dummy/fatal.c
2020-10-17  djm@openbsd.orgupstream: make the log functions that exit (sshlogdie(),
2020-10-17  jmc@openbsd.orgupstream: add space between macro arg and punctuation;
2020-10-17  Damien Millercheck for and require a C99 capable compiler
2020-10-17  Damien Millerlogging is now macros, remove function pointers
2020-10-17  Damien Milleradapt sk-dummy's fatal implementation to changes
2020-10-17  Damien Millerfix netcat build problem
2020-10-16  djm@openbsd.orgupstream: LogVerbose keyword for ssh and sshd
2020-10-16  djm@openbsd.orgupstream: revised log infrastructure for OpenSSH
2020-10-16  djm@openbsd.orgupstream: use do_log2 instead of function pointers...
2020-10-14  djm@openbsd.orgupstream: make UpdateHostkeys still more conservative...
2020-10-14  kn@openbsd.orgupstream: Zap unused family parameter from ssh_connect_...
2020-10-13  Philip Handsshift contents of long $() into filter_ids()
2020-10-13  Philip Handscombine if/elif to avoid duplication of the action
2020-10-13  Philip Handsshellcheck tidyage
2020-10-13  Philip Handstidy up test of $SCRATCH_DIR creation
2020-10-13  Philip Handsadd -s flag: to install keys via SFTP
2020-10-12  djm@openbsd.orgupstream: UpdateHostkeys: check for keys under other...
2020-10-12  djm@openbsd.orgupstream: UpdateHostkeys: better CheckHostIP handling
2020-10-12  djm@openbsd.orgupstream: UpdateHostkeys: better detect manual host...
2020-10-09  djm@openbsd.orgupstream: don't misdetect comma-separated hostkey names...
2020-10-08  wangxp006fix TEST_MALLOC_OPTIONS var
2020-10-08  djm@openbsd.orgupstream: clarify conditions for UpdateHostkeys
2020-10-07  djm@openbsd.orgupstream: remove GlobalKnownHostsFile for this test...
2020-10-07  djm@openbsd.orgupstream: Disable UpdateHostkeys when hostkey checking...
2020-10-07  djm@openbsd.orgupstream: Fix UpdateHostkeys/HashKnownHosts/CheckHostIP bug
2020-10-07  djm@openbsd.orgupstream: don't UpdateHostkeys when the hostkey is...
2020-10-07  djm@openbsd.orgupstream: revert kex->flags cert hostkey downgrade...
2020-10-07  djm@openbsd.orgupstream: simply disable UpdateHostkeys when a certificate
2020-10-07  djm@openbsd.orgupstream: disable UpdateHostkeys by default if VerifyHo...
2020-10-07  dtucker@openbsd.orgupstream: Agent protocol draft is now at rev 4. ok...
2020-10-07  djm@openbsd.orgupstream: when ordering host key algorithms in the...
next