summaryrefslogtreecommitdiff
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 fc7ac30ce..556e29fe5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,11 @@
36 standardise error messages when attempting to open private key 36 standardise error messages when attempting to open private key
37 files to include "progname: filename: error reason" 37 files to include "progname: filename: error reason"
38 bz#1783; ok dtucker@ 38 bz#1783; ok dtucker@
39 - djm@cvs.openbsd.org 2010/06/22 04:49:47
40 [auth.c]
41 queue auth debug messages for bad ownership or permissions on the user's
42 keyfiles. These messages will be sent after the user has successfully
43 authenticated (where our client will display them with LogLevel=debug).
39 44
4020100622 4520100622
41 - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512 46 - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512