summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-07-10upstream: kerberos/gssapi fixes for buffer removaldjm@openbsd.org
2018-07-10upstream: buffer.[ch] and bufaux.c are no moredjm@openbsd.org
2018-07-10upstream: one mention of Buffer that almost got away :)djm@openbsd.org
2018-07-10upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@markus@openbsd.org
2018-07-10upstream: remove legacy buffer API emulation layer; ok djm@markus@openbsd.org
2018-07-10upstream: sshd: switch monitor to sshbuf API; lots of help & okmarkus@openbsd.org
2018-07-10upstream: sshd: switch GSSAPI to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: sshd: switch authentication to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: sshd: switch config to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: sshd: switch loginmsg to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: ttymodes: switch to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: client: switch mux to sshbuf API; with & ok djm@markus@openbsd.org
2018-07-10upstream: client: switch to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: pkcs11: switch to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: Revert previous two commitssf@openbsd.org
2018-07-10upstream: Rename COMP_DELAYED to COMP_ZLIBsf@openbsd.org
2018-07-10upstream: Remove leftovers from pre-authentication compressionsf@openbsd.org
2018-07-10upstream: Remove unused ssh_packet_start_compression()sf@openbsd.org
2018-07-06Defer setting bufsiz in getdelim.Darren Tucker
2018-07-05Fix other callers of read_environment_file.Darren Tucker