r6106: Fix bug #2551. It turns out that the incoming flags2 flag FLAGS2_LONG_PATH_COM...
commit8c64cd368fdd2c5a4b361904855c135ade3f449e
authorJeremy Allison <jra@samba.org>
Tue, 29 Mar 2005 00:36:30 +0000 (29 00:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:22 +0000 (10 10:56 -0500)
tree8ae7cb5344a8228af2d81dcdfa4bec8d36a5bd29
parentd1ff66f6cde844bf0312747c50b402e81846891f
r6106: Fix bug #2551. It turns out that the incoming flags2 flag FLAGS2_LONG_PATH_COMPONENTS
determines if a reply is uppercased on a SMBsearch request, not the protocol level.
This could clear up quite a few hacks going forward I think.
Jeremy.
source/lib/util.c
source/smbd/reply.c