summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-02-10 22:26:51 +1100
committerDamien Miller <djm@mindrot.org>2008-02-10 22:26:51 +1100
commit3397d0e0c5820464bea4c96e91b5e02cca98330a (patch)
tree8728630b2ba57219246df3deff3e7aaf5eede432 /ChangeLog
parentaec5cf8a30c1d44a0cc2da939d39d46cd078d602 (diff)
- djm@cvs.openbsd.org 2008/01/21 17:24:30
[sftp-server.c] Remove the fixed 100 handle limit in sftp-server and allocate as many as we have available file descriptors. Patch from miklos AT szeredi.hu; ok dtucker@ markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 82b1d8024..dd8f6abea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,11 @@
49 When uploading, correctly handle the case of an unquoted filename with 49 When uploading, correctly handle the case of an unquoted filename with
50 glob metacharacters that match a file exactly but not as a glob, e.g. a 50 glob metacharacters that match a file exactly but not as a glob, e.g. a
51 file called "[abcd]". report and test cases from duncan2nd AT gmx.de 51 file called "[abcd]". report and test cases from duncan2nd AT gmx.de
52 - djm@cvs.openbsd.org 2008/01/21 17:24:30
53 [sftp-server.c]
54 Remove the fixed 100 handle limit in sftp-server and allocate as many
55 as we have available file descriptors. Patch from miklos AT szeredi.hu;
56 ok dtucker@ markus@
52 57
5320080119 5820080119
54 - (djm) Silence noice from expr in ssh-copy-id; patch from 59 - (djm) Silence noice from expr in ssh-copy-id; patch from
@@ -3577,4 +3582,4 @@
3577 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3582 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3578 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3583 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3579 3584
3580$Id: ChangeLog,v 1.4829 2008/02/10 11:26:24 djm Exp $ 3585$Id: ChangeLog,v 1.4830 2008/02/10 11:26:51 djm Exp $