summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-21Update contact information for Natalie AmeryColin Watson
2019-06-21Update utimensat test.Darren Tucker
2019-06-21Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"Colin Watson
2019-06-21Work around conch interoperability failureColin Watson
2019-06-21Fix interop tests for recent regress changesColin Watson
2019-06-21Enable specific ioctl call for EP11 crypto card (s390)Eduardo Barretto
2019-06-21Allow flock and ipc syscall for s390 architectureEduardo Barretto
2019-06-21Restore reading authorized_keys2 by defaultColin Watson
2019-06-21Various Debian-specific configuration changesColin Watson
2019-06-21Add systemd readiness notification supportMichael Biebl
2019-06-21Give the ssh-askpass-gnome window a default iconVincent Untz
2019-06-21Don't check the status field of the OpenSSL versionKurt Roeckx
2019-06-21Document consequences of ssh-agent being setgid in ssh-agent(1)Colin Watson
2019-06-21Document that HashKnownHosts may break tab-completionColin Watson
2019-06-21ssh(1): Refer to ssh-argv0(1)Colin Watson
2019-06-21Adjust various OpenBSD-specific references in manual pagesColin Watson
2019-06-21Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2019-06-21Add DebianBanner server configuration optionKees Cook
2019-06-21Include the Debian version in our identificationMatthew Vernon
2019-06-21Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2019-06-21Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2019-06-21Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2019-06-21Adjust scp quoting in verbose modeNicolas Valcárcel
2019-06-21Allow harmless group-writabilityColin Watson
2019-06-21"LogLevel SILENT" compatibilityNatalie Amery
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