Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Include preauth name in trace output if possible

Add a {patype} trace format specifier for a single pa-type value. Add
a krb5_preauthtype to string conversion function to trace machinery
and use it when formatting {patype} or {patypes}.

[ghudson@mit.edu: wrote conversion function; edited commit message]

https://github.com/krb5/krb5/commit/9c68fe39b018666eabe033b639c1f35d03ba51c7
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 9c68fe39b018666eabe033b639c1f35d03ba51c7
Branch: master
src/include/k5-trace.h | 17 ++--
src/lib/krb5/os/t_trace.ref | 2 +-
src/lib/krb5/os/trace.c | 61 ++++++++++++-
src/tests/t_pkinit.py | 43 +++++----
src/tests/t_preauth.py | 216 +++++++++++++++++++++---------------------
5 files changed, 200 insertions(+), 139 deletions(-)