diff options
author | Damien Miller <djm@mindrot.org> | 2008-07-05 09:44:53 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-07-05 09:44:53 +1000 |
commit | 0b4d48ba74cca40e983d96ba13e66908cf5b5666 (patch) | |
tree | 6f73ac31ec892638ce9a3a4ce4784549674dda62 /ChangeLog | |
parent | d874fa517be97bdd57b631fd409c337761f1ab46 (diff) |
- djm@cvs.openbsd.org 2008/07/04 23:30:16
[auth1.c auth2.c]
Make protocol 1 MaxAuthTries logic match protocol 2's.
Do not treat the first protocol 2 authentication attempt as
a failure IFF it is for method "none".
Makes MaxAuthTries' user-visible behaviour identical for
protocol 1 vs 2.
ok dtucker@
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 $ |