summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbconf
Commit message (Expand)AuthorAgeFilesLines
...
* libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes...Michael Adam2008-04-101-40/+56
* libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam...Michael Adam2008-04-101-2/+2
* libsmbconf: make registry_smbconf_valname_forbidden() staticMichael Adam2008-04-101-1/+1
* libsmbconf: move registry_smbconf_valname_forbidden() to the registry backendMichael Adam2008-04-101-0/+22
* libsmbconf: more sanely print multi_sz values in registry backendMichael Adam2008-04-101-2/+2
* libsmbconf: testsuite: fix handling of error message/overall statusMichael Adam2008-04-101-6/+2
* libsmbconf: testsuite: add test_set_get_includes() and use it in registry testMichael Adam2008-04-101-0/+58
* libsmbconf: testsuite: refactor printing of string lists out.Michael Adam2008-04-101-4/+15
* libsmbconf: implement get_includes() and set_includes() for registry backend.Michael Adam2008-04-101-2/+117
* libsmbconf: testsuite: test get_includes for registry backendMichael Adam2008-04-101-0/+2
* libsmbconf: testsuite: use the get_global_includes in get_includes test.Michael Adam2008-04-101-2/+2
* libsmbconf: add "_global_" wrappers for get/set_includes.Michael Adam2008-04-102-0/+36
* libsmbconf: testsuite: add test for "get_includes" and use it in the text bac...Michael Adam2008-04-101-0/+32
* libsmbconf: fill get_includes() in text backed to retrieve includes from cache.Michael Adam2008-04-101-1/+53
* libsmbconf: testsuite: set the debufg fd to stderr.Michael Adam2008-04-101-0/+1
* libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILEMichael Adam2008-04-101-1/+1
* libsmbconf: testsuite: add talloc_stackframe to main().Michael Adam2008-04-101-0/+2
* libsmbconf: testsuite: add support for "--configfile" option.Michael Adam2008-04-101-1/+32
* libsmbconf: add testsuite to the library.Michael Adam2008-04-101-0/+94
* libsmbconf: add talloc context to the get_includes methods.Michael Adam2008-04-105-1/+7
* libsmbconf: add get_includes() and set_includes() to the API.Michael Adam2008-04-105-2/+73
* libsmbconf: activate the verbatim-flag in text backend: store parameters as t...Michael Adam2008-04-101-1/+2
* libsmbconf: pass txt_private_data instead of only cache to do_parameter/sectionMichael Adam2008-04-102-4/+6
* libsmbconf: load file after special initializationMichael Adam2008-04-101-2/+3
* libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam2008-04-102-3/+14
* libsmbconf: reformat smbconf_format_registry_value() - indentations/tabsMichael Adam2008-04-101-12/+12
* libsmbconf: untangle assignment and test in for-loop condition.Michael Adam2008-04-101-4/+4
* libsmbconf: fix a commentMichael Adam2008-04-101-1/+1
* libsmbconf: search from the back when getting parameter from text backendMichael Adam2008-04-101-4/+4
* libsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a s...Michael Adam2008-04-102-0/+24
* libsmbconf: move smbconf_find_in_array() to smbconf_util.cMichael Adam2008-04-103-21/+24
* libsmbconf: reorder prototypes in smbconf_private.hMichael Adam2008-04-101-3/+3
* libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()Michael Adam2008-04-101-21/+20
* libsmbconf: move utility functions from main module to new smbconf_util.cMichael Adam2008-04-102-88/+103
* libsmbconf: move initialization of registry value down after error checks.Michael Adam2008-04-031-6/+6
* libsmbconf: text - pass the cache instead of all private data to pm_process.Michael Adam2008-03-271-40/+40
* libsmbconf: text - change the cache to be tallocedMichael Adam2008-03-271-31/+47
* libsmbconf: in text backend, put flushing of the cache into a helper function.Michael Adam2008-03-271-6/+12
* libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam2008-03-262-0/+524
* smbconf: reformat - fix intentation.Michael Adam2008-03-261-4/+4
* registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam2008-03-211-2/+0
* libsmbconf: add internal open/close handling to registry backend.Michael Adam2008-03-211-4/+38
* libsmbconf: add a comment.Michael Adam2008-03-211-0/+3
* libsmbconf: add private_data section to smbconf_ctx.Michael Adam2008-03-212-8/+20
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-214-14/+26
* libsmbconf: add structuring comments to the prototypes in the public header.Michael Adam2008-03-211-0/+8
* libsmbconf: adapt a comment to new circumstancesMichael Adam2008-03-211-3/+1
* libsmbconf: group together functions in smbconf.c more appropriatelyMichael Adam2008-03-211-21/+29
* libsmbconf: add a comment.Michael Adam2008-03-211-1/+5
* libsmbconf: move registry implementation to a module of its own.Michael Adam2008-03-213-721/+754