net: Rename functable3 to functable, get rid of old functables
[samba.git] / source3 / utils / net_conf.c
2008-06-10 Kai Blinnet: Rename functable3 to functable, get rid of old...
2008-06-10 Kai Blinnet: Make "net conf" use a functable similar to functable3
2008-05-10 Kai Blinnet: Remove globals
2008-04-22 Michael Adamlibsmbconf: rewrite API to use smbconf_service struct
2008-04-15 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-15 Michael Adamnet conf: adapt output of NULL share params in net...
2008-04-15 Michael Adamnet conf: simplify logic in test output of net conf...
2008-04-15 Michael Adamnet conf: fix output of out-of-share parameters in...
2008-04-13 Michael Adamnet conf: use the new smbconf_init() dispatcher instead...
2008-04-13 Michael Adamlibsmbconf: remove the bool verbatim parameter from...
2008-04-09 Michael Adamnet conf: use talloc and talloc_strdup_lower throughout...
2008-04-09 Michael Adamnet conf: implement "net conf delincludes".
2008-04-09 Michael Adamnet conf: implement a "net conf setincludes" command.
2008-04-09 Michael Adamnet conf: implement "net conf getincludes".
2008-04-09 Michael Adamnet conf: add diagnostic message for failure to load...
2008-04-09 Michael Adamnet conf: reduce indentation by grouping testmode code...
2008-04-09 Michael Adamnet conf: don't drop config in testmode
2008-04-09 Michael Adamnet conf: fix import to correctly add includes (at...
2008-04-09 Michael Adamlibsmbconf: add a "verbatim" parameter to smbconf_init_...
2008-03-26 Michael Adamnet_conf: fix non-testmode import function.
2008-03-26 Michael Adamnet_conf: reformat - re-indent one function call.
2008-03-26 Michael Adamnet_conf: add casts to avoid compiler warnings.
2008-03-26 Michael Adamnet_conf: rename "ctx" to "mem_ctx" for clarity.
2008-03-26 Michael Adamnet_conf: use talloc_stackframe() instead of talloc_init().
2008-03-26 Michael Adamnet_conf: fix import function by using the new text...
2008-03-21 Michael Adamlibsmbconf: add a "path" variable to the conf context.
2008-03-21 Michael Adamlibsmbconf: add backend specific init function.
2008-03-21 Michael Adamlibsmbconf: rename smbconf_close() to smbconf_shutdown().
2008-03-21 Michael Adamlibsmbconf: rename smbconf_open() to smbconf_init().
2008-03-21 Michael Adamlibsmbconf: change the API to always take the smbconf_c...
2008-03-17 Michael Adamlibsmbconf: rename all occurrences of libnet_conf_...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
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 and modify comments in net_conf.c
2008-01-13 Michael AdamAdd explicit creation of shares to net conf import...
2008-01-13 Michael AdamIntroduce a libnet_conf context created by libnet_conf_...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Michael AdamFix spacing - spaces mixed with tabs.
2008-01-04 Michael AdamFix a comment.
2008-01-04 Michael AdamRemove the word "registry" from the help output of...
2008-01-04 Michael AdamUpdate the introductory comment to net_conf.c to mentio...
2008-01-04 Michael AdamRemove the final regdb_close() from net_conf.c
2008-01-04 Michael AdamFix the behaviour of "net conf setparm" to create the...
2008-01-04 Günther DeschnerFix build warning.
2008-01-03 Michael AdamMake libnet_conf handle opening/initialization of the...
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 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...
next