summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-06-02 07:41:51 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-06-02 07:41:51 +1000
commit0acca3797d53d958d240c69a5f222f2aa8444858 (patch)
tree0a1e1208f2d9abed88716b9a12e091864e2f8d2d /ChangeLog
parent74836ae0fabcc1a76b9d9eacd1629c88a054b2d0 (diff)
- djm@cvs.openbsd.org 2013/05/19 02:42:42
[auth.h auth.c key.c monitor.c auth-rsa.c auth2.c auth1.c key.h] Standardise logging of supplemental information during userauth. Keys and ruser is now logged in the auth success/failure message alongside the local username, remote host/port and protocol in use. Certificates contents and CA are logged too. Pushing all logging onto a single line simplifies log analysis as it is no longer necessary to relate information scattered across multiple log entries. "I like it" markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c08e210be..d772486f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,15 @@
26 [auth2-pubkey.c] 26 [auth2-pubkey.c]
27 fix failure to recognise cert-authority keys if a key of a different type 27 fix failure to recognise cert-authority keys if a key of a different type
28 appeared in authorized_keys before it; ok markus@ 28 appeared in authorized_keys before it; ok markus@
29 - djm@cvs.openbsd.org 2013/05/19 02:42:42
30 [auth.h auth.c key.c monitor.c auth-rsa.c auth2.c auth1.c key.h]
31 Standardise logging of supplemental information during userauth. Keys
32 and ruser is now logged in the auth success/failure message alongside
33 the local username, remote host/port and protocol in use. Certificates
34 contents and CA are logged too.
35 Pushing all logging onto a single line simplifies log analysis as it is
36 no longer necessary to relate information scattered across multiple log
37 entries. "I like it" markus@
29 38
3020130529 3920130529
31 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null 40 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null