]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2021-01-18  rob@openbsd.orgupstream: Minor grammatical correction.
2021-01-13  Darren TuckerMerge Mac OS X targets into a single config.
2021-01-12  Darren TuckerAdd Mac OS X test targets.
2021-01-11  anatasluoRemove duplicated declaration in fatal.c .
2021-01-11  dtucker@openbsd.orgupstream: Correct spelling of persourcenetblocksize...
2021-01-11  dtucker@openbsd.orgupstream: Adjust kexfuzz to addr.c/addrmatch.c split.
2021-01-11  dtucker@openbsd.orgupstream: Update unittests for addr.c/addrmatch.c split.
2021-01-11  dtucker@openbsd.orgupstream: Change convtime() from returning long to...
2021-01-11  jmc@openbsd.orgupstream: add a comma to previous;
2021-01-11  dtucker@openbsd.orgupstream: Add PerSourceMaxStartups and PerSourceNetBloc...
2021-01-11  dtucker@openbsd.orgupstream: Move address handling functions out into...
2021-01-08  Darren TuckerAdd test against Graphene hardened malloc.
2021-01-08  djm@openbsd.orgupstream: make CheckHostIP default to 'no'. It doesn...
2021-01-08  Darren TuckerRun tests with sudo for better coverage.
2021-01-08  Darren TuckerAdd Ubuntu 16.04 and 20.04 test targets.
2021-01-08  djm@openbsd.orgupstream: If a signature operation on a FIDO key fails...
2021-01-08  djm@openbsd.orgupstream: don't try to use timespeccmp(3) directly...
2021-01-08  dtucker@openbsd.orgupstream: Update the sntrup761 creation script and...
2021-01-08  djm@openbsd.orgupstream: mention that DisableForwarding is valid in...
2021-01-08  dtucker@openbsd.orgupstream: estructure sntrup761.sh to process all files...
2021-01-08  tobhe@openbsd.orgupstream: Prevent redefinition of `crypto_int32' error...
2021-01-01  Darren TuckerUndef int32 after sort routines.
2020-12-31  Damien Millerfix: missing pieces of previous commit
2020-12-31  tobhe@openbsd.orgupstream: Use int64_t for intermediate values in int32_...
2020-12-29  Damien Milleradapt KEX fuzzer to PQ kex change
2020-12-29  djm@openbsd.orgupstream: Adapt to replacement of
2020-12-29  djm@openbsd.orgupstream: Update/replace the experimental post-quantim...
2020-12-29  jmc@openbsd.orgupstream: tweak the description of KnownHostsCommand...
2020-12-22  Damien Millerwhitespace at EOL
2020-12-22  Damien Millerwhitespace at EOL
2020-12-22  Darren TuckerImprove AIX text.
2020-12-22  Darren TuckerInclude stdio.h for FILE in misc.h.
2020-12-22  Damien Millerensure $LOGNAME is set in tests
2020-12-22  djm@openbsd.orgupstream: more detail for failing tests
2020-12-22  djm@openbsd.orgupstream: regress test for KnownHostsCommand
2020-12-22  tb@openbsd.orgupstream: Remove lines accidentally left behind in...
2020-12-22  djm@openbsd.orgupstream: add a ssh_config KnownHostsCommand that allow...
2020-12-22  djm@openbsd.orgupstream: move subprocess() from auth.c to misc.c
2020-12-21  dtucker@openbsd.orgupstream: Remove explicit rijndael-cbc@lysator.liu...
2020-12-21  dtucker@openbsd.orgupstream: Remove the pre-standardization cipher
2020-12-21  djm@openbsd.orgupstream: properly fix ProxyJump parsing; Thanks to...
2020-12-21  djm@openbsd.orgupstream: adapt to API change in hostkeys_foreach(...
2020-12-21  djm@openbsd.orgupstream: few more things needs match.c and addrmatch...
2020-12-21  Darren TuckerPull in missing rev 1.2.
2020-12-20  djm@openbsd.orgupstream: plumb ssh_conn_info through to sshconnect...
2020-12-20  djm@openbsd.orgupstream: allow UserKnownHostsFile=none; feedback and...
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...
next