summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-15 08:51:05 +1000
committerDamien Miller <djm@mindrot.org>2011-05-15 08:51:05 +1000
commit7c1b2c4ea8a5d06908dda3f8e406b902b81fe905 (patch)
treed4feec6013425aa759cb0e0d4863de23c8cc2997 /ChangeLog
parent3219824f2d8b0ea1711818745b046931ffcd3918 (diff)
- djm@cvs.openbsd.org 2011/05/11 04:47:06
[auth.c auth.h auth2-pubkey.c pathnames.h servconf.c servconf.h] remove support for authorized_keys2; it is a relic from the early days of protocol v.2 support and has been undocumented for many years; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92aff179b..288a202cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -66,6 +66,11 @@
66 [authfile.c] 66 [authfile.c]
67 despam debug() logs by detecting that we are trying to load a private key 67 despam debug() logs by detecting that we are trying to load a private key
68 in key_try_load_public() and returning early; ok markus@ 68 in key_try_load_public() and returning early; ok markus@
69 - djm@cvs.openbsd.org 2011/05/11 04:47:06
70 [auth.c auth.h auth2-pubkey.c pathnames.h servconf.c servconf.h]
71 remove support for authorized_keys2; it is a relic from the early days
72 of protocol v.2 support and has been undocumented for many years;
73 ok markus@
69 74
7020110510 7520110510
71 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix 76 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix