[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1070-g8d9e3e0

Michael Adam obnox at samba.org
Fri Jan 4 20:06:52 GMT 2008


The branch, v3-2-test has been updated
       via  8d9e3e08f3cc6a1f54661d1e54a3902ad50be191 (commit)
       via  e166b886375b450534c894676ab1f64571dd46b8 (commit)
      from  e7164a252bf213a74d6eeac5aa04645eed5be241 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 8d9e3e08f3cc6a1f54661d1e54a3902ad50be191
Author: Michael Adam <obnox at samba.org>
Date:   Fri Jan 4 21:05:51 2008 +0100

    Remove the word "registry" from the help output of the "net conf" command.
    
    Michael

commit e166b886375b450534c894676ab1f64571dd46b8
Author: Michael Adam <obnox at samba.org>
Date:   Fri Jan 4 21:03:24 2008 +0100

    Update the introductory comment to net_conf.c to mention linbet_conf.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/utils/net_conf.c |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/net_conf.c b/source/utils/net_conf.c
index d212b45..1cf98aa 100644
--- a/source/utils/net_conf.c
+++ b/source/utils/net_conf.c
@@ -19,9 +19,12 @@
  */
 
 /*
- * This is an interface to the configuration stored inside the
- * samba registry. In the future there might be support for other
- * configuration backends as well.
+ * This is an interface to the Samba's configuration as made available
+ * by the libnet_conf interface (source/libnet/libnet_conf.c).
+ *
+ * This currently supports local interaction with the configuration
+ * stored in the registry. But other backends and remote access via
+ * rpc might get implemented in the future.
  */
 
 #include "includes.h"
@@ -843,15 +846,15 @@ int net_conf(int argc, const char **argv)
 		{"import", net_conf_import,
 		 "Import configuration from file in smb.conf format."},
 		{"listshares", net_conf_listshares,
-		 "List the registry shares."},
+		 "List the share names."},
 		{"drop", net_conf_drop,
-		 "Delete the complete configuration from registry."},
+		 "Delete the complete configuration."},
 		{"showshare", net_conf_showshare,
-		 "Show the definition of a registry share."},
+		 "Show the definition of a share."},
 		{"addshare", net_conf_addshare,
-		 "Create a new registry share."},
+		 "Create a new share."},
 		{"delshare", net_conf_delshare,
-		 "Delete a registry share."},
+		 "Delete a share."},
 		{"setparm", net_conf_setparm,
 		 "Store a parameter."},
 		{"getparm", net_conf_getparm,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list