[Git][NTPsec/ntpsec][master] squeeze 55 lines with only spaces and/or tabs to empty lines.
Matt Selsky
gitlab at mg.gitlab.com
Sat Jul 28 05:37:20 UTC 2018
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
11ff5b84 by James Browning at 2018-07-26T01:50:33Z
squeeze 55 lines with only spaces and/or tabs to empty lines.
- - - - -
8 changed files:
- INSTALL
- devel/CommitLog-4.1.0
- devel/HISTORIC-NEWS
- devel/release
- devel/release.nix
- docs/asciidoc.css
- docs/asciidoc.js
- ntpd/ntp_parser.y
Changes:
=====================================
INSTALL
=====================================
@@ -50,7 +50,7 @@ Python 2.x, x >= 6, or Python 3.x, x >= 3::
Python 3. Note that you will need both the ordinary Python
installation and Python dev tools, if your OS makes such a
distinction.
-
+
Some OS distros won't find our installed python libraries.
More info in README-PYTHON.
=====================================
devel/CommitLog-4.1.0
=====================================
@@ -40,7 +40,7 @@ comments in the version-control system.
compatibility real-time library does strange things with threads
as other processes and we're getting lots of complaints about it.
Reported by: Juha Sarlin <juha at c3l.com>
-
+
2001-06-30 Harlan Stenn <stenn at whimsy.udel.edu>
* html/driver35.htm: Update email address.
@@ -473,7 +473,7 @@ comments in the version-control system.
* configure.in (RSASRCS): rsaref2 needs digit.h (I thought I fixed
this already).
-
+
* configure.in (CFLAGS): Disable -Wconversion, enable
-Wmissing-prototypes, and allow for -Werror.
From: Simon Burge <simonb at wasabisystems.com>
@@ -578,7 +578,7 @@ comments in the version-control system.
* ntpd/refclock_shm.c (shm_start): Always use strerror.
* libntp/msyslog.c (msyslog): Use strerror if present.
From: Rainer Orth <ro at TechFak.Uni-Bielefeld.
-
+
* ntpd/ntp_config.c (getconfig): Read stratum fudge value into
long variable.
From: Rainer Orth <ro at TechFak.Uni-Bielefeld.DE>
=====================================
devel/HISTORIC-NEWS
=====================================
@@ -57,7 +57,7 @@ NTP 4.2.8p2 (Harlan Stenn <stenn at ntp.org>, 2015/04/07)
Focus: Security and Bug fixes, enhancements.
Severity: MEDIUM
-
+
In addition to bug fixes and enhancements, this release fixes the
following medium-severity vulnerabilities involving private key
authentication:
@@ -198,7 +198,7 @@ NTP 4.2.8p1 (Harlan Stenn <stenn at ntp.org>, 2015/02/04)
Focus: Security and Bug fixes, enhancements.
Severity: HIGH
-
+
In addition to bug fixes and enhancements, this release fixes the
following high-severity vulnerabilities:
@@ -254,11 +254,11 @@ See the ChangeLog for more information.
---
NTP 4.2.8 (Harlan Stenn <stenn at ntp.org>, 2014/12/18)
-
+
Focus: Security and Bug fixes, enhancements.
-
+
Severity: HIGH
-
+
In addition to bug fixes and enhancements, this release fixes the
following high-severity vulnerabilities:
@@ -465,11 +465,11 @@ lists these.
---
NTP 4.2.6p5 (Harlan Stenn <stenn at ntp.org>, 2011/12/24)
-
+
Focus: Bug fixes
-
+
Severity: Medium
-
+
This is a recommended upgrade.
This release updates sys_rootdisp and sys_jitter calculations to match the
@@ -505,30 +505,30 @@ ntpq
---
NTP 4.2.6p4 (Harlan Stenn <stenn at ntp.org>, 2011/09/22)
-
+
Focus: Bug fixes and portability improvements
-
+
Severity: Medium
-
+
This is a recommended upgrade.
-
+
This release includes build infrastructure updates, code
clean-ups, minor bug fixes, fixes for a number of minor
ref-clock issues, and documentation revisions.
-
+
Portability improvements affect AIX, HP-UX, Linux, OS X and 64-bit time_t.
-
+
New features / changes in this release:
-
+
Build system
-
+
* Fix checking for struct rtattr
* Update config.guess and config.sub for AIX
* Upgrade required version of autogen and libopts for building
from our source code repository
-
+
ntpd
-
+
* Back-ported several fixes for Coverity warnings from ntp-dev
* Fix a rare boundary condition in UNLINK_EXPR_SLIST()
* Allow "logconfig =allall" configuration directive
@@ -546,23 +546,23 @@ ntpd
* Added the NTPD_TICKADJ_PPM environment variable for specifying baseline
clock slew on Microsoft Windows
* Code cleanup in libntpq
-
+
ntpdc
-
+
* Fix timerstats reporting
-
+
ntpdate
-
+
* Reduce time required to set clock
* Allow a timeout greater than 2 seconds
-
+
sntp
-
+
* Backward incompatible command-line option change:
-l/--filelog changed -l/--logfile (to be consistent with ntpd)
-
+
Documentation
-
+
* Update html2man. Fix some tags in the .html files
* Distribute ntp-wait.html
@@ -761,7 +761,7 @@ This release fixes the following low-severity vulnerabilities:
* [Sec 1144] limited (two byte) buffer overflow in ntpq. CVE-2009-0159
Credit for finding this vulnerability goes to Geoff Keating of Apple.
-
+
* [Sec 1149] use SO_EXCLUSIVEADDRUSE on Windows
Credit for finding this issue goes to Dave Hart.
=====================================
devel/release
=====================================
@@ -38,7 +38,7 @@ shasum -a 256 -p ${TAR} >${TAR}.sum
# GPG sign that sha256sum file.
gpg -u ${KEY} -a --output ${TAR}.sum.asc --clearsign ${TAR}.sum
-
+
# Copy the release tarball, GPG detached signature of the release
# tarball, and the signed sha256sum file to the ftp artifact server.
scp ntpsec-${V}.tar* ${DST}
=====================================
devel/release.nix
=====================================
@@ -30,12 +30,12 @@ in with derivationOptions; rec {
echo "dist flags: $distFlags ''${distFlagsArray[@]}"
python waf dist $distFlags "''${distFlagsArray[@]}"
-
+
if [ "$dontCopyDist" != 1 ]; then
mkdir -p "$out/tarballs"
cp -pvd ''${tarballs:-*.tar.gz} $out/tarballs
fi
-
+
runHook postDist
'';
});
=====================================
docs/asciidoc.css
=====================================
@@ -54,7 +54,7 @@ h1 {text-align: center;
caption {background: #EEEEEE;
color: #339999;}
-
+
tx {text-align: center;}
th {background: #FFFFCC;
=====================================
docs/asciidoc.js
=====================================
@@ -76,7 +76,7 @@ toc: function (toclevels) {
for (i = 0; i < tocEntriesToRemove.length; i++) {
toc.removeChild(tocEntriesToRemove[i]);
}
-
+
// Rebuild TOC entries.
var entries = tocEntries(document.getElementById("content"), toclevels);
for (var i = 0; i < entries.length; ++i) {
=====================================
ntpd/ntp_parser.y
=====================================
@@ -496,8 +496,8 @@ unpeer_keyword
: T_Unconfig
| T_Unpeer
;
-
-
+
+
/* Other Modes
* ------------------------------------------------
*/
@@ -598,7 +598,7 @@ monitoring_command
| T_Filegen stat filegen_option_list
{
filegen_node *fgn;
-
+
fgn = create_filegen_node($2, $3);
APPEND_G_FIFO(cfgt.filegen_opts, fgn);
}
@@ -661,7 +661,7 @@ filegen_option
| link_nolink
{
const char *err;
-
+
if (lex_from_file()) {
$$ = create_attr_ival(T_Flag, $1);
} else {
@@ -758,7 +758,7 @@ access_control_command
| restrict_prefix T_Ipv6_flag T_Default ac_flag_list
{
restrict_node *rn;
-
+
rn = create_restrict_node($1,
create_address_node(
estrdup("::"),
@@ -870,7 +870,7 @@ fudge_command
: T_Fudge address fudge_factor_list
{
addr_opts_node *aon;
-
+
aon = create_addr_opts_node($2, $3);
APPEND_G_FIFO(cfgt.fudge, aon);
}
@@ -888,7 +888,7 @@ fudge_factor_list
APPEND_G_FIFO($$, $1);
}
;
-
+
fudge_factor
: fudge_factor_dbl_keyword number
{ $$ = create_attr_dval($1, $2); }
@@ -1010,7 +1010,7 @@ system_option
$$ = create_attr_ival(T_Flag, $1);
} else {
char err_str[128];
-
+
$$ = NULL;
snprintf(err_str, sizeof(err_str),
"enable/disable %s remote configuration ignored",
@@ -1082,14 +1082,14 @@ miscellaneous_command
| misc_cmd_dbl_keyword number
{
attr_val *av;
-
+
av = create_attr_dval($1, $2);
APPEND_G_FIFO(cfgt.vars, av);
}
| misc_cmd_int_keyword T_Integer
{
attr_val *av;
-
+
av = create_attr_ival($1, $2);
APPEND_G_FIFO(cfgt.vars, av);
}
@@ -1190,7 +1190,7 @@ drift_parm
| T_String T_Double
{
attr_val *av;
-
+
av = create_attr_sval(T_Driftfile, $1);
APPEND_G_FIFO(cfgt.vars, av);
av = create_attr_dval(T_WanderThreshold, $2);
@@ -1199,7 +1199,7 @@ drift_parm
| /* Null driftfile, indicated by empty string "" */
{
attr_val *av;
-
+
av = create_attr_sval(T_Driftfile, estrdup(""));
APPEND_G_FIFO(cfgt.vars, av);
}
@@ -1234,21 +1234,21 @@ log_config_command
{
char prefix;
char * type;
-
+
switch ($1[0]) {
-
+
case '+':
case '-':
case '=':
prefix = $1[0];
type = $1 + 1;
break;
-
+
default:
prefix = '=';
type = $1;
}
-
+
$$ = create_attr_sval(prefix, estrdup(type));
YYFREE($1);
}
@@ -1258,14 +1258,14 @@ interface_command
: interface_nic nic_rule_action nic_rule_class
{
nic_rule_node *nrn;
-
+
nrn = create_nic_rule_node($3, NULL, $2);
APPEND_G_FIFO(cfgt.nic_rules, nrn);
}
| interface_nic nic_rule_action T_String
{
nic_rule_node *nrn;
-
+
nrn = create_nic_rule_node(0, $3, $2);
APPEND_G_FIFO(cfgt.nic_rules, nrn);
}
@@ -1410,7 +1410,7 @@ yyerror(
ip_ctx = lex_current();
ip_ctx->errpos = ip_ctx->tokpos;
-
+
msyslog(LOG_ERR, "CONFIG: line %d column %d %s",
ip_ctx->errpos.nline, ip_ctx->errpos.ncol, msg);
if (!lex_from_file()) {
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/11ff5b84dcf4da79a8ff70ed261b9bff8fbd1245
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/11ff5b84dcf4da79a8ff70ed261b9bff8fbd1245
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180728/3d6203b4/attachment-0001.html>
More information about the vc
mailing list