make sure we don't allow the creation of directories containing
authorAndrew Tridgell <tridge@samba.org>
Fri, 18 Jul 2003 07:07:29 +0000 (07:07 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Jul 2003 07:07:29 +0000 (07:07 +0000)
commit5e252c86bd97305f3c6578afb29ccd148f985e60
treee880e71035cafead9e24f7fee34564d169bf01c7
parent14f3c7507020d77bc92ae00614b6af8f24784925
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.
(This used to be commit 2fd5569938b8970f3e9d761eecad5bc0b8bb267e)
source3/smbd/reply.c