summaryrefslogtreecommitdiff
path: root/source3/utils/net_conf.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-31Rewrite net_conf_addshare() to only use libnet_conf API functions.Michael Adam1-20/+17
2007-12-31Rename libnet_smbconf_key_exists() to libnet_smbconf_share_exists()Michael Adam1-1/+1
2007-12-30Remove an unused variable.Michael Adam1-1/+0
2007-12-30Remove all d_fprintf-s from libnet_conf.cMichael Adam1-4/+24
2007-12-30Remove list_values() from net_conf.c - it is not needed any more.Michael Adam1-26/+0
2007-12-30Use libnet_smbconf_get_config() in net_conf_list().Michael Adam1-45/+19
2007-12-29Dont return count - 1 but count from libnet_smbconf_reg_get_values().Michael Adam1-1/+1
2007-12-29Make sure libnet_smbconf_get_share_names() always lists "global" first.Michael Adam1-1/+1
2007-12-29Fix a const warning.Michael Adam1-1/+1
2007-12-29Rename libnet_smbconf_getshares() to libnet_smbconf_get_share_names().Michael Adam1-1/+1
2007-12-29Move functionality of net_conf_listshares() to libnet_conf.cMichael Adam1-15/+5
2007-12-29Move functionality of net_conf_showshare() to libnet_conf.cMichael Adam1-4/+15
2007-12-29Make the main net_conf functions static in net_conf.cMichael Adam1-7/+7
2007-12-29Hide the registry backend from libnet_smbconf_getparm().Michael Adam1-3/+3
2007-12-29Rename format_value() to libnet_smbconf_format_registry_value().Michael Adam1-2/+3
2007-12-29Move format_value() to libnet_conf.c.Michael Adam1-33/+0
2007-12-26Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath().Michael Adam1-2/+3
2007-12-26Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().Michael Adam1-1/+1
2007-12-25Add two missing free-s.Michael Adam1-0/+2
2007-12-25Remove talloc context parameter from libnet_smbconf_delparm().Michael Adam1-4/+1
2007-12-25Add a missing free.Michael Adam1-0/+1
2007-12-25Remove talloc context parameter from libnet_smbconf_setparm().Michael Adam1-5/+1
2007-12-25Remove talloc context parameter from libnet_smbconf_drop().Michael Adam1-1/+1
2007-12-25Rename drop_smbconf_internal() to libnet_smbconf_drop().Michael Adam1-1/+1
2007-12-25Move drop_smbconf_internal() to libnet_conf.cMichael Adam1-50/+0
2007-12-25Use the proper boolean constants in net_conf.cMichael Adam1-10/+10
2007-12-25Add error reporting to net_conf_delshare().Michael Adam1-2/+8
2007-12-25Simplify libnet_smbconf_delshare().Michael Adam1-2/+2
2007-12-25Rename reg_delkey_internal() to libnet_smbconf_delshare().Michael Adam1-2/+2
2007-12-25Move reg_delkey_internal() to libnet/libnet_conf.cMichael Adam1-24/+0
2007-12-24Make libnet_smbconf_key_exists() use talloc_stackframe().Michael Adam1-2/+2
2007-12-24Move logic of net_conf_getparm() to libnet_conf.c.Michael Adam1-12/+10
2007-12-23Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_intern...Michael Adam1-2/+2
2007-12-23Move net_conf_setparm() to libnet_conf.cMichael Adam1-11/+1
2007-12-23Move reg_setvalue_internal() to libnet_conf.cMichael Adam1-78/+10
2007-12-23Move logic of net_smbconf_delparm() to libnet/libnet_conf.cMichael Adam1-13/+5
2007-12-23Move smbconf_value_exists() to libnet/net_conf.cMichael Adam1-17/+1
2007-12-21Some libnet and netapi build fixes.Günther Deschner1-1/+1
2007-12-21Very quick conversion of net_conf functions into the libnet_conf layer.Günther Deschner1-142/+16
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-4/+0
2007-12-05Remove some globalsVolker Lendecke1-2/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-8/+8
2007-10-10r24527: Add a function lp_canonicalize_parameter_with_value that turnsMichael Adam1-33/+10
2007-10-10r24513: Reformatting: eliminate trailing spaces, overly long linesMichael Adam1-69/+64
2007-10-10r24496: Add initial synonym handling to "net conf":Michael Adam1-11/+45
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23760: Untangle use of strrchr_m and strequal and add some checksMichael Adam1-2/+11
2007-10-10r23750: Change the behaviour of net conf import when there is a global sectionMichael Adam1-8/+24
2007-10-10r23749: Simplify prototype of reg_setvalue_internal:Michael Adam1-22/+9