]> git.ipfire.org Git - thirdparty/krb5.git/commit
Include preauth name in trace output if possible 746/head
authorRobbie Harwood <rharwood@redhat.com>
Thu, 15 Mar 2018 18:37:28 +0000 (14:37 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 19 Mar 2018 21:19:56 +0000 (17:19 -0400)
commit9c68fe39b018666eabe033b639c1f35d03ba51c7
tree56e9d3fe0887dea3c90c93042a1cc935467ebcc7
parent4a9050df0bc34bfb08ba24462d6e2514640f4b8e
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]

ticket: 8653 (new)
src/include/k5-trace.h
src/lib/krb5/os/t_trace.ref
src/lib/krb5/os/trace.c
src/tests/t_pkinit.py
src/tests/t_preauth.py