summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:04:38 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:04:38 +0000
commitc1e0421cb407724277dc08ab74fff26f3ee7569c (patch)
tree094686a4cf6d3cfa23d6a84ab459e99c8785eecf /ChangeLog
parentd20b855bc6b7634575beeec572cdbdc57504d6a8 (diff)
- millert@cvs.openbsd.org 2001/03/03 21:19:41
[ssh-keyscan.c] Dynamically allocate read_wait and its copies. Since maxfd is based on resource limits it is often (usually?) larger than FD_SETSIZE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 91264a4b7..512343f7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -124,6 +124,10 @@
124 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12 124 - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
125 [ssh-keyscan.c] 125 [ssh-keyscan.c]
126 standard theo sweep 126 standard theo sweep
127 - millert@cvs.openbsd.org 2001/03/03 21:19:41
128 [ssh-keyscan.c]
129 Dynamically allocate read_wait and its copies. Since maxfd is
130 based on resource limits it is often (usually?) larger than FD_SETSIZE.
127 131
12820010304 13220010304
129 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. 133 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
@@ -4316,4 +4320,4 @@
4316 - Wrote replacements for strlcpy and mkdtemp 4320 - Wrote replacements for strlcpy and mkdtemp
4317 - Released 1.0pre1 4321 - Released 1.0pre1
4318 4322
4319$Id: ChangeLog,v 1.889 2001/03/05 07:01:18 mouring Exp $ 4323$Id: ChangeLog,v 1.890 2001/03/05 07:04:38 mouring Exp $