r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can
authorJeremy Allison <jra@samba.org>
Mon, 31 Oct 2005 20:11:58 +0000 (20:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:15 +0000 (11:05 -0500)
commit6baec64a7370ff1871f0b806a623b1fc1a898acb
treebd4ac368bbc4deaabab528f5ef7ea7214c764042
parent7ec71aa20d43fd45dd9321e42ada93ee10fd1d45
r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can
only tell at parse time from the wire if an incoming name
has wildcards or not. If it's a mangled name and we demangle
the demangled name may contain wildcard characters. Ensure
these are ignored.
Jeremy.
(This used to be commit 4cd8e2a96b98ff711905e8c6f416b22440c16062)
source3/libsmb/clifile.c
source3/printing/nt_printing.c
source3/smbd/dir.c
source3/smbd/msdfs.c
source3/smbd/nttrans.c
source3/smbd/reply.c
source3/smbd/trans2.c
source3/torture/torture.c