diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 07:06:12 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 07:06:12 +0000 |
commit | cb80bdf6d5c2e232e751187f86b6fa68d959fcf9 (patch) | |
tree | 80f9aeeaee91b4edee54ef575b5d993a7c469e87 /ChangeLog | |
parent | c1e0421cb407724277dc08ab74fff26f3ee7569c (diff) |
- millert@cvs.openbsd.org 2001/03/03 21:40:30
[sftp-server.c]
Dynamically allocate fd_set; deraadt@ OK
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -128,6 +128,9 @@ | |||
128 | [ssh-keyscan.c] | 128 | [ssh-keyscan.c] |
129 | Dynamically allocate read_wait and its copies. Since maxfd is | 129 | Dynamically allocate read_wait and its copies. Since maxfd is |
130 | based on resource limits it is often (usually?) larger than FD_SETSIZE. | 130 | based on resource limits it is often (usually?) larger than FD_SETSIZE. |
131 | - millert@cvs.openbsd.org 2001/03/03 21:40:30 | ||
132 | [sftp-server.c] | ||
133 | Dynamically allocate fd_set; deraadt@ OK | ||
131 | 134 | ||
132 | 20010304 | 135 | 20010304 |
133 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. | 136 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. |
@@ -4320,4 +4323,4 @@ | |||
4320 | - Wrote replacements for strlcpy and mkdtemp | 4323 | - Wrote replacements for strlcpy and mkdtemp |
4321 | - Released 1.0pre1 | 4324 | - Released 1.0pre1 |
4322 | 4325 | ||
4323 | $Id: ChangeLog,v 1.890 2001/03/05 07:04:38 mouring Exp $ | 4326 | $Id: ChangeLog,v 1.891 2001/03/05 07:06:12 mouring Exp $ |