summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change explicit_bzero();free() to freezero()jsg2020-02-261-3/+2
* Replace all calls to signal(2) with a wrapper around sigaction(2).dtucker2020-01-231-2/+2
* make grandparent-parent-child sshbuf chains robust to use-after-freedjm2018-11-161-7/+10
* remove legacy buffer API emulation layer; ok djm@markus2018-07-091-20/+2
* unconditionally zero init size of buffer; ok markus@ deraadt@djm2017-06-011-3/+3
* Switch to recallocarray() for a few operations. Both growth and shrinkagederaadt2017-05-311-8/+8
* sshbuf_consume: reset empty buffer; ok djm@markus2017-05-261-1/+4
* split allocation out of sshbuf_reserve() into a separatedjm2016-11-251-33/+43
* Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitionsderaadt2016-09-121-4/+4
* use explicit_bzero() more liberally in the buffer code; ok deraadtdjm2016-01-121-5/+5
* Remove NULL-checks before sshbuf_free().mmcc2015-12-111-5/+3
* some more bzero->explicit_bzero, from Michael McConvilledjm2015-10-051-2/+2
* Reduce use of <sys/param.h> and transition to <limits.h> throughout.deraadt2015-01-201-2/+2
* unblock SIGSEGV before raising itderaadt2014-06-251-1/+2
* New buffer API; the first installment of the conversion/replacementdjm2014-04-301-0/+403