Finish tridge's patch as referenced here :
commit79a5d2e31bd1d5711d4fe7f9161abfc4ff81e7af
authorJeremy Allison <jra@samba.org>
Tue, 29 Jul 2003 17:34:20 +0000 (29 17:34 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 29 Jul 2003 17:34:20 +0000 (29 17:34 +0000)
tree64e276e560005ea87f42c90cd55547d1a7c456fc
parentb40d1a2a765ea919b117476c787716f12fc4c6d6
Finish tridge's patch as referenced here :

make sure we don't allow the creation of directories containing
wildcard characters. I've only put this in mkdir at the moment, but I
suspect this will apply to all places that can create new filenames.

We need to allow the opening of existing filenames that contain
wildcards, but not allow the creation of new ones.

Jeremy.
(This used to be commit 7f111e545d198faa5fa89f6d360db0d5c32a8bd7)
source3/smbd/open.c