summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-23libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam1-4/+0
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam1-31/+13
2008-04-15libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf...Michael Adam1-1/+1
2008-04-15libsmbconf: allow NULL sharename in smbconf_share_exists().Michael Adam1-3/+0
2008-04-10libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam1-0/+22
2008-04-10libsmbconf: add "_global_" wrappers for get/set_includes.Michael Adam1-0/+30
2008-04-10libsmbconf: add talloc context to the get_includes methods.Michael Adam1-1/+3
2008-04-10libsmbconf: add get_includes() and set_includes() to the API.Michael Adam1-0/+22
2008-04-10libsmbconf: fix a commentMichael Adam1-1/+1
2008-04-10libsmbconf: move utility functions from main module to new smbconf_util.cMichael Adam1-88/+0
2008-03-26smbconf: reformat - fix intentation.Michael Adam1-4/+4
2008-03-21libsmbconf: add a "path" variable to the conf context.Michael Adam1-2/+2
2008-03-21libsmbconf: group together functions in smbconf.c more appropriatelyMichael Adam1-21/+29
2008-03-21libsmbconf: move registry implementation to a module of its own.Michael Adam1-721/+5
2008-03-21libsmbconf: add backend specific init function.Michael Adam1-2/+8
2008-03-21libsmbconf: add shutdown handler to smbconf_ops.Michael Adam1-1/+7
2008-03-21libsmbconf: fix commentsMichael Adam1-2/+1
2008-03-21libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam1-2/+2
2008-03-21libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam1-2/+2
2008-03-21libsmbconf: add open and close operations to the smbconf_ops.Michael Adam1-1/+13
2008-03-21libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.Michael Adam1-14/+33
2008-03-21libsmbconf: move smbconf_reg_initialize() down to the smbconf operations.Michael Adam1-20/+20
2008-03-21libsmbconf: add existence check for service to smbconf_delete_share().Michael Adam1-0/+4
2008-03-21libsmbconf: add existence check for service to smbconf_get_share().Michael Adam1-0/+4
2008-03-21libsmbconf: add check for NULL servicename to smbconf_share_exists().Michael Adam1-0/+3
2008-03-21libsmbconf: fix a commentMichael Adam1-1/+1
2008-03-21libsmbconf: refactor out registry implementation of smbconf operations.Michael Adam1-229/+326
2008-03-21libsmbconf: refactor autocreation of [global] into a helper function.Michael Adam1-21/+18
2008-03-21libsmbconf: put the smbconf context struct into a private header.Michael Adam1-0/+1
2008-03-21libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam1-12/+14
2008-03-21libsmbconf: fix indentation.Michael Adam1-3/+3
2008-03-21libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam1-8/+30
2008-03-21libsmbconf: fix a commentMichael Adam1-2/+1
2008-03-17libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam1-153/+142
2008-03-17Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam1-0/+973