share_info.tdb could use non-canonicalized sharenames.
authorJeremy Allison <jra@samba.org>
Mon, 22 Mar 2010 22:57:31 +0000 (15:57 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 22 Mar 2010 22:57:31 +0000 (15:57 -0700)
commit7509b56b5f59a7aeeb2ad1538ef71cbb8b459948
tree89f23b2296826f6e1e807abf7841d8ddefc1ab0a
parent31b45854891f194c46629185b4bb494691f06441
share_info.tdb could use non-canonicalized sharenames.

Fix this by moving canonicalization into lib/sharesec.c. Update the
db version to 3. Ensures we always find share names with security
descriptors attached.

Jeremy.
source3/include/proto.h
source3/lib/sharesec.c
source3/param/loadparm.c