summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf
AgeCommit message (Expand)AuthorFilesLines
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backendMichael Adam1-20/+20
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backendMichael Adam1-5/+6
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_initMichael Adam1-1/+1
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuiteMichael Adam1-5/+5
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.cMichael Adam1-2/+2
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.cMichael Adam1-2/+2
2009-01-21s3:libsmbconf: remove the init headers from smbconf.hMichael Adam5-19/+100
2009-01-21s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()Michael Adam2-27/+0
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2-14/+14
2008-10-27[s3]libsmbconf: add utility function smbconf_is_writeable_bystring()Michael Adam2-0/+27
2008-10-27[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam5-0/+29
2008-10-27[s3]libsmbconf: create text config in smbconftortMichael Adam1-1/+38
2008-10-27[s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.Michael Adam1-1/+1
2008-10-27[s3]libsmbconf: fall back to file backend when no valid backend was foundMichael Adam1-4/+5
2008-10-27[s3]libsmbconf: fix comment typo.Michael Adam1-1/+1
2008-10-27[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam5-0/+28
2008-10-27[s3]libsmbconf: remove unused define.Michael Adam1-3/+0
2008-10-23Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2-2/+2
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1
2008-07-01Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int orJeremy Allison1-1/+1
2008-07-01Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin...Jeremy Allison1-1/+1
2008-06-23libsmbconf: add "includes" to the forbidden_valnames[].Michael Adam1-0/+1
2008-06-23libsmbconf: fastpaths first in smbconf_reg_valname_valid().Michael Adam1-2/+2
2008-04-23Increase level of debug msg when a regkey is not foundVolker Lendecke1-1/+1
2008-04-23libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam1-8/+0
2008-04-23libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam1-12/+1
2008-04-23libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam1-4/+0
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam5-56/+68
2008-04-22libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam1-0/+7
2008-04-22libsmbconf: fix comment headers in smbconf.hMichael Adam1-3/+8
2008-04-22libsmbconf: text backend remove comment references to "simple".Michael Adam1-2/+2
2008-04-22libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam4-9/+9
2008-04-22libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam1-0/+0
2008-04-16libsmbconf: fix segfault in listing share names / config.Michael Adam1-1/+1
2008-04-15libmsbconf: add handling of NULL share parameters to registry backend.Michael Adam1-14/+92
2008-04-15libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf...Michael Adam1-1/+1
2008-04-15libsmbconf: make sure to always list the NULL section first in text backend.Michael Adam1-3/+16
2008-04-15libsmbconf: default to the NULL section when a parameter is encountered w/o s...Michael Adam1-2/+8
2008-04-15libsmbconf: allow NULL sharename in smbconf_share_exists().Michael Adam1-3/+0
2008-04-15libsmbconf: add handling of NULL strings to smbconf_find_in_array().Michael Adam1-2/+4
2008-04-15libsmbconf: add handling of "NULL" strings to smbconf_add_string_to_array()Michael Adam1-5/+9
2008-04-13libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam2-1/+99
2008-04-13libsmbconf: move setting of verbatim variable into a more internal function.Michael Adam1-2/+2
2008-04-13libsmbconf: add a check for talloc failure to smbconf_txt_init().Michael Adam1-0/+3
2008-04-13libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam3-6/+4
2008-04-13libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam4-6/+6
2008-04-13registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam1-2/+2
2008-04-13registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam1-1/+1
2008-04-11libsmbconf: don't mark the API as "subject to change" any longer.Michael Adam1-4/+0
2008-04-10libsmbconf: testsuite: add test for delete_includesMichael Adam1-0/+56