s4:rpc_server: it's not a protocol error to do an alter context with an unknown trans...
authorStefan Metzmacher <metze@samba.org>
Tue, 30 Aug 2016 12:35:34 +0000 (14:35 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 26 Oct 2016 09:20:14 +0000 (11:20 +0200)
commit450e00a8a7e987f52600573c04f0a0f7d4d3885e
tree72a8f852a6e8fa58304d53b1231d5204e6ebc255
parent3d179d86fafe281a9c9f93e8fb996bf2ee1fa10c
s4:rpc_server: it's not a protocol error to do an alter context with an unknown transfer syntax

Windows 2012R2 only returns a protocol error if the client wants to change
between supported transfer syntaxes, e.g. from NDR32 to NDR64.

If the proposed transfer syntax is not known to the server,
the request will be silently ignored.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
selftest/knownfail
source4/rpc_server/dcerpc_server.c