<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>
Daniel Fox Franke 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/592f0e8e9b1ca23118abe05c7b83e50aa340a1d3">592f0e8e</a></strong>
<div>
<span>by Daniel Fox Franke</span>
<i>at 2016-01-21T10:30:48-05:00</i>
</div>
<pre class='commit-message'>Restore CP_ORG as a placeholder</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
ntpd/ntp_control.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/592f0e8e9b1ca23118abe05c7b83e50aa340a1d3#diff-0'>
<strong>
ntpd/ntp_control.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ntpd/ntp_control.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ntpd/ntp_control.c
</span><span style="color: #aaaaaa">@@ -251,7 +251,7 @@ static const struct ctl_proc control_codes[] = {
</span> #define   CP_ROOTDISPERSION       15
 #define        CP_REFID                16
 #define        CP_REFTIME              17
<span style="color: #000000;background-color: #ffdddd">-/* #define      CP_ORG                  18 */
</span><span style="color: #000000;background-color: #ddffdd">+#define    CP_ORG                  18
</span> #define   CP_REC                  19
 #define        CP_XMT                  20
 #define        CP_REACH                21
<span style="color: #aaaaaa">@@ -491,9 +491,9 @@ static const struct ctl_var peer_var[] = {
</span>   { CP_ROOTDISPERSION, RO, "rootdisp" },        /* 15 */
        { CP_REFID,     RO, "refid" },                /* 16 */
        { CP_REFTIME,   RO, "reftime" },      /* 17 */
<span style="color: #000000;background-color: #ffdddd">-        /* This variable is disabled because leaking it creates a
-           vulnerability */
-        /*     { CP_ORG,       RO, "org" }, */       /* 18 */
</span><span style="color: #000000;background-color: #ddffdd">+        /* Placeholder. Reporting of this variable is disabled because
+           leaking it creates a vulnerability */
+        { CP_ORG,      RO, "org" },          /* 18 */
</span>   { CP_REC,       RO, "rec" },          /* 19 */
        { CP_XMT,       RO, "xleave" },               /* 20 */
        { CP_REACH,     RO, "reach" },                /* 21 */
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/592f0e8e9b1ca23118abe05c7b83e50aa340a1d3">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.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/592f0e8e9b1ca23118abe05c7b83e50aa340a1d3"}}</script>
</p>
</div>
</body>
</html>