diff options
author | Damien Miller <djm@mindrot.org> | 2011-05-05 14:04:11 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-05-05 14:04:11 +1000 |
commit | 3fcdfd55a3a3a16342a4f110f2dc1ba998526e47 (patch) | |
tree | 196bccd2c94acf3023ec513cf0ebe6cf40d215b0 /ChangeLog | |
parent | f22019bdbfb986daf24428a9d37f9fe9bb3ff7ad (diff) |
- OpenBSD CVS Sync
- djm@cvs.openbsd.org 2011/03/10 02:52:57
[auth2-gss.c auth2.c]
allow GSSAPI authentication to detect when a server-side failure causes
authentication failure and don't count such failures against MaxAuthTries;
bz#1244 from simon AT sxw.org.uk; ok markus@ before lock
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ | |||
8 | [regress/README.regress] Remove ssh-rand-helper and all its | 8 | [regress/README.regress] Remove ssh-rand-helper and all its |
9 | tentacles. PRNGd seeding has been rolled into entropy.c directly. | 9 | tentacles. PRNGd seeding has been rolled into entropy.c directly. |
10 | Thanks to tim@ for testing on affected platforms. | 10 | Thanks to tim@ for testing on affected platforms. |
11 | - OpenBSD CVS Sync | ||
12 | - djm@cvs.openbsd.org 2011/03/10 02:52:57 | ||
13 | [auth2-gss.c auth2.c] | ||
14 | allow GSSAPI authentication to detect when a server-side failure causes | ||
15 | authentication failure and don't count such failures against MaxAuthTries; | ||
16 | bz#1244 from simon AT sxw.org.uk; ok markus@ before lock | ||
11 | 17 | ||
12 | 20110221 | 18 | 20110221 |
13 | - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the | 19 | - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the |