Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-03 | - (djm) [defines.h sshbuf.c] Move __predict_true|false to defines.h and | Damien Miller | |
conditionalise to avoid duplicate definition. | |||
2014-07-02 | - deraadt@cvs.openbsd.org 2014/06/25 14:16:09 | Damien Miller | |
[sshbuf.c] unblock SIGSEGV before raising it ok djm | |||
2014-05-15 | - (djm) [sshbuf.c] need __predict_false | Damien Miller | |
2014-05-15 | - (djm) [Makefile.in configure.ac sshbuf-getput-basic.c] | Damien Miller | |
[sshbuf-getput-crypto.c sshbuf.c] compilation and portability fixes | |||
2014-05-15 | - djm@cvs.openbsd.org 2014/04/30 05:29:56 | Damien Miller | |
[bufaux.c bufbn.c bufec.c buffer.c buffer.h sshbuf-getput-basic.c] [sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c sshbuf.h ssherr.c] [ssherr.h] New buffer API; the first installment of the conversion/replacement 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. |