summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2018-07-04upstream: deal with API rename: match_filter_list() =>djm@openbsd.org
2018-07-04upstream: exercise new expansion behaviour ofdjm@openbsd.org
2018-07-04upstream: add a comment that could have saved me 45 minutes of wilddjm@openbsd.org
2018-07-04upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSAdjm@openbsd.org
2018-07-04upstream: some magic for RSA-SHA2 checksdjm@openbsd.org
2018-07-03dependDamien Miller
2018-07-03upstream: some finesse to fix RSA-SHA2 certificate authenticationdjm@openbsd.org
2018-07-03upstream: check correct variable; unbreak agent keysdjm@openbsd.org
2018-07-03upstream: crank version number to 7.8; needed for new compat flagdjm@openbsd.org
2018-07-03upstream: Improve strictness and control over RSA-SHA2 signaturedjm@openbsd.org