summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf-misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix signed/unsigned errors reported by clang-3.7; adddjm2016-05-021-1/+24
* 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
* New buffer API; the first installment of the conversion/replacementdjm2014-04-301-0/+127