libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf_create_...
[nivanova/samba-autobuild/.git] / source3 / lib / smbconf / smbconf.c
2008-04-15 Michael Adamlibsmbconf: don't complain with WERR_ALREADY_EXISTS...
2008-04-15 Michael Adamlibsmbconf: allow NULL sharename in smbconf_share_exists().
2008-04-09 Michael Adamlibsmbconf: add delete_includes mehtod to the api ...
2008-04-09 Michael Adamlibsmbconf: add "_global_" wrappers for get/set_includes.
2008-04-09 Michael Adamlibsmbconf: add talloc context to the get_includes...
2008-04-09 Michael Adamlibsmbconf: add get_includes() and set_includes() to...
2008-04-09 Michael Adamlibsmbconf: fix a comment
2008-04-09 Michael Adamlibsmbconf: move utility functions from main module...
2008-03-26 Michael Adamsmbconf: reformat - fix intentation.
2008-03-21 Michael Adamlibsmbconf: add a "path" variable to the conf context.
2008-03-21 Michael Adamlibsmbconf: group together functions in smbconf.c more...
2008-03-21 Michael Adamlibsmbconf: move registry implementation to a module...
2008-03-21 Michael Adamlibsmbconf: add backend specific init function.
2008-03-21 Michael Adamlibsmbconf: add shutdown handler to smbconf_ops.
2008-03-21 Michael Adamlibsmbconf: fix comments
2008-03-21 Michael Adamlibsmbconf: rename smbconf_close() to smbconf_shutdown().
2008-03-21 Michael Adamlibsmbconf: rename smbconf_open() to smbconf_init().
2008-03-21 Michael Adamlibsmbconf: add open and close operations to the smbcon...
2008-03-21 Michael Adamlibsmbconf: introduce a smbconf_ops layer to allow...
2008-03-21 Michael Adamlibsmbconf: move smbconf_reg_initialize() down to the...
2008-03-21 Michael Adamlibsmbconf: add existence check for service to smbconf_...
2008-03-21 Michael Adamlibsmbconf: add existence check for service to smbconf_...
2008-03-21 Michael Adamlibsmbconf: add check for NULL servicename to smbconf_s...
2008-03-21 Michael Adamlibsmbconf: fix a comment
2008-03-21 Michael Adamlibsmbconf: refactor out registry implementation of...
2008-03-21 Michael Adamlibsmbconf: refactor autocreation of [global] into...
2008-03-21 Michael Adamlibsmbconf: put the smbconf context struct into a priva...
2008-03-21 Michael Adamlibsmbconf: change the API to always take the smbconf_c...
2008-03-21 Michael Adamlibsmbconf: fix indentation.
2008-03-21 Michael Adamlibsmbconf: change smbconf_get_seqnum() to smbconf_chan...
2008-03-21 Michael Adamlibsmbconf: fix a comment
2008-03-17 Michael Adamlibsmbconf: rename all occurrences of libnet_conf_...
2008-03-17 Michael AdamMove libnet_conf to a library lib/smbconf/ of its own...