Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().
[ira/wip.git] / source3 / libnet /
2008-01-03 Michael AdamRename libnet_smbconf_setparm() to libnet_conf_set_para...
2008-01-03 Michael AdamRename libnet_smbconf_delshare() to libnet_conf_delete_...
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 AdamRename libnet_smbconf_reg_get_values() to libnet_conf_r...
2008-01-03 Michael AdamRename libnet_smbconf_format_registry_value() to libnet...
2008-01-03 Michael AdamRename libnet_smbconf_reg_set_value() to libnet_conf_re...
2008-01-03 Michael AdamRename libnet_smbconf_reg_create_service_key() to libne...
2008-01-03 Michael AdamRename libnet_smbconf_value_exists() to libnet_conf_val...
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_basekey() to libnet_conf...
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_service_key() to libnet_...
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_path() to libnet_conf_re...
2008-01-03 Michael AdamRename libnet_smbconf_add_string_to_array() to libnet_c...
2008-01-03 Günther DeschnerIn libnetjoin don't mix admin password with machine...
2008-01-03 Michael AdamRename libnet_smbconf_reg_setvalue_internal() to libnet...
2008-01-03 Michael AdamFix a comment.
2008-01-03 Michael AdamRename libnet_smbconf_reg_createkey_internal to libnet_...
2008-01-03 Michael AdamAdd libnet_conf API function libnet_smbconf_create_share().
2008-01-03 Günther DeschnerRemove unused vars.
2008-01-03 Michael AdamDon't leak: Use a temporary context for the admin token...
2008-01-03 Michael AdamUse libnet_smbconf_reg_open_path() in libnet_smbconf_dr...
2008-01-03 Michael AdamAbstract opening of registry path out of libnet_smbconf...
2008-01-03 Michael AdamAdd debug output in error path.
2008-01-03 Michael AdamFix setting of error code in error path.
2008-01-03 Michael AdamUse a better parameter name.
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_path() to libnet_smbconf...
2008-01-03 Michael AdamHey, it is 2008 now.
2008-01-03 Michael AdamChoose a more apropriate parameter name.
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_basepath() to libnet_smb...
2007-12-31 Michael AdamMake the last two helper functions in libnet_conf.c...
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 AdamMake libnet_smbconf_reg_open_path() static.
2007-12-29 Michael AdamMake libnet_smbconf_reg_open_basepath() static.
2007-12-29 Michael AdamRemove list_values() from net_conf.c - it is not needed...
2007-12-29 Michael AdamAdd a function libnet_smbconf_get_config() to libnet_conf.c
2007-12-29 Michael AdamInclude libnet/libnet.h in libnet_conf.c to have protot...
2007-12-29 Michael AdamReturn NULL (instead of unchanged) for no shares/parame...
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 AdamMove talloc-appending a string to an array to its own...
2007-12-29 Volker LendeckeFix uninitalized variables
2007-12-29 Michael AdamRename libnet_smbconf_getshares() to libnet_smbconf_get...
2007-12-29 Michael AdamAdd a comment header for libnet_smbconf_getshares().
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 AdamAdd a couple of comment headers to the main libnet_conf...
2007-12-29 Michael AdamAdd a comment header for libnet_smbconf_format_registry...
2007-12-29 Michael AdamHandle NULL talloc context in libnet_smbconf_format_reg...
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 AdamMove libnet_smbconf_reg_open_basepath() in source file
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 AdamRename libnet_smbconf_open_path_q() to libnet_smbconf_o...
2007-12-25 Michael AdamRemove now unneeded talloc ctx parameter from do_JoinCo...
2007-12-25 Michael AdamRemove now unneeded talloc ctx parameter from do_join_m...
2007-12-25 Michael AdamRemove now unneeded talloc ctx parameter from do_Unjoin...
2007-12-25 Michael AdamRemove now unneeded talloc ctx parameter from do_unjoin...
2007-12-25 Michael AdamRemove talloc context parameter from libnet_smbconf_del...
2007-12-25 Michael AdamRemove talloc context parameter from libnet_smbconf_set...
2007-12-25 Michael AdamTypofix in comment.
2007-12-25 Michael AdamAdd comment header to function libnet_smbconf_drop().
2007-12-25 Michael AdamRemove a d_fprintf() from libnet_smbconf_drop().
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 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-24 Michael AdamDo not leak memory in libnet_smbconf_delparm().
2007-12-24 Michael AdamDo not leak memory in libnet_smbconf_setparm().
2007-12-23 Michael AdamUse the appropriate boolean constants.
2007-12-23 Michael AdamMake libnet_smbconf_value_exists() use talloc_stackframe().
2007-12-23 Michael AdamMake libnet_smbconf_key_exists() use talloc_stackframe().
2007-12-23 Michael AdamDon't leak memory in libnet_smbconf_getparm().
2007-12-23 Michael AdamFix rights error in libnet_smbconf_delparm().
2007-12-23 Michael AdamRemove redundant check of return value.
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 AdamMake libnet_smbconf_set_global_param() call libnet_smbc...
2007-12-23 Michael AdamReorder libnet_conf.c some, adding "section" comments.
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 AdamRemove occurrences of registry_key from libnet_join.c
2007-12-23 Michael AdamReplace direct deletion of registry value by use of...
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-23 Michael AdamMake libnet_smbconf_open_path_q() static.
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Günther DeschnerFix uninitialized error code in do_unjoin_modify_vals_c...
2007-12-21 Günther DeschnerUntil we better understand the WKSSVC_JOIN_FLAGS_JOIN_D...
2007-12-21 Günther DeschnerFix typo.
2007-12-21 Günther DeschnerImplement NetServerSetInfo level 1005 in local mode...
next