mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
libcli/auth Make gd's NDR NTLMSSP parsers helpers common
(but not built in Samba4 for now)
This commit is contained in:
parent
47bee67c05
commit
ba2cfceb96
@ -20,7 +20,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "../librpc/gen_ndr/ndr_ntlmssp.h"
|
||||
#include "libsmb/ntlmssp_ndr.h"
|
||||
#include "../libcli/auth/ntlmssp_ndr.h"
|
||||
|
||||
#define NTLMSSP_PULL_MESSAGE(type, blob, mem_ctx, ic, r) \
|
||||
do { \
|
@ -482,7 +482,7 @@ LIBSMB_OBJ0 = \
|
||||
libsmb/ntlmssp.o \
|
||||
libsmb/ntlmssp_sign.o \
|
||||
$(LIBNDR_NTLMSSP_OBJ) \
|
||||
libsmb/ntlmssp_ndr.o
|
||||
../libcli/auth/ntlmssp_ndr.o
|
||||
|
||||
LIBSAMBA_OBJ = $(LIBSMB_OBJ0) \
|
||||
$(LIBSMB_ERR_OBJ)
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "includes.h"
|
||||
#include "../libcli/auth/libcli_auth.h"
|
||||
#include "../librpc/gen_ndr/ndr_ntlmssp.h"
|
||||
#include "libsmb/ntlmssp_ndr.h"
|
||||
#include "../libcli/auth/ntlmssp_ndr.h"
|
||||
|
||||
static NTSTATUS ntlmssp_client_initial(struct ntlmssp_state *ntlmssp_state,
|
||||
DATA_BLOB reply, DATA_BLOB *next_request);
|
||||
|
Loading…
x
Reference in New Issue
Block a user