]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Windows build documentation updates
authorHarlan Stenn <stenn@ntp.org>
Tue, 1 Apr 2014 06:26:13 +0000 (02:26 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 1 Apr 2014 06:26:13 +0000 (02:26 -0400)
bk: 533a5c05b7I4gV7_7eDOQAUAqMvxTg

ChangeLog
html/hints/winnt.html

index e8bf473375e3d4bc561570c86c0a975e7d1bf088..60a7938fe5f8277fae940cc339184d4284e17fe7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 2546] Windows build documentation updates.
 (4.2.7p437) 2014/03/31 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2537] ntpd truncates symmetric keys to 20 bytes.
 * [Bug 2546] Documentation updates.
index 45ad2d13a34458c27a66e67b037d8d9e6a357b54..52779eb779f20897294b71c4953cc07c7e271052 100644 (file)
@@ -9,10 +9,10 @@
                <link href="../scripts/style.css" type="text/css" rel="stylesheet">
        </head>
     <body>
-        <h3>NTP 4.x for Windows 2000 or later</h3>
+        <h3>NTP 4.x for Windows</h3>
 
         <h4>Introduction</h4>
-               <p>The NTP 4 distribution runs as service on Windows 2000 and later. It will NOT run on Windows 95, 98, ME, etc. The binaries work on multi-processor systems. This port has not been tested on the Alpha platform. This release now uses OpenSSL for authentication. IPv6 is not implemented yet for Win32 platforms. A ready-to-run install distribution is available from Meinberg at <a href="http://www.meinberg.de/english/sw/ntp.htm">http://www.meinberg.de/english/sw/ntp.htm.</a></p>
+               <p>The NTP 4 distribution runs as service on Windows 2000 and later. It will NOT run on Windows 95, 98, ME, etc.  Lately it has been run the most on Windows-7 and later.  The binaries work on multi-processor systems. This port has not been tested on the Alpha platform. This release now uses OpenSSL for authentication. IPv6 is not implemented yet for Win32 platforms. A ready-to-run install distribution is available from Meinberg at <a href="http://www.meinberg.de/english/sw/ntp.htm">http://www.meinberg.de/english/sw/ntp.htm.</a></p>
                <p>Users should note that the stock Windows client sends requests as mode-1 packets, which can have unintended consequences and create a security risk. The client should send requests as mode-3 (client) packets, which conform to the protocol specification. The issues and resolution are described in Microsoft KB 875424. A less desirable alternative that avoids changing registry keys is to use the <tt>--with-wintime</tt> option when building the executable.</p>
                <h4>Authentication Keys</h4>
                <p>With this release ntp-keygen is supported. See the <a href="../keygen.html"> ntp keygen documentation</a> for details on how to use ntp-keygen.</p>
@@ -42,8 +42,9 @@
         </ul>
         <h4>Compiling Requirements</h4>
         <ul>
-            <li>Windows NT 4.0 Windows 2000, Windows XP,Windows Vista or Windows.NET Server 2003
-            <li>Microsoft Visual C++ 2008 EE or Visual C++ 2010 EE
+            <li>Windows 7 or Windows.NET Server 2003, or later.
+            <li>Windows NT 4.0 Windows 2000, Windows XP or Windows Vista <i>may</i> still work.
+            <li>Microsoft Visual C++ 2008, 2010, or 2013 EE
             <li>Some way of uncompressing and untarring the gzipped tar file.
             <li>OpenSSL must be built on the box before building NTP. Additional steps would
             be required to not use OpenSSL.
@@ -58,7 +59,7 @@
             <li>Run Microsoft Visual C++ 2008 EE.
             <li>Open the ports\winnt\vs2008\ntp.sln solution file
             <li>Batch build all projects (Build menu, Batch Build..., select all, build).
-            <li>The built binaries can be found in the <tt>ports\winnt\v2008\Win32-bin\Release</tt. directory.
+            <li>The built binaries can be found in the <tt>ports\winnt\v2008\Win32-bin\Release</tt> directory.
             <li>If you are shipping binaries in a kit it is strongly recommended that you ship this file (winnt.html) along with the binaries.
         </ol>
         <h4>Configuration File</h4>