]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2019-07-19  Darren TuckerRevert one dependency per line change.
2019-07-19  Damien Millerfix SIGWINCH delivery of Solaris for mux sessions
2019-07-19  Darren TuckerForce dependencies one per line.
2019-07-19  Darren Tuckermake depend.
2019-07-19  Darren TuckerShow when skipping valgrind for a test.
2019-07-19  Darren TuckerEnable connect-privsep test with valgrind.
2019-07-18  Darren TuckerShow valgrind results and error counts.
2019-07-18  Darren TuckerFix format string integer type in error message.
2019-07-18  djm@openbsd.orgupstream: fix off-by-one in sshbuf_dtob64() base64...
2019-07-18  Darren TuckerFail tests if Valgrind enabled and reports errors.
2019-07-18  Darren TuckerAllow low-priv tests to write to pipe dir.
2019-07-17  Darren TuckerPut valgrind vgdb files to a specific directory.
2019-07-17  djm@openbsd.orgupstream: adapt to sshbuf_dtob64() change
2019-07-17  dtucker@openbsd.orgupstream: Remove ssh1 files from CLEANFILES since ssh1...
2019-07-17  dtucker@openbsd.orgupstream: Update names of host key files in CLEANFILES...
2019-07-16  Damien Millerdepend
2019-07-16  djm@openbsd.orgupstream: remove mostly vestigal uuencode.[ch]; moving...
2019-07-15  Darren TuckerHook memmem compat code into build.
2019-07-15  Darren TuckerImport memmem.c from OpenBSD.
2019-07-15  djm@openbsd.orgupstream: unit tests for sshbuf_cmp() and sshbuf_find...
2019-07-15  djm@openbsd.orgupstream: support PKCS8 as an optional format for stora...
2019-07-15  djm@openbsd.orgupstream: two more bounds-checking sshbuf counterparts...
2019-07-15  Darren TuckerClear valgrind-out dir to prevent collisions.
2019-07-15  Darren TuckerAllow agent tests to write to valgrind dir.
2019-07-14  djm@openbsd.orgupstream: unit tests for sshbuf_peek/poke bounds-checke...
2019-07-14  djm@openbsd.orgupstream: add some functions to perform random-access...
2019-07-12  djm@openbsd.orgupstream: include SHA2-variant RSA key algorithms in...
2019-07-12  djm@openbsd.orgupstream: print explicit "not modified" message if...
2019-07-12  tb@openbsd.orgupstream: Fix a typo and make <esc><right> move right...
2019-07-09  Damien Millerfix typo that prevented detection of Linux VRF
2019-07-09  djm@openbsd.orgupstream: cap the number of permiopen/permitlisten...
2019-07-08  Darren TuckerMove log.h include inside ifdefs.
2019-07-08  Darren TuckerInclude log.h for debug() and friends.
2019-07-08  Damien Millersftp-realpath.c needs includes.h
2019-07-08  Damien Millerremove realpath() compat replacement
2019-07-08  dtucker@openbsd.orgupstream: Remove some set but never used variables...
2019-07-08  deraadt@openbsd.orgupstream: still compile uuencode.c, unbreaks build
2019-07-08  djm@openbsd.orgupstream: revert header removal that snuck into previous
2019-07-08  djm@openbsd.orgupstream: add a local implementation of BSD realpath...
2019-07-06  Darren TuckerAdd prototype for strnlen to prevent warnings.
2019-07-06  Darren TuckerCast *ID types to unsigned long when printing.
2019-07-06  Darren TuckerAdd prototype for compat strndup.(bz#3032).
2019-07-06  Darren TuckerAdd missing bracket in EGD seeding code.
2019-07-05  dtucker@openbsd.orgupstream: Add (recently added) rsa_oldfmt to CLEANFILES.
2019-07-05  dtucker@openbsd.orgupstream: Adapt the PuTTY/Conch tests to new key names.
2019-07-05  dtucker@openbsd.orgupstream: Add a sleep to allow forwards to come up.
2019-07-05  Darren TuckerRemove nc stderr redirection to resync w/OpenBSD.
2019-07-05  Darren TuckerDo not fatal on failed lookup of group "tty".
2019-07-05  deraadt@openbsd.orgupstream: fatal() if getgrnam() cannot find "tty"
2019-07-05  deraadt@openbsd.orgupstream: stat() returns precisely -1 to indicate error
2019-07-05  deraadt@openbsd.orgupstream: snprintf/vsnprintf return < 0 on error, rathe...
2019-07-05  deraadt@openbsd.orgupstream: When system calls indicate an error they...
2019-07-02  deraadt@openbsd.orgupstream: asprintf returns -1, not an arbitrary value...
2019-06-28  deraadt@openbsd.orgupstream: oops, from asou
2019-06-28  deraadt@openbsd.orgupstream: Some asprintf() calls were checked < 0, rathe...
2019-06-28  djm@openbsd.orgupstream: fix NULL deference (bzero) on err
2019-06-27  Jitendra SharmaUpdate README doc to include missing test cases
2019-06-26  dtucker@openbsd.orgupstream: Remove unneeded unlink of xauthfile o
2019-06-23  djm@openbsd.orgupstream: fix mismatch proto/decl from key shielding...
2019-06-21  djm@openbsd.orgupstream: adapt for key shielding API changes (const...
2019-06-21  djm@openbsd.orgupstream: Add protection for private keys at rest in...
2019-06-21  djm@openbsd.orgupstream: print the correct AuthorizedPrincipalsCommand...
2019-06-21  jmc@openbsd.orgupstream: from tim: - for reput, it is remote-path...
2019-06-19  djm@openbsd.orgupstream: check for convtime() refusing to accept times...
2019-06-19  dtucker@openbsd.orgupstream: Add unit tests for user@host and URI parsing.
2019-06-19  dtucker@openbsd.orgupstream: Add tests for sshd -T -C with Match.
2019-06-16  Darren TuckerInclude stdio.h for vsnprintf.
2019-06-14  Darren Tuckerupstream rev 1.27: fix integer overflow.
2019-06-14  Darren Tuckerupstream rev 1.25: add DEF_WEAK.
2019-06-14  Darren Tuckerupstream rev 1.25: add sys/types.h
2019-06-14  Darren Tuckerupstream: Use explicit_bzero instead of memset
2019-06-14  djm@openbsd.orgupstream: slightly more instructive error message when...
2019-06-14  djm@openbsd.orgupstream: process agent requests for RSA certificate...
2019-06-14  djm@openbsd.orgupstream: for public key authentication, check Authoriz...
2019-06-14  djm@openbsd.orgupstream: if passed a bad fd, log what it was
2019-06-14  jmc@openbsd.orgupstream: Hostname->HostName cleanup; from lauri tirkko...
2019-06-14  jmc@openbsd.orgupstream: deraadt noticed some inconsistency in the...
2019-06-14  jmc@openbsd.orgupstream: consistent lettering for "HostName" keyword...
2019-06-07  Darren TuckerTypo fixes in error messages.
2019-06-07  dtucker@openbsd.orgupstream: Typo and spelling fixes in comments and error...
2019-06-07  Darren TuckerInclude missed bits from previous sync.
2019-06-07  dtucker@openbsd.orgupstream: Check for user@host when parsing sftp target...
2019-06-07  otto@openbsd.orgupstream: Replace calls to ssh_malloc_init() by a stati...
2019-06-07  djm@openbsd.orgupstream: fix ssh-keysign fd handling problem introduce...
2019-06-07  lum@openbsd.orgupstream: Make the standard output messages of both...
2019-06-07  Darren TuckerAlways clean up before and after utimensat test.
2019-06-07  Darren TuckerUpdate utimensat test.
2019-06-07  Darren TuckerHave pthread_create return errno on failure.
2019-06-07  Elliott Hughespthread_create(3) returns positive values on failure.
2019-06-05  Harald Freudenbergerallow s390 specific ioctl for ecc hardware support
2019-06-05  Sorin Adrian... openssl-devel is obsoleted by libssl-devel
2019-05-21  jmc@openbsd.orgupstream: tweak previous;
2019-05-20  djm@openbsd.orgupstream: embiggen format buffer size for certificate...
2019-05-20  djm@openbsd.orgupstream: When signing certificates with an RSA key...
2019-05-17  Darren TuckerAdd no-op implementation of pam_putenv.
2019-05-17  Darren TuckerUse the correct macro for SSH_ALLOWED_CA_SIGALGS.
2019-05-17  Darren TuckerFix building w/out ECC.
2019-05-17  Darren TuckerConditionalize ECDH methods in CA algos.
2019-05-17  dtucker@openbsd.orgupstream: Move a variable declaration to the block...
2019-05-17  deraadt@openbsd.orgupstream: When doing the fork+exec'ing for ssh-keysign...
next