diff options
author | Damien Miller <djm@mindrot.org> | 2008-05-19 14:53:33 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-05-19 14:53:33 +1000 |
commit | d671e5a978efd5ba949d3fdcd03f728dcd68c636 (patch) | |
tree | f63127fe29690fbe2c00f7b50d7807dc24288e29 /ChangeLog | |
parent | 354c48c641e7fbdc273ee8e1239ff71d73a1ec3e (diff) |
- djm@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@openssh.com and
fstatvfs@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@openssh.com to produce a df(1)-like display of filesystem
space and inode utilisation
ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -21,6 +21,15 @@ | |||
21 | Use arc4random_uniform() when the desired random number upper bound | 21 | Use arc4random_uniform() when the desired random number upper bound |
22 | is not a power of two | 22 | is not a power of two |
23 | ok deraadt@ millert@ | 23 | ok deraadt@ millert@ |
24 | - djm@cvs.openbsd.org 2008/04/18 12:32:11 | ||
25 | [sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h] | ||
26 | introduce sftp extension methods statvfs@openssh.com and | ||
27 | fstatvfs@openssh.com that implement statvfs(2)-like operations, | ||
28 | based on a patch from miklos AT szeredi.hu (bz#1399) | ||
29 | also add a "df" command to the sftp client that uses the | ||
30 | statvfs@openssh.com to produce a df(1)-like display of filesystem | ||
31 | space and inode utilisation | ||
32 | ok markus@ | ||
24 | 33 | ||
25 | 20080403 | 34 | 20080403 |
26 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- | 35 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- |
@@ -3881,4 +3890,4 @@ | |||
3881 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3890 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3882 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3891 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3883 | 3892 | ||
3884 | $Id: ChangeLog,v 1.4910 2008/05/19 04:50:00 djm Exp $ | 3893 | $Id: ChangeLog,v 1.4911 2008/05/19 04:53:33 djm Exp $ |