diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-25 16:04:38 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-18 13:13:31 +1100 |
commit | 0c6e4adcb26557ae6e55169c051f0260151dc5d9 (patch) | |
tree | ecf95f05bbc93f1da279d987856410cf79bdb736 /source3/librpc | |
parent | 5e6543ad76490b5d21b99841e1f984bad7f17e33 (diff) | |
download | samba-0c6e4adcb26557ae6e55169c051f0260151dc5d9.tar.gz samba-0c6e4adcb26557ae6e55169c051f0260151dc5d9.tar.xz samba-0c6e4adcb26557ae6e55169c051f0260151dc5d9.zip |
ntlmssp: Move ntlmssp code to auth/ntlmssp
This brings in the code from both libcli/auth and
source4/auth/ntlmssp.
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/crypto/cli_spnego.c | 2 | ||||
-rw-r--r-- | source3/librpc/rpc/dcerpc_helpers.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/crypto/cli_spnego.c b/source3/librpc/crypto/cli_spnego.c index 63a84a8838..3420e20d27 100644 --- a/source3/librpc/crypto/cli_spnego.c +++ b/source3/librpc/crypto/cli_spnego.c @@ -21,7 +21,7 @@ #include "../libcli/auth/spnego.h" #include "include/ntlmssp_wrap.h" #include "librpc/gen_ndr/ntlmssp.h" -#include "libcli/auth/ntlmssp.h" +#include "auth/ntlmssp/ntlmssp.h" #include "librpc/crypto/gse.h" #include "librpc/crypto/spnego.h" diff --git a/source3/librpc/rpc/dcerpc_helpers.c b/source3/librpc/rpc/dcerpc_helpers.c index b53587ddb3..32dbfdfe48 100644 --- a/source3/librpc/rpc/dcerpc_helpers.c +++ b/source3/librpc/rpc/dcerpc_helpers.c @@ -24,7 +24,7 @@ #include "librpc/gen_ndr/ndr_schannel.h" #include "../libcli/auth/schannel.h" #include "../libcli/auth/spnego.h" -#include "../libcli/auth/ntlmssp.h" +#include "../auth/ntlmssp/ntlmssp.h" #include "ntlmssp_wrap.h" #include "librpc/crypto/gse.h" #include "librpc/crypto/spnego.h" |