summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_conf.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use the proper boolean constants in net_conf.cMichael Adam2007-12-251-10/+10
* Add error reporting to net_conf_delshare().Michael Adam2007-12-251-2/+8
* Simplify libnet_smbconf_delshare().Michael Adam2007-12-251-2/+2
* Rename reg_delkey_internal() to libnet_smbconf_delshare().Michael Adam2007-12-251-2/+2
* Move reg_delkey_internal() to libnet/libnet_conf.cMichael Adam2007-12-251-24/+0
* Make libnet_smbconf_key_exists() use talloc_stackframe().Michael Adam2007-12-241-2/+2
* Move logic of net_conf_getparm() to libnet_conf.c.Michael Adam2007-12-241-12/+10
* Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_intern...Michael Adam2007-12-231-2/+2
* Move net_conf_setparm() to libnet_conf.cMichael Adam2007-12-231-11/+1
* Move reg_setvalue_internal() to libnet_conf.cMichael Adam2007-12-231-78/+10
* Move logic of net_smbconf_delparm() to libnet/libnet_conf.cMichael Adam2007-12-231-13/+5
* Move smbconf_value_exists() to libnet/net_conf.cMichael Adam2007-12-231-17/+1
* Some libnet and netapi build fixes.Günther Deschner2007-12-211-1/+1
* Very quick conversion of net_conf functions into the libnet_conf layer.Günther Deschner2007-12-211-142/+16
* We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison2007-12-071-4/+0
* Remove some globalsVolker Lendecke2007-12-051-2/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-8/+8
* r24527: Add a function lp_canonicalize_parameter_with_value that turnsMichael Adam2007-10-101-33/+10
* r24513: Reformatting: eliminate trailing spaces, overly long linesMichael Adam2007-10-101-69/+64
* r24496: Add initial synonym handling to "net conf":Michael Adam2007-10-101-11/+45
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23760: Untangle use of strrchr_m and strequal and add some checksMichael Adam2007-10-101-2/+11
* r23750: Change the behaviour of net conf import when there is a global sectionMichael Adam2007-10-101-8/+24
* r23749: Simplify prototype of reg_setvalue_internal:Michael Adam2007-10-101-22/+9
* r23748: Clean use of talloc in import_process_service:Michael Adam2007-10-101-4/+13
* r23747: Move formatting of a parameter's value into a value stringMichael Adam2007-10-101-80/+82
* r23746: Fix missing assignments to target string of asprintf in import function.Michael Adam2007-10-101-2/+2