r9798: Add generic functions for handling smb.conf files (the parameters don't to...
authorJelmer Vernooij <jelmer@samba.org>
Tue, 30 Aug 2005 13:58:48 +0000 (13:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:35:02 +0000 (13:35 -0500)
commita3a7881d39d0c294d0cd2ce13203478fb889b07c
tree4f2a78f93e9a369cd6658f2f6ef180b8f27ebe70
parentf3c121eb748b37a8b60d353d371bed9b79d0e37c
r9798: Add generic functions for handling smb.conf files (the parameters don't to be pre-declared). Also doesn't use any globals, so multiple files can be loaded at once.

Currently uses the prefix "param" for all functions and structures; suggestions for better ones are welcome...

Remove old smb.conf-parsing code from libsamba3.
(This used to be commit 414e5f7f6dc38a8fde3b61d524a664f56f9ea592)
source4/include/structs.h
source4/lib/samba3/samba3.c
source4/lib/samba3/samba3.h
source4/lib/samba3/share_info.c
source4/lib/util_strlist.c
source4/param/config.mk
source4/param/generic.c [new file with mode: 0644]
source4/param/generic.h [new file with mode: 0644]
source4/scripting/ejs/smbcalls_samba3.c