summaryrefslogtreecommitdiff
path: root/source3/utils/net_conf.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-15net conf: simplify logic in test output of net conf import.Michael Adam1-9/+5
2008-04-15net conf: fix output of out-of-share parameters in test mode importMichael Adam1-4/+12
2008-04-13net conf: use the new smbconf_init() dispatcher instead of explicit backend i...Michael Adam1-2/+9
2008-04-13libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam1-1/+1
2008-04-10net conf: use talloc and talloc_strdup_lower throughout all net conf functions.Michael Adam1-17/+59
2008-04-10net conf: implement "net conf delincludes".Michael Adam1-0/+40
2008-04-10net conf: implement a "net conf setincludes" command.Michael Adam1-0/+50
2008-04-10net conf: implement "net conf getincludes".Michael Adam1-0/+47
2008-04-10net conf: add diagnostic message for failure to load text file.Michael Adam1-0/+2
2008-04-10net conf: reduce indentation by grouping testmode code together.Michael Adam1-39/+37
2008-04-10net conf: don't drop config in testmodeMichael Adam1-3/+5
2008-04-10net conf: fix import to correctly add includes (at the end)Michael Adam1-6/+34
2008-04-10libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().Michael Adam1-1/+1
2008-03-27net_conf: fix non-testmode import function.Michael Adam1-1/+11
2008-03-26net_conf: reformat - re-indent one function call.Michael Adam1-2/+5
2008-03-26net_conf: add casts to avoid compiler warnings.Michael Adam1-6/+6
2008-03-26net_conf: rename "ctx" to "mem_ctx" for clarity.Michael Adam1-22/+22
2008-03-26net_conf: use talloc_stackframe() instead of talloc_init().Michael Adam1-5/+5
2008-03-26net_conf: fix import function by using the new text backend of smbconf.Michael Adam1-195/+59
2008-03-21libsmbconf: add a "path" variable to the conf context.Michael Adam1-1/+1
2008-03-21libsmbconf: add backend specific init function.Michael Adam1-1/+1
2008-03-21libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam1-1/+1
2008-03-21libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam1-1/+1
2008-03-21libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam1-4/+4
2008-03-17libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam1-48/+46
2008-01-13Add and modify comments in net_conf.cMichael Adam1-8/+42
2008-01-13Add explicit creation of shares to net conf import function.Michael Adam1-0/+4
2008-01-13Introduce a libnet_conf context created by libnet_conf_open().Michael Adam1-35/+106
2008-01-04Fix spacing - spaces mixed with tabs.Michael Adam1-8/+8
2008-01-04Fix a comment.Michael Adam1-1/+1
2008-01-04Remove the word "registry" from the help output of the "net conf" command.Michael Adam1-7/+6
2008-01-04Update the introductory comment to net_conf.c to mention linbet_conf.Michael Adam1-3/+7
2008-01-04Remove the final regdb_close() from net_conf.cMichael Adam1-2/+0
2008-01-04Fix the behaviour of "net conf setparm" to create the share if necessary.Michael Adam1-0/+9
2008-01-04Fix build warning.Günther Deschner1-1/+0
2008-01-03Make libnet_conf handle opening/initialization of the registry.Michael Adam1-5/+0
2008-01-03Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().Michael Adam1-1/+1
2008-01-03Rename libnet_smbconf_getparm() to libnet_conf_get_parameter().Michael Adam1-1/+1
2008-01-03Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().Michael Adam1-8/+8
2008-01-03Rename libnet_smbconf_delshare() to libnet_conf_delete_share().Michael Adam1-2/+2
2008-01-03Rename libnet_smbconf_getshare() to libnet_conf_get_share().Michael Adam1-2/+2
2008-01-03Rename libnet_smbconf_create_share() to libnet_conf_create_share().Michael Adam1-1/+1
2008-01-03Rename libnet_smbconf_share_exists() to libnet_conf_share_exists().Michael Adam1-2/+2
2008-01-03Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().Michael Adam1-1/+1
2008-01-03Rename libnet_smbconf_get_config() to libnet_conf_get_config().Michael Adam1-3/+3
2008-01-03Rename libnet_smbconf_drop() to libnet_conf_drop().Michael Adam1-1/+1
2008-01-03Happy new year again.Michael Adam1-1/+1
2008-01-03Add libnet_conf API function libnet_smbconf_create_share().Michael Adam1-1/+12
2007-12-31Make grouping in if statement more explicit.Michael Adam1-1/+3
2007-12-31Change net_conf_import() to only use libnet_conf API functions.Michael Adam1-9/+3