Merge commit 'origin/v3-2-test' into v3-2-stable
[ira/wip.git] / source3 / libnet / libnet_conf.c
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-19 Michael AdamAdd a function libnet_conf_get_seqnum() to the libnet_c...
2008-02-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-15 Michael AdamRename registry_init_regdb() to registry_init_smbconf().
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-21 Michael AdamAdd another check for talloc failure to libnet_conf
2008-01-21 Michael AdamFix formatting of multi_sz registry values.
2008-01-21 Michael AdamUse talloc_stackframe() for temporary contexts througho...
2008-01-21 Michael AdamAdd a check for talloc failure. - Pointed out by Volker.
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-13 Michael AdamAdd a function libnet_conf_delete_global_parameter...
2008-01-13 Michael AdamAdd a function libnet_conf_get_global_parameter() to...
2008-01-13 Michael AdamMove libnet_conf_set_global_parameter() inside libnet_c...
2008-01-13 Michael AdamAdd a comment header to libnet_conf_set_global_parameter().
2008-01-13 Michael AdamAdd auto-adding of [global] to libnet_conf_set_global_p...
2008-01-13 Michael AdamRemove auto-generation of missing share from libnet_con...
2008-01-13 Michael AdamIntroduce a libnet_conf context created by libnet_conf_...
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-12 Günther DeschnerAuto-add missing shares in libnet_conf_set_parameter().
2008-01-11 Michael AdamRemove code accidentially submittet with last commit...
2008-01-11 Michael AdamFix panic in "net conf": Fix logic in error condition.
2008-01-09 Michael AdamChange registry_create_admin_token() to return NTSTATUS.
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-03 Günther DeschnerUse different error code for libnet_conf initialization...
2008-01-03 Michael AdamMake libnet_conf handle opening/initialization of the...
2008-01-03 Michael AdamAdd a comment header and do some slight reformatting.
2008-01-03 Michael AdamRename libnet_smbconf_set_global_param() to libnet_conf...
2008-01-03 Michael AdamRename libnet_smbconf_delparm() to libnet_conf_delete_p...
2008-01-03 Michael AdamRename libnet_smbconf_getparm() to libnet_conf_get_para...
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 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 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().
next