[SCM] Samba Shared Repository - branch v3-6-test updated

Michael Adam obnox at samba.org
Tue Feb 8 03:55:34 MST 2011


The branch, v3-6-test has been updated
       via  f31861e s3:net: remove unused net_idmap_help
      from  3720d13 libndr: share some uuid helpers.

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


- Log -----------------------------------------------------------------
commit f31861e02e01cba20f42495b37ddf4b4119dac12
Author: Gregor Beck <gbeck at sernet.de>
Date:   Fri Jan 28 10:58:03 2011 +0100

    s3:net: remove unused net_idmap_help
    
    Signed-off-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User: Michael Adam <obnox at samba.org>
    Autobuild-Date: Tue Feb  8 11:50:37 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/utils/net_idmap.c |   16 ----------------
 source3/utils/net_proto.h |    1 -
 2 files changed, 0 insertions(+), 17 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c
index e3640bd..7551354 100644
--- a/source3/utils/net_idmap.c
+++ b/source3/utils/net_idmap.c
@@ -372,22 +372,6 @@ static int net_idmap_secret(struct net_context *c, int argc, const char **argv)
 	return 0;
 }
 
-int net_help_idmap(struct net_context *c, int argc, const char **argv)
-{
-	d_printf(_("net idmap dump <inputfile>\n"
-		   "    Dump current id mapping\n"));
-
-	d_printf(_("net idmap restore\n"
-		   "    Restore entries from stdin\n"));
-
-	/* Deliberately *not* document net idmap delete */
-
-	d_printf(_("net idmap secret <DOMAIN> <secret>\n"
-		   "    Set the secret for the specified DOMAIN module)\n"));
-
-	return -1;
-}
-
 static int net_idmap_aclmapset(struct net_context *c, int argc, const char **argv)
 {
 	TALLOC_CTX *mem_ctx;
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h
index 22a44c4..7567b8c 100644
--- a/source3/utils/net_proto.h
+++ b/source3/utils/net_proto.h
@@ -86,7 +86,6 @@ int net_help(struct net_context *c, int argc, const char **argv);
 
 /* The following definitions come from utils/net_idmap.c  */
 
-int net_help_idmap(struct net_context *c, int argc, const char **argv);
 int net_idmap(struct net_context *c, int argc, const char **argv);
 
 /* The following definitions come from utils/net_join.c  */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list