r7270: A big revamp to the way we handle kerberos errors in Samba4. We now
commit63272794c41231b335b73e7ccf349282f295c4d2
authorAndrew Bartlett <abartlet@samba.org>
Sat, 4 Jun 2005 11:17:05 +0000 (4 11:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:34 +0000 (10 13:17 -0500)
tree346c20b3086dee7d19a98f76d74c45e785e90e20
parent2fb413355a7cd7b5cee02237d2fbff91381435e5
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
source/auth/gensec/gensec_gssapi.c
source/auth/gensec/gensec_krb5.c
source/auth/kerberos/clikrb5.c
source/auth/kerberos/config.m4
source/auth/kerberos/kerberos.h
source/auth/kerberos/kerberos_util.c
source/kdc/hdb-ldb.c
source/kdc/kdc.c
source/kdc/kdc.h