r9728: A *major* update to the credentials system, to incorporate the
authorAndrew Bartlett <abartlet@samba.org>
Mon, 29 Aug 2005 04:30:22 +0000 (04:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:54 +0000 (13:34 -0500)
commit24186a80eb4887b5fb3e72e4b877b456cbe8e35f
tree4f5b7d9147ec0b450ca0da5023113c8c5aad2182
parent1a316fd8c50e501b5d69bb47ff5d1d483b02b04e
r9728: A *major* update to the credentials system, to incorporate the
Kerberos CCACHE into the system.

This again allows the use of the system ccache when no username is
specified, and brings more code in common between gensec_krb5 and
gensec_gssapi.

It also has a side-effect that may (or may not) be expected: If there
is a ccache, even if it is not used (perhaps the remote server didn't
want kerberos), it will change the default username.

Andrew Bartlett
(This used to be commit 6202267f6ec1446d6bd11d1d37d05a977bc8d315)
22 files changed:
source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/gensec_krb5.c
source4/auth/kerberos/kerberos.h
source4/auth/kerberos/kerberos_util.c
source4/auth/ntlmssp/ntlmssp_client.c
source4/client/client.c
source4/include/credentials.h
source4/include/includes.h
source4/lib/cmdline/credentials.c
source4/lib/cmdline/popt_common.c
source4/lib/credentials.c
source4/lib/ldb/ldb_ildap/ldb_ildap.c
source4/lib/samba3/samba3dump.c
source4/libcli/composite/sesssetup.c
source4/librpc/rpc/dcerpc_schannel.c
source4/scripting/ejs/smbcalls_auth.c
source4/scripting/ejs/smbcalls_creds.c
source4/torture/rpc/netlogon.c
source4/torture/rpc/samlogon.c
source4/torture/rpc/schannel.c
source4/utils/net/net_password.c
source4/utils/ntlm_auth.c