summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf-misc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some more bzero->explicit_bzero, from Michael McConvilledjm2015-10-051-5/+5
|
* correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@markus2015-03-241-2/+2
|
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-1/+2
|
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-5/+11
| | | | | | | | | existing API is offered as a set of wrappers. with and ok markus@ Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew Dempsky and Ron Bowes for a detailed review a few months ago.
* New buffer API; the first installment of the conversion/replacementdjm2014-04-301-0/+127
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.