Report verbose error messages from KDC
authorGreg Hudson <ghudson@mit.edu>
Wed, 11 Mar 2009 22:14:24 +0000 (22:14 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 11 Mar 2009 22:14:24 +0000 (22:14 +0000)
commit94981dcd82488b81113a7c64707f541312a11084
treedaefe3bbccb4bdd20b390bf3f0aaf23e10820f17
parentef8186907c3d3e29260898dd484a18504ba5848e
Report verbose error messages from KDC

We were losing verbose error messages when logging from the KDC because
the context passed to krb5_klog_init did not match the realm-specific
context used for most library function calls.  Introduce a wrapper
function kdc_err which copies the error state from the call context
to the log context.  The wrapper function also knows the program name,
which removes the need to pass argv[0] around everywhere or make up
program names.

ticket: 6408
target_version: 1.7
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22079 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/do_tgs_req.c
src/kdc/kdc_preauth.c
src/kdc/kdc_util.h
src/kdc/main.c
src/kdc/network.c