CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/05/18 20:42:42
Modified files:
usr.bin/ssh : auth-rsa.c auth.c auth.h auth1.c auth2.c key.c
key.h monitor.c
Log message:
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@