summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-06-26 09:39:25 +1000
committerDamien Miller <djm@mindrot.org>2010-06-26 09:39:25 +1000
commit48147d6801be6b9158c4bcedce6c67b0d591d642 (patch)
tree956720951083943f0519dcb0e3abec1036c4c1b3 /ChangeLog
parentba3420acd2aceae99aa317ef539b85b047aa6c86 (diff)
- djm@cvs.openbsd.org 2010/06/22 04:49:47
[auth.c] queue auth debug messages for bad ownership or permissions on the user's keyfiles. These messages will be sent after the user has successfully authenticated (where our client will display them with LogLevel=debug).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc7ac30c..556e29fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,11 @@
standardise error messages when attempting to open private key
files to include "progname: filename: error reason"
bz#1783; ok dtucker@
+ - djm@cvs.openbsd.org 2010/06/22 04:49:47
+ [auth.c]
+ queue auth debug messages for bad ownership or permissions on the user's
+ keyfiles. These messages will be sent after the user has successfully
+ authenticated (where our client will display them with LogLevel=debug).
20100622
- (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512