]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
- djm@cvs.openbsd.org 2010/09/22 22:58:51
authorDamien Miller <djm@mindrot.org>
Fri, 24 Sep 2010 12:15:11 +0000 (22:15 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 24 Sep 2010 12:15:11 +0000 (22:15 +1000)
commit65e42f87fe945a2bf30d7e02358554dbaefa8a4c
tree102c10a0b5328a40c79dca19d208f0ca0c1671b5
parent7fe2b1fec3b364faf952828f3875b8e7eed8feb4
   - djm@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@
ChangeLog
atomicio.c
atomicio.h
misc.c
misc.h
scp.c
sftp-client.c
sftp-client.h
sftp.1
sftp.c