summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-26change explicit_bzero();free() to freezero()jsg1-3/+2
2020-01-23Replace all calls to signal(2) with a wrapper around sigaction(2).dtucker1-2/+2
2018-11-16make grandparent-parent-child sshbuf chains robust to use-after-freedjm1-7/+10
2018-07-09remove legacy buffer API emulation layer; ok djm@markus1-20/+2
2017-06-01unconditionally zero init size of buffer; ok markus@ deraadt@djm1-3/+3
2017-05-31Switch to recallocarray() for a few operations. Both growth and shrinkagederaadt1-8/+8
2017-05-26sshbuf_consume: reset empty buffer; ok djm@markus1-1/+4
2016-11-25split allocation out of sshbuf_reserve() into a separatedjm1-33/+43
2016-09-12Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitionsderaadt1-4/+4
2016-01-12use explicit_bzero() more liberally in the buffer code; ok deraadtdjm1-5/+5
2015-12-11Remove NULL-checks before sshbuf_free().mmcc1-5/+3
2015-10-05some more bzero->explicit_bzero, from Michael McConvilledjm1-2/+2
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.deraadt1-2/+2
2014-06-25unblock SIGSEGV before raising itderaadt1-1/+2
2014-04-30New buffer API; the first installment of the conversion/replacementdjm1-0/+403