* [Bug 792] TrueTime TL-3 WWV refclock support.
* [Bug 898] Documentation fixes.
* [Bug 930] ntpdc docs refer to 'clockinfo', but mean 'clockstat'.
+* [Bug 1002] ntp-keygen option and documentation updates: -p/--pvt-passwd
+ is now -p/--password, and -q/--get-pvt-passwd is now -q/--export-passwd.
* [Bug 2545] Cleanup of scripts/monitoring/ntptrap.
(4.2.7p413) 2014/01/27 Released by Harlan Stenn <stenn@ntp.org>
* Require a version string for perl scripts that use autogen.
flag = {
value = p;
- name = pvt-passwd;
+ name = password; // was: pvt-passwd;
ifdef = AUTOKEY;
arg-type = string;
arg-name = passwd;
- descrip = "output private password";
+ descrip = "local private password";
doc = <<- _EndOfDoc_
- Encrypt generated files containing private data with the specified
- password and the cipher selected with @code{-C/--cipher}.
+ Local files containing private data are encrypted with the
+ DES-CBC algorithm and the specified password. The same password
+ must be specified to the local ntpd via the "crypto pw password"
+ configuration command. The default password is the local
+ hostname.
_EndOfDoc_;
};
flag = {
value = q;
- name = get-pvt-passwd;
+ name = export-passwd; // Was: get-pvt-passwd;
ifdef = AUTOKEY;
arg-type = string;
arg-name = passwd;
- descrip = "input private password";
+ descrip = "export IFF or GQ group keys with password";
doc = <<- _EndOfDoc_
- Set the password for reading files to the specified password.
+ Export IFF or GQ identity group keys to the standard output,
+ encrypted with the DES-CBC algorithm and the specified password.
+ The same password must be specified to the remote ntpd via the
+ "crypto pw password" configuration command. See also the option
+ --id-key (-e) for unencrypted exports.
_EndOfDoc_;
};