mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-krb5: include krb5pac.h where needed.
Guenther
This commit is contained in:
parent
2523aec6d1
commit
257a1f1097
@ -1,3 +1,6 @@
|
||||
struct PAC_DATA;
|
||||
struct PAC_SIGNATURE_DATA;
|
||||
|
||||
/* work around broken krb5.h on sles9 */
|
||||
#ifdef SIZEOF_LONG
|
||||
#undef SIZEOF_LONG
|
||||
|
@ -1,3 +1,5 @@
|
||||
struct PAC_LOGON_INFO;
|
||||
|
||||
/* The following definitions come from libads/kerberos_verify.c */
|
||||
|
||||
NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx,
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "smb_krb5.h"
|
||||
#include "libads/kerberos_proto.h"
|
||||
#include "secrets.h"
|
||||
#include "../librpc/gen_ndr/krb5pac.h"
|
||||
|
||||
#ifdef HAVE_KRB5
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "smb_krb5.h"
|
||||
#include "../librpc/gen_ndr/krb5pac.h"
|
||||
|
||||
#ifndef KRB5_AUTHDATA_WIN2K_PAC
|
||||
#define KRB5_AUTHDATA_WIN2K_PAC 128
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
#include "ntlmssp_wrap.h"
|
||||
#include "librpc/gen_ndr/messaging.h"
|
||||
#include "../librpc/gen_ndr/krb5pac.h"
|
||||
#include "libads/kerberos_proto.h"
|
||||
|
||||
/* For split krb5 SPNEGO blobs. */
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "../libcli/auth/spnego.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
#include "ntlmssp_wrap.h"
|
||||
#include "../librpc/gen_ndr/krb5pac.h"
|
||||
#include "libads/kerberos_proto.h"
|
||||
|
||||
static NTSTATUS smbd_smb2_session_setup(struct smbd_smb2_request *smb2req,
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include "../lib/crypto/arcfour.h"
|
||||
#include "../libcli/security/dom_sid.h"
|
||||
#include "ads.h"
|
||||
#include "../librpc/gen_ndr/krb5pac.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_WINBIND
|
||||
|
Loading…
Reference in New Issue
Block a user