Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more bzero->explicit_bzero, from Michael McConville | 2015-10-05 | 1 | -2/+2 | |
| | |||||
* | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | 2015-01-20 | 1 | -2/+2 | |
| | | | | ok djm markus | ||||
* | unblock SIGSEGV before raising it | 2014-06-25 | 1 | -1/+2 | |
| | | | | ok djm | ||||
* | New buffer API; the first installment of the conversion/replacement | 2014-04-30 | 1 | -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. |