| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
include various system headers (mostly stdlib.h); include them
explicitly
|
|
|
|
|
|
|
| |
inside buffers with bounds checking. Intended to replace manual
pointer arithmetic wherever possible.
feedback and ok markus@
|
| |
|
| |
|
|
|
|
| |
ok djm@
|
|
|
|
| |
feedback and ok markus
|
|
|
|
|
| |
C99 (cf. sections 7.21.1 and 7.1.4), so check skip memcpy calls when
length==0; ok markus@
|
|
|
|
| |
ok markus@
|
|
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.
|