summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-21s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()Michael Adam1-1/+0
2008-10-27[s3]libsmbconf: add utility function smbconf_is_writeable_bystring()Michael Adam1-0/+1
2008-10-27[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam1-0/+1
2008-10-27[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam1-0/+1
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam1-4/+3
2008-04-22libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam1-0/+7
2008-04-22libsmbconf: fix comment headers in smbconf.hMichael Adam1-3/+8
2008-04-22libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam1-3/+3
2008-04-13libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam1-1/+4
2008-04-13libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam1-2/+1
2008-04-11libsmbconf: don't mark the API as "subject to change" any longer.Michael Adam1-4/+0
2008-04-10libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam1-0/+2
2008-04-10libsmbconf: add "_global_" wrappers for get/set_includes.Michael Adam1-0/+6
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-0/+6
2008-04-10libsmbconf: pass txt_private_data instead of only cache to do_parameter/sectionMichael Adam1-1/+1
2008-04-10libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam1-1/+2
2008-03-26libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam1-0/+4
2008-03-21libsmbconf: add a "path" variable to the conf context.Michael Adam1-1/+2
2008-03-21libsmbconf: add structuring comments to the prototypes in the public header.Michael Adam1-0/+8
2008-03-21libsmbconf: adapt a comment to new circumstancesMichael Adam1-3/+1
2008-03-21libsmbconf: add backend specific init function.Michael Adam1-1/+1
2008-03-21libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam1-1/+1
2008-03-21libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam1-1/+1
2008-03-21libsmbconf: put the smbconf context struct into a private header.Michael Adam1-3/+1
2008-03-21libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam1-9/+11
2008-03-21libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam1-2/+7
2008-03-17libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam1-41/+39
2008-03-17Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam1-0/+75