mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3-dcerpc: move client spnego stuff in /librpc/crypto
Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
59722ef2fb
commit
2c9f420d75
@ -595,7 +595,7 @@ LIBMSRPC_OBJ = $(SCHANNEL_OBJ) \
|
||||
rpc_client/cli_pipe.o \
|
||||
librpc/crypto/gse_krb5.o \
|
||||
librpc/crypto/gse.o \
|
||||
librpc/rpc/dcerpc_spnego.o \
|
||||
librpc/crypto/cli_spnego.o \
|
||||
librpc/rpc/rpc_common.o \
|
||||
rpc_client/rpc_transport_np.o \
|
||||
rpc_client/rpc_transport_sock.o \
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "include/ntlmssp_wrap.h"
|
||||
#include "librpc/gen_ndr/ntlmssp.h"
|
||||
#include "librpc/crypto/gse.h"
|
||||
#include "dcerpc_spnego.h"
|
||||
#include "librpc/crypto/spnego.h"
|
||||
|
||||
struct spnego_context {
|
||||
enum spnego_mech mech;
|
||||
@ -367,4 +367,3 @@ DATA_BLOB spnego_get_session_key(TALLOC_CTX *mem_ctx,
|
||||
return data_blob_null;
|
||||
}
|
||||
}
|
||||
|
@ -17,8 +17,8 @@
|
||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _DCERPC_SPNEGO_H_
|
||||
#define _DCERPC_SPENGO_H_
|
||||
#ifndef _CLI_SPNEGO_H_
|
||||
#define _CLI_SPENGO_H_
|
||||
|
||||
struct spnego_context;
|
||||
|
||||
@ -58,4 +58,4 @@ NTSTATUS spnego_get_negotiated_mech(struct spnego_context *sp_ctx,
|
||||
|
||||
DATA_BLOB spnego_get_session_key(TALLOC_CTX *mem_ctx,
|
||||
struct spnego_context *sp_ctx);
|
||||
#endif /* _DCERPC_SPENGO_H_ */
|
||||
#endif /* _CLI_SPENGO_H_ */
|
@ -27,7 +27,7 @@
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
#include "ntlmssp_wrap.h"
|
||||
#include "librpc/crypto/gse.h"
|
||||
#include "librpc/rpc/dcerpc_spnego.h"
|
||||
#include "librpc/crypto/spnego.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_RPC_PARSE
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "librpc/gen_ndr/ndr_dcerpc.h"
|
||||
#include "librpc/rpc/dcerpc.h"
|
||||
#include "librpc/crypto/gse.h"
|
||||
#include "librpc/rpc/dcerpc_spnego.h"
|
||||
#include "librpc/crypto/spnego.h"
|
||||
#include "rpc_dce.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
|
Loading…
Reference in New Issue
Block a user