summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbconf
Commit message (Expand)AuthorAgeFilesLines
...
* s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()Michael Adam2009-01-212-27/+0
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-012-14/+14
* [s3]libsmbconf: add utility function smbconf_is_writeable_bystring()Michael Adam2008-10-272-0/+27
* [s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam2008-10-275-0/+29
* [s3]libsmbconf: create text config in smbconftortMichael Adam2008-10-271-1/+38
* [s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.Michael Adam2008-10-271-1/+1
* [s3]libsmbconf: fall back to file backend when no valid backend was foundMichael Adam2008-10-271-4/+5
* [s3]libsmbconf: fix comment typo.Michael Adam2008-10-271-1/+1
* [s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam2008-10-275-0/+28
* [s3]libsmbconf: remove unused define.Michael Adam2008-10-271-3/+0
* Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2008-10-232-2/+2
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
* Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int orJeremy Allison2008-07-011-1/+1
* Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin...Jeremy Allison2008-07-011-1/+1
* libsmbconf: add "includes" to the forbidden_valnames[].Michael Adam2008-06-231-0/+1
* libsmbconf: fastpaths first in smbconf_reg_valname_valid().Michael Adam2008-06-231-2/+2
* Increase level of debug msg when a regkey is not foundVolker Lendecke2008-04-231-1/+1
* libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam2008-04-231-8/+0
* libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam2008-04-231-12/+1
* libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam2008-04-231-4/+0
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-235-56/+68
* libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam2008-04-221-0/+7
* libsmbconf: fix comment headers in smbconf.hMichael Adam2008-04-221-3/+8
* libsmbconf: text backend remove comment references to "simple".Michael Adam2008-04-221-2/+2
* libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam2008-04-224-9/+9
* libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam2008-04-221-0/+0
* libsmbconf: fix segfault in listing share names / config.Michael Adam2008-04-161-1/+1
* libmsbconf: add handling of NULL share parameters to registry backend.Michael Adam2008-04-151-14/+92
* libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf...Michael Adam2008-04-151-1/+1
* libsmbconf: make sure to always list the NULL section first in text backend.Michael Adam2008-04-151-3/+16
* libsmbconf: default to the NULL section when a parameter is encountered w/o s...Michael Adam2008-04-151-2/+8
* libsmbconf: allow NULL sharename in smbconf_share_exists().Michael Adam2008-04-151-3/+0
* libsmbconf: add handling of NULL strings to smbconf_find_in_array().Michael Adam2008-04-151-2/+4
* libsmbconf: add handling of "NULL" strings to smbconf_add_string_to_array()Michael Adam2008-04-151-5/+9
* libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam2008-04-132-1/+99
* libsmbconf: move setting of verbatim variable into a more internal function.Michael Adam2008-04-131-2/+2
* libsmbconf: add a check for talloc failure to smbconf_txt_init().Michael Adam2008-04-131-0/+3
* libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam2008-04-133-6/+4
* libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam2008-04-134-6/+6
* registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam2008-04-131-2/+2
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-131-1/+1
* libsmbconf: don't mark the API as "subject to change" any longer.Michael Adam2008-04-111-4/+0
* libsmbconf: testsuite: add test for delete_includesMichael Adam2008-04-101-0/+56
* libsmbconf: return success and count 0 from get_includes when no includes pre...Michael Adam2008-04-101-0/+3
* libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam2008-04-105-0/+59
* libsmbconf: let set_includes delete the includes paramter when given an empty...Michael Adam2008-04-101-2/+9
* libsmbconf: fix crashbug - correctly check for existence of file.Michael Adam2008-04-101-1/+6
* libsmbconf: prevent getting/deleting value "includes".Michael Adam2008-04-101-0/+10
* libsmbconf: consider "include" a forbidden parameter in regisry config again.Michael Adam2008-04-101-0/+1
* libsmbconf: add includes at the end of parameter list in reg_get_share().Michael Adam2008-04-101-1/+24