Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when adding new...
authorJeremy Allison <jra@samba.org>
Wed, 10 Nov 2010 00:39:24 +0000 (16:39 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 10 Nov 2010 00:39:24 +0000 (16:39 -0800)
commit067b0401e01112c9794684bf21b7c4a40971de9e
tree82ba6e99c54376c5cd0fd46a28e9acf5e78ff624
parentdb45088ebdd0922bbaa8bf3b277b752d6637cad1
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when adding new share via MMC

Change the find_service() interface to not depend on fstring, and
create a useable talloc-based interface.

Jeremy.
source3/include/proto.h
source3/lib/dummysmbd.c
source3/lib/util_str.c
source3/modules/vfs_xattr_tdb.c
source3/param/loadparm.c
source3/printing/nt_printing.c
source3/rpc_server/srv_srvsvc_nt.c
source3/smbd/lanman.c
source3/smbd/msdfs.c
source3/smbd/service.c
source3/smbd/smb2_tcon.c