summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-15 03:12:08 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-15 03:12:08 +0000
commitf9452513fcf92be881809006ce3c210805d5f2ad (patch)
tree7422ff5a747a6183001292786a74b36adc9453b4 /ChangeLog
parentd8a9021f3652d8ab99d0fed2460420c3eb4e10a2 (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--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 14424b682..6ffe51708 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2420010214 2720010214
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 $