summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fallout from buffer conversion in AUDIT_EVENTS.Darren Tucker2018-07-131-2/+4
* upstream: make this use ssh_proxy rather than starting/stopping adjm@openbsd.org2018-07-131-4/+8
* upstream: fix leaks in unit test; with this, all unit tests aredjm@openbsd.org2018-07-131-1/+4
* Enable leak checks for unit tests with valgrindDamien Miller2018-07-131-5/+3
* increase timeout to match cfgmatch.shDamien Miller2018-07-131-1/+1
* rm regress/misc/kexfuzz/*.o in distclean targetDamien Miller2018-07-131-0/+1
* repair !WITH_OPENSSL buildDamien Miller2018-07-131-0/+2
* missing headersDamien Miller2018-07-132-0/+3
* Remove key.h from portable files too.Darren Tucker2018-07-126-6/+0
* upstream: remove prototype to long-gone functiondjm@openbsd.org2018-07-121-3/+1
* upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@markus@openbsd.org2018-07-123-9/+9
* upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org2018-07-1222-489/+197
* upstream: s/wuth/with/ in commentmartijn@openbsd.org2018-07-121-2/+2
* Include stdlib.h for declaration of free.Darren Tucker2018-07-111-0/+1
* VALGRIND_CHECK_LEAKS logic was backwards :(Damien Miller2018-07-112-2/+2
* Fix sshbuf_new error path in skey.Darren Tucker2018-07-111-2/+2
* Supply missing third arg in skey.Darren Tucker2018-07-111-1/+1
* Supply some more missing "int r" in skeyDarren Tucker2018-07-112-2/+3
* disable valgrind memleak checking by defaultDamien Miller2018-07-112-2/+10
* Supply missing "int r" in skey code.Darren Tucker2018-07-111-0/+1
* upstream: re-remove some pre-auth compression bitssf@openbsd.org2018-07-112-4/+3
* Adapt portable to legacy buffer API removalDamien Miller2018-07-1018-440/+561
* upstream: kerberos/gssapi fixes for buffer removaldjm@openbsd.org2018-07-105-15/+43
* upstream: buffer.[ch] and bufaux.c are no moredjm@openbsd.org2018-07-101-4/+3
* upstream: one mention of Buffer that almost got away :)djm@openbsd.org2018-07-101-2/+3
* upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@markus@openbsd.org2018-07-106-12/+12
* upstream: remove legacy buffer API emulation layer; ok djm@markus@openbsd.org2018-07-109-649/+6
* upstream: sshd: switch monitor to sshbuf API; lots of help & okmarkus@openbsd.org2018-07-103-421/+566
* upstream: sshd: switch GSSAPI to sshbuf API; ok djm@markus@openbsd.org2018-07-104-65/+86
* upstream: sshd: switch authentication to sshbuf API; ok djm@markus@openbsd.org2018-07-1012-85/+95
* upstream: sshd: switch config to sshbuf API; ok djm@markus@openbsd.org2018-07-103-44/+48
* upstream: sshd: switch loginmsg to sshbuf API; ok djm@markus@openbsd.org2018-07-107-43/+56
* upstream: ttymodes: switch to sshbuf API; ok djm@markus@openbsd.org2018-07-104-64/+81
* upstream: client: switch mux to sshbuf API; with & ok djm@markus@openbsd.org2018-07-101-414/+507
* upstream: client: switch to sshbuf API; ok djm@markus@openbsd.org2018-07-108-328/+416
* upstream: pkcs11: switch to sshbuf API; ok djm@markus@openbsd.org2018-07-101-57/+79
* upstream: Revert previous two commitssf@openbsd.org2018-07-106-14/+20
* upstream: Rename COMP_DELAYED to COMP_ZLIBsf@openbsd.org2018-07-104-12/+12
* upstream: Remove leftovers from pre-authentication compressionsf@openbsd.org2018-07-105-15/+9
* upstream: Remove unused ssh_packet_start_compression()sf@openbsd.org2018-07-103-27/+3
* Defer setting bufsiz in getdelim.Darren Tucker2018-07-061-2/+2
* Fix other callers of read_environment_file.Darren Tucker2018-07-051-2/+4
* upstream: deal with API rename: match_filter_list() =>djm@openbsd.org2018-07-041-2/+2
* upstream: exercise new expansion behaviour ofdjm@openbsd.org2018-07-041-1/+50
* upstream: add a comment that could have saved me 45 minutes of wilddjm@openbsd.org2018-07-041-1/+2
* upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSAdjm@openbsd.org2018-07-0410-67/+187
* upstream: some magic for RSA-SHA2 checksdjm@openbsd.org2018-07-041-1/+8
* dependDamien Miller2018-07-031-2/+2
* upstream: some finesse to fix RSA-SHA2 certificate authenticationdjm@openbsd.org2018-07-033-8/+12
* upstream: check correct variable; unbreak agent keysdjm@openbsd.org2018-07-031-2/+2