summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-15 08:50:32 +1000
committerDamien Miller <djm@mindrot.org>2011-05-15 08:50:32 +1000
commit3219824f2d8b0ea1711818745b046931ffcd3918 (patch)
tree7b88e39e961a8be1ba4f6cafb8c20bfd121c253a /ChangeLog
parent555f3b856f2681b46870a66386396b49426b9719 (diff)
- djm@cvs.openbsd.org 2011/05/10 05:46:46
[authfile.c] despam debug() logs by detecting that we are trying to load a private key in key_try_load_public() and returning early; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 713798cbb..92aff179b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -62,6 +62,10 @@
62 a TTY is fatal. 62 a TTY is fatal.
63 63
64 ok markus@ 64 ok markus@
65 - djm@cvs.openbsd.org 2011/05/10 05:46:46
66 [authfile.c]
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@
65 69
6620110510 7020110510
67 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix 71 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix