diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -9,6 +9,14 @@ | |||
9 | - djm@cvs.openbsd.org 2008/07/04 23:08:25 | 9 | - djm@cvs.openbsd.org 2008/07/04 23:08:25 |
10 | [packet.c] | 10 | [packet.c] |
11 | handle EINTR in packet_write_poll()l ok dtucker@ | 11 | handle EINTR in packet_write_poll()l ok dtucker@ |
12 | - djm@cvs.openbsd.org 2008/07/04 23:30:16 | ||
13 | [auth1.c auth2.c] | ||
14 | Make protocol 1 MaxAuthTries logic match protocol 2's. | ||
15 | Do not treat the first protocol 2 authentication attempt as | ||
16 | a failure IFF it is for method "none". | ||
17 | Makes MaxAuthTries' user-visible behaviour identical for | ||
18 | protocol 1 vs 2. | ||
19 | ok dtucker@ | ||
12 | 20 | ||
13 | 20080704 | 21 | 20080704 |
14 | - (dtucker) OpenBSD CVS Sync | 22 | - (dtucker) OpenBSD CVS Sync |
@@ -4582,4 +4590,4 @@ | |||
4582 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4590 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4583 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4591 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4584 | 4592 | ||
4585 | $Id: ChangeLog,v 1.5061 2008/07/04 23:40:56 djm Exp $ | 4593 | $Id: ChangeLog,v 1.5062 2008/07/04 23:44:53 djm Exp $ |