summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-19Show when skipping valgrind for a test.Darren Tucker
2019-07-19Enable connect-privsep test with valgrind.Darren Tucker
2019-07-19Show valgrind results and error counts.Darren Tucker
2019-07-19Fix format string integer type in error message.Darren Tucker
2019-07-18upstream: fix off-by-one in sshbuf_dtob64() base64 wrapping that coulddjm@openbsd.org
2019-07-18Fail tests if Valgrind enabled and reports errors.Darren Tucker
2019-07-18Allow low-priv tests to write to pipe dir.Darren Tucker
2019-07-17Put valgrind vgdb files to a specific directory.Darren Tucker
2019-07-17upstream: adapt to sshbuf_dtob64() changedjm@openbsd.org
2019-07-17upstream: Remove ssh1 files from CLEANFILES since ssh1 no longerdtucker@openbsd.org
2019-07-17upstream: Update names of host key files in CLEANFILES to matchdtucker@openbsd.org
2019-07-16dependDamien Miller
2019-07-16upstream: remove mostly vestigal uuencode.[ch]; moving the only uniquedjm@openbsd.org
2019-07-16Hook memmem compat code into build.Darren Tucker
2019-07-16Import memmem.c from OpenBSD.Darren Tucker
2019-07-15upstream: unit tests for sshbuf_cmp() and sshbuf_find(); ok markusdjm@openbsd.org
2019-07-15upstream: support PKCS8 as an optional format for storage ofdjm@openbsd.org
2019-07-15upstream: two more bounds-checking sshbuf counterparts to commondjm@openbsd.org
2019-07-15Clear valgrind-out dir to prevent collisions.Darren Tucker
2019-07-15Allow agent tests to write to valgrind dir.Darren Tucker
2019-07-15upstream: unit tests for sshbuf_peek/poke bounds-checked random accessdjm@openbsd.org
2019-07-15upstream: add some functions to perform random-access read/writedjm@openbsd.org
2019-07-12upstream: include SHA2-variant RSA key algorithms in KEX proposal;djm@openbsd.org
2019-07-12upstream: print explicit "not modified" message if a file wasdjm@openbsd.org
2019-07-12upstream: Fix a typo and make <esc><right> move right to thetb@openbsd.org
2019-07-10fix typo that prevented detection of Linux VRFDamien Miller
2019-07-09upstream: cap the number of permiopen/permitlisten directives we'redjm@openbsd.org
2019-07-08Move log.h include inside ifdefs.Darren Tucker
2019-07-08Include log.h for debug() and friends.Darren Tucker
2019-07-08sftp-realpath.c needs includes.hDamien Miller
2019-07-08remove realpath() compat replacementDamien Miller
2019-07-08upstream: Remove some set but never used variables. ok daraadt@dtucker@openbsd.org
2019-07-08upstream: still compile uuencode.c, unbreaks buildderaadt@openbsd.org
2019-07-08upstream: revert header removal that snuck into previousdjm@openbsd.org
2019-07-08upstream: add a local implementation of BSD realpath() fordjm@openbsd.org
2019-07-06Add prototype for strnlen to prevent warnings.Darren Tucker
2019-07-06Cast *ID types to unsigned long when printing.Darren Tucker
2019-07-06Add prototype for compat strndup.(bz#3032).Darren Tucker
2019-07-06Add missing bracket in EGD seeding code.Darren Tucker
2019-07-05upstream: Add (recently added) rsa_oldfmt to CLEANFILES.dtucker@openbsd.org
2019-07-05upstream: Adapt the PuTTY/Conch tests to new key names.dtucker@openbsd.org
2019-07-05upstream: Add a sleep to allow forwards to come up.dtucker@openbsd.org
2019-07-05Remove nc stderr redirection to resync w/OpenBSD.Darren Tucker
2019-07-05Do not fatal on failed lookup of group "tty".Darren Tucker
2019-07-05upstream: fatal() if getgrnam() cannot find "tty"deraadt@openbsd.org
2019-07-05upstream: stat() returns precisely -1 to indicate errorderaadt@openbsd.org
2019-07-05upstream: snprintf/vsnprintf return < 0 on error, rather than -1.deraadt@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-07-02upstream: asprintf returns -1, not an arbitrary value < 0. Alsoderaadt@openbsd.org
2019-06-28upstream: oops, from asouderaadt@openbsd.org