summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-07-13upstream: fix leaks in unit test; with this, all unit tests aredjm@openbsd.org
2018-07-13Enable leak checks for unit tests with valgrindDamien Miller
2018-07-13increase timeout to match cfgmatch.shDamien Miller
2018-07-13rm regress/misc/kexfuzz/*.o in distclean targetDamien Miller
2018-07-13repair !WITH_OPENSSL buildDamien Miller
2018-07-13missing headersDamien Miller
2018-07-12Remove key.h from portable files too.Darren Tucker
2018-07-12upstream: remove prototype to long-gone functiondjm@openbsd.org
2018-07-12upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@markus@openbsd.org
2018-07-12upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org
2018-07-12upstream: s/wuth/with/ in commentmartijn@openbsd.org
2018-07-11Include stdlib.h for declaration of free.Darren Tucker
2018-07-11VALGRIND_CHECK_LEAKS logic was backwards :(Damien Miller
2018-07-11Fix sshbuf_new error path in skey.Darren Tucker
2018-07-11Supply missing third arg in skey.Darren Tucker
2018-07-11Supply some more missing "int r" in skeyDarren Tucker
2018-07-11disable valgrind memleak checking by defaultDamien Miller
2018-07-11Supply missing "int r" in skey code.Darren Tucker
2018-07-11upstream: re-remove some pre-auth compression bitssf@openbsd.org
2018-07-10Adapt portable to legacy buffer API removalDamien Miller