signed DCERPC over TCP now works !
authorAndrew Tridgell <tridge@samba.org>
Wed, 26 Nov 2003 01:16:41 +0000 (01:16 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 26 Nov 2003 01:16:41 +0000 (01:16 +0000)
commite0ac659917066dbf7f8fdbcc7684ce2b49dd04d9
tree349f47df69b41ca0c9a11452e7f56e6c6c3647ce
parent06942f3ddbb897c66644c253d1d2a7a21a31702e
signed DCERPC over TCP now works !

 * moved ntlmssp code into libcli/auth/, and updated to latest ntlmssp
   code from samba3 (thanks Andrew! the new interface is great)

 * added signing/ntlmssp support in the dcerpc code

 * added a dcerpc_auth.c module for the various dcerpc auth mechanisms
(This used to be commit c18c9b5585a3e5f7868562820c14f7cb529cdbcd)
25 files changed:
source4/Makefile.in
source4/auth/auth_sam.c
source4/include/includes.h
source4/lib/crc32.c
source4/lib/crypto/crc32.c
source4/lib/data_blob.c
source4/lib/replace.c
source4/lib/util.c
source4/libcli/auth/ntlmssp.c [new file with mode: 0644]
source4/libcli/auth/ntlmssp.h [moved from source4/include/ntlmssp.h with 52% similarity]
source4/libcli/auth/ntlmssp_parse.c [moved from source4/libcli/ntlmssp_parse.c with 80% similarity]
source4/libcli/auth/ntlmssp_sign.c [new file with mode: 0644]
source4/libcli/ntlmssp.c [deleted file]
source4/libcli/util/ntlmssp_sign.c [deleted file]
source4/libcli/util/smbencrypt.c
source4/librpc/idl/dcerpc.idl
source4/librpc/ndr/ndr.c
source4/librpc/ndr/ndr_basic.c
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc.h
source4/librpc/rpc/dcerpc_auth.c [new file with mode: 0644]
source4/librpc/rpc/dcerpc_smb.c
source4/librpc/rpc/dcerpc_tcp.c
source4/torture/rpc/epmapper.c
source4/torture/torture.c