summaryrefslogtreecommitdiffstats
path: root/PROTOCOL.chacha20poly1305 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-12upstream: print explicit "not modified" message if a file wasdjm@openbsd.org1-3/+6
2019-07-12upstream: Fix a typo and make <esc><right> move right to thetb@openbsd.org1-2/+2
2019-07-10fix typo that prevented detection of Linux VRFDamien Miller1-1/+1
2019-07-09upstream: cap the number of permiopen/permitlisten directives we'redjm@openbsd.org2-3/+6
2019-07-08Move log.h include inside ifdefs.Darren Tucker1-2/+2
2019-07-08Include log.h for debug() and friends.Darren Tucker1-0/+2
2019-07-08sftp-realpath.c needs includes.hDamien Miller1-0/+2
2019-07-08remove realpath() compat replacementDamien Miller7-277/+3
2019-07-08upstream: Remove some set but never used variables. ok daraadt@dtucker@openbsd.org5-18/+12
2019-07-08upstream: still compile uuencode.c, unbreaks buildderaadt@openbsd.org1-0/+1
2019-07-08upstream: revert header removal that snuck into previousdjm@openbsd.org1-1/+2
2019-07-08upstream: add a local implementation of BSD realpath() fordjm@openbsd.org4-6/+231
2019-07-06Add prototype for strnlen to prevent warnings.Darren Tucker1-0/+4
2019-07-06Cast *ID types to unsigned long when printing.Darren Tucker2-8/+8
2019-07-06Add prototype for compat strndup.(bz#3032).Darren Tucker1-0/+4
2019-07-06Add missing bracket in EGD seeding code.Darren Tucker1-3/+4
2019-07-05upstream: Add (recently added) rsa_oldfmt to CLEANFILES.dtucker@openbsd.org1-1/+2
2019-07-05upstream: Adapt the PuTTY/Conch tests to new key names.dtucker@openbsd.org2-8/+8
2019-07-05upstream: Add a sleep to allow forwards to come up.dtucker@openbsd.org1-1/+7
2019-07-05Remove nc stderr redirection to resync w/OpenBSD.Darren Tucker1-1/+1
2019-07-05Do not fatal on failed lookup of group "tty".Darren Tucker1-1/+1
2019-07-05upstream: fatal() if getgrnam() cannot find "tty"deraadt@openbsd.org1-1/+3
2019-07-05upstream: stat() returns precisely -1 to indicate errorderaadt@openbsd.org1-2/+2
2019-07-05upstream: snprintf/vsnprintf return < 0 on error, rather than -1.deraadt@openbsd.org1-2/+2
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org31-249/+249
2019-07-02upstream: asprintf returns -1, not an arbitrary value < 0. Alsoderaadt@openbsd.org1-2/+2
2019-06-28upstream: oops, from asouderaadt@openbsd.org1-2/+2
2019-06-28upstream: Some asprintf() calls were checked < 0, rather than thederaadt@openbsd.org4-14/+14
2019-06-28upstream: fix NULL deference (bzero) on errdjm@openbsd.org1-2/+2
2019-06-27Update README doc to include missing test casesJitendra Sharma1-14/+65
2019-06-27upstream: Remove unneeded unlink of xauthfile odtucker@openbsd.org1-2/+1
2019-06-23upstream: fix mismatch proto/decl from key shielding change; spotteddjm@openbsd.org1-2/+2
2019-06-21upstream: adapt for key shielding API changes (const removal)djm@openbsd.org1-3/+3
2019-06-21upstream: Add protection for private keys at rest in RAM againstdjm@openbsd.org11-41/+324
2019-06-21upstream: print the correct AuthorizedPrincipalsCommand rather thandjm@openbsd.org1-3/+3
2019-06-21upstream: from tim: - for reput, it is remote-path which isjmc@openbsd.org2-22/+30
2019-06-19upstream: check for convtime() refusing to accept times thatdjm@openbsd.org1-1/+3
2019-06-19upstream: Add unit tests for user@host and URI parsing.dtucker@openbsd.org1-2/+2
2019-06-19upstream: Add tests for sshd -T -C with Match.dtucker@openbsd.org1-3/+46
2019-06-16Include stdio.h for vsnprintf.Darren Tucker1-0/+1
2019-06-14upstream rev 1.27: fix integer overflow.Darren Tucker1-2/+2
2019-06-14upstream rev 1.25: add DEF_WEAK.Darren Tucker1-1/+6
2019-06-14upstream rev 1.25: add sys/types.hDarren Tucker1-2/+2
2019-06-14upstream: Use explicit_bzero instead of memsetDarren Tucker1-2/+2
2019-06-14upstream: slightly more instructive error message when the userdjm@openbsd.org1-3/+6
2019-06-14upstream: process agent requests for RSA certificate private keys usingdjm@openbsd.org1-1/+6
2019-06-14upstream: for public key authentication, check AuthorizedKeysFilesdjm@openbsd.org1-11/+18
2019-06-14upstream: if passed a bad fd, log what it wasdjm@openbsd.org1-2/+2
2019-06-14upstream: Hostname->HostName cleanup; from lauri tirkkonen okjmc@openbsd.org7-22/+22
2019-06-14upstream: deraadt noticed some inconsistency in the way we denotejmc@openbsd.org2-10/+10