]> git.decadent.org.uk Git - nfs-utils.git/commit
Improve debugging in svcgssd nfs-utils-1-2-4-rc5
authorSteve Dickson <steved@redhat.com>
Fri, 14 Jan 2011 15:12:28 +0000 (10:12 -0500)
committerSteve Dickson <steved@redhat.com>
Fri, 14 Jan 2011 15:12:28 +0000 (10:12 -0500)
commit544ed73d5ab27c1390833d5cf93b9585c151667d
treeaa11fd72454bf2506cae67cc7c75d5ec6dc17473
parent57be18b9ab08148a1cc9d5af588119885720be8b
Improve debugging in svcgssd

Added in gss_display_error() which translates the GSS error into the
actual GSS macro name. Currently only the translation of these errors
are logged. Since those translations are buried deep in the kerberos
library code, having the actual GSS macro name makes it easier to
follow the code.

Moved the nfs4_init_name_mapping() call into main() so if debug is
enabled the DNS name and realms will be logged during start up.

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/gss_util.c
utils/gssd/svcgssd.c
utils/gssd/svcgssd_proc.c