summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-12upstream: allow key revocation by SHA256 hash and allow ssh-keygendjm@openbsd.org
2018-09-12upstream: log certificate fingerprint in authenticationdjm@openbsd.org
2018-09-09upstream: Add FALLTHROUGH comments where appropriate. Patch fromdtucker@openbsd.org
2018-09-09upstream: ssh -MM requires confirmation for all operations thatdjm@openbsd.org
2018-09-09upstream: fix misplaced parenthesis inside if-clause. it's harmlessmestre@openbsd.org
2018-09-09upstream: fix build with DEBUG_PK enabledmestre@openbsd.org
2018-09-07Handle ngroups>_SC_NGROUPS_MAX.Darren Tucker
2018-09-07Initial len for the fmt=NULL case.Darren Tucker
2018-09-07Include stdlib.h.Darren Tucker
2018-08-27document some more regress control env variablesDamien Miller
2018-08-23shorten temporary SSH_REGRESS_TMP pathDamien 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