s3:rpc_server: don't do any magic in is_known_pipename() anymore
commit69fd1bb66e757212f8866db23f95626fb9d1c573
authorStefan Metzmacher <metze@samba.org>
Mon, 28 May 2012 14:49:23 +0000 (28 16:49 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 28 May 2012 17:52:00 +0000 (28 19:52 +0200)
tree24fa09dfa310ca02e3a94451b358bc022e10f4e3
parentabf566ca994b8e2b47ab3da69cde67568bca8d71
s3:rpc_server: don't do any magic in is_known_pipename() anymore

The callers have to check if they allow something else than
the raw pipe file name.

If we allow more than windows allows, we risks Samba specific
client behavior. E.g. winbindd only works against Samba servers.

metze
source3/rpc_server/srv_pipe.c