summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-08-23shorten temporary SSH_REGRESS_TMP pathV_7_8_P1V_7_8Damien Miller
2018-08-23rebuild dependenciesDamien Miller
2018-08-23fix path in distclean targetDamien Miller
2018-08-23upstream: memleak introduced in r1.83; from Colin Watsondjm@openbsd.org
2018-08-22upstream: AIX reports the CODESET as "ISO8859-1" in the POSIX locale.schwarze@openbsd.org
2018-08-21 modified: openbsd-compat/port-uw.cTim Rice
2018-08-20Missing unistd.h for regress/mkdtemp.cDamien Miller
2018-08-17update version numbers in anticipation of releaseDamien Miller
2018-08-13configure: work around GCC shortcoming on CygwinCorinna Vinschen
2018-08-13cygwin: add missing stdarg.h includeCorinna Vinschen
2018-08-13upstream: revert compat.[ch] section of the following change. Itdjm@openbsd.org
2018-08-13upstream: better diagnosics on alg list assembly errors; okdjm@openbsd.org
2018-08-11Some AIX fixes; report from Michael FeltDamien Miller
2018-08-10upstream: The script that cooks up PuTTY format host keys does notdtucker@openbsd.org
2018-08-10upstream: improvedjm@openbsd.org
2018-08-10upstream: Describe pubkey format, prompted by bz#2853djm@openbsd.org
2018-08-10upstream: fix numberingdjm@openbsd.org
2018-08-08upstream: Use new private key format by default. This format isdjm@openbsd.org
2018-08-06upstream: invalidate dh->priv_key after freeing it in error path;djm@openbsd.org
2018-07-31upstream: delay bailout for invalid authenticdjm@openbsd.org
2018-07-31upstream: fix some memory leaks spotted by Coverity via Jakub Jelendjm@openbsd.org
2018-07-31Remove support for S/KeyDamien Miller
2018-07-31upstream: avoid expensive channel_open_message() calls; ok djm@markus@openbsd.org
2018-07-31upstream: Now that ssh can't be setuid, remove thedtucker@openbsd.org
2018-07-31upstream: Remove uid checks from low port binds. Now that sshdtucker@openbsd.org
2018-07-27upstream: ssh(1) no longer supports being setuid root. Remove referencedtucker@openbsd.org
2018-07-27correct snprintf truncation check in closefrom()Damien Miller
2018-07-27Include stdarg.h in mkdtemp for va_list.Darren Tucker
2018-07-26upstream: Don't redefine Makefile choices which come correct fromderaadt@openbsd.org
2018-07-26upstream: fix indent; Clemens Goessnitzerderaadt@openbsd.org
2018-07-26upstream: Use the caller provided (copied) pwent struct inbeck@openbsd.org
2018-07-26upstream: oops, failed to notice that SEE ALSO got messed up;jmc@openbsd.org
2018-07-26upstream: Point to glob in section 7 for the actual list of specialkn@openbsd.org
2018-07-26upstream: Switch authorized_keys example from ssh-dss to ssh-rsadtucker@openbsd.org
2018-07-20upstream: slightly-clearer description for AuthenticationMethods - thedjm@openbsd.org
2018-07-20Create control sockets in clean temp directoriesDamien Miller
2018-07-20upstream: remove unused zlib.hdjm@openbsd.org
2018-07-20upstream: Fix typo in comment. From Alexandru Iacob via github.dtucker@openbsd.org
2018-07-20Explicitly include openssl before zlib.Darren Tucker
2018-07-19upstream: Deprecate UsePrivilegedPort now that support for runningdtucker@openbsd.org
2018-07-19upstream: Remove support for running ssh(1) setuid and fatal ifdtucker@openbsd.org
2018-07-19upstream: Slot 0 in the hostbased key array was previously RSA1,dtucker@openbsd.org
2018-07-19upstream: Remove support for loading HostBasedAuthentication keysdtucker@openbsd.org
2018-07-16upstream: keep options.identity_file_userprovided array in sync when wedjm@openbsd.org
2018-07-16upstream: memleak in unittest; found by valgrinddjm@openbsd.org
2018-07-16upstream: memleaks; found by valgrinddjm@openbsd.org
2018-07-14Undef a few new macros in sys-queue.h.Darren Tucker
2018-07-13Include unistd.h for geteuid declaration.Darren Tucker
2018-07-13Fallout from buffer conversion in AUDIT_EVENTS.Darren Tucker
2018-07-13upstream: make this use ssh_proxy rather than starting/stopping adjm@openbsd.org