mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
ntlmssp: Make the ntlmssp.h from source3/ a common header
The code is not yet in common, but I hope to fix that soon. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
9a76932ccf
commit
ebae21f023
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
|
||||
struct auth_ntlmssp_state {
|
||||
TALLOC_CTX *mem_ctx;
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "../libcli/auth/spnego.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
|
||||
#ifdef HAVE_LDAP
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "../libcli/auth/libcli_auth.h"
|
||||
#include "../libcli/auth/spnego.h"
|
||||
#include "smb_krb5.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
|
||||
static const struct {
|
||||
int prot;
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "../libcli/auth/spnego.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
|
||||
/****************************************************************************
|
||||
Get UNIX extensions version info.
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
#include "../libcli/auth/libcli_auth.h"
|
||||
#include "../librpc/gen_ndr/ndr_ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp_ndr.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
#include "../libcli/auth/libcli_auth.h"
|
||||
#include "../lib/crypto/md5.h"
|
||||
#include "../lib/crypto/arcfour.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
|
||||
/******************************************************************************
|
||||
Pull out the encryption context for this packet. 0 means global context.
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include "../libcli/auth/schannel.h"
|
||||
#include "../libcli/auth/spnego.h"
|
||||
#include "smb_krb5.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
#include "rpc_client/cli_netlogon.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "../librpc/gen_ndr/ndr_schannel.h"
|
||||
#include "../libcli/auth/schannel.h"
|
||||
#include "../libcli/auth/spnego.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_RPC_SRV
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "includes.h"
|
||||
#include "smbd/globals.h"
|
||||
#include "../libcli/auth/spnego.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
|
||||
/******************************************************************************
|
||||
Server side encryption.
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "includes.h"
|
||||
#include "smbd/globals.h"
|
||||
#include "../libcli/auth/spnego.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
#include "librpc/gen_ndr/messaging.h"
|
||||
|
||||
/* For split krb5 SPNEGO blobs. */
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "smbd/globals.h"
|
||||
#include "../libcli/smb/smb_common.h"
|
||||
#include "../libcli/auth/spnego.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
|
||||
static NTSTATUS smbd_smb2_session_setup(struct smbd_smb2_request *smb2req,
|
||||
uint64_t in_session_id,
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "utils/ntlm_auth.h"
|
||||
#include "../libcli/auth/libcli_auth.h"
|
||||
#include "../libcli/auth/spnego.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
#include "smb_krb5.h"
|
||||
#include <iniparser.h>
|
||||
#include "../lib/crypto/arcfour.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "winbindd.h"
|
||||
#include "ntlmssp.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_WINBIND
|
||||
|
Loading…
x
Reference in New Issue
Block a user