Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when adding new...
authorJeremy Allison <jra@samba.org>
Tue, 9 Nov 2010 23:07:49 +0000 (15:07 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 10 Nov 2010 01:14:17 +0000 (01:14 +0000)
commitf0dcc90f726e1232a4e0b74a03784281ea9a7cdc
treef05f122e49e766b6267feb65dc1dc738d4fbd70f
parent3878fa4c435140bd2e3c59f8bdb932fe19e4c13a
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.
12 files changed:
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_spoolss_nt.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