summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_conf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make grouping in if statement more explicit.Michael Adam2007-12-311-1/+3
* Change net_conf_import() to only use libnet_conf API functions.Michael Adam2007-12-311-9/+3
* Rewrite net_conf_addshare() to only use libnet_conf API functions.Michael Adam2007-12-311-20/+17
* Rename libnet_smbconf_key_exists() to libnet_smbconf_share_exists()Michael Adam2007-12-311-1/+1
* Remove an unused variable.Michael Adam2007-12-301-1/+0
* Remove all d_fprintf-s from libnet_conf.cMichael Adam2007-12-301-4/+24
* Remove list_values() from net_conf.c - it is not needed any more.Michael Adam2007-12-301-26/+0
* Use libnet_smbconf_get_config() in net_conf_list().Michael Adam2007-12-301-45/+19
* Dont return count - 1 but count from libnet_smbconf_reg_get_values().Michael Adam2007-12-291-1/+1
* Make sure libnet_smbconf_get_share_names() always lists "global" first.Michael Adam2007-12-291-1/+1
* Fix a const warning.Michael Adam2007-12-291-1/+1
* Rename libnet_smbconf_getshares() to libnet_smbconf_get_share_names().Michael Adam2007-12-291-1/+1
* Move functionality of net_conf_listshares() to libnet_conf.cMichael Adam2007-12-291-15/+5
* Move functionality of net_conf_showshare() to libnet_conf.cMichael Adam2007-12-291-4/+15
* Make the main net_conf functions static in net_conf.cMichael Adam2007-12-291-7/+7
* Hide the registry backend from libnet_smbconf_getparm().Michael Adam2007-12-291-3/+3
* Rename format_value() to libnet_smbconf_format_registry_value().Michael Adam2007-12-291-2/+3
* Move format_value() to libnet_conf.c.Michael Adam2007-12-291-33/+0
* Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath().Michael Adam2007-12-261-2/+3
* Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().Michael Adam2007-12-261-1/+1
* Add two missing free-s.Michael Adam2007-12-251-0/+2
* Remove talloc context parameter from libnet_smbconf_delparm().Michael Adam2007-12-251-4/+1
* Add a missing free.Michael Adam2007-12-251-0/+1
* Remove talloc context parameter from libnet_smbconf_setparm().Michael Adam2007-12-251-5/+1
* Remove talloc context parameter from libnet_smbconf_drop().Michael Adam2007-12-251-1/+1
* Rename drop_smbconf_internal() to libnet_smbconf_drop().Michael Adam2007-12-251-1/+1
* Move drop_smbconf_internal() to libnet_conf.cMichael Adam2007-12-251-50/+0