srptool-args.c.bak   srptool-args.c.bak 
skipping to change at line 66 skipping to change at line 66
#define zLicenseDescrip (srptool_opt_strs+282) #define zLicenseDescrip (srptool_opt_strs+282)
#ifndef NULL #ifndef NULL
# define NULL 0 # define NULL 0
#endif #endif
/** /**
* static const strings for srptool options * static const strings for srptool options
*/ */
static char const srptool_opt_strs[2023] = static char const srptool_opt_strs[2023] =
/* 0 */ "srptool 3.4.4\n" /* 0 */ "srptool 3.4.5\n"
"Copyright (C) 2000-2015 Free Software Foundation, and others, all rights reserved.\n" "Copyright (C) 2000-2015 Free Software Foundation, and others, all rights reserved.\n"
"This is free software. It is licensed for use, modification an d\n" "This is free software. It is licensed for use, modification an d\n"
"redistribution under the terms of the GNU General Public Licen se,\n" "redistribution under the terms of the GNU General Public Licen se,\n"
"version 3 or later <http://gnu.org/licenses/gpl.html>\n\0" "version 3 or later <http://gnu.org/licenses/gpl.html>\n\0"
/* 282 */ "srptool is free software: you can redistribute it and/or modif y it under\n" /* 282 */ "srptool is free software: you can redistribute it and/or modif y it under\n"
"the terms of the GNU General Public License as published by th e Free\n" "the terms of the GNU General Public License as published by th e Free\n"
"Software Foundation, either version 3 of the License, or (at y our option)\n" "Software Foundation, either version 3 of the License, or (at y our option)\n"
"any later version.\n\n" "any later version.\n\n"
"srptool is distributed in the hope that it will be useful, but WITHOUT ANY\n" "srptool is distributed in the hope that it will be useful, but WITHOUT ANY\n"
"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\n" "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\n"
skipping to change at line 122 skipping to change at line 122
/* 1408 */ "srptool - GnuTLS SRP tool\n" /* 1408 */ "srptool - GnuTLS SRP tool\n"
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0" "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0"
/* 1492 */ "bugs@gnutls.org\0" /* 1492 */ "bugs@gnutls.org\0"
/* 1508 */ "\n\0" /* 1508 */ "\n\0"
/* 1510 */ "Simple program that emulates the programs in the Stanford SRP (Secure\n" /* 1510 */ "Simple program that emulates the programs in the Stanford SRP (Secure\n"
"Remote Password) libraries using GnuTLS. It is intended for u se in places\n" "Remote Password) libraries using GnuTLS. It is intended for u se in places\n"
"where you don't expect SRP authentication to be the used for s ystem users.\n\n" "where you don't expect SRP authentication to be the used for s ystem users.\n\n"
"In brief, to use SRP you need to create two files. These are the password\n" "In brief, to use SRP you need to create two files. These are the password\n"
"file that holds the users and the verifiers associated with th em and the\n" "file that holds the users and the verifiers associated with th em and the\n"
"configuration file to hold the group parameters (called tpassw d.conf).\n\0" "configuration file to hold the group parameters (called tpassw d.conf).\n\0"
/* 1951 */ "srptool 3.4.4\0" /* 1951 */ "srptool 3.4.5\0"
/* 1965 */ "srptool [options]\n" /* 1965 */ "srptool [options]\n"
"srptool --help for usage instructions.\n"; "srptool --help for usage instructions.\n";
/** /**
* debug option description: * debug option description:
*/ */
/** Descriptive text for the debug option */ /** Descriptive text for the debug option */
#define DEBUG_DESC (srptool_opt_strs+885) #define DEBUG_DESC (srptool_opt_strs+885)
/** Upper-cased name for the debug option */ /** Upper-cased name for the debug option */
#define DEBUG_NAME (srptool_opt_strs+902) #define DEBUG_NAME (srptool_opt_strs+902)
skipping to change at line 692 skipping to change at line 692
NOTE: the strings below are segmented with respect to the source strin g NOTE: the strings below are segmented with respect to the source strin g
srptool_opt_strs. The strings above are handed off for translation srptool_opt_strs. The strings above are handed off for translation
at run time a paragraph at a time. Consequently, they are presented h ere at run time a paragraph at a time. Consequently, they are presented h ere
for translation a paragraph at a time. for translation a paragraph at a time.
ALSO: often the description for an option will reference another optio n ALSO: often the description for an option will reference another optio n
by name. These are set off with apostrophe quotes (I hope). Do not by name. These are set off with apostrophe quotes (I hope). Do not
translate option names. translate option names.
*/ */
/* referenced via srptoolOptions.pzCopyright */ /* referenced via srptoolOptions.pzCopyright */
puts(_("srptool 3.4.4\n\ puts(_("srptool 3.4.5\n\
Copyright (C) 2000-2015 Free Software Foundation, and others, all rights re served.\n\ Copyright (C) 2000-2015 Free Software Foundation, and others, all rights re served.\n\
This is free software. It is licensed for use, modification and\n\ This is free software. It is licensed for use, modification and\n\
redistribution under the terms of the GNU General Public License,\n\ redistribution under the terms of the GNU General Public License,\n\
version 3 or later <http://gnu.org/licenses/gpl.html>\n")); version 3 or later <http://gnu.org/licenses/gpl.html>\n"));
/* referenced via srptoolOptions.pzCopyNotice */ /* referenced via srptoolOptions.pzCopyNotice */
puts(_("srptool is free software: you can redistribute it and/or modify i t under\n\ puts(_("srptool is free software: you can redistribute it and/or modify i t under\n\
the terms of the GNU General Public License as published by the Free\n\ the terms of the GNU General Public License as published by the Free\n\
Software Foundation, either version 3 of the License, or (at your option)\n \ Software Foundation, either version 3 of the License, or (at your option)\n \
any later version.\n\n")); any later version.\n\n"));
skipping to change at line 759 skipping to change at line 759
/* referenced via srptoolOptions.pzDetail */ /* referenced via srptoolOptions.pzDetail */
puts(_("Simple program that emulates the programs in the Stanford SRP (Se cure\n\ puts(_("Simple program that emulates the programs in the Stanford SRP (Se cure\n\
Remote Password) libraries using GnuTLS. It is intended for use in places\ n\ Remote Password) libraries using GnuTLS. It is intended for use in places\ n\
where you don't expect SRP authentication to be the used for system users.\ n\n")); where you don't expect SRP authentication to be the used for system users.\ n\n"));
puts(_("In brief, to use SRP you need to create two files. These are the password\n\ puts(_("In brief, to use SRP you need to create two files. These are the password\n\
file that holds the users and the verifiers associated with them and the\n\ file that holds the users and the verifiers associated with them and the\n\
configuration file to hold the group parameters (called tpasswd.conf).\n")) ; configuration file to hold the group parameters (called tpasswd.conf).\n")) ;
/* referenced via srptoolOptions.pzFullVersion */ /* referenced via srptoolOptions.pzFullVersion */
puts(_("srptool 3.4.4")); puts(_("srptool 3.4.5"));
/* referenced via srptoolOptions.pzFullUsage */ /* referenced via srptoolOptions.pzFullUsage */
puts(_("<<<NOT-FOUND>>>")); puts(_("<<<NOT-FOUND>>>"));
/* referenced via srptoolOptions.pzShortUsage */ /* referenced via srptoolOptions.pzShortUsage */
puts(_("srptool [options]\n\ puts(_("srptool [options]\n\
srptool --help for usage instructions.\n")); srptool --help for usage instructions.\n"));
/* LIBOPTS-MESSAGES: */ /* LIBOPTS-MESSAGES: */
#line 67 "../autoopts.c" #line 67 "../autoopts.c"
puts(_("allocation of %d bytes failed\n")); puts(_("allocation of %d bytes failed\n"));
 End of changes. 4 change blocks. 
4 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/