r7270: A big revamp to the way we handle kerberos errors in Samba4. We now
authorAndrew Bartlett <abartlet@samba.org>
Sat, 4 Jun 2005 11:17:05 +0000 (11:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:34 +0000 (13:17 -0500)
commitd26f46f72c4149cbe404ef23a43a76d7605edc96
treea8abad4aa2dcab5114469094d522153657a691d0
parent8cd92242b9f247630e17d396014f6f671f577f4c
r7270: A big revamp to the way we handle kerberos errors in Samba4.  We now
fill in the function pointers to handle the logging, and catch all the
kerberos warnings. (Currently at level 3).

To avoid a memory leak, this requries a new function: krb5_freelog(),
which I've added to lorikeet/heimdal.

This also required a revamp to how we handle the krb5_context, so as
to make it easier to handle with talloc destructors.

Andrew Bartlett
(This used to be commit 63272794c41231b335b73e7ccf349282f295c4d2)
source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/gensec_krb5.c
source4/auth/kerberos/clikrb5.c
source4/auth/kerberos/config.m4
source4/auth/kerberos/kerberos.h
source4/auth/kerberos/kerberos_util.c
source4/kdc/hdb-ldb.c
source4/kdc/kdc.c
source4/kdc/kdc.h