summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_tcp.c
AgeCommit message (Collapse)AuthorFilesLines
2003-11-27use EPMAPPER_PORT constant instead of 135Andrew Tridgell1-1/+1
(This used to be commit 953ab587dc5a625d0fb557fdcac122a3b2ed0224)
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-12/+1
* 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)
2003-11-24 * fixed byte order in epmapper parsingAndrew Tridgell1-0/+5
* allow rpc transport to be specified on command line in smbtorture (This used to be commit 8a82050fd6f45bcdb31c2c365eaed5fc12599e4f)
2003-11-24initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell1-0/+201
add epm_Map calls and support the rest of the pipes (This used to be commit 39add481582609ddb9d0b3bae45fde3226ece481)