summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-10libsmbconf: return success and count 0 from get_includes when no includes pre...Michael Adam1-0/+3
2008-04-10libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam5-0/+59
2008-04-10libsmbconf: let set_includes delete the includes paramter when given an empty...Michael Adam1-2/+9
2008-04-10libsmbconf: fix crashbug - correctly check for existence of file.Michael Adam1-1/+6
2008-04-10libsmbconf: prevent getting/deleting value "includes".Michael Adam1-0/+10
2008-04-10libsmbconf: consider "include" a forbidden parameter in regisry config again.Michael Adam1-0/+1
2008-04-10libsmbconf: add includes at the end of parameter list in reg_get_share().Michael Adam1-1/+24
2008-04-10libsmbconf: add function smbconf_reg_valname_valid() and use it in get_values()Michael Adam1-4/+16
2008-04-10libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes...Michael Adam1-40/+56
2008-04-10libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam...Michael Adam1-2/+2
2008-04-10libsmbconf: make registry_smbconf_valname_forbidden() staticMichael Adam1-1/+1
2008-04-10libsmbconf: move registry_smbconf_valname_forbidden() to the registry backendMichael Adam1-0/+22
2008-04-10libsmbconf: more sanely print multi_sz values in registry backendMichael Adam1-2/+2
2008-04-10libsmbconf: testsuite: fix handling of error message/overall statusMichael Adam1-6/+2
2008-04-10libsmbconf: testsuite: add test_set_get_includes() and use it in registry testMichael Adam1-0/+58
2008-04-10libsmbconf: testsuite: refactor printing of string lists out.Michael Adam1-4/+15
2008-04-10libsmbconf: implement get_includes() and set_includes() for registry backend.Michael Adam1-2/+117
2008-04-10libsmbconf: testsuite: test get_includes for registry backendMichael Adam1-0/+2
2008-04-10libsmbconf: testsuite: use the get_global_includes in get_includes test.Michael Adam1-2/+2
2008-04-10libsmbconf: add "_global_" wrappers for get/set_includes.Michael Adam2-0/+36
2008-04-10libsmbconf: testsuite: add test for "get_includes" and use it in the text bac...Michael Adam1-0/+32
2008-04-10libsmbconf: fill get_includes() in text backed to retrieve includes from cache.Michael Adam1-1/+53
2008-04-10libsmbconf: testsuite: set the debufg fd to stderr.Michael Adam1-0/+1
2008-04-10libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILEMichael Adam1-1/+1
2008-04-10libsmbconf: testsuite: add talloc_stackframe to main().Michael Adam1-0/+2
2008-04-10libsmbconf: testsuite: add support for "--configfile" option.Michael Adam1-1/+32
2008-04-10libsmbconf: add testsuite to the library.Michael Adam1-0/+94
2008-04-10libsmbconf: add talloc context to the get_includes methods.Michael Adam5-1/+7
2008-04-10libsmbconf: add get_includes() and set_includes() to the API.Michael Adam5-2/+73
2008-04-10libsmbconf: activate the verbatim-flag in text backend: store parameters as t...Michael Adam1-1/+2
2008-04-10libsmbconf: pass txt_private_data instead of only cache to do_parameter/sectionMichael Adam2-4/+6
2008-04-10libsmbconf: load file after special initializationMichael Adam1-2/+3
2008-04-10libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam2-3/+14
2008-04-10libsmbconf: reformat smbconf_format_registry_value() - indentations/tabsMichael Adam1-12/+12
2008-04-10libsmbconf: untangle assignment and test in for-loop condition.Michael Adam1-4/+4
2008-04-10libsmbconf: fix a commentMichael Adam1-1/+1
2008-04-10libsmbconf: search from the back when getting parameter from text backendMichael Adam1-4/+4
2008-04-10libsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a s...Michael Adam2-0/+24
2008-04-10libsmbconf: move smbconf_find_in_array() to smbconf_util.cMichael Adam3-21/+24