<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777
}
.footer p {
font-size:small;
color:#777
}
pre.commit-message {
white-space: pre-wrap;
}
.file-stats a {
text-decoration: none;
}
.file-stats .new-file {
color: #090;
}
.file-stats .deleted-file {
color: #B00;
}
</style>
<body>
<div class='content'>
<h3>
Eric S. Raymond pushed to branch master
at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/9461b408a5ac95fdf85dc39c52eef888867dd3ff">9461b408</a></strong>
<div>
<span>by Sanjeev Gupta</span>
<i>at 2016-02-28T00:29:32+08:00</i>
</div>
<pre class='commit-message'>Fix typo
Thanks, Hal</pre>
</li>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/f3070c8bacc5e6e0a703906de2de36f7951e66fb">f3070c8b</a></strong>
<div>
<span>by Sanjeev Gupta</span>
<i>at 2016-02-28T01:17:02+08:00</i>
</div>
<pre class='commit-message'>Document that tg2.c may need to be rewritten, and is likely obsolete
The WWV family is gone.
Use this as a start to attempt a compile:
gcc -I ../build/ -I ../include/ -I ../libisc/unix/include/ \
-I ../libisc/include/ tg2.c</pre>
</li>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/52cdb44a2bf3aaebc594ae6a71f67de734afc1ea">52cdb44a</a></strong>
<div>
<span>by Sanjeev Gupta</span>
<i>at 2016-02-28T02:36:00+08:00</i>
</div>
<pre class='commit-message'>Test, and update documentation, for ntpsweep</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
util/README
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
util/ntpsweep/ntpsweep-man.txt
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/compare/a4257d83b15b79485f0f81c28fa4f18aa9bd3603...52cdb44a2bf3aaebc594ae6a71f67de734afc1ea#diff-0'>
<strong>
util/README
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/util/README
</span><span style="color: #000000;background-color: #ddffdd">+++ b/util/README
</span><span style="color: #aaaaaa">@@ -27,7 +27,7 @@ hist.c:: This program can be used to calibrate the clock reading
</span> the jitter and if the clock ever runs backwards.
To compile in the util directory, run waf configure and:
gcc -I ../include/ -I ../build/ hist.c
<span style="color: #000000;background-color: #ffdddd">- There is no docimentation on how to interpret results.
</span><span style="color: #000000;background-color: #ddffdd">+ There is no documentation on how to interpret results.
</span> Tested: 20160226
kern.c:: Header comment from deep in the mists of past time says:
<span style="color: #aaaaaa">@@ -49,6 +49,10 @@ ntpdate:: Wrapper script to maintain compatibility. Maps options
</span> ntpsweep:: prints per host given in <file> the NTP stratum level, the
clock offset in seconds, the daemon version, the operating
system and the processor.
<span style="color: #000000;background-color: #ddffdd">+ Needs -I <directory above NTP/Util.pm>
+ May not work on today's Internet, because servers do not
+ wish to be interrogated.
+ Tested: 20160228
</span>
ntpver:: Simple script using ntpq to print out the suite version.
Tested: 20160226
<span style="color: #aaaaaa">@@ -70,8 +74,15 @@ summary:: Generate summary files out of stat files produced by NTP
</span> daemon.
tg2.c:: A tone generator; makes audio signals that emulate WWV/H or
<span style="color: #000000;background-color: #ffdddd">- IRIG. Should run on Solaris, FreeBSD, NetBSD and Linux provised
- the platform supports the SADA API. Read the source for the fine
- print. Has a help option available via -h.
</span><span style="color: #000000;background-color: #ddffdd">+ IRIG. Should run on Solaris, FreeBSD, NetBSD and Linux
+ provised the platform supports the SADA API. Read the
+ source for the fine print. Has a help option available
+ via -h.
+ TRIED: 20160228
+ This program may no longer compile, or run, on anything
+ except a *BSD system. It need lots of includes, including
+ a strlcpy implementaion, removal of multiple redifines of
+ included functions and headers, etc.
+ WWV and pals are gone, anyway.
</span>
// end
</code></pre>
<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/compare/a4257d83b15b79485f0f81c28fa4f18aa9bd3603...52cdb44a2bf3aaebc594ae6a71f67de734afc1ea#diff-1'>
<strong>
util/ntpsweep/ntpsweep-man.txt
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/util/ntpsweep/ntpsweep-man.txt
</span><span style="color: #000000;background-color: #ddffdd">+++ b/util/ntpsweep/ntpsweep-man.txt
</span><span style="color: #aaaaaa">@@ -13,6 +13,13 @@ ntpsweep - print various informations about given NTP servers
</span> seconds, the daemon version, the operating system and the processor.
Optionally recursing through all peers.
<span style="color: #000000;background-color: #ddffdd">+`ntpswwep` relies on `ntpq` and `ntpdig` to probe servers. This depends
+on the remote host's _restrict_ configuration allowing this.
+
+`ntpsweep` is a perl script, and you may need to run it as:
+
++perl -I <directory above NTP/Util.pm> ntpsweep+
+
</span> == OPTIONS ==
+-l+ string, +--host-list+=_string_::
</code></pre>
<br>
</li>
</div>
<div class='footer' style='margin-top: 10px;'>
<p>
—
<br>
<a href="https://gitlab.com/NTPsec/ntpsec/compare/a4257d83b15b79485f0f81c28fa4f18aa9bd3603...52cdb44a2bf3aaebc594ae6a71f67de734afc1ea">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.
</p>
</div>
</body>
</html>