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