CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/29 23:29:56
Modified files:
usr.bin/ssh : bufaux.c bufbn.c bufec.c buffer.c buffer.h
usr.bin/ssh/lib: Makefile
Added files:
usr.bin/ssh : sshbuf-getput-basic.c sshbuf-getput-crypto.c
sshbuf-misc.c sshbuf.c sshbuf.h ssherr.c
ssherr.h
Log message:
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.