summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf_txt_simple.c
AgeCommit message (Expand)AuthorFilesLines
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