[openssh-commits] CVS: fuyu.mindrot.org: openssh

Damien Miller djm at fuyu.mindrot.org
Thu May 15 14:33:44 EST 2014


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 14/05/15 14:33:44

Modified files:
    .               : ChangeLog bufaux.c bufbn.c bufec.c buffer.c buffer.h
Added files:
    .               : sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c sshbuf.h ssherr.c ssherr.h

Log message:
   - djm at cvs.openbsd.org 2014/04/30 05:29:56
     [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.

Diff commands:
cvs -nQq rdiff -u -r1.6808 -r1.6809 openssh/ChangeLog
cvs -nQq rdiff -u -r1.65 -r1.66 openssh/bufaux.c
cvs -nQq rdiff -u -r1.11 -r1.12 openssh/bufbn.c
cvs -nQq rdiff -u -r1.5 -r1.6 openssh/bufec.c
cvs -nQq rdiff -u -r1.35 -r1.36 openssh/buffer.c
cvs -nQq rdiff -u -r1.25 -r1.26 openssh/buffer.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6808;r2=1.6809&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/bufaux.c?r1=1.65;r2=1.66&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/bufbn.c?r1=1.11;r2=1.12&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/bufec.c?r1=1.5;r2=1.6&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/buffer.c?r1=1.35;r2=1.36&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/buffer.h?r1=1.25;r2=1.26&view=patch

Please note that there may be a delay before commits are available
on the public ViewVC site.


More information about the openssh-commits mailing list