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

Damien Miller djm at fuyu.mindrot.org
Fri Sep 24 22:15:11 EST 2010


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 10/09/24 22:15:11

Modified files:
    .               : ChangeLog atomicio.c atomicio.h misc.c misc.h scp.c sftp-client.c sftp-client.h sftp.1 sftp.c

Log message:
   - djm at cvs.openbsd.org 2010/09/22 22:58:51
     [atomicio.c atomicio.h misc.c misc.h scp.c sftp-client.c]
     [sftp-client.h sftp.1 sftp.c]
     add an option per-read/write callback to atomicio

     factor out bandwidth limiting code from scp(1) into a generic bandwidth
     limiter that can be attached using the atomicio callback mechanism

     add a bandwidth limit option to sftp(1) using the above
     "very nice" markus@

Diff commands:
cvs -nQq rdiff -u -r1.5679 -r1.5680 openssh/ChangeLog
cvs -nQq rdiff -u -r1.39 -r1.40 openssh/atomicio.c
cvs -nQq rdiff -u -r1.10 -r1.11 openssh/atomicio.h
cvs -nQq rdiff -u -r1.104 -r1.105 openssh/misc.c
cvs -nQq rdiff -u -r1.47 -r1.48 openssh/misc.h
cvs -nQq rdiff -u -r1.184 -r1.185 openssh/scp.c
cvs -nQq rdiff -u -r1.103 -r1.104 openssh/sftp-client.c
cvs -nQq rdiff -u -r1.18 -r1.19 openssh/sftp-client.h
cvs -nQq rdiff -u -r1.81 -r1.82 openssh/sftp.1
cvs -nQq rdiff -u -r1.136 -r1.137 openssh/sftp.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5679;r2=1.5680&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/atomicio.c?r1=1.39;r2=1.40&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/atomicio.h?r1=1.10;r2=1.11&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.c?r1=1.104;r2=1.105&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.h?r1=1.47;r2=1.48&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/scp.c?r1=1.184;r2=1.185&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp-client.c?r1=1.103;r2=1.104&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp-client.h?r1=1.18;r2=1.19&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp.1?r1=1.81;r2=1.82&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp.c?r1=1.136;r2=1.137&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