diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-15 03:12:08 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-15 03:12:08 +0000 |
commit | f9452513fcf92be881809006ce3c210805d5f2ad (patch) | |
tree | 7422ff5a747a6183001292786a74b36adc9453b4 /ChangeLog | |
parent | d8a9021f3652d8ab99d0fed2460420c3eb4e10a2 (diff) |
- deraadt@cvs.openbsd.org 2001/02/12 22:56:09
[clientloop.c packet.c ssh-keyscan.c]
deal with EAGAIN/EINTR selects which were skipped
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,6 +20,9 @@ | |||
20 | ssh-keygen.c sshd.8] | 20 | ssh-keygen.c sshd.8] |
21 | PermitRootLogin={yes,without-password,forced-commands-only,no} | 21 | PermitRootLogin={yes,without-password,forced-commands-only,no} |
22 | (before this change, root could login even if PermitRootLogin==no) | 22 | (before this change, root could login even if PermitRootLogin==no) |
23 | - deraadt@cvs.openbsd.org 2001/02/12 22:56:09 | ||
24 | [clientloop.c packet.c ssh-keyscan.c] | ||
25 | deal with EAGAIN/EINTR selects which were skipped | ||
23 | 26 | ||
24 | 20010214 | 27 | 20010214 |
25 | - (djm) Don't try to close PAM session or delete credentials if the | 28 | - (djm) Don't try to close PAM session or delete credentials if the |
@@ -3948,4 +3951,4 @@ | |||
3948 | - Wrote replacements for strlcpy and mkdtemp | 3951 | - Wrote replacements for strlcpy and mkdtemp |
3949 | - Released 1.0pre1 | 3952 | - Released 1.0pre1 |
3950 | 3953 | ||
3951 | $Id: ChangeLog,v 1.764 2001/02/15 03:08:27 mouring Exp $ | 3954 | $Id: ChangeLog,v 1.765 2001/02/15 03:12:08 mouring Exp $ |