Deleted Added
full compact
README (82498) README (132451)
1
1
2Send patches and bug reports to <bugs@ntp.org> .
2Submit patches, bug reports, and enhancement requests via
3
3
4 http://bugzilla.ntp.org
5
4 The ntp Distribution Base Directory
5
6This directory and its subdirectories contain the Network Time Protocol
7Version 4 (NTP) distribution for Unix and Windows/NT systems. This release
8may still work on VxWorks, too.
9
10The contents of the base directory are given in this file. The contents of
11subdirectories are given in the README files in each subdirectory.
12
13A complete explanation of the configure, compile and install process, as
14well as setting up an NTP subnet, is in the HTML pages in the ./html/
15directory. For more information on NTP and how to get a working setup,
16read WHERE-TO-START.
17
18For Windows/NT, visit html/hints/winnt .
19
6 The ntp Distribution Base Directory
7
8This directory and its subdirectories contain the Network Time Protocol
9Version 4 (NTP) distribution for Unix and Windows/NT systems. This release
10may still work on VxWorks, too.
11
12The contents of the base directory are given in this file. The contents of
13subdirectories are given in the README files in each subdirectory.
14
15A complete explanation of the configure, compile and install process, as
16well as setting up an NTP subnet, is in the HTML pages in the ./html/
17directory. For more information on NTP and how to get a working setup,
18read WHERE-TO-START.
19
20For Windows/NT, visit html/hints/winnt .
21
20The base directory ./ contains the autoconfiguation files, source
22The base directory ./ contains the autoconfiguration files, source
21directories and related stuff:
22
23COPYRIGHT Excerpt from the HTML file ./html/copyright.html. This file
24 specifies copyright conditions, together with a list of
25 major authors and electric addresses.
26
27INSTALL Generic installation instructions for autoconf-based programs.
28 Unless you really know what you are doing, you should read the
29 directions in the HTML pages, starting with ./html/index.htm.
30
31NEWS What's new in this release.
32
33README This file.
34
23directories and related stuff:
24
25COPYRIGHT Excerpt from the HTML file ./html/copyright.html. This file
26 specifies copyright conditions, together with a list of
27 major authors and electric addresses.
28
29INSTALL Generic installation instructions for autoconf-based programs.
30 Unless you really know what you are doing, you should read the
31 directions in the HTML pages, starting with ./html/index.htm.
32
33NEWS What's new in this release.
34
35README This file.
36
35README.cvs Instructions for folks who use the CVS-repository
37README.bk Instructions for folks who use the BitKeeper-repository
36 version of NTP.
37
38 version of NTP.
39
38README.des If you *need* DES support.
39
40README.hackers Notes to folks who want to hack on the code.
41
42TODO List of items the NTP developers are working on.
43
44WHERE-TO-START Hints on what to read in order to get a working
45 configuration.
46
47Makefile.am Automake file configuration file. Edit only if you have the
48 GNU automake and autoconf utilities installed.
49
50Makefile.in Autoconf make file template for Unix.
51
40README.hackers Notes to folks who want to hack on the code.
41
42TODO List of items the NTP developers are working on.
43
44WHERE-TO-START Hints on what to read in order to get a working
45 configuration.
46
47Makefile.am Automake file configuration file. Edit only if you have the
48 GNU automake and autoconf utilities installed.
49
50Makefile.in Autoconf make file template for Unix.
51
52acconfig.h Autoconf template header file. Edit only if you
53 have the GNU automake and autoconf utilities installed.
54
55adjtimed Directory containing the sources for the adjtime daemon
56 for HP/UX systems prior to HP-UX 10.0.
57
58authstuff Directory containing sources for miscellaneous programs
59 to test, calibrate and certify the cryptographic
60 mechanisms for DES and MD5 based authentication. These
61 programs do not include the cryptographic routines
62 themselves, so are free of U.S. export restrictions.

--- 43 unchanged lines hidden (view full) ---

106
107kernel Directory containing sources for kernel programs such as
108 line disciplines and STREAMS modules used with the CHU
109 decoder and precision PPS signals.
110
111libntp Directory containing library source code used by most
112 programs in the distribution.
113
52adjtimed Directory containing the sources for the adjtime daemon
53 for HP/UX systems prior to HP-UX 10.0.
54
55authstuff Directory containing sources for miscellaneous programs
56 to test, calibrate and certify the cryptographic
57 mechanisms for DES and MD5 based authentication. These
58 programs do not include the cryptographic routines
59 themselves, so are free of U.S. export restrictions.

--- 43 unchanged lines hidden (view full) ---

103
104kernel Directory containing sources for kernel programs such as
105 line disciplines and STREAMS modules used with the CHU
106 decoder and precision PPS signals.
107
108libntp Directory containing library source code used by most
109 programs in the distribution.
110
114librsaref Staging directory for RSAREF.
115
116ntp_update Update an NTP CVS tree.
117
118ntpdate Directory containing sources for a program to set the
119 local machine time from one or more remote machines
120 running NTP. Operates like rdate, but much more accurate.
121
122ntpq Directory containing sources for a utility program to
123 query local and remote NTP peers for state variables and
124 related timekeeping information. This program conforms
125 to Appendix A of the NTP Version 3 Specification RFC 1305.

--- 30 unchanged lines hidden ---
111ntpdate Directory containing sources for a program to set the
112 local machine time from one or more remote machines
113 running NTP. Operates like rdate, but much more accurate.
114
115ntpq Directory containing sources for a utility program to
116 query local and remote NTP peers for state variables and
117 related timekeeping information. This program conforms
118 to Appendix A of the NTP Version 3 Specification RFC 1305.

--- 30 unchanged lines hidden ---