[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Mon May 19 14:53:33 EST 2008
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 08/05/19 14:53:33
Modified files:
. : ChangeLog sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h
Log message:
- djm at cvs.openbsd.org 2008/04/18 12:32:11
[sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h]
introduce sftp extension methods statvfs at openssh.com and
fstatvfs at openssh.com that implement statvfs(2)-like operations,
based on a patch from miklos AT szeredi.hu (bz#1399)
also add a "df" command to the sftp client that uses the
statvfs at openssh.com to produce a df(1)-like display of filesystem
space and inode utilisation
ok markus@
Diff commands:
cvs -nQq rdiff -u -r1.4910 -r1.4911 openssh/ChangeLog
cvs -nQq rdiff -u -r1.86 -r1.87 openssh/sftp-client.c
cvs -nQq rdiff -u -r1.15 -r1.16 openssh/sftp-client.h
cvs -nQq rdiff -u -r1.90 -r1.91 openssh/sftp-server.c
cvs -nQq rdiff -u -r1.61 -r1.62 openssh/sftp.1
cvs -nQq rdiff -u -r1.105 -r1.106 openssh/sftp.c
cvs -nQq rdiff -u -r1.7 -r1.8 openssh/sftp.h
CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4910;r2=1.4911
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-client.c?r1=1.86;r2=1.87
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-client.h?r1=1.15;r2=1.16
http://cvsweb.mindrot.org/index.cgi/openssh/sftp-server.c?r1=1.90;r2=1.91
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.1?r1=1.61;r2=1.62
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.c?r1=1.105;r2=1.106
http://cvsweb.mindrot.org/index.cgi/openssh/sftp.h?r1=1.7;r2=1.8
Please note that there may be a delay before commits are available
on the public CVSWeb site.
More information about the openssh-commits
mailing list