summaryrefslogtreecommitdiffstats
path: root/cleanup.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-23Include stdlib.h for free() and calloc().Darren Tucker4-0/+5
2019-07-23Re-apply portability changes to current sha2.{c,h}.Darren Tucker6-32/+85
2019-07-23Import current sha2.c and sha2.h from OpenBSD.Darren Tucker2-181/+274
2019-07-23Rename valgrind "errors" to "failures".Darren Tucker1-3/+3
2019-07-20Skip running sftp-chroot under Valgrind.Darren Tucker1-0/+4
2019-07-20upstream: Remove the sleeps and thus races from the forwardingdtucker@openbsd.org1-21/+19
2019-07-20upstream: Allow SLEEPTIME to be overridden.dtucker@openbsd.org1-2/+2
2019-07-20upstream: Move sleep time into a variable so that we can increasedtucker@openbsd.org1-9/+11
2019-07-19upstream: add regression tests for scp for out-of-destination path filedjm@openbsd.org2-3/+25
2019-07-19upstream: Accept the verbose flag when searching for host keys in knowndjm@openbsd.org2-4/+13
2019-07-19Revert one dependency per line change.Darren Tucker2-5889/+167
2019-07-19fix SIGWINCH delivery of Solaris for mux sessionsDamien Miller1-2/+1
2019-07-19Force dependencies one per line.Darren Tucker2-167/+5889
2019-07-19make depend.Darren Tucker1-39/+39
2019-07-19Show when skipping valgrind for a test.Darren Tucker1-1/+5
2019-07-19Enable connect-privsep test with valgrind.Darren Tucker1-1/+1
2019-07-18Show valgrind results and error counts.Darren Tucker1-7/+13
2019-07-18Fix format string integer type in error message.Darren Tucker1-1/+1
2019-07-18upstream: fix off-by-one in sshbuf_dtob64() base64 wrapping that coulddjm@openbsd.org1-2/+2
2019-07-18Fail tests if Valgrind enabled and reports errors.Darren Tucker1-0/+15
2019-07-18Allow low-priv tests to write to pipe dir.Darren Tucker1-2/+4
2019-07-17Put valgrind vgdb files to a specific directory.Darren Tucker1-2/+3
2019-07-17upstream: adapt to sshbuf_dtob64() changedjm@openbsd.org1-9/+9
2019-07-17upstream: Remove ssh1 files from CLEANFILES since ssh1 no longerdtucker@openbsd.org1-4/+3
2019-07-17upstream: Update names of host key files in CLEANFILES to matchdtucker@openbsd.org1-3/+4
2019-07-16dependDamien Miller1-2/+2
2019-07-16upstream: remove mostly vestigal uuencode.[ch]; moving the only uniquedjm@openbsd.org8-188/+84
2019-07-16Hook memmem compat code into build.Darren Tucker4-0/+11