s4-krb5: propogate errors from a lot more kerberos functions
authorAndrew Tridgell <tridge@samba.org>
Thu, 25 Feb 2010 05:16:33 +0000 (16:16 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 26 Feb 2010 02:59:16 +0000 (13:59 +1100)
commit781ad038c96195031053291414a12225eb818fd9
treefaf68b7deb844b69cb7463d6c7f689ecc7248971
parentad7223b9bd31f71b8af2ae83361d7e054a433cc5
s4-krb5: propogate errors from a lot more kerberos functions

We need to be able to give sensible error messages when a kerberos
calls fails. This propogates the kerberos error up the stack to the
caller.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
13 files changed:
source4/auth/credentials/credentials.c
source4/auth/credentials/credentials.h
source4/auth/credentials/credentials_krb5.c
source4/auth/credentials/credentials_krb5.h
source4/auth/credentials/pycredentials.c
source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/gensec_krb5.c
source4/auth/kerberos/kerberos.c
source4/auth/kerberos/kerberos.h
source4/auth/kerberos/kerberos_util.c
source4/libcli/util/pyerrors.h
source4/ntvfs/ipc/vfs_ipc.c
source4/smbd/service_named_pipe.c