summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbconf/smbconf_private.h
Commit message (Expand)AuthorAgeFilesLines
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-231-2/+2
* libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam2008-04-131-2/+2
* libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam2008-04-101-0/+2
* 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: add smbconf_reverse_find_in_array() to find last occurence of a s...Michael Adam2008-04-101-0/+3
* libsmbconf: move smbconf_find_in_array() to smbconf_util.cMichael Adam2008-04-101-0/+3
* libsmbconf: reorder prototypes in smbconf_private.hMichael Adam2008-04-101-3/+3
* libsmbconf: add private_data section to smbconf_ctx.Michael Adam2008-03-211-1/+1
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-211-2/+3
* libsmbconf: move registry implementation to a module of its own.Michael Adam2008-03-211-0/+5
* libsmbconf: reformaat - fix some whispacing/tabsMichael Adam2008-03-211-7/+7
* libsmbconf: add backend specific init function.Michael Adam2008-03-211-0/+3
* libsmbconf: add shutdown handler to smbconf_ops.Michael Adam2008-03-211-0/+1
* libsmbconf: add open and close operations to the smbconf_ops.Michael Adam2008-03-211-0/+2
* libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.Michael Adam2008-03-211-0/+31
* libsmbconf: put the smbconf context struct into a private header.Michael Adam2008-03-211-0/+27