]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2019-08-30  bluhm@openbsd.orgupstream: Test did not compile due to missing symbols...
2019-08-30  Damien Millertweak warning flags
2019-08-30  Damien Millerproc_pidinfo()-based closefrom() for OS X
2019-08-29  kn@openbsd.orgupstream: Call comma-separated lists as such to clarify...
2019-08-29  djm@openbsd.orgupstream: include sshbuf-misc.c in SRCS_BASE
2019-08-24  Darren TuckerFix pasto in fallback code.
2019-08-23  Damien Milleruse SC_ALLOW_ARG_MASK to limit mmap protections
2019-08-23  Damien Millerallow mprotect(2) with PROT_(READ|WRITE|NONE) only
2019-08-16  djm@openbsd.orgupstream: switch percent_expand() to use sshbuf instead...
2019-08-09  djm@openbsd.orgupstream: produce a useful error message if the user...
2019-08-09  dtucker@openbsd.orgupstream: Change description of TCPKeepAlive from ...
2019-08-08  dtucker@openbsd.orgupstream: Allow the maximimum uint32 value for the...
2019-08-08  naddy@openbsd.orgupstream: Many key types are supported now, so take...
2019-08-08  dtucker@openbsd.orgupstream: Remove now-redundant perm_ok arg since
2019-08-05  Darren TuckerFix mem leak in unit test.
2019-08-02  djm@openbsd.orgupstream: fix some memleaks in test_helper code
2019-08-02  djm@openbsd.orgupstream: typo; from Christian Hesse
2019-07-30  djm@openbsd.orgupstream: let sshbuf_find/cmp take a void* for the
2019-07-30  mestre@openbsd.orgupstream: When using a combination of a Yubikey+GnuPG...
2019-07-30  dtucker@openbsd.orgupstream: Fix typo in CASignatureAlgorithms wherein...
2019-07-29  Darren TuckerReport success of individual tests as well as all.
2019-07-28  Damien Millerconvert to UTF-8; from Mike Frysinger
2019-07-26  dtucker@openbsd.orgupstream: Restrict limit-keytype to types supported...
2019-07-25  Darren TuckerRemove override disabling DH-GEX.
2019-07-25  dtucker@openbsd.orgupstream: Only use supported key types during KRL test...
2019-07-25  dtucker@openbsd.orgupstream: Switch keys-command test from rsa to ed25519...
2019-07-25  dtucker@openbsd.orgupstream: Make certificate tests work with the supporte...
2019-07-24  dtucker@openbsd.orgupstream: Construct list of key types to test based...
2019-07-24  dtucker@openbsd.orgupstream: Only use DSA key type in tests if binaries...
2019-07-24  Darren TuckerSplit test targets further.
2019-07-24  Darren TuckerAdd lib dependencies for regress binary targets.
2019-07-23  Darren TuckerMake "unit" a dependency of "test".
2019-07-23  Darren Tuckerupstream rev 1.28: fix comment typo.
2019-07-23  Darren TuckerSplit regress-binaries into two targets.
2019-07-23  dtucker@openbsd.orgupstream: Skip DH group generation test if binaries...
2019-07-23  dtucker@openbsd.orgupstream: Only test conversion of key types supported...
2019-07-23  dtucker@openbsd.orgupstream: Only add ssh-dss to allowed key types if...
2019-07-23  Darren TuckerRemove sys/cdefs.h include.
2019-07-23  Darren TuckerAdd headers to prevent warnings w/out OpenSSL.
2019-07-23  Darren TuckerInclude stdlib.h for free() and calloc().
2019-07-23  Darren TuckerRe-apply portability changes to current sha2.{c,h}.
2019-07-23  Darren TuckerImport current sha2.c and sha2.h from OpenBSD.
2019-07-22  Darren TuckerRename valgrind "errors" to "failures".
2019-07-20  Darren TuckerSkip running sftp-chroot under Valgrind.
2019-07-20  dtucker@openbsd.orgupstream: Remove the sleeps and thus races from the...
2019-07-20  dtucker@openbsd.orgupstream: Allow SLEEPTIME to be overridden.
2019-07-20  dtucker@openbsd.orgupstream: Move sleep time into a variable so that we...
2019-07-19  djm@openbsd.orgupstream: add regression tests for scp for out-of-desti...
2019-07-19  djm@openbsd.orgupstream: Accept the verbose flag when searching for...
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...
next