Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more bzero->explicit_bzero, from Michael McConville | 2015-10-05 | 1 | -5/+5 | |
| | |||||
* | correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@ | 2015-03-24 | 1 | -2/+2 | |
| | |||||
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | 2015-02-05 | 1 | -1/+2 | |
| | |||||
* | New key API: refactor key-related functions to be more library-like, | 2014-06-24 | 1 | -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/replacement | 2014-04-30 | 1 | -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. |