]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updates.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Jan 2012 01:00:42 +0000 (02:00 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Jan 2012 01:00:42 +0000 (02:00 +0100)
doc/manpages/gnutls-cli-debug.1
doc/manpages/psktool.1
doc/manpages/srptool.1
src/cli-args.c
src/cli-args.h
src/srptool-args.c
src/srptool-args.h

index 51370f69cbd815402628f4eb44a571ba10396b37..95ab9f34f7e032f6336ce5cbf14bae60228cd04d 100644 (file)
@@ -1,8 +1,8 @@
-.TH gnutls-cli-debug 1 "19 Jan 2012" "3.0.11" "User Commands"
+.TH gnutls-cli-debug 1 "21 Jan 2012" "3.0.12" "User Commands"
 .\"
 .\"  DO NOT EDIT THIS FILE   (cli-debug-args.man)
 .\"  
-.\"  It has been AutoGen-ed  January 19, 2012 at 09:40:47 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 21, 2012 at 02:00:25 AM by AutoGen 5.12
 .\"  From the definitions    ../../src/cli-debug-args.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 77b066749a70dbddadfcff5f4b086d31cde285de..e976db6c566cfb17bc12f9b666f811d48b8bbd16 100644 (file)
@@ -1,8 +1,8 @@
-.TH psktool 1 "19 Jan 2012" "3.0.11" "User Commands"
+.TH psktool 1 "21 Jan 2012" "3.0.12" "User Commands"
 .\"
 .\"  DO NOT EDIT THIS FILE   (psk-args.man)
 .\"  
-.\"  It has been AutoGen-ed  January 19, 2012 at 09:42:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 21, 2012 at 02:00:25 AM by AutoGen 5.12
 .\"  From the definitions    ../../src/psk-args.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -32,8 +32,16 @@ in the range  0 through 9999
 .sp
 Specifies the debug level.
 .TP
-.BR \-s ", " -\-keysize
+.BR \-s " \fInumber\fP, " \-\-keysize "=" \fInumber\fP
 specify the key size in bytes.
+This option takes an integer number as its argument.
+The value of \fInumber\fP is constrained to being:
+.in +4
+.nf
+.na
+in the range  0 through 512
+.fi
+.in -4
 .sp
 .TP
 .BR \-u " \fIstring\fP, " \-\-username "=" \fIstring\fP
index ea0b1f20cf75efcaec7c8ff2b2f1eccb80c77955..12f21541d3bed810e06351c0a646d2d329cd3d81 100644 (file)
@@ -1,8 +1,8 @@
-.TH srptool 1 "19 Jan 2012" "3.0.11" "User Commands"
+.TH srptool 1 "21 Jan 2012" "3.0.12" "User Commands"
 .\"
 .\"  DO NOT EDIT THIS FILE   (srptool-args.man)
 .\"  
-.\"  It has been AutoGen-ed  January 19, 2012 at 09:41:17 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 21, 2012 at 02:00:25 AM by AutoGen 5.12
 .\"  From the definitions    ../../src/srptool-args.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 441771dfafb8777183b2c3483042d511d43daede..3f8c39f7a0ca8907a3e035ade971625d9711cc12 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (cli-args.c)
  *  
- *  It has been AutoGen-ed  January 19, 2012 at 09:42:06 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 21, 2012 at 01:58:52 AM by AutoGen 5.12
  *  From the definitions    cli-args.def
  *  and the template file   options
  *
@@ -55,7 +55,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[278] =
-"gnutls-cli 3.0.11\n\
+"gnutls-cli 3.0.12\n\
 Copyright (C) 2000-2012 Free Software Foundation, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the\n\
@@ -877,7 +877,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "GNUTLS_CLI";
 static char const zUsageTitle[100] =
-"gnutls-cli - GnuTLS client - Ver. 3.0.11\n\
+"gnutls-cli - GnuTLS client - Ver. 3.0.12\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 72e15387a48979e6f48ec046e9c7d13b2943dc7d..c05ff9bbcffacb80ca605548a45798af5de52b1a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (cli-args.h)
  *  
- *  It has been AutoGen-ed  January 19, 2012 at 09:42:05 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 21, 2012 at 01:58:52 AM by AutoGen 5.12
  *  From the definitions    cli-args.def
  *  and the template file   options
  *
@@ -105,8 +105,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define GNUTLS_CLI_VERSION       "3.0.11"
-#define GNUTLS_CLI_FULL_VERSION  "gnutls-cli 3.0.11"
+#define GNUTLS_CLI_VERSION       "3.0.12"
+#define GNUTLS_CLI_FULL_VERSION  "gnutls-cli 3.0.12"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c2b831f2cebce932a0b0bb06a80d288bfce0fd95..38b0b82a4bbaca4016b228e2cb839b7df782c15e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (srptool-args.c)
  *  
- *  It has been AutoGen-ed  January 19, 2012 at 09:42:05 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 21, 2012 at 01:58:49 AM by AutoGen 5.12
  *  From the definitions    srptool-args.def
  *  and the template file   options
  *
@@ -55,7 +55,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[275] =
-"srptool 3.0.11\n\
+"srptool 3.0.12\n\
 Copyright (C) 2000-2012 Free Software Foundation, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the\n\
@@ -337,7 +337,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[8] = "SRPTOOL";
 static char const zUsageTitle[99] =
-"srptool - GnuTLS SRP tool - Ver. 3.0.11\n\
+"srptool - GnuTLS SRP tool - Ver. 3.0.12\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 20db86d1bbe6bf9830e57247c7675df02499ea1b..1b38ac5e8836bbb1e044ef5494ebb072fd6da3ef 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (srptool-args.h)
  *  
- *  It has been AutoGen-ed  January 19, 2012 at 09:42:05 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 21, 2012 at 01:58:49 AM by AutoGen 5.12
  *  From the definitions    srptool-args.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    11
-#define SRPTOOL_VERSION       "3.0.11"
-#define SRPTOOL_FULL_VERSION  "srptool 3.0.11"
+#define SRPTOOL_VERSION       "3.0.12"
+#define SRPTOOL_FULL_VERSION  "srptool 3.0.12"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED