- modified the dcerpc client security code to be generic, so ntlmssp
authorAndrew Tridgell <tridge@samba.org>
Tue, 10 Feb 2004 10:22:12 +0000 (10:22 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 10 Feb 2004 10:22:12 +0000 (10:22 +0000)
commit05db0b9d942cad8f1dd574dc35b759e5e79d4195
tree74a16f179b98f796caaab963bae589cc997d50b8
parent1516f7974984e46a825c66daae6bc73eb6859700
- modified the dcerpc client security code to be generic, so ntlmssp
  and schannel are both instances of possible security modules

- added schannel sign and sign/seal support to the dcerpc client
  code. You select it with binding options of "schannel,sign" or
  "schannel,seal".
14 files changed:
source/Makefile.in
source/include/includes.h
source/lib/crypto/hmacmd5.c
source/lib/hmacmd5.c
source/libcli/auth/schannel.c [new file with mode: 0644]
source/libcli/auth/schannel.h [new file with mode: 0644]
source/librpc/idl/dcerpc.idl
source/librpc/rpc/dcerpc.c
source/librpc/rpc/dcerpc.h
source/librpc/rpc/dcerpc_auth.c
source/librpc/rpc/dcerpc_ntlm.c [new file with mode: 0644]
source/librpc/rpc/dcerpc_schannel.c [new file with mode: 0644]
source/librpc/rpc/dcerpc_smb.c
source/librpc/rpc/dcerpc_util.c