summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b32f93f0c..eba49fee6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2520080403 3420080403
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 $