Rob Shearman
|
4d8057ffef
|
rpcrt4: RpcServerUseProtseqEp(..., NULL, ...) should return RPC_S_OK.
However, on some buggy platforms it returns
RPC_S_INVALID_ENDPOINT_FORMAT. Don't follow this behaviour our
implementation of the API.
|
2009-03-30 13:57:54 +02:00 |
Rob Shearman
|
a42d4dbfb6
|
rpcrt4: Allow listening on dynamically generated ncacn_ip_tcp endpoints.
|
2009-03-26 16:10:59 +01:00 |
Rob Shearman
|
375c68a043
|
rpcrt4: Re-use already registered endpoints for a protocol sequence.
Return RPC_S_INVALID_ENDPOINT_FORMAT if a NULL endpoint is passed into
RpcServerUseProtseqEp{,Ex}{A,W}.
|
2009-03-26 16:10:49 +01:00 |
Rob Shearman
|
cdf509d71f
|
rpcrt4: Fix crash when calling RpcServerUseProtseq for ncacn_np and ncalrpc.
Add tests for these protocol sequences and for ncacn_ip_tcp.
|
2009-03-24 13:12:11 +01:00 |