diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-25 04:18:59 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-25 04:18:59 +0000 |
commit | af7388046d8238c5d50a78c5ecdc9d782dad01de (patch) | |
tree | e5ee197e6787b246b8fd90a47e37dbbc542d81d9 /ChangeLog | |
parent | f96704d4ef4c55599d9999292abc1457e8153674 (diff) |
- provos@cvs.openbsd.org 2001/06/22 21:57:59
[dh.c]
increase linebuffer to deal with larger moduli; use rewind instead of
close/open
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -25,6 +25,10 @@ | |||
25 | merge authorized_keys2 into authorized_keys. | 25 | merge authorized_keys2 into authorized_keys. |
26 | authorized_keys2 is used for backward compat. | 26 | authorized_keys2 is used for backward compat. |
27 | (just append authorized_keys2 to authorized_keys). | 27 | (just append authorized_keys2 to authorized_keys). |
28 | - provos@cvs.openbsd.org 2001/06/22 21:57:59 | ||
29 | [dh.c] | ||
30 | increase linebuffer to deal with larger moduli; use rewind instead of | ||
31 | close/open | ||
28 | 32 | ||
29 | 20010622 | 33 | 20010622 |
30 | - (stevesk) handle systems without pw_expire and pw_change. | 34 | - (stevesk) handle systems without pw_expire and pw_change. |
@@ -5709,4 +5713,4 @@ | |||
5709 | - Wrote replacements for strlcpy and mkdtemp | 5713 | - Wrote replacements for strlcpy and mkdtemp |
5710 | - Released 1.0pre1 | 5714 | - Released 1.0pre1 |
5711 | 5715 | ||
5712 | $Id: ChangeLog,v 1.1302 2001/06/25 04:17:12 mouring Exp $ | 5716 | $Id: ChangeLog,v 1.1303 2001/06/25 04:18:59 mouring Exp $ |