summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-06-28upstream: Some asprintf() calls were checked < 0, rather than thederaadt@openbsd.org
2019-06-28upstream: fix NULL deference (bzero) on errdjm@openbsd.org
2019-06-27Update README doc to include missing test casesJitendra Sharma
2019-06-27upstream: Remove unneeded unlink of xauthfile odtucker@openbsd.org
2019-06-23upstream: fix mismatch proto/decl from key shielding change; spotteddjm@openbsd.org
2019-06-21upstream: adapt for key shielding API changes (const removal)djm@openbsd.org
2019-06-21upstream: Add protection for private keys at rest in RAM againstdjm@openbsd.org
2019-06-21upstream: print the correct AuthorizedPrincipalsCommand rather thandjm@openbsd.org
2019-06-21upstream: from tim: - for reput, it is remote-path which isjmc@openbsd.org
2019-06-19upstream: check for convtime() refusing to accept times thatdjm@openbsd.org
2019-06-19upstream: Add unit tests for user@host and URI parsing.dtucker@openbsd.org
2019-06-19upstream: Add tests for sshd -T -C with Match.dtucker@openbsd.org
2019-06-16Include stdio.h for vsnprintf.Darren Tucker
2019-06-14upstream rev 1.27: fix integer overflow.Darren Tucker
2019-06-14upstream rev 1.25: add DEF_WEAK.Darren Tucker
2019-06-14upstream rev 1.25: add sys/types.hDarren Tucker
2019-06-14upstream: Use explicit_bzero instead of memsetDarren Tucker
2019-06-14upstream: slightly more instructive error message when the userdjm@openbsd.org
2019-06-14upstream: process agent requests for RSA certificate private keys usingdjm@openbsd.org
2019-06-14upstream: for public key authentication, check AuthorizedKeysFilesdjm@openbsd.org
2019-06-14upstream: if passed a bad fd, log what it wasdjm@openbsd.org
2019-06-14upstream: Hostname->HostName cleanup; from lauri tirkkonen okjmc@openbsd.org
2019-06-14upstream: deraadt noticed some inconsistency in the way we denotejmc@openbsd.org
2019-06-14upstream: consistent lettering for "HostName" keyword; from laurijmc@openbsd.org
2019-06-08Typo fixes in error messages.Darren Tucker
2019-06-08upstream: Typo and spelling fixes in comments and error messages.dtucker@openbsd.org
2019-06-08Include missed bits from previous sync.Darren Tucker
2019-06-08upstream: Check for user@host when parsing sftp target. Thisdtucker@openbsd.org
2019-06-08upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org
2019-06-08upstream: fix ssh-keysign fd handling problem introduced in r1.304djm@openbsd.org
2019-06-08upstream: Make the standard output messages of both methods oflum@openbsd.org
2019-06-08Always clean up before and after utimensat test.Darren Tucker
2019-06-07Update utimensat test.Darren Tucker
2019-06-07Have pthread_create return errno on failure.Darren Tucker
2019-06-07pthread_create(3) returns positive values on failure.Elliott Hughes
2019-06-05allow s390 specific ioctl for ecc hardware supportHarald Freudenberger