Rename libnet_smbconf_getshare() to libnet_conf_get_share().
[ira/wip.git] / source3 / utils / net_conf.c
2008-01-03 Michael AdamRename libnet_smbconf_getshare() to libnet_conf_get_sha...
2008-01-03 Michael AdamRename libnet_smbconf_create_share() to libnet_conf_cre...
2008-01-03 Michael AdamRename libnet_smbconf_share_exists() to libnet_conf_sha...
2008-01-03 Michael AdamRename libnet_smbconf_get_share_names() to libnet_conf_...
2008-01-03 Michael AdamRename libnet_smbconf_get_config() to libnet_conf_get_c...
2008-01-03 Michael AdamRename libnet_smbconf_drop() to libnet_conf_drop().
2008-01-03 Michael AdamHappy new year again.
2008-01-03 Michael AdamAdd libnet_conf API function libnet_smbconf_create_share().
2007-12-31 Michael AdamMake grouping in if statement more explicit.
2007-12-31 Michael AdamChange net_conf_import() to only use libnet_conf API...
2007-12-31 Michael AdamRewrite net_conf_addshare() to only use libnet_conf...
2007-12-31 Michael AdamRename libnet_smbconf_key_exists() to libnet_smbconf_sh...
2007-12-30 Michael AdamRemove an unused variable.
2007-12-30 Michael AdamRemove all d_fprintf-s from libnet_conf.c
2007-12-29 Michael AdamRemove list_values() from net_conf.c - it is not needed...
2007-12-29 Michael AdamUse libnet_smbconf_get_config() in net_conf_list().
2007-12-29 Michael AdamDont return count - 1 but count from libnet_smbconf_reg...
2007-12-29 Michael AdamMake sure libnet_smbconf_get_share_names() always lists...
2007-12-29 Michael AdamFix a const warning.
2007-12-29 Michael AdamRename libnet_smbconf_getshares() to libnet_smbconf_get...
2007-12-29 Michael AdamMove functionality of net_conf_listshares() to libnet_c...
2007-12-29 Michael AdamMove functionality of net_conf_showshare() to libnet_conf.c
2007-12-29 Michael AdamMake the main net_conf functions static in net_conf.c
2007-12-29 Michael AdamHide the registry backend from libnet_smbconf_getparm().
2007-12-29 Michael AdamRename format_value() to libnet_smbconf_format_registry...
2007-12-28 Michael AdamMove format_value() to libnet_conf.c.
2007-12-26 Michael AdamRename libnet_smbconf_open_basepath() to libnet_smbconf...
2007-12-25 Michael AdamRename libnet_smbconf_open_path() to libnet_smbconf_reg...
2007-12-25 Michael AdamAdd two missing free-s.
2007-12-25 Michael AdamRemove talloc context parameter from libnet_smbconf_del...
2007-12-25 Michael AdamAdd a missing free.
2007-12-25 Michael AdamRemove talloc context parameter from libnet_smbconf_set...
2007-12-25 Michael AdamRemove talloc context parameter from libnet_smbconf_drop().
2007-12-25 Michael AdamRename drop_smbconf_internal() to libnet_smbconf_drop().
2007-12-25 Michael AdamMove drop_smbconf_internal() to libnet_conf.c
2007-12-25 Michael AdamUse the proper boolean constants in net_conf.c
2007-12-25 Michael AdamAdd error reporting to net_conf_delshare().
2007-12-25 Michael AdamSimplify libnet_smbconf_delshare().
2007-12-25 Michael AdamRename reg_delkey_internal() to libnet_smbconf_delshare().
2007-12-25 Michael AdamMove reg_delkey_internal() to libnet/libnet_conf.c
2007-12-23 Michael AdamMake libnet_smbconf_key_exists() use talloc_stackframe().
2007-12-23 Michael AdamMove logic of net_conf_getparm() to libnet_conf.c.
2007-12-23 Michael AdamRename libnet_reg_createkey_internal() to libnet_smbcon...
2007-12-23 Michael AdamMove net_conf_setparm() to libnet_conf.c
2007-12-23 Michael AdamMove reg_setvalue_internal() to libnet_conf.c
2007-12-23 Michael AdamMove logic of net_smbconf_delparm() to libnet/libnet_conf.c
2007-12-23 Michael AdamMove smbconf_value_exists() to libnet/net_conf.c
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Günther DeschnerSome libnet and netapi build fixes.
2007-12-21 Günther DeschnerVery quick conversion of net_conf functions into the...
2007-12-07 Jeremy AllisonWe don't need P_GSTRING or P_UGSTRING anymore.
2007-12-05 Volker LendeckeRemove some globals
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Michael Adamr24527: Add a function lp_canonicalize_parameter_with_v...
2007-10-10 Michael Adamr24513: Reformatting: eliminate trailing spaces, overly...
2007-10-10 Michael Adamr24496: Add initial synonym handling to "net conf":
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Michael Adamr23760: Untangle use of strrchr_m and strequal and...
2007-10-10 Michael Adamr23750: Change the behaviour of net conf import when...
2007-10-10 Michael Adamr23749: Simplify prototype of reg_setvalue_internal:
2007-10-10 Michael Adamr23748: Clean use of talloc in import_process_service:
2007-10-10 Michael Adamr23747: Move formatting of a parameter's value into...
2007-10-10 Michael Adamr23746: Fix missing assignments to target string of...
2007-10-10 Michael Adamr23745: Fix: Check whether top subkeyname instead of...
2007-10-10 Michael Adamr23744: Remove TODO-comment. lp_load returns False...
2007-10-10 Michael Adamr23666: Rename lp_parameter_valid -> lp_parameter_is_valid.
2007-10-10 Michael Adamr23657: Prevent setting of a global option in a share...
2007-10-10 Michael Adamr23656: Add initial checking of the validity of a paramter
2007-10-10 Michael Adamr23655: Fix a comment and adjust some code formatting.
2007-10-10 Michael Adamr23652: Use the recursive delete function instead of...
2007-10-10 Michael Adamr23585: Add a "drop" function to "net conf" that clears the
2007-10-10 Michael Adamr23549: Make "net conf setparm" always use registry...
2007-10-10 Michael Adamr23543: Adjust comments.
2007-10-10 Michael Adamr23485: This checkin consists mostly of refactorings...
2007-10-10 Volker Lendecker22135: Check in most of Michael Adam's net conf utilit...