summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-23Include stdlib.h for free() and calloc().Darren Tucker
2019-07-23Re-apply portability changes to current sha2.{c,h}.Darren Tucker
2019-07-23Import current sha2.c and sha2.h from OpenBSD.Darren Tucker
2019-07-23Rename valgrind "errors" to "failures".Darren Tucker
2019-07-20Skip running sftp-chroot under Valgrind.Darren Tucker
2019-07-20upstream: Remove the sleeps and thus races from the forwardingdtucker@openbsd.org
2019-07-20upstream: Allow SLEEPTIME to be overridden.dtucker@openbsd.org
2019-07-20upstream: Move sleep time into a variable so that we can increasedtucker@openbsd.org
2019-07-19upstream: add regression tests for scp for out-of-destination path filedjm@openbsd.org
2019-07-19upstream: Accept the verbose flag when searching for host keys in knowndjm@openbsd.org
2019-07-19Revert one dependency per line change.Darren Tucker
2019-07-19fix SIGWINCH delivery of Solaris for mux sessionsDamien Miller
2019-07-19Force dependencies one per line.Darren Tucker
2019-07-19make depend.Darren Tucker
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