summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbconf
Commit message (Expand)AuthorAgeFilesLines
...
* libsmbconf: reorder prototypes in smbconf_private.hMichael Adam2008-04-101-3/+3
* libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()Michael Adam2008-04-101-21/+20
* libsmbconf: move utility functions from main module to new smbconf_util.cMichael Adam2008-04-102-88/+103
* libsmbconf: move initialization of registry value down after error checks.Michael Adam2008-04-031-6/+6
* libsmbconf: text - pass the cache instead of all private data to pm_process.Michael Adam2008-03-271-40/+40
* libsmbconf: text - change the cache to be tallocedMichael Adam2008-03-271-31/+47
* libsmbconf: in text backend, put flushing of the cache into a helper function.Michael Adam2008-03-271-6/+12
* libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam2008-03-262-0/+524
* smbconf: reformat - fix intentation.Michael Adam2008-03-261-4/+4
* registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam2008-03-211-2/+0
* libsmbconf: add internal open/close handling to registry backend.Michael Adam2008-03-211-4/+38
* libsmbconf: add a comment.Michael Adam2008-03-211-0/+3
* libsmbconf: add private_data section to smbconf_ctx.Michael Adam2008-03-212-8/+20
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-214-14/+26
* libsmbconf: add structuring comments to the prototypes in the public header.Michael Adam2008-03-211-0/+8
* libsmbconf: adapt a comment to new circumstancesMichael Adam2008-03-211-3/+1
* libsmbconf: group together functions in smbconf.c more appropriatelyMichael Adam2008-03-211-21/+29
* libsmbconf: add a comment.Michael Adam2008-03-211-1/+5
* libsmbconf: move registry implementation to a module of its own.Michael Adam2008-03-213-721/+754
* libsmbconf: reformaat - fix some whispacing/tabsMichael Adam2008-03-211-7/+7
* libsmbconf: add backend specific init function.Michael Adam2008-03-213-3/+12
* libsmbconf: add shutdown handler to smbconf_ops.Michael Adam2008-03-212-1/+8
* libsmbconf: fix commentsMichael Adam2008-03-211-2/+1
* libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam2008-03-212-3/+3
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-212-3/+3
* libsmbconf: add open and close operations to the smbconf_ops.Michael Adam2008-03-212-1/+15
* libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.Michael Adam2008-03-212-14/+64
* libsmbconf: move smbconf_reg_initialize() down to the smbconf operations.Michael Adam2008-03-211-20/+20
* libsmbconf: add existence check for service to smbconf_delete_share().Michael Adam2008-03-211-0/+4
* libsmbconf: add existence check for service to smbconf_get_share().Michael Adam2008-03-211-0/+4
* libsmbconf: add check for NULL servicename to smbconf_share_exists().Michael Adam2008-03-211-0/+3
* libsmbconf: fix a commentMichael Adam2008-03-211-1/+1
* libsmbconf: refactor out registry implementation of smbconf operations.Michael Adam2008-03-211-229/+326
* libsmbconf: refactor autocreation of [global] into a helper function.Michael Adam2008-03-211-21/+18
* libsmbconf: put the smbconf context struct into a private header.Michael Adam2008-03-213-3/+29
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-212-21/+25
* libsmbconf: fix indentation.Michael Adam2008-03-211-3/+3
* libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam2008-03-212-10/+37
* libsmbconf: fix a commentMichael Adam2008-03-211-2/+1
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-172-194/+181
* Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam2008-03-172-0/+1048