CVE-2015-5370: s4:rpc_server: return the correct secondary_address in dcesrv_bind()
authorStefan Metzmacher <metze@samba.org>
Fri, 26 Jun 2015 06:10:46 +0000 (08:10 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 30 Mar 2016 02:10:09 +0000 (04:10 +0200)
commitf3c68c66262aa5e32eb4a5fb363050b8a027216b
tree7d370f4888350c6cd3db6d92c53c6b0d0a30031b
parent0f4a3c332d813eb6296811f86a83e782f1a2e1ba
CVE-2015-5370: s4:rpc_server: return the correct secondary_address in dcesrv_bind()

For now we still force \\PIPE\\ in upper case, we may be able to remove
this and change it in our idl files later. But for now we better
behave like a windows server without changing too much.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11344

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source4/rpc_server/dcerpc_server.c