summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshbuf.c
AgeCommit message (Expand)Author
2017-06-01unconditionally zero init size of buffer; ok markus@ deraadt@Damien Miller
2017-05-31Switch to recallocarray() for a few operations. Both growth and shrinkageTheo de Raadt
2017-05-26sshbuf_consume: reset empty buffer; ok djm@Markus Friedl
2016-11-25split allocation out of sshbuf_reserve() into a separateDamien Miller
2016-09-12Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitionsTheo de Raadt
2016-01-12use explicit_bzero() more liberally in the buffer code; ok deraadtDamien Miller
2015-12-11Remove NULL-checks before sshbuf_free().mmcc
2015-10-05some more bzero->explicit_bzero, from Michael McConvilleDamien Miller
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2014-06-25unblock SIGSEGV before raising itTheo de Raadt
2014-04-30New buffer API; the first installment of the conversion/replacementDamien Miller