summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-10fix some extrasemi compile warningsBjörn Jacke3-4/+4
2008-04-10Fix typo.Karolin Seeger1-1/+1
2008-04-10net conf: use talloc and talloc_strdup_lower throughout all net conf functions.Michael Adam1-17/+59
2008-04-10net conf: implement "net conf delincludes".Michael Adam1-0/+40
2008-04-10net conf: implement a "net conf setincludes" command.Michael Adam1-0/+50
2008-04-10net conf: implement "net conf getincludes".Michael Adam1-0/+47
2008-04-10net conf: add diagnostic message for failure to load text file.Michael Adam1-0/+2
2008-04-10net conf: reduce indentation by grouping testmode code together.Michael Adam1-39/+37
2008-04-10net conf: don't drop config in testmodeMichael Adam1-3/+5
2008-04-10net conf: fix import to correctly add includes (at the end)Michael Adam1-6/+34
2008-04-10loadparm: drop debug level in map_parameter from 0 to 1Michael Adam1-1/+1
2008-04-10test: run smbconftort testsuite from the local_s3 testsMichael Adam1-0/+3
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 Adam2-22/+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 Adam2-3/+36
2008-04-10libsmbconf: add testsuite to the library.Michael Adam2-1/+114
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 Adam3-4/+15
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