summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf_txt_simple.c
AgeCommit message (Expand)AuthorFilesLines
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 Adam1-3/+2
2008-04-13libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam1-1/+1
2008-04-10libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam1-0/+8
2008-04-10libsmbconf: fix crashbug - correctly check for existence of file.Michael Adam1-1/+6
2008-04-10libsmbconf: fill get_includes() in text backed to retrieve includes from cache.Michael Adam1-1/+53
2008-04-10libsmbconf: add talloc context to the get_includes methods.Michael Adam1-0/+1
2008-04-10libsmbconf: add get_includes() and set_includes() to the API.Michael Adam1-1/+19
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 Adam1-3/+5
2008-04-10libsmbconf: load file after special initializationMichael Adam1-2/+3
2008-04-10libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam1-2/+12
2008-04-10libsmbconf: search from the back when getting parameter from text backendMichael Adam1-4/+4
2008-04-10libsmbconf: move smbconf_find_in_array() to smbconf_util.cMichael Adam1-21/+0
2008-04-10libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()Michael Adam1-21/+20
2008-03-27libsmbconf: text - pass the cache instead of all private data to pm_process.Michael Adam1-40/+40
2008-03-27libsmbconf: text - change the cache to be tallocedMichael Adam1-31/+47
2008-03-27libsmbconf: in text backend, put flushing of the cache into a helper function.Michael Adam1-6/+12
2008-03-26libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam1-0/+520