summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf_private.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-21libsmbconf: move the non-registry parts of libsmbconf to top levelMichael Adam1-87/+0
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-2/+2
2008-04-13libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam1-2/+2
2008-04-10libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam1-0/+2
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: add smbconf_reverse_find_in_array() to find last occurence of a s...Michael Adam1-0/+3
2008-04-10libsmbconf: move smbconf_find_in_array() to smbconf_util.cMichael Adam1-0/+3
2008-04-10libsmbconf: reorder prototypes in smbconf_private.hMichael Adam1-3/+3
2008-03-21libsmbconf: add private_data section to smbconf_ctx.Michael Adam1-1/+1
2008-03-21libsmbconf: add a "path" variable to the conf context.Michael Adam1-2/+3
2008-03-21libsmbconf: move registry implementation to a module of its own.Michael Adam1-0/+5
2008-03-21libsmbconf: reformaat - fix some whispacing/tabsMichael Adam1-7/+7
2008-03-21libsmbconf: add backend specific init function.Michael Adam1-0/+3
2008-03-21libsmbconf: add shutdown handler to smbconf_ops.Michael Adam1-0/+1
2008-03-21libsmbconf: add open and close operations to the smbconf_ops.Michael Adam1-0/+2
2008-03-21libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.Michael Adam1-0/+31
2008-03-21libsmbconf: put the smbconf context struct into a private header.Michael Adam1-0/+27