summaryrefslogtreecommitdiff
path: root/source3/utils/net_conf.c
Commit message (Expand)AuthorAgeFilesLines
...
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-231-59/+37
* net conf: adapt output of NULL share params in net conf list.Michael Adam2008-04-151-2/+7
* net conf: simplify logic in test output of net conf import.Michael Adam2008-04-151-9/+5
* net conf: fix output of out-of-share parameters in test mode importMichael Adam2008-04-151-4/+12
* net conf: use the new smbconf_init() dispatcher instead of explicit backend i...Michael Adam2008-04-131-2/+9
* libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam2008-04-131-1/+1
* net conf: use talloc and talloc_strdup_lower throughout all net conf functions.Michael Adam2008-04-101-17/+59
* net conf: implement "net conf delincludes".Michael Adam2008-04-101-0/+40
* net conf: implement a "net conf setincludes" command.Michael Adam2008-04-101-0/+50
* net conf: implement "net conf getincludes".Michael Adam2008-04-101-0/+47
* net conf: add diagnostic message for failure to load text file.Michael Adam2008-04-101-0/+2
* net conf: reduce indentation by grouping testmode code together.Michael Adam2008-04-101-39/+37
* net conf: don't drop config in testmodeMichael Adam2008-04-101-3/+5
* net conf: fix import to correctly add includes (at the end)Michael Adam2008-04-101-6/+34
* libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam2008-04-101-1/+1
* net_conf: fix non-testmode import function.Michael Adam2008-03-271-1/+11
* net_conf: reformat - re-indent one function call.Michael Adam2008-03-261-2/+5
* net_conf: add casts to avoid compiler warnings.Michael Adam2008-03-261-6/+6
* net_conf: rename "ctx" to "mem_ctx" for clarity.Michael Adam2008-03-261-22/+22
* net_conf: use talloc_stackframe() instead of talloc_init().Michael Adam2008-03-261-5/+5
* net_conf: fix import function by using the new text backend of smbconf.Michael Adam2008-03-261-195/+59
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-211-1/+1
* libsmbconf: add backend specific init function.Michael Adam2008-03-211-1/+1
* libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam2008-03-211-1/+1
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-211-1/+1
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-211-4/+4
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-171-48/+46
* Add and modify comments in net_conf.cMichael Adam2008-01-131-8/+42
* Add explicit creation of shares to net conf import function.Michael Adam2008-01-131-0/+4
* Introduce a libnet_conf context created by libnet_conf_open().Michael Adam2008-01-131-35/+106
* Fix spacing - spaces mixed with tabs.Michael Adam2008-01-041-8/+8
* Fix a comment.Michael Adam2008-01-041-1/+1
* Remove the word "registry" from the help output of the "net conf" command.Michael Adam2008-01-041-7/+6
* Update the introductory comment to net_conf.c to mention linbet_conf.Michael Adam2008-01-041-3/+7
* Remove the final regdb_close() from net_conf.cMichael Adam2008-01-041-2/+0
* Fix the behaviour of "net conf setparm" to create the share if necessary.Michael Adam2008-01-041-0/+9
* Fix build warning.Günther Deschner2008-01-041-1/+0
* Make libnet_conf handle opening/initialization of the registry.Michael Adam2008-01-031-5/+0
* Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().Michael Adam2008-01-031-1/+1
* Rename libnet_smbconf_getparm() to libnet_conf_get_parameter().Michael Adam2008-01-031-1/+1
* Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().Michael Adam2008-01-031-8/+8
* Rename libnet_smbconf_delshare() to libnet_conf_delete_share().Michael Adam2008-01-031-2/+2
* Rename libnet_smbconf_getshare() to libnet_conf_get_share().Michael Adam2008-01-031-2/+2
* Rename libnet_smbconf_create_share() to libnet_conf_create_share().Michael Adam2008-01-031-1/+1
* Rename libnet_smbconf_share_exists() to libnet_conf_share_exists().Michael Adam2008-01-031-2/+2
* Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().Michael Adam2008-01-031-1/+1
* Rename libnet_smbconf_get_config() to libnet_conf_get_config().Michael Adam2008-01-031-3/+3
* Rename libnet_smbconf_drop() to libnet_conf_drop().Michael Adam2008-01-031-1/+1
* Happy new year again.Michael Adam2008-01-031-1/+1
* Add libnet_conf API function libnet_smbconf_create_share().Michael Adam2008-01-031-1/+12