summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | ok djm markus
* unblock SIGSEGV before raising itderaadt2014-06-251-1/+2
| | | | ok djm
* New buffer API; the first installment of the conversion/replacementdjm2014-04-301-0/+403
of OpenSSH's internals to make them usable as a standalone library. This includes a set of wrappers to make it compatible with the existing buffer API so replacement can occur incrementally. With and ok markus@ Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew Dempsky and Ron Bowes for a detailed review.