+* The -e flag to ntp-keygen can write GQ keys now, too.
* ntp_proto.c: sys_survivors and hpoll cleanup from Dave Mills.
* ntp_loopfilter.c: sys_poll cleanup from Dave Mills.
* refclock_wwv.c: maximum-likelihood digit and DSYNC fixes from Dave Mills.
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.c)
*
- * It has been AutoGen-ed Tuesday November 27, 2007 at 06:44:46 AM EST
+ * It has been AutoGen-ed Wednesday December 5, 2007 at 01:53:56 AM EST
* From the definitions ntp-keygen-opts.def
* and the template file options
*
*/
#ifdef OPENSSL
tSCC zId_KeyText[] =
- "Write identity keys";
+ "Write IFF or GQ identity keys";
tSCC zId_Key_NAME[] = "ID_KEY";
tSCC zId_Key_Name[] = "id-key";
#define ID_KEY_FLAGS (OPTST_DISABLED)
#include version.def
flag = {
- name = certificate;
value = c;
+ name = certificate;
arg-type = string;
arg-name = scheme;
ifdef = OPENSSL;
#include debug-opt.def
flag = {
- name = id-key;
value = e;
+ name = id-key;
ifdef = OPENSSL;
- descrip = "Write identity keys";
+ descrip = "Write IFF or GQ identity keys";
doc = <<- _EndOfDoc_
- Write the IFF client keys to the standard output. This is
+ Write the IFF or GQ client keys to the standard output. This is
intended for automatic key distribution by mail.
_EndOfDoc_;
};
flag = {
- name = gq-params;
value = G;
+ name = gq-params;
ifdef = OPENSSL;
descrip = "Generate GQ parameters and keys";
doc = <<- _EndOfDoc_
};
flag = {
- name = gq-keys;
value = g;
+ name = gq-keys;
ifdef = OPENSSL;
descrip = "update GQ keys";
doc = <<- _EndOfDoc_
};
flag = {
- name = host-key;
value = H;
+ name = host-key;
ifdef = OPENSSL;
descrip = "generate RSA host key";
doc = <<- _EndOfDoc_
};
flag = {
- name = iffkey;
value = I;
+ name = iffkey;
ifdef = OPENSSL;
descrip = "generate IFF parameters";
doc = <<- _EndOfDoc_
};
flag = {
- name = issuer-name;
value = i;
+ name = issuer-name;
ifdef = OPENSSL;
arg-type = string;
arg-name = issuer-name;
};
flag = {
- name = md5key;
value = M;
+ name = md5key;
descrip = "generate MD5 keys";
doc = <<- _EndOfDoc_
Generate MD5 keys, obsoleting any that may exist.
};
flag = {
- name = modulus;
value = m;
+ name = modulus;
arg-type = number;
arg-name = modulus;
arg-range = '256->2048';
};
flag = {
- name = pvt-cert;
value = P;
+ name = pvt-cert;
ifdef = OPENSSL;
descrip = "generate PC private certificate";
doc = <<- _EndOfDoc_
};
flag = {
- name = pvt-passwd;
value = p;
+ name = pvt-passwd;
ifdef = OPENSSL;
arg-type = string;
arg-name = passwd;
};
flag = {
- name = get-pvt-passwd;
value = q;
+ name = get-pvt-passwd;
ifdef = OPENSSL;
arg-type = string;
arg-name = passwd;
};
flag = {
- name = sign-key;
value = S;
+ name = sign-key;
arg-type = string;
arg-name = sign;
ifdef = OPENSSL;
};
flag = {
- name = subject-name;
value = s;
+ name = subject-name;
arg-type = string;
arg-name = host;
ifdef = OPENSSL;
};
flag = {
- name = trusted-cert;
value = T;
+ name = trusted-cert;
ifdef = OPENSSL;
descrip = "trusted certificate (TC scheme)";
doc = <<- _EndOfDoc_
};
flag = {
- name = mv-params;
value = V;
+ name = mv-params;
arg-type = number;
arg-name = num;
ifdef = OPENSSL;
};
flag = {
- name = mv-keys;
value = v;
+ name = mv-keys;
arg-type = number;
arg-name = num;
ifdef = OPENSSL;
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h)
*
- * It has been AutoGen-ed Tuesday November 27, 2007 at 06:44:45 AM EST
+ * It has been AutoGen-ed Wednesday December 5, 2007 at 01:53:55 AM EST
* From the definitions ntp-keygen-opts.def
* and the template file options
*
#
# EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.texi)
#
-# It has been AutoGen-ed Tuesday November 27, 2007 at 06:44:48 AM EST
+# It has been AutoGen-ed Wednesday December 5, 2007 at 01:53:58 AM EST
# From the definitions ntp-keygen-opts.def
# and the template file aginfo.tpl
@end ignore
The following option preset mechanisms are supported:
- reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/snaps/ntp-dev/util/.ntprc
+ - reading file /deacon/backroom/ntp-dev/util/.ntprc
- examining environment variables named NTP_KEYGEN_*
If there is no new host key, look for an existing one.
@subsection id-key option (-e)
@cindex ntp-keygen-id-key
-This is the ``write identity keys'' option.
+This is the ``write iff or gq identity keys'' option.
This option has some usage constraints. It:
@itemize @bullet
must be compiled in by defining @code{OPENSSL} during the compilation.
@end itemize
-Write the IFF client keys to the standard output. This is
+Write the IFF or GQ client keys to the standard output. This is
intended for automatic key distribution by mail.
@node ntp-keygen gq-params
-.TH NTP-KEYGEN 1 2007-11-27 "(ntp 4.2.5p104)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-12-05 "(ntp 4.2.5p104)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1)
.\"
-.\" It has been AutoGen-ed Tuesday November 27, 2007 at 06:44:47 AM EST
+.\" It has been AutoGen-ed Wednesday December 5, 2007 at 01:53:57 AM EST
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman1.tpl
.\"
but each overrides the previous value(s).
.TP
.BR \-e ", " \--id-key
-Write identity keys.
+Write IFF or GQ identity keys.
.sp
-Write the IFF client keys to the standard output. This is
+Write the IFF or GQ client keys to the standard output. This is
intended for automatic key distribution by mail.
.TP
.BR \-G ", " \--gq-params