1
0
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:
Günther Deschner 2010-08-02 23:12:16 +02:00
parent 2523aec6d1
commit 257a1f1097
7 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,6 @@
struct PAC_DATA;
struct PAC_SIGNATURE_DATA;
/* work around broken krb5.h on sles9 */
#ifdef SIZEOF_LONG
#undef SIZEOF_LONG

View File

@ -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,

View File

@ -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

View File

@ -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

View File

@ -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. */

View File

@ -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,

View File

@ -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