summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbconf/smbconf.h
Commit message (Expand)AuthorAgeFilesLines
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-231-4/+3
* libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam2008-04-221-0/+7
* libsmbconf: fix comment headers in smbconf.hMichael Adam2008-04-221-3/+8
* libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam2008-04-221-3/+3
* libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam2008-04-131-1/+4
* libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam2008-04-131-2/+1
* libsmbconf: don't mark the API as "subject to change" any longer.Michael Adam2008-04-111-4/+0
* libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam2008-04-101-0/+2
* libsmbconf: add "_global_" wrappers for get/set_includes.Michael Adam2008-04-101-0/+6
* libsmbconf: add talloc context to the get_includes methods.Michael Adam2008-04-101-0/+1
* libsmbconf: add get_includes() and set_includes() to the API.Michael Adam2008-04-101-0/+6
* libsmbconf: pass txt_private_data instead of only cache to do_parameter/sectionMichael Adam2008-04-101-1/+1
* libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam2008-04-101-1/+2
* libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam2008-03-261-0/+4
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-211-1/+2
* 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: add backend specific init function.Michael Adam2008-03-211-1/+1
* libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam2008-03-211-1/+1
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-211-1/+1
* libsmbconf: put the smbconf context struct into a private header.Michael Adam2008-03-211-3/+1
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-211-9/+11
* libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam2008-03-211-2/+7
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-171-41/+39
* Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam2008-03-171-0/+75