summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshbuf.c
AgeCommit message (Expand)Author
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