summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell1-2/+7
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-1/+1
2007-10-10r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell1-1/+1
2007-10-10r2626: the symbol gai_error is defined in /usr/include, so don't use that nam...Andrew Tridgell1-4/+4
2007-10-10r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3Jelmer Vernooij1-9/+33
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett1-14/+7
2007-10-10r2266: yay! LSA session keys on TCP now work!Andrew Tridgell1-0/+13
2007-10-10r2184: use the smb.conf socket options for client code tooAndrew Tridgell1-0/+2
2007-10-10r2103: in the conversion to async rpc I simplified the smb backend to onlyAndrew Tridgell1-15/+18
2007-10-10r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell1-73/+194
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-3/+3
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell1-8/+23
2004-02-03make more function static, they are still available via the function pointersStefan Metzmacher1-1/+1
2004-01-20added code to the RPC-SPOOLSS test that demonstrates that policyAndrew Tridgell1-0/+1
2003-12-16a fairly large commit!Andrew Tridgell1-1/+1
2003-11-27more epmapper and mgmt magicAndrew Tridgell1-0/+10
2003-11-27use EPMAPPER_PORT constant instead of 135Andrew Tridgell1-1/+1
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-12/+1
2003-11-24 * fixed byte order in epmapper parsingAndrew Tridgell1-0/+5
2003-11-24initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell1-0/+201