commit | 0b4d48ba74cca40e983d96ba13e66908cf5b5666 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sat Jul 05 09:44:53 2008 +1000 |
committer | Damien Miller <djm@mindrot.org> | Sat Jul 05 09:44:53 2008 +1000 |
tree | 6f73ac31ec892638ce9a3a4ce4784549674dda62 | |
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@