r19598: Ahead of a merge to current lorikeet-heimdal:
authorAndrew Bartlett <abartlet@samba.org>
Tue, 7 Nov 2006 00:48:36 +0000 (00:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:25:00 +0000 (14:25 -0500)
commit13dbee3ffea6065a826f010e50c9b4eb2c6ad109
treeeede29a3bff4c6de3432c16f5555dc9640267327
parentc755bb5025ee60ae41de9cc32d3fa54e3671941d
r19598: Ahead of a merge to current lorikeet-heimdal:

Break up auth/auth.h not to include the world.

Add credentials_krb5.h with the kerberos dependent prototypes.

Andrew Bartlett
(This used to be commit 2b569c42e0fbb596ea82484d0e1cb22e193037b9)
76 files changed:
source4/auth/auth.h
source4/auth/auth_developer.c
source4/auth/auth_sam.c
source4/auth/auth_sam_reply.c
source4/auth/auth_util.c
source4/auth/config.mk
source4/auth/credentials/config.mk
source4/auth/credentials/credentials.c
source4/auth/credentials/credentials_files.c
source4/auth/credentials/credentials_krb5.c
source4/auth/credentials/credentials_krb5.h [new file with mode: 0644]
source4/auth/credentials/credentials_ntlm.c
source4/auth/gensec/config.mk
source4/auth/gensec/cyrus_sasl.c
source4/auth/gensec/gensec.c
source4/auth/gensec/gensec.h
source4/auth/gensec/gensec_krb5.c
source4/auth/gensec/schannel.c
source4/auth/gensec/schannel.h
source4/auth/gensec/schannel_sign.c
source4/auth/gensec/schannel_state.c
source4/auth/gensec/spnego.c
source4/auth/gensec/spnego.h
source4/auth/gensec/spnego_parse.c
source4/auth/kerberos/config.mk
source4/auth/kerberos/kerberos.h
source4/auth/kerberos/kerberos_pac.c
source4/auth/kerberos/kerberos_util.c
source4/auth/kerberos/kerberos_verify.c
source4/auth/ntlmssp/ntlmssp.c
source4/auth/ntlmssp/ntlmssp_client.c
source4/auth/ntlmssp/ntlmssp_server.c
source4/auth/ntlmssp/ntlmssp_sign.c
source4/auth/sam.c
source4/client/client.c
source4/dsdb/samdb/samdb.c
source4/heimdal_build/config.mk
source4/kdc/hdb-ldb.c
source4/kdc/kpasswdd.c
source4/ldap_server/ldap_bind.c
source4/ldap_server/ldap_server.c
source4/lib/cmdline/config.mk
source4/lib/cmdline/popt_credentials.c
source4/lib/ldb/ldb_ildap/ldb_ildap.c
source4/lib/ldb/tools/cmdline.c
source4/lib/registry/registry.h
source4/lib/replace/system/kerberos.h
source4/libcli/auth/libcli_auth.h
source4/libcli/config.mk
source4/libcli/ldap/ldap_bind.c
source4/libcli/smb_composite/sesssetup.c
source4/libnet/libnet_join.c
source4/libnet/libnet_samdump_keytab.c
source4/libnet/libnet_vampire.c
source4/librpc/config.mk
source4/librpc/rpc/dcerpc_connect.c
source4/librpc/rpc/dcerpc_schannel.c
source4/ntvfs/cifs/vfs_cifs.c
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcesrv_auth.c
source4/rpc_server/remote/dcesrv_remote.c
source4/scripting/ejs/config.mk
source4/scripting/ejs/smbcalls_auth.c
source4/smb_server/smb/negprot.c
source4/smb_server/smb/sesssetup.c
source4/smb_server/smb2/negprot.c
source4/smb_server/smb2/sesssetup.c
source4/torture/auth/ntlmssp.c
source4/torture/gentest.c
source4/torture/locktest.c
source4/torture/masktest.c
source4/torture/rpc/samba3rpc.c
source4/utils/ntlm_auth.c
source4/winbind/wb_async_helpers.c
source4/winbind/wb_pam_auth.c
source4/winbind/wb_sam_logon.c