mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 15:15:07 -05:00
Compare commits
4 Commits
2.3-pre1
...
1.23-secur
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d99c4736c2 | ||
|
|
2f63cf4485 | ||
|
|
0b710499f9 | ||
|
|
7864c7a70c |
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,24 +1,6 @@
|
|||||||
.deps
|
|
||||||
.vimrc
|
|
||||||
*.o
|
|
||||||
*.swp
|
*.swp
|
||||||
*.dSYM
|
*.o
|
||||||
*.DS_Store
|
Makefile
|
||||||
tags
|
chronyc
|
||||||
/RELEASES
|
chronyd
|
||||||
/Makefile
|
version.h
|
||||||
/chrony.conf.5
|
|
||||||
/chrony.info
|
|
||||||
/chrony.html
|
|
||||||
/chrony.texi
|
|
||||||
/chrony.txt
|
|
||||||
/chronyc
|
|
||||||
/chronyc.1
|
|
||||||
/chronyd
|
|
||||||
/chronyd.8
|
|
||||||
/config.h
|
|
||||||
/config.log
|
|
||||||
/getdate.c
|
|
||||||
/version.h
|
|
||||||
/test/simulation/clknetsim
|
|
||||||
/test/simulation/tmp
|
|
||||||
|
|||||||
30
COPYING
30
COPYING
@@ -1,8 +1,8 @@
|
|||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
Version 2, June 1991
|
Version 2, June 1991
|
||||||
|
|
||||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
of this license document, but changing it is not allowed.
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ software--to make sure the software is free for all its users. This
|
|||||||
General Public License applies to most of the Free Software
|
General Public License applies to most of the Free Software
|
||||||
Foundation's software and to any other program whose authors commit to
|
Foundation's software and to any other program whose authors commit to
|
||||||
using it. (Some other Free Software Foundation software is covered by
|
using it. (Some other Free Software Foundation software is covered by
|
||||||
the GNU Lesser General Public License instead.) You can apply it to
|
the GNU Library General Public License instead.) You can apply it to
|
||||||
your programs, too.
|
your programs, too.
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
When we speak of free software, we are referring to freedom, not
|
||||||
@@ -55,7 +55,7 @@ patent must be licensed for everyone's free use or not licensed at all.
|
|||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
The precise terms and conditions for copying, distribution and
|
||||||
modification follow.
|
modification follow.
|
||||||
|
|
||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
|
|||||||
License. (Exception: if the Program itself is interactive but
|
License. (Exception: if the Program itself is interactive but
|
||||||
does not normally print such an announcement, your work based on
|
does not normally print such an announcement, your work based on
|
||||||
the Program is not required to print an announcement.)
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
These requirements apply to the modified work as a whole. If
|
These requirements apply to the modified work as a whole. If
|
||||||
identifiable sections of that work are not derived from the Program,
|
identifiable sections of that work are not derived from the Program,
|
||||||
and can be reasonably considered independent and separate works in
|
and can be reasonably considered independent and separate works in
|
||||||
@@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent
|
|||||||
access to copy the source code from the same place counts as
|
access to copy the source code from the same place counts as
|
||||||
distribution of the source code, even though third parties are not
|
distribution of the source code, even though third parties are not
|
||||||
compelled to copy the source along with the object code.
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
4. You may not copy, modify, sublicense, or distribute the Program
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
except as expressly provided under this License. Any attempt
|
except as expressly provided under this License. Any attempt
|
||||||
otherwise to copy, modify, sublicense or distribute the Program is
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
@@ -225,7 +225,7 @@ impose that choice.
|
|||||||
|
|
||||||
This section is intended to make thoroughly clear what is believed to
|
This section is intended to make thoroughly clear what is believed to
|
||||||
be a consequence of the rest of this License.
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
8. If the distribution and/or use of the Program is restricted in
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
certain countries either by patents or by copyrighted interfaces, the
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
original copyright holder who places the Program under this License
|
original copyright holder who places the Program under this License
|
||||||
@@ -278,8 +278,8 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
|||||||
POSSIBILITY OF SUCH DAMAGES.
|
POSSIBILITY OF SUCH DAMAGES.
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
Appendix: How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
If you develop a new program, and you want it to be of the greatest
|
||||||
possible use to the public, the best way to achieve this is to make it
|
possible use to the public, the best way to achieve this is to make it
|
||||||
@@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least
|
|||||||
the "copyright" line and a pointer to where the full notice is found.
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
Copyright (C) <year> <name of author>
|
Copyright (C) 19yy <name of author>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@@ -303,16 +303,16 @@ the "copyright" line and a pointer to where the full notice is found.
|
|||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
along with this program; if not, write to the Free Software
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
If the program is interactive, make it output a short notice like this
|
If the program is interactive, make it output a short notice like this
|
||||||
when it starts in an interactive mode:
|
when it starts in an interactive mode:
|
||||||
|
|
||||||
Gnomovision version 69, Copyright (C) year name of author
|
Gnomovision version 69, Copyright (C) 19yy name of author
|
||||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
under certain conditions; type `show c' for details.
|
under certain conditions; type `show c' for details.
|
||||||
@@ -335,5 +335,5 @@ necessary. Here is a sample; alter the names:
|
|||||||
This General Public License does not permit incorporating your program into
|
This General Public License does not permit incorporating your program into
|
||||||
proprietary programs. If your program is a subroutine library, you may
|
proprietary programs. If your program is a subroutine library, you may
|
||||||
consider it more useful to permit linking proprietary applications with the
|
consider it more useful to permit linking proprietary applications with the
|
||||||
library. If this is what you want to do, use the GNU Lesser General
|
library. If this is what you want to do, use the GNU Library General
|
||||||
Public License instead of this License.
|
Public License instead of this License.
|
||||||
|
|||||||
89
INSTALL
Normal file
89
INSTALL
Normal file
@@ -0,0 +1,89 @@
|
|||||||
|
The software is distributed as source code which has to be compiled.
|
||||||
|
|
||||||
|
PARTS OF THE SOFTWARE ARE HIGHLY SYSTEM-SPECIFIC AND NON-PORTABLE.
|
||||||
|
UNLESS YOU ARE RUNNING A SUPPORTED SYSTEM, BE PREPARED FOR SOME
|
||||||
|
PROGRAMMING!
|
||||||
|
|
||||||
|
After unpacking the source code, change directory into it, and type
|
||||||
|
|
||||||
|
./configure
|
||||||
|
|
||||||
|
This is a shell script that automatically determines the system type.
|
||||||
|
There is a single optional parameter, --prefix which indicates the
|
||||||
|
directory tree where the software should be installed. For example,
|
||||||
|
|
||||||
|
./configure --prefix=/opt/free
|
||||||
|
|
||||||
|
will install the chronyd daemon into /opt/free/sbin and the chronyc
|
||||||
|
control program into /opt/free/bin. The default value for the prefix
|
||||||
|
is /usr/local.
|
||||||
|
|
||||||
|
The configure script assumes you want to use gcc as your compiler.
|
||||||
|
If you want to use a different compiler, you can configure this way:
|
||||||
|
|
||||||
|
CC=cc CFLAGS=-O ./configure --prefix=/opt/free
|
||||||
|
|
||||||
|
for Bourne-family shells, or
|
||||||
|
|
||||||
|
setenv CC cc
|
||||||
|
setenv CFLAGS -O
|
||||||
|
./configure --prefix=/opt/free
|
||||||
|
|
||||||
|
for C-family shells.
|
||||||
|
|
||||||
|
If the software cannot (yet) be built on your system, an error message
|
||||||
|
will be shown. Otherwise, the files `options.h' and `Makefile' will
|
||||||
|
be generated.
|
||||||
|
|
||||||
|
By default, chronyc will be built to make use of the readline library. If you
|
||||||
|
don't want this, specify the --disable-readline flag to configure. If you have
|
||||||
|
readline and/or ncurses installed in a non-standard location, please refer to
|
||||||
|
the chrony.txt file for information.
|
||||||
|
|
||||||
|
Now type
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
to build the programs.
|
||||||
|
|
||||||
|
If you want to build the manual in plain text, HTML and info versions, type
|
||||||
|
|
||||||
|
make docs
|
||||||
|
|
||||||
|
Once the programs have been successfully compiled, they need to be
|
||||||
|
installed in their target locations. This step normally needs to be
|
||||||
|
performed by the superuser, and requires the following command to be
|
||||||
|
entered.
|
||||||
|
|
||||||
|
make install
|
||||||
|
|
||||||
|
This will install the binaries, plain text manual and manpages.
|
||||||
|
|
||||||
|
To install the HTML and info versions of the manual as well, enter the command
|
||||||
|
|
||||||
|
make install-docs
|
||||||
|
|
||||||
|
If you want chrony to appear in the top level info directory listing, you need
|
||||||
|
to run the install-info command manually after this step. install-info takes 2
|
||||||
|
arguments. The first is the path to the chrony.info file you have just
|
||||||
|
installed. This will be the argument you gave to --prefix when you configured
|
||||||
|
(/usr/local by default), with /info/chrony.info on the end. The second
|
||||||
|
argument is the location of the file called 'dir'. This will typically be
|
||||||
|
/usr/info/dir. So the typical command line would be
|
||||||
|
|
||||||
|
install-info /usr/local/info/chrony.info /usr/info/dir
|
||||||
|
|
||||||
|
Now that the software is successfully installed, the next step is to
|
||||||
|
set up a configuration file. The contents of this depend on the
|
||||||
|
network environment in which the computer operates. Typical scenarios
|
||||||
|
are described in the manual. The simplest case is for a computer with
|
||||||
|
a permanent Internet connection - suppose you want to use the NTP
|
||||||
|
server ntp1.foobar.com as your time reference. You would create an
|
||||||
|
/etc/chrony.conf file containing
|
||||||
|
|
||||||
|
server ntp1.foobar.com
|
||||||
|
driftfile /etc/chrony.drift
|
||||||
|
|
||||||
|
and then run /usr/local/sbin/chronyd.
|
||||||
|
|
||||||
|
|
||||||
152
Makefile.in
152
Makefile.in
@@ -1,5 +1,9 @@
|
|||||||
##################################################
|
##################################################
|
||||||
#
|
#
|
||||||
|
# $Header: /cvs/src/chrony/Makefile.in,v 1.48 2003/09/19 22:48:26 richard Exp $
|
||||||
|
#
|
||||||
|
# =======================================================================
|
||||||
|
#
|
||||||
# chronyd/chronyc - Programs for keeping computer clocks accurate.
|
# chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
#
|
#
|
||||||
# Copyright (C) Richard P. Curnow 1997-2003
|
# Copyright (C) Richard P. Curnow 1997-2003
|
||||||
@@ -15,145 +19,145 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along
|
# You should have received a copy of the GNU General Public License along
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
#
|
#
|
||||||
# =======================================================================
|
# =======================================================================
|
||||||
#
|
#
|
||||||
# Makefile template
|
# Makefile template
|
||||||
|
|
||||||
SYSCONFDIR=@SYSCONFDIR@
|
INSTALL_PREFIX=@INSTALL_PREFIX@
|
||||||
BINDIR=@BINDIR@
|
|
||||||
SBINDIR=@SBINDIR@
|
|
||||||
MANDIR=@MANDIR@
|
MANDIR=@MANDIR@
|
||||||
INFODIR=@INFODIR@
|
INFODIR=@INFODIR@
|
||||||
DOCDIR=@DOCDIR@
|
|
||||||
LOCALSTATEDIR=@LOCALSTATEDIR@
|
|
||||||
CHRONYVARDIR=@CHRONYVARDIR@
|
|
||||||
|
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
CFLAGS = @CFLAGS@
|
CCWARNFLAGS = @CCWARNFLAGS@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
OPTFLAGS = @CFLAGS@ @EXTRA_DEFS@
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
|
|
||||||
HASH_OBJ = @HASH_OBJ@
|
OBJS = util.o sched.o regress.o local.o \
|
||||||
|
sys.o main.o ntp_io.o ntp_core.o ntp_sources.o \
|
||||||
OBJS = array.o cmdparse.o conf.o local.o logging.o main.o memory.o \
|
sources.o sourcestats.o reference.o \
|
||||||
reference.o regress.o rtc.o sched.o sources.o sourcestats.o stubs.o \
|
logging.o conf.o cmdmon.o md5.o keys.o \
|
||||||
sys.o smooth.o tempcomp.o util.o $(HASH_OBJ)
|
nameserv.o acquire.o manual.o addrfilt.o \
|
||||||
|
cmdparse.o mkdirpp.o rtc.o pktlength.o clientlog.o \
|
||||||
|
broadcast.o
|
||||||
|
|
||||||
EXTRA_OBJS=@EXTRA_OBJECTS@
|
EXTRA_OBJS=@EXTRA_OBJECTS@
|
||||||
|
|
||||||
CLI_OBJS = array.o client.o cmdparse.o getdate.o memory.o nameserv.o \
|
CLI_OBJS = client.o md5.o nameserv.o getdate.o cmdparse.o \
|
||||||
pktlength.o util.o $(HASH_OBJ)
|
pktlength.o
|
||||||
|
|
||||||
ALL_OBJS = $(OBJS) $(EXTRA_OBJS) $(CLI_OBJS)
|
SRCS = $(patsubst %.o,%.c,$(OBJS))
|
||||||
|
EXTRA_SRCS = $(patsubst %.o,%.c,$(EXTRA_OBJS))
|
||||||
|
|
||||||
|
CLI_SRCS = $(patsubst %.o,%.c,$(CLI_OBJS))
|
||||||
|
|
||||||
LDFLAGS = @LDFLAGS@
|
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
|
|
||||||
EXTRA_LIBS=@EXTRA_LIBS@
|
EXTRA_LIBS=@EXTRA_LIBS@
|
||||||
EXTRA_CLI_LIBS=@EXTRA_CLI_LIBS@
|
EXTRA_CLI_LIBS=@EXTRA_CLI_LIBS@
|
||||||
|
|
||||||
|
DEFS=@SYSDEFS@
|
||||||
|
|
||||||
|
CFLAGS = $(CCWARNFLAGS) $(OPTFLAGS)
|
||||||
|
|
||||||
# Until we have a main procedure we can link, just build object files
|
# Until we have a main procedure we can link, just build object files
|
||||||
# to test compilation
|
# to test compilation
|
||||||
|
|
||||||
all : chronyd chronyc
|
all : chronyd chronyc
|
||||||
|
|
||||||
chronyd : $(OBJS) $(EXTRA_OBJS)
|
chronyd : $(OBJS) $(EXTRA_OBJS)
|
||||||
$(CC) $(CFLAGS) -o chronyd $(OBJS) $(EXTRA_OBJS) $(LDFLAGS) $(LIBS) $(EXTRA_LIBS)
|
$(CC) $(OPTFLAGS) -o chronyd $(OBJS) $(EXTRA_OBJS) $(LIBS) $(EXTRA_LIBS)
|
||||||
|
|
||||||
chronyc : $(CLI_OBJS)
|
chronyc : $(CLI_OBJS)
|
||||||
$(CC) $(CFLAGS) -o chronyc $(CLI_OBJS) $(LDFLAGS) $(LIBS) $(EXTRA_CLI_LIBS)
|
$(CC) $(OPTFLAGS) -o chronyc $(CLI_OBJS) @READLINE_LINK@ $(LIBS) $(EXTRA_CLI_LIBS)
|
||||||
|
|
||||||
client.o : client.c
|
client.o : client.c
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) @READLINE_COMPILE@ -c $<
|
$(CC) $(CFLAGS) $(DEFS) @READLINE_COMPILE@ -c $<
|
||||||
|
|
||||||
$(HASH_OBJ) : $(patsubst %.o,%.c,$(HASH_OBJ))
|
.depend :
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) @HASH_COMPILE@ -c $<
|
gcc -MM $(SRCS) $(EXTRA_SRCS) > .depend
|
||||||
|
|
||||||
distclean : clean
|
distclean :
|
||||||
-rm -f .DS_Store
|
-rm -f *.o *.s chronyc chronyd core options.h Makefile *~
|
||||||
-rm -f Makefile
|
|
||||||
-rm -f chrony.conf.5 chrony.texi chronyc.1 chronyd.8
|
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
-rm -f *.o *.s chronyc chronyd core *~ chrony.info chrony.html chrony.txt
|
-rm -f *.o *.s chronyc chronyd core *~
|
||||||
-rm -rf .deps
|
|
||||||
-rm -rf *.dSYM
|
|
||||||
|
|
||||||
getdate.c : getdate.y
|
version.h : version.txt
|
||||||
bison -o getdate.c getdate.y
|
./mkversion
|
||||||
|
|
||||||
# This can be used to force regeneration of getdate.c
|
|
||||||
getdate :
|
|
||||||
bison -o getdate.c getdate.y
|
|
||||||
|
|
||||||
# For install, don't use the install command, because its switches
|
# For install, don't use the install command, because its switches
|
||||||
# seem to vary between systems.
|
# seem to vary between systems.
|
||||||
|
|
||||||
install: chronyd chronyc
|
install: chronyd chronyc
|
||||||
[ -d $(DESTDIR)$(SYSCONFDIR) ] || mkdir -p $(DESTDIR)$(SYSCONFDIR)
|
[ -d $(DESTDIR)$(INSTALL_PREFIX) ] || mkdir -p $(DESTDIR)$(INSTALL_PREFIX)
|
||||||
[ -d $(DESTDIR)$(SBINDIR) ] || mkdir -p $(DESTDIR)$(SBINDIR)
|
[ -d $(DESTDIR)$(INSTALL_PREFIX)/sbin ] || mkdir -p $(DESTDIR)$(INSTALL_PREFIX)/sbin
|
||||||
[ -d $(DESTDIR)$(BINDIR) ] || mkdir -p $(DESTDIR)$(BINDIR)
|
[ -d $(DESTDIR)$(INSTALL_PREFIX)/bin ] || mkdir -p $(DESTDIR)$(INSTALL_PREFIX)/bin
|
||||||
|
[ -d $(DESTDIR)$(INSTALL_PREFIX)/doc ] || mkdir -p $(DESTDIR)$(INSTALL_PREFIX)/doc
|
||||||
[ -d $(DESTDIR)$(MANDIR)/man1 ] || mkdir -p $(DESTDIR)$(MANDIR)/man1
|
[ -d $(DESTDIR)$(MANDIR)/man1 ] || mkdir -p $(DESTDIR)$(MANDIR)/man1
|
||||||
[ -d $(DESTDIR)$(MANDIR)/man5 ] || mkdir -p $(DESTDIR)$(MANDIR)/man5
|
[ -d $(DESTDIR)$(MANDIR)/man5 ] || mkdir -p $(DESTDIR)$(MANDIR)/man5
|
||||||
[ -d $(DESTDIR)$(MANDIR)/man8 ] || mkdir -p $(DESTDIR)$(MANDIR)/man8
|
[ -d $(DESTDIR)$(MANDIR)/man8 ] || mkdir -p $(DESTDIR)$(MANDIR)/man8
|
||||||
[ -d $(DESTDIR)$(CHRONYVARDIR) ] || mkdir -p $(DESTDIR)$(CHRONYVARDIR)
|
[ -d $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony ] || mkdir -p $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony
|
||||||
if [ -f $(DESTDIR)$(SBINDIR)/chronyd ]; then rm -f $(DESTDIR)$(SBINDIR)/chronyd ; fi
|
if [ -f $(DESTDIR)$(INSTALL_PREFIX)/sbin/chronyd ]; then rm -f $(DESTDIR)$(INSTALL_PREFIX)/sbin/chronyd ; fi
|
||||||
if [ -f $(DESTDIR)$(BINDIR)/chronyc ]; then rm -f $(DESTDIR)$(BINDIR)/chronyc ; fi
|
if [ -f $(DESTDIR)$(INSTALL_PREFIX)/bin/chronyc ]; then rm -f $(DESTDIR)$(INSTALL_PREFIX)/bin/chronyc ; fi
|
||||||
cp chronyd $(DESTDIR)$(SBINDIR)/chronyd
|
cp chronyd $(DESTDIR)$(INSTALL_PREFIX)/sbin/chronyd
|
||||||
chmod 755 $(DESTDIR)$(SBINDIR)/chronyd
|
chmod 555 $(DESTDIR)$(INSTALL_PREFIX)/sbin/chronyd
|
||||||
cp chronyc $(DESTDIR)$(BINDIR)/chronyc
|
cp chronyc $(DESTDIR)$(INSTALL_PREFIX)/bin/chronyc
|
||||||
chmod 755 $(DESTDIR)$(BINDIR)/chronyc
|
chmod 555 $(DESTDIR)$(INSTALL_PREFIX)/bin/chronyc
|
||||||
|
cp chrony.txt $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/chrony.txt
|
||||||
|
chmod 444 $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/chrony.txt
|
||||||
|
cp COPYING $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/COPYING
|
||||||
|
chmod 444 $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/COPYING
|
||||||
|
cp README $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/README
|
||||||
|
chmod 444 $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/README
|
||||||
|
cp chrony.1 $(DESTDIR)$(MANDIR)/man1
|
||||||
|
chmod 444 $(DESTDIR)$(MANDIR)/man1/chrony.1
|
||||||
cp chronyc.1 $(DESTDIR)$(MANDIR)/man1
|
cp chronyc.1 $(DESTDIR)$(MANDIR)/man1
|
||||||
chmod 644 $(DESTDIR)$(MANDIR)/man1/chronyc.1
|
chmod 444 $(DESTDIR)$(MANDIR)/man1/chronyc.1
|
||||||
cp chronyd.8 $(DESTDIR)$(MANDIR)/man8
|
cp chronyd.8 $(DESTDIR)$(MANDIR)/man8
|
||||||
chmod 644 $(DESTDIR)$(MANDIR)/man8/chronyd.8
|
chmod 444 $(DESTDIR)$(MANDIR)/man8/chronyd.8
|
||||||
cp chrony.conf.5 $(DESTDIR)$(MANDIR)/man5
|
cp chrony.conf.5 $(DESTDIR)$(MANDIR)/man5
|
||||||
chmod 644 $(DESTDIR)$(MANDIR)/man5/chrony.conf.5
|
chmod 444 $(DESTDIR)$(MANDIR)/man5/chrony.conf.5
|
||||||
|
|
||||||
%.o : %.c
|
%.o : %.c
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
$(CC) $(CFLAGS) $(DEFS) -c $<
|
||||||
|
|
||||||
%.s : %.c
|
%.s : %.c
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -S $<
|
$(CC) $(CFLAGS) $(DEFS) -S $<
|
||||||
|
|
||||||
check : chronyd chronyc
|
main.o logging.o client.o : version.h
|
||||||
cd test/simulation && ./run
|
|
||||||
|
# makeinfo v4 required to generate plain text and html
|
||||||
|
MAKEINFO:=makeinfo
|
||||||
|
|
||||||
install-docs : docs
|
install-docs : docs
|
||||||
[ -d $(DESTDIR)$(DOCDIR) ] || mkdir -p $(DESTDIR)$(DOCDIR)
|
[ -d $(DESTDIR)$(INSTALL_PREFIX)/doc ] || mkdir -p $(DESTDIR)$(INSTALL_PREFIX)/doc
|
||||||
cp chrony.txt $(DESTDIR)$(DOCDIR)/chrony.txt
|
cp chrony.txt $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/chrony.txt
|
||||||
chmod 644 $(DESTDIR)$(DOCDIR)/chrony.txt
|
chown root $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/chrony.txt
|
||||||
cp chrony.html $(DESTDIR)$(DOCDIR)/chrony.html
|
chmod 444 $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/chrony.txt
|
||||||
chmod 644 $(DESTDIR)$(DOCDIR)/chrony.html
|
cp chrony.html $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/chrony.html
|
||||||
|
chown root $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/chrony.html
|
||||||
|
chmod 444 $(DESTDIR)$(INSTALL_PREFIX)/doc/chrony/chrony.html
|
||||||
[ -d $(DESTDIR)$(INFODIR) ] || mkdir -p $(DESTDIR)$(INFODIR)
|
[ -d $(DESTDIR)$(INFODIR) ] || mkdir -p $(DESTDIR)$(INFODIR)
|
||||||
cp chrony.info* $(DESTDIR)$(INFODIR)
|
cp chrony.info* $(DESTDIR)$(INFODIR)
|
||||||
chmod 644 $(DESTDIR)$(INFODIR)/chrony.info*
|
chown root $(DESTDIR)$(INFODIR)/chrony.info*
|
||||||
|
chmod 444 $(DESTDIR)$(INFODIR)/chrony.info*
|
||||||
|
|
||||||
docs : chrony.txt chrony.html chrony.info
|
docs : chrony.txt chrony.html chrony.info
|
||||||
|
|
||||||
chrony.txt : chrony.texi
|
chrony.txt : chrony.texi
|
||||||
makeinfo --no-headers --number-sections -o chrony.txt chrony.texi
|
$(MAKEINFO) --no-headers --number-sections -o chrony.txt chrony.texi
|
||||||
|
|
||||||
chrony.html : chrony.texi
|
chrony.html : chrony.texi
|
||||||
command -v texi2html > /dev/null 2>&1 && texi2html chrony.texi || \
|
$(MAKEINFO) --no-split --html --number-sections -o chrony.html chrony.texi
|
||||||
makeinfo --no-split --html --number-sections -o chrony.html chrony.texi
|
|
||||||
|
|
||||||
chrony.info : chrony.texi
|
chrony.info : chrony.texi
|
||||||
makeinfo chrony.texi
|
$(MAKEINFO) chrony.texi
|
||||||
|
|
||||||
Makefile : Makefile.in configure
|
# This is only relevant if you're maintaining the website!
|
||||||
@echo
|
faq.php : faq.txt faqgen.pl
|
||||||
@echo Makefile needs to be regenerated, run ./configure
|
perl faqgen.pl < faq.txt > faq.php
|
||||||
@echo
|
|
||||||
@exit 1
|
|
||||||
|
|
||||||
.deps:
|
|
||||||
@mkdir .deps
|
|
||||||
|
|
||||||
.deps/%.d: %.c | .deps
|
|
||||||
@$(CC) -MM $(CPPFLAGS) -MT '$(<:%.c=%.o) $@' $< -o $@
|
|
||||||
|
|
||||||
-include $(ALL_OBJS:%.o=.deps/%.d)
|
|
||||||
|
|||||||
356
NEWS
356
NEWS
@@ -1,366 +1,12 @@
|
|||||||
New in version 2.3
|
New in version 1.23.1
|
||||||
==================
|
|
||||||
|
|
||||||
Enhancements
|
|
||||||
------------
|
|
||||||
* Add support for NTP and command response rate limiting
|
|
||||||
* Add support for dropping root privileges on Mac OS X, FreeBSD, Solaris
|
|
||||||
* Add require and trust options for source selection
|
|
||||||
* Enable logchange by default (1 second threshold)
|
|
||||||
* Set RTC on Mac OS X with rtcsync directive
|
|
||||||
* Allow binding to NTP port after dropping root privileges on NetBSD
|
|
||||||
* Drop CAP_NET_BIND_SERVICE capability on Linux when NTP port is disabled
|
|
||||||
* Resolve names in separate process when seccomp filter is enabled
|
|
||||||
* Replace old records in client log when memory limit is reached
|
|
||||||
* Don't reveal local time and synchronisation state in client packets
|
|
||||||
* Don't keep client sockets open for longer than necessary
|
|
||||||
* Ignore poll in KoD RATE packets as ntpd doesn't always set it correctly
|
|
||||||
* Warn when using keys shorter than 80 bits
|
|
||||||
* Add keygen command to generate random keys easily
|
|
||||||
* Add serverstats command to report NTP and command packet statistics
|
|
||||||
|
|
||||||
Bug fixes
|
|
||||||
---------
|
|
||||||
* Fix clock correction after making step on Mac OS X
|
|
||||||
* Fix building on Solaris
|
|
||||||
|
|
||||||
New in version 2.2.1
|
|
||||||
====================
|
|
||||||
|
|
||||||
Security fixes
|
|
||||||
--------------
|
|
||||||
* Restrict authentication of NTP server/peer to specified key (CVE-2016-1567)
|
|
||||||
|
|
||||||
New in version 2.2
|
|
||||||
==================
|
|
||||||
|
|
||||||
Enhancements
|
|
||||||
------------
|
|
||||||
* Add support for configuration and monitoring over Unix domain socket
|
|
||||||
(accessible by root or chrony user when root privileges are dropped)
|
|
||||||
* Add support for system call filtering with seccomp on Linux (experimental)
|
|
||||||
* Add support for dropping root privileges on NetBSD
|
|
||||||
* Control frequency of system clock on FreeBSD, NetBSD, Solaris
|
|
||||||
* Add system leap second handling mode on FreeBSD, NetBSD, Solaris
|
|
||||||
* Add dynamic drift removal on Mac OS X
|
|
||||||
* Add support for setting real-time priority on Mac OS X
|
|
||||||
* Add maxdistance directive to limit source selection by root distance
|
|
||||||
(3 seconds by default)
|
|
||||||
* Add refresh command to get new addresses of NTP sources
|
|
||||||
* Allow wildcard patterns in include directive
|
|
||||||
* Restore time from driftfile with -s option if later than RTC time
|
|
||||||
* Add configure option to set default hwclockfile
|
|
||||||
* Add -d option to chronyc to enable debug messages
|
|
||||||
* Allow multiple addresses to be specified for chronyc with -h option
|
|
||||||
and reconnect when no valid reply is received
|
|
||||||
* Make check interval in waitsync command configurable
|
|
||||||
|
|
||||||
Bug fixes
|
|
||||||
---------
|
|
||||||
* Fix building on NetBSD, Solaris
|
|
||||||
* Restore time from driftfile with -s option if reading RTC failed
|
|
||||||
|
|
||||||
Removed features
|
|
||||||
----------------
|
|
||||||
* Drop support for authentication with command key (run-time configuration
|
|
||||||
is now allowed only for local users that can access the Unix domain socket)
|
|
||||||
|
|
||||||
New in version 2.1.1
|
|
||||||
====================
|
|
||||||
|
|
||||||
Bug fixes
|
|
||||||
---------
|
|
||||||
* Fix clock stepping by integer number of seconds on Linux
|
|
||||||
|
|
||||||
New in version 2.1
|
|
||||||
==================
|
|
||||||
|
|
||||||
Enhancements
|
|
||||||
------------
|
|
||||||
* Add support for Mac OS X
|
|
||||||
* Try to replace unreachable and falseticker servers/peers specified
|
|
||||||
by name like pool sources
|
|
||||||
* Add leaponly option to smoothtime directive to allow synchronised
|
|
||||||
leap smear between multiple servers
|
|
||||||
* Use specific reference ID when smoothing served time
|
|
||||||
* Add smoothing command to report time smoothing status
|
|
||||||
* Add smoothtime command to activate or reset time smoothing
|
|
||||||
|
|
||||||
Bug fixes
|
|
||||||
---------
|
|
||||||
* Fix crash in source selection with preferred sources
|
|
||||||
* Fix resetting of time smoothing
|
|
||||||
* Include packet precision in peer dispersion
|
|
||||||
* Fix crash in chronyc on invalid command syntax
|
|
||||||
|
|
||||||
New in version 2.0
|
|
||||||
==================
|
|
||||||
|
|
||||||
Enhancements
|
|
||||||
------------
|
|
||||||
* Update to NTP version 4 (RFC 5905)
|
|
||||||
* Add pool directive to specify pool of NTP servers
|
|
||||||
* Add leapsecmode directive to select how to correct clock for leap second
|
|
||||||
* Add smoothtime directive to smooth served time and enable leap smear
|
|
||||||
* Add minsources directive to set required number of selectable sources
|
|
||||||
* Add minsamples and maxsamples options for all sources
|
|
||||||
* Add tempcomp configuration with list of points
|
|
||||||
* Allow unlimited number of NTP sources, refclocks and keys
|
|
||||||
* Allow unreachable sources to remain selected
|
|
||||||
* Improve source selection
|
|
||||||
* Handle offline sources as unreachable
|
|
||||||
* Open NTP server port only when necessary (client access is allowed by
|
|
||||||
allow directive/command or peer/broadcast is configured)
|
|
||||||
* Change default bindcmdaddress to loopback address
|
|
||||||
* Change default maxdelay to 3 seconds
|
|
||||||
* Change default stratumweight to 0.001
|
|
||||||
* Update adjtimex synchronisation status
|
|
||||||
* Use system headers for adjtimex
|
|
||||||
* Check for memory allocation errors
|
|
||||||
* Reduce memory usage
|
|
||||||
* Add configure options to compile without NTP, cmdmon, refclock support
|
|
||||||
* Extend makestep command to set automatic clock stepping
|
|
||||||
|
|
||||||
Bug fixes
|
|
||||||
---------
|
|
||||||
* Add sanity checks for time and frequency offset
|
|
||||||
* Don't report synchronised status during leap second
|
|
||||||
* Don't combine reference clocks with close NTP sources
|
|
||||||
* Fix accepting requests from configured sources
|
|
||||||
* Fix initial fallback drift setting
|
|
||||||
|
|
||||||
New in version 1.31.1
|
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Security fixes
|
|
||||||
--------------
|
|
||||||
* Protect authenticated symmetric NTP associations against DoS attacks
|
|
||||||
(CVE-2015-1853)
|
|
||||||
* Fix access configuration with subnet size indivisible by 4 (CVE-2015-1821)
|
|
||||||
* Fix initialization of reply slots for authenticated commands (CVE-2015-1822)
|
|
||||||
|
|
||||||
New in version 1.31
|
|
||||||
===================
|
|
||||||
|
|
||||||
Enhancements
|
|
||||||
------------
|
|
||||||
* Support operation in other NTP eras (next era begins in 2036),
|
|
||||||
NTP time is mapped to [-50, +86] years around build date by default
|
|
||||||
* Restore time from driftfile with -s when RTC is missing/unsupported
|
|
||||||
* Close connected client sockets when not waiting for reply
|
|
||||||
* Use one client socket with random port when acquisitionport is 0
|
|
||||||
* Use NTP packets instead of UDP echo for presend
|
|
||||||
* Don't adjust polling interval when sending fails
|
|
||||||
* Allow binding to addresses that don't exist yet
|
|
||||||
* Ignore measurements around leap second
|
|
||||||
* Improve detection of unexpected time jumps
|
|
||||||
* Include example of logrotate configuration, systemd services and
|
|
||||||
NetworkManager dispatcher script
|
|
||||||
|
|
||||||
Bug fixes
|
|
||||||
---------
|
|
||||||
* Reconnect client sockets for each request to follow changes
|
|
||||||
in network configuration automatically
|
|
||||||
* Restart timer when polling interval is changed on reset
|
|
||||||
|
|
||||||
New in version 1.30
|
|
||||||
===================
|
|
||||||
|
|
||||||
Enhancements
|
|
||||||
------------
|
|
||||||
* Add asynchronous name resolving with POSIX threads
|
|
||||||
* Add PTP hardware clock (PHC) refclock driver
|
|
||||||
* Add new generic clock driver to slew by adjusting frequency only
|
|
||||||
(without kernel PLL or adjtime) and use it on Linux
|
|
||||||
* Add rtcautotrim directive to trim RTC automatically
|
|
||||||
* Add hwclockfile directive to share RTC LOCAL/UTC setting with hwclock
|
|
||||||
* Add maxslewrate directive to set maximum allowed slew rate
|
|
||||||
* Add maxdispersion option for refclocks
|
|
||||||
* Add -q/-Q options to set clock/print offset once and exit
|
|
||||||
* Allow directives to be specified on chronyd command line
|
|
||||||
* Replace frequency scaling in Linux driver with retaining of tick
|
|
||||||
* Try to detect unexpected forward time jumps and reset state
|
|
||||||
* Exit with non-zero code when maxchange limit is reached
|
|
||||||
* Improve makestep to not start and stop slew unnecessarily
|
|
||||||
* Change default corrtimeratio to 3.0 to improve frequency accuracy
|
|
||||||
* Announce leap second only on last day of June and December
|
|
||||||
* Use separate connected client sockets for each NTP server
|
|
||||||
* Remove separate NTP implementation used for initstepslew
|
|
||||||
* Limit maximum minpoll set by KoD RATE to default maxpoll
|
|
||||||
* Don't send NTP requests with unknown key
|
|
||||||
* Print warning when source is added with unknown key
|
|
||||||
* Take leap second in PPS refclock from locked source
|
|
||||||
* Make reading of RTC for initial trim more reliable
|
|
||||||
* Don't create cmdmon sockets when cmdport is 0
|
|
||||||
* Add configure option to set default user to drop root privileges
|
|
||||||
* Add configure option to compile with debug messages
|
|
||||||
* Print debug messages when -d is used more than once
|
|
||||||
* Change format of messages written to terminal with -d
|
|
||||||
* Write fatal messages also to stderr with -n
|
|
||||||
* Use IP_RECVERR socket option in chronyc to not wait unnecessarily
|
|
||||||
* Shorten default chronyc timeout for localhost
|
|
||||||
* Change default hostname in chronyc from localhost to 127.0.0.1
|
|
||||||
* Print error message on invalid syntax with all chronyc commands
|
|
||||||
* Include simulation test suite using clknetsim
|
|
||||||
|
|
||||||
Bug fixes
|
|
||||||
---------
|
|
||||||
* Fix crash when selecting with multiple preferred sources
|
|
||||||
* Fix frequency calculation with large frequency offsets
|
|
||||||
* Fix code writing drift and RTC files to compile correctly
|
|
||||||
* Fix -4/-6 options in chronyc to not reset hostname set by -h
|
|
||||||
* Fix refclock sample validation with sub-second polling interval
|
|
||||||
* Set stratum correctly with non-PPS SOCK refclock and local stratum
|
|
||||||
* Modify dispersion accounting in refclocks to prevent PPS getting
|
|
||||||
stuck with large dispersion and not accepting new samples
|
|
||||||
|
|
||||||
New in version 1.29.1
|
|
||||||
=====================
|
|
||||||
|
|
||||||
Security fixes
|
|
||||||
--------------
|
|
||||||
* Modify chronyc protocol to prevent amplification attacks (CVE-2014-0021)
|
|
||||||
(incompatible with previous protocol version, chronyc supports both)
|
|
||||||
|
|
||||||
New in version 1.29
|
|
||||||
===================
|
|
||||||
|
|
||||||
Security fixes
|
|
||||||
--------------
|
|
||||||
* Fix crash when processing crafted commands (CVE-2012-4502)
|
|
||||||
(possible with IP addresses allowed by cmdallow and localhost)
|
|
||||||
* Don't send uninitialized data in SUBNETS_ACCESSED and CLIENT_ACCESSES
|
|
||||||
replies (CVE-2012-4503) (not used by chronyc)
|
|
||||||
|
|
||||||
Other changes
|
|
||||||
-------------
|
|
||||||
* Drop support for SUBNETS_ACCESSED and CLIENT_ACCESSES commands
|
|
||||||
|
|
||||||
New in version 1.28
|
|
||||||
===================
|
|
||||||
|
|
||||||
* Combine sources to improve accuracy
|
|
||||||
* Make config and command parser strict
|
|
||||||
* Add -a option to chronyc to authenticate automatically
|
|
||||||
* Add -R option to ignore initstepslew and makestep directives
|
|
||||||
* Add generatecommandkey, minsamples, maxsamples and user directives
|
|
||||||
* Improve compatibility with NTPv1 and NTPv2 clients
|
|
||||||
* Create sockets only in selected family with -4/-6 option
|
|
||||||
* Treat address bind errors as non-fatal
|
|
||||||
* Extend tracking log
|
|
||||||
* Accept float values as initstepslew threshold
|
|
||||||
* Allow hostnames in offline, online and burst commands
|
|
||||||
* Fix and improve peer polling
|
|
||||||
* Fix crash in config parsing with too many servers
|
|
||||||
* Fix crash with duplicated initstepslew address
|
|
||||||
* Fix delta calculation with extreme frequency offsets
|
|
||||||
* Set local stratum correctly
|
|
||||||
* Remove unnecessary adjtimex calls
|
|
||||||
* Set paths in documentation by configure
|
|
||||||
* Update chrony.spec
|
|
||||||
|
|
||||||
New in version 1.27
|
|
||||||
===================
|
|
||||||
|
|
||||||
* Support for stronger keys via NSS or libtomcrypt library
|
|
||||||
* Support reading leap second data from tz database
|
|
||||||
* Support for precise clock stepping on Linux
|
|
||||||
* Support for nanoseconds in SHM refclock
|
|
||||||
* Make offset corrections smoother on Linux
|
|
||||||
* Make transmit timestamps random below clock precision
|
|
||||||
* Add corrtimeratio and maxchange directives
|
|
||||||
* Extend tracking, sources and activity reports
|
|
||||||
* Wait in foreground process until daemon is fully initialized
|
|
||||||
* Fix crash with slow name resolving
|
|
||||||
* Fix iburst with jittery sources
|
|
||||||
* Fix offset stored in rtc data right after trimrtc
|
|
||||||
* Fix crash and hang with RTC or manual samples
|
|
||||||
* Don't use readonly adjtime on Linux kernels before 2.6.28
|
|
||||||
* Changed chronyc protocol, incompatible with older versions
|
|
||||||
|
|
||||||
New in version 1.26
|
|
||||||
===================
|
|
||||||
|
|
||||||
* Add compatibility with Linux 3.0 and later
|
|
||||||
* Use proper source address in NTP replies on multihomed IPv6 hosts
|
|
||||||
* Accept NTP packets with versions 4, 3 and 2
|
|
||||||
* Cope with unexpected backward time jumps
|
|
||||||
* Don't reset kernel frequency on start without drift file
|
|
||||||
* Retry on permanent DNS error by default
|
|
||||||
* Add waitsync command
|
|
||||||
|
|
||||||
New in version 1.25
|
|
||||||
===================
|
|
||||||
|
|
||||||
* Improve accuracy with NTP sources
|
|
||||||
* Improve accuracy with reference clocks
|
|
||||||
* Improve polling interval adjustment
|
|
||||||
* Improve stability with temporary asymmetric delays
|
|
||||||
* Improve source selection
|
|
||||||
* Improve initial synchronisation
|
|
||||||
* Add delayed server name resolving
|
|
||||||
* Add temperature compensation
|
|
||||||
* Add nanosecond slewing to Linux driver
|
|
||||||
* Add fallback drifts
|
|
||||||
* Add iburst, minstratum, maxdelaydevratio, polltarget,
|
|
||||||
prefer, noselect options
|
|
||||||
* Add rtcsync directive to enable Linux 11-minute mode
|
|
||||||
* Add reselectdist, stratumweight, logbanner, maxclockerror,
|
|
||||||
include directives
|
|
||||||
* Add -n option to not detach daemon from terminal
|
|
||||||
* Fix pidfile directive
|
|
||||||
* Fix name resolving with disabled IPv6 support
|
|
||||||
* Fix reloading sample histories with reference clocks
|
|
||||||
* Fix crash with auto_offline option
|
|
||||||
* Fix online command on auto_offline sources
|
|
||||||
* Fix file descriptor leaks
|
|
||||||
* Increase burst polling interval and stop on KoD RATE
|
|
||||||
* Set maxupdateskew to 1000 ppm by default
|
|
||||||
* Require password for clients command
|
|
||||||
* Update drift file at most once per hour
|
|
||||||
* Use system headers for Linux RTC support
|
|
||||||
* Reduce default chronyc timeout and make it configurable
|
|
||||||
* Avoid large values in chronyc sources and sourcestats output
|
|
||||||
* Add reselect command to force reselecting best source
|
|
||||||
* Add -m option to allow multiple commands on command line
|
|
||||||
|
|
||||||
New in version 1.24
|
|
||||||
===================
|
|
||||||
|
|
||||||
Security fixes
|
Security fixes
|
||||||
--------------
|
--------------
|
||||||
* Don't reply to invalid cmdmon packets (CVE-2010-0292)
|
* Don't reply to invalid cmdmon packets (CVE-2010-0292)
|
||||||
* Limit client log memory size (CVE-2010-0293)
|
* Limit client log memory size (CVE-2010-0293)
|
||||||
* Limit rate of syslog messages (CVE-2010-0294)
|
* Limit rate of syslog messages (CVE-2010-0294)
|
||||||
|
|
||||||
Bug fixes/Enhancements
|
|
||||||
----------------------
|
|
||||||
* Support for reference clocks (SHM, SOCK, PPS drivers)
|
|
||||||
* IPv6 support
|
|
||||||
* Linux capabilities support (to drop root privileges)
|
|
||||||
* Memory locking support on Linux
|
|
||||||
* Real-time scheduler support on Linux
|
|
||||||
* Leap second support on Linux
|
|
||||||
* Support for editline library
|
|
||||||
* Support for new Linux readonly adjtime
|
|
||||||
* NTP client support for KoD RATE
|
|
||||||
* Read kernel timestamps for received NTP packets
|
|
||||||
* Reply to NTP requests with correct address on multihomed hosts
|
|
||||||
* Retry name resolving after temporary failure
|
|
||||||
* Fix makestep command, make it available on all systems
|
|
||||||
* Add makestep directive for automatic clock stepping
|
|
||||||
* Don't require _bigadj kernel symbol on NetBSD
|
|
||||||
* Avoid blocking read in Linux RTC driver
|
|
||||||
* Support for Linux on S/390 and PowerPC
|
|
||||||
* Fix various bugs on 64-bit systems
|
|
||||||
* Fix valgrind errors and compiler warnings
|
|
||||||
* Improve configure to support common options and variables
|
|
||||||
* Improve status checking and printing in chronyc
|
|
||||||
* Return non-zero exit code on errors in chronyc
|
|
||||||
* Reduce request timeout in chronyc
|
|
||||||
* Print estimated offset in sourcestats
|
|
||||||
* Changed chronyc protocol, incompatible with older versions
|
|
||||||
|
|
||||||
New in version 1.23
|
New in version 1.23
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|||||||
180
README
180
README
@@ -2,36 +2,66 @@ This is the README for chrony.
|
|||||||
|
|
||||||
What is chrony?
|
What is chrony?
|
||||||
===============
|
===============
|
||||||
|
Chrony is a pair of programs for maintaining the accuracy of computer
|
||||||
|
clocks.
|
||||||
|
|
||||||
chrony is a versatile implementation of the Network Time Protocol (NTP).
|
chronyd is a (background) daemon program that can be started at boot
|
||||||
It can synchronize the system clock with NTP servers, reference clocks
|
time. This does most of the work.
|
||||||
(e.g. GPS receiver), and manual input using wristwatch and keyboard.
|
|
||||||
It can also operate as an NTPv4 (RFC 5905) server and peer to provide
|
|
||||||
a time service to other computers in the network.
|
|
||||||
|
|
||||||
It is designed to perform well in a wide range of conditions, including
|
chronyc is a command-line interface program which can be used to
|
||||||
intermittent network connections, heavily congested networks, changing
|
monitor chronyd's performance and to change various operating
|
||||||
temperatures (ordinary computer clocks are sensitive to temperature),
|
parateters whilst it is running.
|
||||||
and systems that do not run continuosly, or run on a virtual machine.
|
|
||||||
|
|
||||||
Typical accuracy between two machines on a LAN is in tens, or a few
|
chronyd's main function is to obtain measurements of the true (UTC)
|
||||||
hundreds, of microseconds; over the Internet, accuracy is typically
|
time from one of several sources, and correct the system clock
|
||||||
within a few milliseconds. With a good hardware reference clock
|
accordingly. It also works out the rate at which the system clock
|
||||||
sub-microsecond accuracy is possible.
|
gains or loses time and uses this information to keep it accurate
|
||||||
|
between measurements from the reference.
|
||||||
|
|
||||||
|
The reference time can be derived from either Network Time Protocol
|
||||||
|
(NTP) servers (preferred), or wristwatch-and-keyboard (via chronyc).
|
||||||
|
The main source of information about the Network Time Protocol is
|
||||||
|
http://www.eecis.udel.edu/~ntp.
|
||||||
|
|
||||||
|
It is designed so that it can work on computers which only have
|
||||||
|
intermittent access to reference sources, for example computers which
|
||||||
|
use a dial-up account to access the Internet. Of course, it will work
|
||||||
|
on computers with permanent connections too.
|
||||||
|
|
||||||
|
In addition, the Linux 2.0.x (for x >= 32), 2.2.x and 2.3.x versions
|
||||||
|
can monitor the system's real time clock performance, so the system
|
||||||
|
can maintain accurate time even across reboots.
|
||||||
|
|
||||||
|
Typical accuracies available between 2 machines are
|
||||||
|
|
||||||
|
On an ethernet LAN : 100-200 microseconds, often much better
|
||||||
|
On a V32bis dial-up modem connection : 10's of milliseconds (from one
|
||||||
|
session to the next)
|
||||||
|
|
||||||
|
chronyd can also operate as an RFC1305-compatible NTP server and peer.
|
||||||
|
|
||||||
Two programs are included in chrony, chronyd is a daemon that can be
|
|
||||||
started at boot time and chronyc is a command-line interface program
|
|
||||||
which can be used to monitor chronyd's performance and to change various
|
|
||||||
operating parameters whilst it is running.
|
|
||||||
|
|
||||||
What will chrony run on?
|
What will chrony run on?
|
||||||
========================
|
========================
|
||||||
|
|
||||||
The software is known to work on Linux, FreeBSD, NetBSD, Mac OS X and
|
Chrony can be successfully built and run on
|
||||||
Solaris. Closely related systems may work too. Any other system will
|
|
||||||
likely require a porting exercise. You would need to start from one
|
1. Linux v1.2.13, v2.0.x, 2.1.x (partially), 2.2.x, 2.3.x, 2.4.x (i386).
|
||||||
of the existing system-specific drivers and look into the quirks of
|
Real time clock support is limited to 2.0.32 onwards and to 2.2, 2.3 and
|
||||||
certain system calls and the kernel on your target system.
|
2.4 series only. PowerPC is also known to be supported.
|
||||||
|
|
||||||
|
2. Solaris 2.5/2.5.1/2.6/2.7/2.8 (various platforms)
|
||||||
|
|
||||||
|
3. SunOS 4.1.4 (Sparc 2 and Sparc 20)
|
||||||
|
|
||||||
|
4. BSD/386 v1.1 has been reported to work using the SunOS 4.1 driver.
|
||||||
|
|
||||||
|
5. NetBSD.
|
||||||
|
|
||||||
|
Any other system will require a porting exercise. You would need to
|
||||||
|
start from one of the existing system-specific drivers and look into
|
||||||
|
the quirks of certain system calls and the kernel on your target
|
||||||
|
system. (This is described in the manual).
|
||||||
|
|
||||||
How do I set it up?
|
How do I set it up?
|
||||||
===================
|
===================
|
||||||
@@ -39,7 +69,8 @@ How do I set it up?
|
|||||||
The file INSTALL gives instructions. On supported systems the
|
The file INSTALL gives instructions. On supported systems the
|
||||||
compilation process should be automatic.
|
compilation process should be automatic.
|
||||||
|
|
||||||
You will need an ANSI C compiler -- gcc is recommended.
|
You will need an ANSI C compiler -- gcc is recommended. Versions
|
||||||
|
2.7.2/2.7.2.2 are known to work.
|
||||||
|
|
||||||
The manual (in texinfo and text formats) describes how to set the
|
The manual (in texinfo and text formats) describes how to set the
|
||||||
software up for the less straightforward cases.
|
software up for the less straightforward cases.
|
||||||
@@ -53,18 +84,29 @@ ready-formatted plain text (chrony.txt) in the distribution.
|
|||||||
There is also information available on the chrony web pages, accessible
|
There is also information available on the chrony web pages, accessible
|
||||||
through the URL
|
through the URL
|
||||||
|
|
||||||
http://chrony.tuxfamily.org/
|
http://chrony.sunsite.dk/
|
||||||
|
|
||||||
|
What can chrony not do?
|
||||||
|
=======================
|
||||||
|
|
||||||
|
Compared to the `reference' RFC1305 implementation xntpd, chronyd does
|
||||||
|
not support hardware reference clocks, leap seconds or broadcast
|
||||||
|
modes.
|
||||||
|
|
||||||
Where are new versions announced?
|
Where are new versions announced?
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
There is a low volume mailing list where new versions and other
|
There is a low volume mailing list where new versions and other
|
||||||
important news relating to chrony is announced. You can join this list
|
important news relating to chrony is announced. You can join this list
|
||||||
by sending mail with the subject "subscribe" to
|
by sending mail to
|
||||||
|
|
||||||
chrony-announce-request@chrony.tuxfamily.org
|
chrony-announce-subscribe@sunsite.dk
|
||||||
|
|
||||||
These messages will be copied to chrony-users (see below).
|
These messages will be copied to chrony-users (see below). I also try
|
||||||
|
to announce new versions on Freshmeat (http://freshmeat.net/).
|
||||||
|
|
||||||
|
I don't reliably announce via news any more - I don't tend to keep up
|
||||||
|
with news as I haven't enough time.
|
||||||
|
|
||||||
How can I get support for chrony?
|
How can I get support for chrony?
|
||||||
and where can I discuss new features, possible bugs etc?
|
and where can I discuss new features, possible bugs etc?
|
||||||
@@ -75,32 +117,36 @@ mentioned above. chrony-users is a users' discussion list, e.g. for
|
|||||||
general questions and answers about using chrony. chrony-dev is a more
|
general questions and answers about using chrony. chrony-dev is a more
|
||||||
technical list, e.g. for discussing how new features should be
|
technical list, e.g. for discussing how new features should be
|
||||||
implemented, exchange of information between developers etc. To
|
implemented, exchange of information between developers etc. To
|
||||||
subscribe to either of these lists, send a message with the subject
|
subscribe to either of these lists, send an empty message to
|
||||||
"subscribe" to
|
|
||||||
|
|
||||||
chrony-users-request@chrony.tuxfamily.org
|
chrony-users-subscribe@sunsite.dk
|
||||||
or
|
or
|
||||||
chrony-dev-request@chrony.tuxfamily.org
|
chrony-dev-subscribe@sunsite.dk
|
||||||
|
|
||||||
as applicable.
|
as applicable.
|
||||||
|
|
||||||
License
|
Note that due to family commitments (a 3 year-old and a 1 year-old), I
|
||||||
=======
|
no longer have the time to give to supporting chrony that I once had.
|
||||||
|
Therefore, the chrony-users list should be your main route for support,
|
||||||
|
rather than mailing me directly. Even if it's me that responds to your
|
||||||
|
question on the list, at least *ALL* subscribers then benefit from
|
||||||
|
seeing the discussion, rather than me taking up lots of time on
|
||||||
|
supporting people on a one-to-one basis. If you do mail me directly,
|
||||||
|
don't be surprised if I cc: the response to the mailing list.
|
||||||
|
|
||||||
chrony is distributed under the GNU General Public License version 2.
|
But how can I contact the author if I need to?
|
||||||
|
==============================================
|
||||||
|
|
||||||
|
You can email me at <rc@rc0.org.uk>. If that fails, you could try to
|
||||||
|
find me through one of the mailing lists. It would be nice if:
|
||||||
|
|
||||||
Author
|
- you include the word 'chrony' in the subject line (so my mail reader
|
||||||
======
|
can sort my mail by topic)
|
||||||
|
|
||||||
Richard P. Curnow <rc@rc0.org.uk>
|
|
||||||
|
|
||||||
|
|
||||||
Maintainers
|
|
||||||
===========
|
|
||||||
|
|
||||||
Miroslav Lichvar <mlichvar@redhat.com>
|
|
||||||
|
|
||||||
|
- you don't send complete log files, encoded binaries etc, without
|
||||||
|
editing such material down to just the relevant bits - a few tens of
|
||||||
|
lines at most. (My dial-up connection handles large messages rather
|
||||||
|
slowly ...).
|
||||||
|
|
||||||
Acknowledgements
|
Acknowledgements
|
||||||
================
|
================
|
||||||
@@ -108,9 +154,6 @@ Acknowledgements
|
|||||||
The following people have provided patches and other major contributions
|
The following people have provided patches and other major contributions
|
||||||
to the program :
|
to the program :
|
||||||
|
|
||||||
Benny Lyne Amorsen <benny@amorsen.dk>
|
|
||||||
Patch to add minstratum option
|
|
||||||
|
|
||||||
Andrew Bishop <amb@gedanken.demon.co.uk>
|
Andrew Bishop <amb@gedanken.demon.co.uk>
|
||||||
Fixes for bugs in logging when in daemon mode
|
Fixes for bugs in logging when in daemon mode
|
||||||
Fixes for compiler warnings
|
Fixes for compiler warnings
|
||||||
@@ -128,10 +171,6 @@ Stephan I. Boettcher <stephan@nevis1.columbia.edu>
|
|||||||
Erik Bryer <ebryer@spots.ab.ca>
|
Erik Bryer <ebryer@spots.ab.ca>
|
||||||
Entries in contrib directory
|
Entries in contrib directory
|
||||||
|
|
||||||
Bryan Christianson <bryan@whatroute.net>
|
|
||||||
Support for Mac OS X
|
|
||||||
Support for privilege separation
|
|
||||||
|
|
||||||
Juliusz Chroboczek <jch@pps.jussieu.fr>
|
Juliusz Chroboczek <jch@pps.jussieu.fr>
|
||||||
Fix install rule in Makefile if chronyd file is in use.
|
Fix install rule in Makefile if chronyd file is in use.
|
||||||
|
|
||||||
@@ -146,9 +185,6 @@ Alexander Gretencord <arutha@gmx.de>
|
|||||||
Changes to installation directory system to make it easier for
|
Changes to installation directory system to make it easier for
|
||||||
package builders.
|
package builders.
|
||||||
|
|
||||||
Andrew Griffiths <agriffit@redhat.com>
|
|
||||||
Patch to add support for seccomp filter
|
|
||||||
|
|
||||||
Walter Haidinger <walter.haidinger@gmx.at>
|
Walter Haidinger <walter.haidinger@gmx.at>
|
||||||
Providing me with login access to a Linux installation where v1.12
|
Providing me with login access to a Linux installation where v1.12
|
||||||
wouldn't compile, so I could develop the fixes for v1.13. Also, for
|
wouldn't compile, so I could develop the fixes for v1.13. Also, for
|
||||||
@@ -159,18 +195,10 @@ Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>
|
|||||||
Port to NetBSD
|
Port to NetBSD
|
||||||
|
|
||||||
John Hasler <john@dhh.gt.org>
|
John Hasler <john@dhh.gt.org>
|
||||||
Project and website at tuxfamily.org
|
|
||||||
Changes to support 64 bit machines (i.e. those where
|
Changes to support 64 bit machines (i.e. those where
|
||||||
sizeof(unsigned long) > 4)
|
sizeof(unsigned long) > 4)
|
||||||
Bug fix to initstepslew directive
|
Bug fix to initstepslew directive
|
||||||
Fix to remove potential buffer overrun errors.
|
Fix to remove potential buffer overrun errors.
|
||||||
Memory locking and real-time scheduler support
|
|
||||||
Fix fault where chronyd enters an endless loop
|
|
||||||
|
|
||||||
Tjalling Hattink <t.hattink@fugro.nl>
|
|
||||||
Fix scheduler to allow stepping clock from timeout handler
|
|
||||||
Patch to take leap second in PPS refclock from locked source
|
|
||||||
Patch to make reading of RTC for initial trim more reliable
|
|
||||||
|
|
||||||
Liam Hatton <me@liamhatton.com>
|
Liam Hatton <me@liamhatton.com>
|
||||||
Advice on configuring for Linux on PPC
|
Advice on configuring for Linux on PPC
|
||||||
@@ -178,27 +206,12 @@ Liam Hatton <me@liamhatton.com>
|
|||||||
Jachym Holecek <jakym@volny.cz>
|
Jachym Holecek <jakym@volny.cz>
|
||||||
Patch to make Linux real time clock work with devfs
|
Patch to make Linux real time clock work with devfs
|
||||||
|
|
||||||
Håkan Johansson <f96hajo@chalmers.se>
|
|
||||||
Patch to avoid large values in sources and sourcestats output
|
|
||||||
|
|
||||||
Jim Knoble <jmknoble@pobox.com>
|
Jim Knoble <jmknoble@pobox.com>
|
||||||
Fixes for compiler warnings
|
Fixes for compiler warnings
|
||||||
|
|
||||||
Antti Jrvinen <costello@iki.fi>
|
Antti Jrvinen <costello@iki.fi>
|
||||||
Advice on configuring for BSD/386
|
Advice on configuring for BSD/386
|
||||||
|
|
||||||
Miroslav Lichvar <mlichvar@redhat.com>
|
|
||||||
Reference clock support
|
|
||||||
IPv6 support
|
|
||||||
Linux capabilities support
|
|
||||||
Leap second support
|
|
||||||
Improved source selection
|
|
||||||
Improved sample history trimming
|
|
||||||
Improved polling interval adjustment
|
|
||||||
Improved stability with temporary asymmetric delays
|
|
||||||
Temperature compensation
|
|
||||||
Many other bug fixes and improvements
|
|
||||||
|
|
||||||
Victor Moroz <vim@prv.adlum.ru>
|
Victor Moroz <vim@prv.adlum.ru>
|
||||||
Patch to support Linux with HZ!=100
|
Patch to support Linux with HZ!=100
|
||||||
|
|
||||||
@@ -208,15 +221,9 @@ Kalle Olavi Niemitalo <tosi@stekt.oulu.fi>
|
|||||||
Frank Otto <sandwichmacher@web.de>
|
Frank Otto <sandwichmacher@web.de>
|
||||||
Handling arbitrary HZ values
|
Handling arbitrary HZ values
|
||||||
|
|
||||||
Gautier PHILIPPON <gautier.philippon@ensimag.grenoble-inp.fr>
|
|
||||||
Patch to add refresh command to chronyc
|
|
||||||
|
|
||||||
Andreas Piesk <apiesk@virbus.de>
|
Andreas Piesk <apiesk@virbus.de>
|
||||||
Patch to make chronyc use the readline library if available
|
Patch to make chronyc use the readline library if available
|
||||||
|
|
||||||
Timo Teras <timo.teras@iki.fi>
|
|
||||||
Patch to reply correctly on multihomed hosts
|
|
||||||
|
|
||||||
Wolfgang Weisselberg <weissel@netcologne.de>
|
Wolfgang Weisselberg <weissel@netcologne.de>
|
||||||
Entries in contrib directory
|
Entries in contrib directory
|
||||||
|
|
||||||
@@ -232,3 +239,10 @@ Doug Woodward <dougw@whistler.com>
|
|||||||
|
|
||||||
Many other people have contributed bug reports and suggestions. I'm
|
Many other people have contributed bug reports and suggestions. I'm
|
||||||
sorry I can't identify all of you individually.
|
sorry I can't identify all of you individually.
|
||||||
|
|
||||||
|
Version control information
|
||||||
|
===========================
|
||||||
|
|
||||||
|
$Header: /cvs/src/chrony/README,v 1.30 2003/09/21 23:11:06 richard Exp $
|
||||||
|
|
||||||
|
vim:tw=72
|
||||||
|
|||||||
688
acquire.c
Normal file
688
acquire.c
Normal file
@@ -0,0 +1,688 @@
|
|||||||
|
/*
|
||||||
|
$Header: /cvs/src/chrony/acquire.c,v 1.24 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
|
**********************************************************************
|
||||||
|
* Copyright (C) Richard P. Curnow 1997-2003
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
|
*
|
||||||
|
**********************************************************************
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
|
Processing to perform the equivalent of what ntpdate does. That is,
|
||||||
|
make a rapid-fire set of measurements to a designated set of
|
||||||
|
sources, and step or slew the local clock to bring it into line with
|
||||||
|
the result.
|
||||||
|
|
||||||
|
This is kept completely separate of the main chronyd processing, by
|
||||||
|
using a separate socket for sending/receiving the measurement
|
||||||
|
packets. That way, ntp_core.c can be kept completely independent of
|
||||||
|
this functionality.
|
||||||
|
|
||||||
|
A few of the finer points of how to construct valid RFC1305 packets
|
||||||
|
and validate responses for this case have been cribbed from the
|
||||||
|
ntpdate source.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sysincl.h"
|
||||||
|
|
||||||
|
#include "acquire.h"
|
||||||
|
#include "memory.h"
|
||||||
|
#include "sched.h"
|
||||||
|
#include "local.h"
|
||||||
|
#include "logging.h"
|
||||||
|
#include "ntp.h"
|
||||||
|
#include "util.h"
|
||||||
|
#include "main.h"
|
||||||
|
#include "conf.h"
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
/* Interval between firing off the first sample to successive sources */
|
||||||
|
#define INTER_SOURCE_START (0.2)
|
||||||
|
|
||||||
|
#define MAX_SAMPLES 8
|
||||||
|
|
||||||
|
#define MAX_DEAD_PROBES 4
|
||||||
|
#define N_GOOD_SAMPLES 4
|
||||||
|
|
||||||
|
#define RETRANSMISSION_TIMEOUT (1.0)
|
||||||
|
|
||||||
|
typedef struct { unsigned long ip_addr;
|
||||||
|
int sanity; /* Flag indicating whether source
|
||||||
|
looks sane or not */
|
||||||
|
int n_dead_probes; /* Number of probes sent to the server
|
||||||
|
since a good one */
|
||||||
|
int n_samples; /* Number of samples accumulated */
|
||||||
|
int n_total_samples; /* Total number of samples received
|
||||||
|
including useless ones */
|
||||||
|
double offsets[MAX_SAMPLES]; /* In seconds, positive means local
|
||||||
|
clock is fast of reference */
|
||||||
|
double root_distances[MAX_SAMPLES]; /* in seconds */
|
||||||
|
double inter_lo; /* Low end of estimated range of offset */
|
||||||
|
double inter_hi; /* High end of estimated range of offset */
|
||||||
|
|
||||||
|
NTP_int64 last_tx; /* Transmit timestamp in last packet
|
||||||
|
transmitted to source. */
|
||||||
|
|
||||||
|
int timer_running;
|
||||||
|
SCH_TimeoutID timeout_id;
|
||||||
|
} SourceRecord;
|
||||||
|
|
||||||
|
static SourceRecord *sources;
|
||||||
|
static int n_sources;
|
||||||
|
static int n_started_sources;
|
||||||
|
static int n_completed_sources;
|
||||||
|
|
||||||
|
static int init_slew_threshold = -1;
|
||||||
|
|
||||||
|
static int sock_fd = -1;
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void (*saved_after_hook)(void *) = NULL;
|
||||||
|
static void *saved_after_hook_anything = NULL;
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
double offset;
|
||||||
|
enum {LO, HIGH} type;
|
||||||
|
int index;
|
||||||
|
} Endpoint;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
double lo;
|
||||||
|
double hi;
|
||||||
|
} Interval;
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void read_from_socket(void *anything);
|
||||||
|
static void transmit_timeout(void *x);
|
||||||
|
static void wind_up_acquisition(void);
|
||||||
|
static void start_source_timeout_handler(void *not_used);
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static SCH_TimeoutID source_start_timeout_id;
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
ACQ_Initialise(void)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
ACQ_Finalise(void)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void
|
||||||
|
initialise_io(void)
|
||||||
|
{
|
||||||
|
unsigned short port_number = CNF_GetAcquisitionPort();
|
||||||
|
|
||||||
|
sock_fd = socket(AF_INET, SOCK_DGRAM, 0);
|
||||||
|
|
||||||
|
if (sock_fd < 0) {
|
||||||
|
LOG_FATAL(LOGF_Acquire, "Could not open socket : %s", strerror(errno));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (port_number == 0) {
|
||||||
|
/* Don't bother binding this socket - we're not fussed what port
|
||||||
|
number it gets */
|
||||||
|
} else {
|
||||||
|
struct sockaddr_in my_addr;
|
||||||
|
my_addr.sin_family = AF_INET;
|
||||||
|
my_addr.sin_port = htons(port_number);
|
||||||
|
my_addr.sin_addr.s_addr = htonl(INADDR_ANY);
|
||||||
|
if (bind(sock_fd, (struct sockaddr *) &my_addr, sizeof(my_addr)) < 0) {
|
||||||
|
LOG(LOGS_ERR, LOGF_Acquire, "Could not bind socket : %s\n", strerror(errno));
|
||||||
|
/* but keep running */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
SCH_AddInputFileHandler(sock_fd, read_from_socket, NULL);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void
|
||||||
|
finalise_io(void)
|
||||||
|
{
|
||||||
|
if (sock_fd >= 0) {
|
||||||
|
SCH_RemoveInputFileHandler(sock_fd);
|
||||||
|
close(sock_fd);
|
||||||
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void
|
||||||
|
probe_source(SourceRecord *src)
|
||||||
|
{
|
||||||
|
NTP_Packet pkt;
|
||||||
|
int version = 3;
|
||||||
|
NTP_Mode my_mode = MODE_CLIENT;
|
||||||
|
struct timeval cooked;
|
||||||
|
double local_time_err;
|
||||||
|
struct sockaddr_in his_addr;
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
printf("Sending probe to %08lx sent=%d samples=%d\n", src->ip_addr, src->n_probes_sent, src->n_samples);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
pkt.lvm = (((LEAP_Unsynchronised << 6) & 0xc0) |
|
||||||
|
((version << 3) & 0x38) |
|
||||||
|
((my_mode) & 0x7));
|
||||||
|
|
||||||
|
pkt.stratum = 0;
|
||||||
|
pkt.poll = 4;
|
||||||
|
pkt.precision = -6; /* as ntpdate */
|
||||||
|
pkt.root_delay = double_to_int32(1.0); /* 1 second */
|
||||||
|
pkt.root_dispersion = double_to_int32(1.0); /* likewise */
|
||||||
|
pkt.reference_id = 0UL;
|
||||||
|
pkt.reference_ts.hi = 0; /* Set to 0 */
|
||||||
|
pkt.reference_ts.lo = 0; /* Set to 0 */
|
||||||
|
pkt.originate_ts.hi = 0; /* Set to 0 */
|
||||||
|
pkt.originate_ts.lo = 0; /* Set to 0 */
|
||||||
|
pkt.receive_ts.hi = 0; /* Set to 0 */
|
||||||
|
pkt.receive_ts.lo = 0; /* Set to 0 */
|
||||||
|
|
||||||
|
/* And do transmission */
|
||||||
|
his_addr.sin_addr.s_addr = htonl(src->ip_addr);
|
||||||
|
his_addr.sin_port = htons(123); /* Fixed for now */
|
||||||
|
his_addr.sin_family = AF_INET;
|
||||||
|
|
||||||
|
LCL_ReadCookedTime(&cooked, &local_time_err);
|
||||||
|
UTI_TimevalToInt64(&cooked, &pkt.transmit_ts);
|
||||||
|
|
||||||
|
if (sendto(sock_fd, (void *) &pkt, NTP_NORMAL_PACKET_SIZE,
|
||||||
|
0,
|
||||||
|
(struct sockaddr *) &his_addr, sizeof(his_addr)) < 0) {
|
||||||
|
LOG(LOGS_WARN, LOGF_Acquire, "Could not send to %s : %s",
|
||||||
|
UTI_IPToDottedQuad(src->ip_addr),
|
||||||
|
strerror(errno));
|
||||||
|
}
|
||||||
|
|
||||||
|
src->last_tx = pkt.transmit_ts;
|
||||||
|
|
||||||
|
++(src->n_dead_probes);
|
||||||
|
src->timer_running = 1;
|
||||||
|
src->timeout_id = SCH_AddTimeoutByDelay(RETRANSMISSION_TIMEOUT, transmit_timeout, (void *) src);
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void
|
||||||
|
transmit_timeout(void *x)
|
||||||
|
{
|
||||||
|
SourceRecord *src = (SourceRecord *) x;
|
||||||
|
|
||||||
|
src->timer_running = 0;
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
printf("Timeout expired for server %08lx\n", src->ip_addr);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
if (src->n_dead_probes < MAX_DEAD_PROBES) {
|
||||||
|
probe_source(src);
|
||||||
|
} else {
|
||||||
|
/* Source has croaked or is taking too long to respond */
|
||||||
|
++n_completed_sources;
|
||||||
|
if (n_completed_sources == n_sources) {
|
||||||
|
wind_up_acquisition();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
#define MAX_STRATUM 15
|
||||||
|
|
||||||
|
static void
|
||||||
|
process_receive(NTP_Packet *msg, SourceRecord *src, struct timeval *now)
|
||||||
|
{
|
||||||
|
|
||||||
|
unsigned long lvm;
|
||||||
|
int leap, version, mode;
|
||||||
|
double root_delay, root_dispersion;
|
||||||
|
double total_root_delay, total_root_dispersion, total_root_distance;
|
||||||
|
|
||||||
|
struct timeval local_orig, local_average, remote_rx, remote_tx, remote_average;
|
||||||
|
double remote_interval, local_interval;
|
||||||
|
double delta, theta, epsilon;
|
||||||
|
int n;
|
||||||
|
|
||||||
|
/* Most of the checks are from ntpdate */
|
||||||
|
|
||||||
|
/* Need to do something about authentication */
|
||||||
|
|
||||||
|
lvm = msg->lvm;
|
||||||
|
leap = (lvm >> 6) & 0x3;
|
||||||
|
version = (lvm >> 3) & 0x7;
|
||||||
|
mode = lvm & 0x7;
|
||||||
|
|
||||||
|
if ((leap == LEAP_Unsynchronised) ||
|
||||||
|
(version != 3) ||
|
||||||
|
(mode != MODE_SERVER && mode != MODE_PASSIVE)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (msg->stratum > MAX_STRATUM) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Check whether server is responding to our last request */
|
||||||
|
if ((msg->originate_ts.hi != src->last_tx.hi) ||
|
||||||
|
(msg->originate_ts.lo != src->last_tx.lo)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Check that the server is sane */
|
||||||
|
if (((msg->originate_ts.hi == 0) && (msg->originate_ts.lo == 0)) ||
|
||||||
|
((msg->receive_ts.hi == 0) && (msg->receive_ts.lo) == 0)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
root_delay = int32_to_double(msg->root_delay);
|
||||||
|
root_dispersion = int32_to_double(msg->root_dispersion);
|
||||||
|
|
||||||
|
UTI_Int64ToTimeval(&src->last_tx, &local_orig);
|
||||||
|
UTI_Int64ToTimeval(&msg->receive_ts, &remote_rx);
|
||||||
|
UTI_Int64ToTimeval(&msg->transmit_ts, &remote_tx);
|
||||||
|
UTI_AverageDiffTimevals(&remote_rx, &remote_tx, &remote_average, &remote_interval);
|
||||||
|
UTI_AverageDiffTimevals(&local_orig, now, &local_average, &local_interval);
|
||||||
|
|
||||||
|
delta = local_interval - remote_interval;
|
||||||
|
|
||||||
|
/* Defined as positive if we are fast. Note this sign convention is
|
||||||
|
opposite to that used in ntp_core.c */
|
||||||
|
|
||||||
|
UTI_DiffTimevalsToDouble(&theta, &local_average, &remote_average);
|
||||||
|
|
||||||
|
/* Could work out epsilon - leave till later */
|
||||||
|
epsilon = 0.0;
|
||||||
|
|
||||||
|
total_root_delay = fabs(delta) + root_delay;
|
||||||
|
total_root_dispersion = epsilon + root_dispersion;
|
||||||
|
total_root_distance = 0.5 * fabs(total_root_delay) + total_root_dispersion;
|
||||||
|
|
||||||
|
n = src->n_samples;
|
||||||
|
#if 0
|
||||||
|
printf("Sample %d theta=%.6f delta=%.6f root_del=%.6f root_disp=%.6f root_dist=%.6f\n",
|
||||||
|
n, theta, delta, total_root_delay, total_root_dispersion, total_root_distance);
|
||||||
|
#endif
|
||||||
|
src->offsets[n] = theta;
|
||||||
|
src->root_distances[n] = total_root_distance;
|
||||||
|
++(src->n_samples);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void
|
||||||
|
read_from_socket(void *anything)
|
||||||
|
{
|
||||||
|
int status;
|
||||||
|
ReceiveBuffer msg;
|
||||||
|
struct sockaddr_in his_addr;
|
||||||
|
socklen_t his_addr_len;
|
||||||
|
int flags;
|
||||||
|
int message_length;
|
||||||
|
unsigned long remote_ip;
|
||||||
|
int i, ok;
|
||||||
|
struct timeval now;
|
||||||
|
double local_time_err;
|
||||||
|
SourceRecord *src;
|
||||||
|
|
||||||
|
flags = 0;
|
||||||
|
message_length = sizeof(msg);
|
||||||
|
his_addr_len = sizeof(his_addr);
|
||||||
|
|
||||||
|
/* Get timestamp */
|
||||||
|
LCL_ReadCookedTime(&now, &local_time_err);
|
||||||
|
|
||||||
|
status = recvfrom (sock_fd, (char *)&msg, message_length, flags,
|
||||||
|
(struct sockaddr *) &his_addr, &his_addr_len);
|
||||||
|
|
||||||
|
if (status < 0) {
|
||||||
|
LOG(LOGS_WARN, LOGF_Acquire, "Error reading from socket, %s", strerror(errno));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
remote_ip = ntohl(his_addr.sin_addr.s_addr);
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
printf("Got message from %08lx\n", remote_ip);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Find matching host */
|
||||||
|
ok = 0;
|
||||||
|
for (i=0; i<n_sources; i++) {
|
||||||
|
if (remote_ip == sources[i].ip_addr) {
|
||||||
|
ok = 1;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (ok) {
|
||||||
|
|
||||||
|
src = sources + i;
|
||||||
|
++src->n_total_samples;
|
||||||
|
|
||||||
|
src->n_dead_probes = 0; /* reset this when we actually receive something */
|
||||||
|
|
||||||
|
/* If we got into this function, we know the retransmission timeout has not
|
||||||
|
expired for the source */
|
||||||
|
if (src->timer_running) {
|
||||||
|
SCH_RemoveTimeout(src->timeout_id);
|
||||||
|
src->timer_running = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
process_receive(&msg.ntp_pkt, src, &now);
|
||||||
|
|
||||||
|
/* Check if server done and requeue timeout */
|
||||||
|
if ((src->n_samples >= N_GOOD_SAMPLES) ||
|
||||||
|
(src->n_total_samples >= MAX_SAMPLES)) {
|
||||||
|
++n_completed_sources;
|
||||||
|
#if 0
|
||||||
|
printf("Source %08lx completed\n", src->ip_addr);
|
||||||
|
#endif
|
||||||
|
if (n_completed_sources == n_sources) {
|
||||||
|
wind_up_acquisition();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
|
||||||
|
/* Send the next probe */
|
||||||
|
probe_source(src);
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void
|
||||||
|
start_next_source(void)
|
||||||
|
{
|
||||||
|
probe_source(sources + n_started_sources);
|
||||||
|
#if 0
|
||||||
|
printf("Trying to start source %08lx\n", sources[n_started_sources].ip_addr);
|
||||||
|
#endif
|
||||||
|
n_started_sources++;
|
||||||
|
|
||||||
|
if (n_started_sources < n_sources) {
|
||||||
|
source_start_timeout_id = SCH_AddTimeoutByDelay(INTER_SOURCE_START, start_source_timeout_handler, NULL);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static int
|
||||||
|
endpoint_compare(const void *a, const void *b)
|
||||||
|
{
|
||||||
|
const Endpoint *aa = (const Endpoint *) a;
|
||||||
|
const Endpoint *bb = (const Endpoint *) b;
|
||||||
|
|
||||||
|
if (aa->offset < bb->offset) {
|
||||||
|
return -1;
|
||||||
|
} else if (aa->offset > bb->offset) {
|
||||||
|
return +1;
|
||||||
|
} else {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void
|
||||||
|
process_measurements(void)
|
||||||
|
{
|
||||||
|
|
||||||
|
SourceRecord *s;
|
||||||
|
Endpoint *eps;
|
||||||
|
int i, j;
|
||||||
|
int n_sane_sources;
|
||||||
|
double lo, hi;
|
||||||
|
double inter_lo, inter_hi;
|
||||||
|
|
||||||
|
int depth;
|
||||||
|
int best_depth;
|
||||||
|
int n_at_best_depth;
|
||||||
|
Interval *intervals;
|
||||||
|
double estimated_offset;
|
||||||
|
int index1, index2;
|
||||||
|
|
||||||
|
n_sane_sources = 0;
|
||||||
|
|
||||||
|
/* First, get a consistent interval for each source. Those for
|
||||||
|
which this is not possible are considered to be insane. */
|
||||||
|
|
||||||
|
for (i=0; i<n_sources; i++) {
|
||||||
|
s = sources + i;
|
||||||
|
/* If we got no measurements, the source is insane */
|
||||||
|
if (s->n_samples == 0) {
|
||||||
|
s->sanity = 0;
|
||||||
|
} else {
|
||||||
|
s->sanity = 1; /* so far ... */
|
||||||
|
lo = s->offsets[0] - s->root_distances[0];
|
||||||
|
hi = s->offsets[0] + s->root_distances[0];
|
||||||
|
inter_lo = lo;
|
||||||
|
inter_hi = hi;
|
||||||
|
for (j=1; j<s->n_samples; j++) {
|
||||||
|
lo = s->offsets[j] - s->root_distances[j];
|
||||||
|
hi = s->offsets[j] + s->root_distances[j];
|
||||||
|
if ((inter_hi <= lo) || (inter_lo >= hi)) {
|
||||||
|
/* Oh dear, we won't get an interval for this source */
|
||||||
|
s->sanity = 0;
|
||||||
|
break;
|
||||||
|
} else {
|
||||||
|
inter_lo = (lo < inter_lo) ? inter_lo : lo;
|
||||||
|
inter_hi = (hi > inter_hi) ? inter_hi : hi;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (s->sanity) {
|
||||||
|
s->inter_lo = inter_lo;
|
||||||
|
s->inter_hi = inter_hi;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (s->sanity) {
|
||||||
|
++n_sane_sources;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Now build the endpoint list, similar to the RFC1305 clock
|
||||||
|
selection algorithm. */
|
||||||
|
eps = MallocArray(Endpoint, 2*n_sane_sources);
|
||||||
|
intervals = MallocArray(Interval, n_sane_sources);
|
||||||
|
|
||||||
|
j = 0;
|
||||||
|
for (i=0; i<n_sources; i++) {
|
||||||
|
s = sources + i;
|
||||||
|
if (s->sanity) {
|
||||||
|
eps[j].offset = s->inter_lo;
|
||||||
|
eps[j].type = LO;
|
||||||
|
eps[j].index = i;
|
||||||
|
eps[j+1].offset = s->inter_hi;
|
||||||
|
eps[j+1].type = HIGH;
|
||||||
|
eps[j+1].index = i;
|
||||||
|
j += 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
qsort(eps, 2*n_sane_sources, sizeof(Endpoint), endpoint_compare);
|
||||||
|
|
||||||
|
/* Now do depth searching algorithm */
|
||||||
|
n_at_best_depth = best_depth = depth = 0;
|
||||||
|
for (i=0; i<2*n_sane_sources; i++) {
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
fprintf(stderr, "Endpoint type %s source index %d [ip=%08lx] offset=%.6f\n",
|
||||||
|
(eps[i].type == LO) ? "LO" : "HIGH",
|
||||||
|
eps[i].index,
|
||||||
|
sources[eps[i].index].ip_addr,
|
||||||
|
eps[i].offset);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
switch (eps[i].type) {
|
||||||
|
case LO:
|
||||||
|
depth++;
|
||||||
|
if (depth > best_depth) {
|
||||||
|
best_depth = depth;
|
||||||
|
n_at_best_depth = 0;
|
||||||
|
intervals[0].lo = eps[i].offset;
|
||||||
|
} else if (depth == best_depth) {
|
||||||
|
intervals[n_at_best_depth].lo = eps[i].offset;
|
||||||
|
} else {
|
||||||
|
/* Nothing to do */
|
||||||
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
|
case HIGH:
|
||||||
|
if (depth == best_depth) {
|
||||||
|
intervals[n_at_best_depth].hi = eps[i].offset;
|
||||||
|
n_at_best_depth++;
|
||||||
|
}
|
||||||
|
|
||||||
|
depth--;
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (best_depth > 0) {
|
||||||
|
if ((n_at_best_depth % 2) == 1) {
|
||||||
|
index1 = (n_at_best_depth - 1) / 2;
|
||||||
|
estimated_offset = 0.5 * (intervals[index1].lo + intervals[index1].hi);
|
||||||
|
} else {
|
||||||
|
index2 = (n_at_best_depth / 2);
|
||||||
|
index1 = index2 - 1;
|
||||||
|
estimated_offset = 0.5 * (intervals[index1].lo + intervals[index2].hi);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Apply a step change to the system clock. As per sign
|
||||||
|
convention in local.c and its children, a positive offset means
|
||||||
|
the system clock is fast of the reference, i.e. it needs to be
|
||||||
|
stepped backwards. */
|
||||||
|
|
||||||
|
if (fabs(estimated_offset) > (double) init_slew_threshold) {
|
||||||
|
LOG(LOGS_INFO, LOGF_Acquire, "System's initial offset : %.6f seconds %s of true (step)",
|
||||||
|
fabs(estimated_offset),
|
||||||
|
(estimated_offset >= 0) ? "fast" : "slow");
|
||||||
|
LCL_ApplyStepOffset(estimated_offset);
|
||||||
|
} else {
|
||||||
|
LOG(LOGS_INFO, LOGF_Acquire, "System's initial offset : %.6f seconds %s of true (slew)",
|
||||||
|
fabs(estimated_offset),
|
||||||
|
(estimated_offset >= 0) ? "fast" : "slow");
|
||||||
|
LCL_AccumulateOffset(estimated_offset);
|
||||||
|
}
|
||||||
|
|
||||||
|
} else {
|
||||||
|
LOG(LOGS_WARN, LOGF_Acquire, "No intersecting endpoints found");
|
||||||
|
}
|
||||||
|
|
||||||
|
Free(intervals);
|
||||||
|
Free(eps);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void
|
||||||
|
wind_up_acquisition(void)
|
||||||
|
{
|
||||||
|
|
||||||
|
/* Now process measurements */
|
||||||
|
process_measurements();
|
||||||
|
|
||||||
|
Free(sources);
|
||||||
|
|
||||||
|
finalise_io();
|
||||||
|
|
||||||
|
if (saved_after_hook) {
|
||||||
|
(saved_after_hook)(saved_after_hook_anything);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
static void
|
||||||
|
start_source_timeout_handler(void *not_used)
|
||||||
|
{
|
||||||
|
|
||||||
|
start_next_source();
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
ACQ_StartAcquisition(int n, unsigned long *ip_addrs, int threshold, void (*after_hook)(void *), void *anything)
|
||||||
|
{
|
||||||
|
|
||||||
|
int i;
|
||||||
|
|
||||||
|
saved_after_hook = after_hook;
|
||||||
|
saved_after_hook_anything = anything;
|
||||||
|
|
||||||
|
init_slew_threshold = threshold;
|
||||||
|
|
||||||
|
n_started_sources = 0;
|
||||||
|
n_completed_sources = 0;
|
||||||
|
n_sources = n;
|
||||||
|
sources = MallocArray(SourceRecord, n);
|
||||||
|
|
||||||
|
for (i=0; i<n; i++) {
|
||||||
|
sources[i].ip_addr = ip_addrs[i];
|
||||||
|
sources[i].n_samples = 0;
|
||||||
|
sources[i].n_total_samples = 0;
|
||||||
|
sources[i].n_dead_probes = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
initialise_io();
|
||||||
|
|
||||||
|
/* Start sampling first source */
|
||||||
|
start_next_source();
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
@@ -1,8 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/acquire.h,v 1.9 2002/02/28 23:27:07 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Miroslav Lichvar 2014
|
* Copyright (C) Richard P. Curnow 1997-2002
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -15,53 +19,29 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
=======================================================================
|
=======================================================================
|
||||||
|
|
||||||
Utility functions for memory allocation.
|
Header file for acquisition module
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#ifndef GOT_ACQUIRE_H
|
||||||
|
#define GOT_ACQUIRE_H
|
||||||
|
|
||||||
#include "logging.h"
|
typedef struct ACQ_SourceRecord *ACQ_Source;
|
||||||
#include "memory.h"
|
|
||||||
|
|
||||||
void *
|
extern void ACQ_Initialise(void);
|
||||||
Malloc(size_t size)
|
|
||||||
{
|
|
||||||
void *r;
|
|
||||||
|
|
||||||
r = malloc(size);
|
extern void ACQ_Finalise(void);
|
||||||
if (!r && size)
|
|
||||||
LOG_FATAL(LOGF_Memory, "Could not allocate memory");
|
|
||||||
|
|
||||||
return r;
|
extern void ACQ_StartAcquisition(int n, unsigned long *ip_addrs, int init_slew_threshold,
|
||||||
}
|
void (*after_hook)(void *), void *anything);
|
||||||
|
|
||||||
void *
|
extern void ACQ_AccumulateSample(ACQ_Source acq_source, double offset, double root_distance);
|
||||||
Realloc(void *ptr, size_t size)
|
|
||||||
{
|
|
||||||
void *r;
|
|
||||||
|
|
||||||
r = realloc(ptr, size);
|
extern void ACQ_MissedSample(ACQ_Source acq_source);
|
||||||
if (!r && size)
|
|
||||||
LOG_FATAL(LOGF_Memory, "Could not allocate memory");
|
|
||||||
|
|
||||||
return r;
|
#endif /* GOT_ACQUIRE_H */
|
||||||
}
|
|
||||||
|
|
||||||
char *
|
|
||||||
Strdup(const char *s)
|
|
||||||
{
|
|
||||||
void *r;
|
|
||||||
|
|
||||||
r = strdup(s);
|
|
||||||
if (!r)
|
|
||||||
LOG_FATAL(LOGF_Memory, "Could not allocate memory");
|
|
||||||
|
|
||||||
return r;
|
|
||||||
}
|
|
||||||
34
addressing.h
34
addressing.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/addressing.h,v 1.7 2002/02/28 23:27:08 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -27,32 +31,16 @@
|
|||||||
#ifndef GOT_ADDRESSING_H
|
#ifndef GOT_ADDRESSING_H
|
||||||
#define GOT_ADDRESSING_H
|
#define GOT_ADDRESSING_H
|
||||||
|
|
||||||
#include "sysincl.h"
|
/* This type is used to represent an IPv4 address and port
|
||||||
|
number. Both parts are in HOST order, NOT network order. */
|
||||||
/* This type is used to represent an IPv4 address or IPv6 address.
|
|
||||||
All parts are in HOST order, NOT network order. */
|
|
||||||
|
|
||||||
#define IPADDR_UNSPEC 0
|
|
||||||
#define IPADDR_INET4 1
|
|
||||||
#define IPADDR_INET6 2
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
union {
|
unsigned long ip_addr;
|
||||||
uint32_t in4;
|
|
||||||
uint8_t in6[16];
|
|
||||||
} addr;
|
|
||||||
uint16_t family;
|
|
||||||
} IPAddr;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
IPAddr ip_addr;
|
|
||||||
unsigned short port;
|
unsigned short port;
|
||||||
} NTP_Remote_Address;
|
} NTP_Remote_Address;
|
||||||
|
|
||||||
typedef struct {
|
#if 0
|
||||||
IPAddr ip_addr;
|
unsigned long NTP_IP_Address;
|
||||||
int sock_fd;
|
#endif
|
||||||
} NTP_Local_Address;
|
|
||||||
|
|
||||||
#endif /* GOT_ADDRESSING_H */
|
#endif /* GOT_ADDRESSING_H */
|
||||||
|
|
||||||
|
|||||||
264
addrfilt.c
264
addrfilt.c
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/addrfilt.c,v 1.8 2002/02/28 23:27:08 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997,1998,1999,2000,2001,2002,2005
|
* Copyright (C) Richard P. Curnow 1997,1998,1999,2000,2001,2002,2005
|
||||||
* Copyright (C) Miroslav Lichvar 2009, 2015
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -28,8 +31,6 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
|
|
||||||
#include "addrfilt.h"
|
#include "addrfilt.h"
|
||||||
@@ -50,35 +51,23 @@ typedef struct _TableNode {
|
|||||||
} TableNode;
|
} TableNode;
|
||||||
|
|
||||||
struct ADF_AuthTableInst {
|
struct ADF_AuthTableInst {
|
||||||
TableNode base4; /* IPv4 node */
|
TableNode base;
|
||||||
TableNode base6; /* IPv6 node */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
inline static unsigned long
|
||||||
split_ip6(IPAddr *ip, uint32_t *dst)
|
get_subnet(unsigned long addr)
|
||||||
{
|
{
|
||||||
int i;
|
return (addr >> (32-NBITS)) & ((1UL<<NBITS) - 1);
|
||||||
|
|
||||||
for (i = 0; i < 4; i++)
|
|
||||||
dst[i] = (uint32_t)ip->addr.in6[i * 4 + 0] << 24 |
|
|
||||||
ip->addr.in6[i * 4 + 1] << 16 |
|
|
||||||
ip->addr.in6[i * 4 + 2] << 8 |
|
|
||||||
ip->addr.in6[i * 4 + 3];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
inline static uint32_t
|
inline static unsigned long
|
||||||
get_subnet(uint32_t *addr, unsigned int where)
|
get_residual(unsigned long addr)
|
||||||
{
|
{
|
||||||
int off;
|
return (addr << NBITS);
|
||||||
|
|
||||||
off = where / 32;
|
|
||||||
where %= 32;
|
|
||||||
|
|
||||||
return (addr[off] >> (32 - NBITS - where)) & ((1UL << NBITS) - 1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -90,10 +79,8 @@ ADF_CreateTable(void)
|
|||||||
result = MallocNew(struct ADF_AuthTableInst);
|
result = MallocNew(struct ADF_AuthTableInst);
|
||||||
|
|
||||||
/* Default is that nothing is allowed */
|
/* Default is that nothing is allowed */
|
||||||
result->base4.state = DENY;
|
result->base.state = DENY;
|
||||||
result->base4.extended = NULL;
|
result->base.extended = NULL;
|
||||||
result->base6.state = DENY;
|
|
||||||
result->base6.extended = NULL;
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
@@ -116,6 +103,8 @@ close_node(TableNode *node)
|
|||||||
Free(node->extended);
|
Free(node->extended);
|
||||||
node->extended = NULL;
|
node->extended = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -139,28 +128,29 @@ open_node(TableNode *node)
|
|||||||
child_node->extended = NULL;
|
child_node->extended = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static ADF_Status
|
static ADF_Status
|
||||||
set_subnet(TableNode *start_node,
|
set_subnet(TableNode *start_node,
|
||||||
uint32_t *ip,
|
unsigned long ip,
|
||||||
int ip_len,
|
|
||||||
int subnet_bits,
|
int subnet_bits,
|
||||||
State new_state,
|
State new_state,
|
||||||
int delete_children)
|
int delete_children)
|
||||||
{
|
{
|
||||||
int bits_to_go, bits_consumed;
|
int bits_to_go;
|
||||||
uint32_t subnet;
|
unsigned long residual;
|
||||||
|
unsigned long subnet;
|
||||||
TableNode *node;
|
TableNode *node;
|
||||||
|
|
||||||
bits_consumed = 0;
|
|
||||||
bits_to_go = subnet_bits;
|
bits_to_go = subnet_bits;
|
||||||
|
residual = ip;
|
||||||
node = start_node;
|
node = start_node;
|
||||||
|
|
||||||
if ((subnet_bits < 0) ||
|
if ((subnet_bits < 0) ||
|
||||||
(subnet_bits > 32 * ip_len)) {
|
(subnet_bits > 32)) {
|
||||||
|
|
||||||
return ADF_BADSUBNET;
|
return ADF_BADSUBNET;
|
||||||
|
|
||||||
@@ -169,13 +159,13 @@ set_subnet(TableNode *start_node,
|
|||||||
if ((bits_to_go & (NBITS-1)) == 0) {
|
if ((bits_to_go & (NBITS-1)) == 0) {
|
||||||
|
|
||||||
while (bits_to_go > 0) {
|
while (bits_to_go > 0) {
|
||||||
subnet = get_subnet(ip, bits_consumed);
|
subnet = get_subnet(residual);
|
||||||
|
residual = get_residual(residual);
|
||||||
if (!(node->extended)) {
|
if (!(node->extended)) {
|
||||||
open_node(node);
|
open_node(node);
|
||||||
}
|
}
|
||||||
node = &(node->extended[subnet]);
|
node = &(node->extended[subnet]);
|
||||||
bits_to_go -= NBITS;
|
bits_to_go -= NBITS;
|
||||||
bits_consumed += NBITS;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (delete_children) {
|
if (delete_children) {
|
||||||
@@ -188,21 +178,18 @@ set_subnet(TableNode *start_node,
|
|||||||
TableNode *this_node;
|
TableNode *this_node;
|
||||||
|
|
||||||
while (bits_to_go >= NBITS) {
|
while (bits_to_go >= NBITS) {
|
||||||
subnet = get_subnet(ip, bits_consumed);
|
subnet = get_subnet(residual);
|
||||||
|
residual = get_residual(residual);
|
||||||
if (!(node->extended)) {
|
if (!(node->extended)) {
|
||||||
open_node(node);
|
open_node(node);
|
||||||
}
|
}
|
||||||
node = &(node->extended[subnet]);
|
node = &(node->extended[subnet]);
|
||||||
bits_to_go -= NBITS;
|
bits_to_go -= NBITS;
|
||||||
bits_consumed += NBITS;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* How many subnet entries to set : 1->8, 2->4, 3->2 */
|
/* How many subnet entries to set : 1->8, 2->4, 3->2 */
|
||||||
N = 1 << (NBITS-bits_to_go);
|
N = 1 << (NBITS-bits_to_go);
|
||||||
|
subnet = get_subnet(residual);
|
||||||
subnet = get_subnet(ip, bits_consumed) & ~(N - 1);
|
|
||||||
assert(subnet + N <= TABLE_SIZE);
|
|
||||||
|
|
||||||
if (!(node->extended)) {
|
if (!(node->extended)) {
|
||||||
open_node(node);
|
open_node(node);
|
||||||
}
|
}
|
||||||
@@ -223,41 +210,12 @@ set_subnet(TableNode *start_node,
|
|||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static ADF_Status
|
|
||||||
set_subnet_(ADF_AuthTable table,
|
|
||||||
IPAddr *ip_addr,
|
|
||||||
int subnet_bits,
|
|
||||||
State new_state,
|
|
||||||
int delete_children)
|
|
||||||
{
|
|
||||||
uint32_t ip6[4];
|
|
||||||
|
|
||||||
switch (ip_addr->family) {
|
|
||||||
case IPADDR_INET4:
|
|
||||||
return set_subnet(&table->base4, &ip_addr->addr.in4, 1, subnet_bits, new_state, delete_children);
|
|
||||||
case IPADDR_INET6:
|
|
||||||
split_ip6(ip_addr, ip6);
|
|
||||||
return set_subnet(&table->base6, ip6, 4, subnet_bits, new_state, delete_children);
|
|
||||||
case IPADDR_UNSPEC:
|
|
||||||
/* Apply to both, subnet_bits has to be 0 */
|
|
||||||
if (subnet_bits != 0)
|
|
||||||
return ADF_BADSUBNET;
|
|
||||||
memset(ip6, 0, sizeof (ip6));
|
|
||||||
if (set_subnet(&table->base4, ip6, 1, 0, new_state, delete_children) == ADF_SUCCESS &&
|
|
||||||
set_subnet(&table->base6, ip6, 4, 0, new_state, delete_children) == ADF_SUCCESS)
|
|
||||||
return ADF_SUCCESS;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
return ADF_BADSUBNET;
|
|
||||||
}
|
|
||||||
|
|
||||||
ADF_Status
|
ADF_Status
|
||||||
ADF_Allow(ADF_AuthTable table,
|
ADF_Allow(ADF_AuthTable table,
|
||||||
IPAddr *ip,
|
unsigned long ip,
|
||||||
int subnet_bits)
|
int subnet_bits)
|
||||||
{
|
{
|
||||||
return set_subnet_(table, ip, subnet_bits, ALLOW, 0);
|
return set_subnet(&(table->base), ip, subnet_bits, ALLOW, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -265,30 +223,30 @@ ADF_Allow(ADF_AuthTable table,
|
|||||||
|
|
||||||
ADF_Status
|
ADF_Status
|
||||||
ADF_AllowAll(ADF_AuthTable table,
|
ADF_AllowAll(ADF_AuthTable table,
|
||||||
IPAddr *ip,
|
unsigned long ip,
|
||||||
int subnet_bits)
|
int subnet_bits)
|
||||||
{
|
{
|
||||||
return set_subnet_(table, ip, subnet_bits, ALLOW, 1);
|
return set_subnet(&(table->base), ip, subnet_bits, ALLOW, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
ADF_Status
|
ADF_Status
|
||||||
ADF_Deny(ADF_AuthTable table,
|
ADF_Deny(ADF_AuthTable table,
|
||||||
IPAddr *ip,
|
unsigned long ip,
|
||||||
int subnet_bits)
|
int subnet_bits)
|
||||||
{
|
{
|
||||||
return set_subnet_(table, ip, subnet_bits, DENY, 0);
|
return set_subnet(&(table->base), ip, subnet_bits, DENY, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
ADF_Status
|
ADF_Status
|
||||||
ADF_DenyAll(ADF_AuthTable table,
|
ADF_DenyAll(ADF_AuthTable table,
|
||||||
IPAddr *ip,
|
unsigned long ip,
|
||||||
int subnet_bits)
|
int subnet_bits)
|
||||||
{
|
{
|
||||||
return set_subnet_(table, ip, subnet_bits, DENY, 1);
|
return set_subnet(&(table->base), ip, subnet_bits, DENY, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -296,33 +254,32 @@ ADF_DenyAll(ADF_AuthTable table,
|
|||||||
void
|
void
|
||||||
ADF_DestroyTable(ADF_AuthTable table)
|
ADF_DestroyTable(ADF_AuthTable table)
|
||||||
{
|
{
|
||||||
close_node(&table->base4);
|
close_node(&(table->base));
|
||||||
close_node(&table->base6);
|
|
||||||
Free(table);
|
Free(table);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
check_ip_in_node(TableNode *start_node, uint32_t *ip)
|
check_ip_in_node(TableNode *start_node, unsigned long ip)
|
||||||
{
|
{
|
||||||
uint32_t subnet;
|
unsigned long residual, subnet;
|
||||||
int bits_consumed = 0;
|
|
||||||
int result = 0;
|
int result = 0;
|
||||||
int finished = 0;
|
int finished = 0;
|
||||||
TableNode *node;
|
TableNode *node;
|
||||||
State state=DENY;
|
State state=DENY;
|
||||||
|
|
||||||
node = start_node;
|
node = start_node;
|
||||||
|
residual = ip;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
if (node->state != AS_PARENT) {
|
if (node->state != AS_PARENT) {
|
||||||
state = node->state;
|
state = node->state;
|
||||||
}
|
}
|
||||||
if (node->extended) {
|
if (node->extended) {
|
||||||
subnet = get_subnet(ip, bits_consumed);
|
subnet = get_subnet(residual);
|
||||||
|
residual = get_residual(residual);
|
||||||
node = &(node->extended[subnet]);
|
node = &(node->extended[subnet]);
|
||||||
bits_consumed += NBITS;
|
|
||||||
} else {
|
} else {
|
||||||
/* Make decision on this node */
|
/* Make decision on this node */
|
||||||
finished = 1;
|
finished = 1;
|
||||||
@@ -349,158 +306,65 @@ check_ip_in_node(TableNode *start_node, uint32_t *ip)
|
|||||||
|
|
||||||
int
|
int
|
||||||
ADF_IsAllowed(ADF_AuthTable table,
|
ADF_IsAllowed(ADF_AuthTable table,
|
||||||
IPAddr *ip_addr)
|
unsigned long ip)
|
||||||
{
|
{
|
||||||
uint32_t ip6[4];
|
|
||||||
|
|
||||||
switch (ip_addr->family) {
|
return check_ip_in_node(&(table->base), ip);
|
||||||
case IPADDR_INET4:
|
|
||||||
return check_ip_in_node(&table->base4, &ip_addr->addr.in4);
|
|
||||||
case IPADDR_INET6:
|
|
||||||
split_ip6(ip_addr, ip6);
|
|
||||||
return check_ip_in_node(&table->base6, ip6);
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static int
|
|
||||||
is_any_allowed(TableNode *node, State parent)
|
|
||||||
{
|
|
||||||
State state;
|
|
||||||
int i;
|
|
||||||
|
|
||||||
state = node->state != AS_PARENT ? node->state : parent;
|
|
||||||
assert(state != AS_PARENT);
|
|
||||||
|
|
||||||
if (node->extended) {
|
|
||||||
for (i = 0; i < TABLE_SIZE; i++) {
|
|
||||||
if (is_any_allowed(&node->extended[i], state))
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
} else if (state == ALLOW) {
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
ADF_IsAnyAllowed(ADF_AuthTable table, int family)
|
|
||||||
{
|
|
||||||
switch (family) {
|
|
||||||
case IPADDR_INET4:
|
|
||||||
return is_any_allowed(&table->base4, AS_PARENT);
|
|
||||||
case IPADDR_INET6:
|
|
||||||
return is_any_allowed(&table->base6, AS_PARENT);
|
|
||||||
default:
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
#if defined TEST
|
#if defined TEST
|
||||||
|
|
||||||
static void print_node(TableNode *node, uint32_t *addr, int ip_len, int shift, int subnet_bits)
|
static void print_node(TableNode *node, unsigned long addr, int shift, int subnet_bits)
|
||||||
{
|
{
|
||||||
uint32_t new_addr[4];
|
unsigned long new_addr;
|
||||||
int i;
|
int i;
|
||||||
TableNode *sub_node;
|
TableNode *sub_node;
|
||||||
|
|
||||||
for (i=0; i<subnet_bits; i++) putchar(' ');
|
for (i=0; i<subnet_bits; i++) putchar(' ');
|
||||||
|
|
||||||
if (ip_len == 1)
|
printf("%d.%d.%d.%d/%d : %s\n",
|
||||||
printf("%d.%d.%d.%d",
|
((addr >> 24) & 255),
|
||||||
((addr[0] >> 24) & 255),
|
((addr >> 16) & 255),
|
||||||
((addr[0] >> 16) & 255),
|
((addr >> 8) & 255),
|
||||||
((addr[0] >> 8) & 255),
|
((addr ) & 255),
|
||||||
((addr[0] ) & 255));
|
|
||||||
else {
|
|
||||||
for (i=0; i<4; i++) {
|
|
||||||
if (addr[i])
|
|
||||||
printf("%d.%d.%d.%d",
|
|
||||||
((addr[i] >> 24) & 255),
|
|
||||||
((addr[i] >> 16) & 255),
|
|
||||||
((addr[i] >> 8) & 255),
|
|
||||||
((addr[i] ) & 255));
|
|
||||||
putchar(i < 3 ? ':' : '\0');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
printf("/%d : %s\n",
|
|
||||||
subnet_bits,
|
subnet_bits,
|
||||||
(node->state == ALLOW) ? "allow" :
|
(node->state == ALLOW) ? "allow" :
|
||||||
(node->state == DENY) ? "deny" : "as parent");
|
(node->state == DENY) ? "deny" : "as parent");
|
||||||
if (node->extended) {
|
if (node->extended) {
|
||||||
for (i=0; i<16; i++) {
|
for (i=0; i<16; i++) {
|
||||||
sub_node = &(node->extended[i]);
|
sub_node = &((*(node->extended))[i]);
|
||||||
new_addr[0] = addr[0];
|
new_addr = addr | ((unsigned long) i << shift);
|
||||||
new_addr[1] = addr[1];
|
print_node(sub_node, new_addr, shift - 4, subnet_bits + 4);
|
||||||
new_addr[2] = addr[2];
|
|
||||||
new_addr[3] = addr[3];
|
|
||||||
new_addr[ip_len - 1 - shift / 32] |= ((uint32_t)i << (shift % 32));
|
|
||||||
print_node(sub_node, new_addr, ip_len, shift - 4, subnet_bits + 4);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void print_table(ADF_AuthTable table)
|
static void print_table(ADF_AuthTable table)
|
||||||
{
|
{
|
||||||
uint32_t addr[4];
|
unsigned long addr = 0;
|
||||||
|
int shift = 28;
|
||||||
|
int subnet_bits = 0;
|
||||||
|
|
||||||
memset(addr, 0, sizeof (addr));
|
print_node(&table->base, addr, shift, subnet_bits);
|
||||||
printf("IPv4 table:\n");
|
return;
|
||||||
print_node(&table->base4, addr, 1, 28, 0);
|
|
||||||
|
|
||||||
memset(addr, 0, sizeof (addr));
|
|
||||||
printf("IPv6 table:\n");
|
|
||||||
print_node(&table->base6, addr, 4, 124, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
int main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
IPAddr ip;
|
|
||||||
ADF_AuthTable table;
|
ADF_AuthTable table;
|
||||||
table = ADF_CreateTable();
|
table = ADF_CreateTable();
|
||||||
|
|
||||||
ip.family = IPADDR_INET4;
|
ADF_Allow(table, 0x7e800000, 9);
|
||||||
|
ADF_Deny(table, 0x7ecc0000, 14);
|
||||||
ip.addr.in4 = 0x7e800000;
|
/* ADF_Deny(table, 0x7f000001, 32); */
|
||||||
ADF_Allow(table, &ip, 9);
|
/* ADF_Allow(table, 0x7f000000, 8); */
|
||||||
ip.addr.in4 = 0x7ecc0000;
|
|
||||||
ADF_Deny(table, &ip, 14);
|
|
||||||
#if 0
|
|
||||||
ip.addr.in4 = 0x7f000001;
|
|
||||||
ADF_Deny(table, &ip, 32);
|
|
||||||
ip.addr.in4 = 0x7f000000;
|
|
||||||
ADF_Allow(table, &ip, 8);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
printf("allowed: %d\n", ADF_IsAllowed(table, &ip));
|
|
||||||
ip.addr.in4 ^= 1;
|
|
||||||
printf("allowed: %d\n", ADF_IsAllowed(table, &ip));
|
|
||||||
|
|
||||||
ip.family = IPADDR_INET6;
|
|
||||||
|
|
||||||
memcpy(ip.addr.in6, "abcdefghijklmnop", 16);
|
|
||||||
ADF_Deny(table, &ip, 66);
|
|
||||||
ADF_Allow(table, &ip, 59);
|
|
||||||
|
|
||||||
memcpy(ip.addr.in6, "xbcdefghijklmnop", 16);
|
|
||||||
ADF_Deny(table, &ip, 128);
|
|
||||||
ip.addr.in6[15] ^= 3;
|
|
||||||
ADF_Allow(table, &ip, 127);
|
|
||||||
|
|
||||||
printf("allowed: %d\n", ADF_IsAllowed(table, &ip));
|
|
||||||
ip.addr.in4 ^= 1;
|
|
||||||
printf("allowed: %d\n", ADF_IsAllowed(table, &ip));
|
|
||||||
|
|
||||||
print_table(table);
|
print_table(table);
|
||||||
|
|
||||||
|
|||||||
23
addrfilt.h
23
addrfilt.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/addrfilt.h,v 1.6 2002/02/28 23:27:08 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -27,8 +31,6 @@
|
|||||||
#ifndef GOT_ADDRFILT_H
|
#ifndef GOT_ADDRFILT_H
|
||||||
#define GOT_ADDRFILT_H
|
#define GOT_ADDRFILT_H
|
||||||
|
|
||||||
#include "addressing.h"
|
|
||||||
|
|
||||||
typedef struct ADF_AuthTableInst *ADF_AuthTable;
|
typedef struct ADF_AuthTableInst *ADF_AuthTable;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
@@ -43,25 +45,25 @@ extern ADF_AuthTable ADF_CreateTable(void);
|
|||||||
/* Allow anything in the supplied subnet, EXCEPT for any more specific
|
/* Allow anything in the supplied subnet, EXCEPT for any more specific
|
||||||
subnets that are already defined */
|
subnets that are already defined */
|
||||||
extern ADF_Status ADF_Allow(ADF_AuthTable table,
|
extern ADF_Status ADF_Allow(ADF_AuthTable table,
|
||||||
IPAddr *ip,
|
unsigned long ip,
|
||||||
int subnet_bits);
|
int subnet_bits);
|
||||||
|
|
||||||
/* Allow anything in the supplied subnet, overwriting existing
|
/* Allow anything in the supplied subnet, overwriting existing
|
||||||
definitions for any more specific subnets */
|
definitions for any more specific subnets */
|
||||||
extern ADF_Status ADF_AllowAll(ADF_AuthTable table,
|
extern ADF_Status ADF_AllowAll(ADF_AuthTable table,
|
||||||
IPAddr *ip,
|
unsigned long ip,
|
||||||
int subnet_bits);
|
int subnet_bits);
|
||||||
|
|
||||||
/* Deny anything in the supplied subnet, EXCEPT for any more specific
|
/* Deny anything in the supplied subnet, EXCEPT for any more specific
|
||||||
subnets that are already defined */
|
subnets that are already defined */
|
||||||
extern ADF_Status ADF_Deny(ADF_AuthTable table,
|
extern ADF_Status ADF_Deny(ADF_AuthTable table,
|
||||||
IPAddr *ip,
|
unsigned long ip,
|
||||||
int subnet_bits);
|
int subnet_bits);
|
||||||
|
|
||||||
/* Deny anything in the supplied subnet, overwriting existing
|
/* Deny anything in the supplied subnet, overwriting existing
|
||||||
definitions for any more specific subnets */
|
definitions for any more specific subnets */
|
||||||
extern ADF_Status ADF_DenyAll(ADF_AuthTable table,
|
extern ADF_Status ADF_DenyAll(ADF_AuthTable table,
|
||||||
IPAddr *ip,
|
unsigned long ip,
|
||||||
int subnet_bits);
|
int subnet_bits);
|
||||||
|
|
||||||
/* Clear up the table */
|
/* Clear up the table */
|
||||||
@@ -70,11 +72,6 @@ extern void ADF_DestroyTable(ADF_AuthTable table);
|
|||||||
/* Check whether a given IP address is allowed by the rules in
|
/* Check whether a given IP address is allowed by the rules in
|
||||||
the table */
|
the table */
|
||||||
extern int ADF_IsAllowed(ADF_AuthTable table,
|
extern int ADF_IsAllowed(ADF_AuthTable table,
|
||||||
IPAddr *ip);
|
unsigned long ip);
|
||||||
|
|
||||||
/* Check if at least one address from a given family is allowed by
|
|
||||||
the rules in the table */
|
|
||||||
extern int ADF_IsAnyAllowed(ADF_AuthTable table,
|
|
||||||
int family);
|
|
||||||
|
|
||||||
#endif /* GOT_ADDRFILT_H */
|
#endif /* GOT_ADDRFILT_H */
|
||||||
|
|||||||
135
array.c
135
array.c
@@ -1,135 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Miroslav Lichvar 2014
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Functions implementing an array with automatic memory allocation.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "sysincl.h"
|
|
||||||
|
|
||||||
#include "array.h"
|
|
||||||
#include "memory.h"
|
|
||||||
|
|
||||||
struct ARR_Instance_Record {
|
|
||||||
void *data;
|
|
||||||
unsigned int elem_size;
|
|
||||||
unsigned int used;
|
|
||||||
unsigned int allocated;
|
|
||||||
};
|
|
||||||
|
|
||||||
ARR_Instance
|
|
||||||
ARR_CreateInstance(unsigned int elem_size)
|
|
||||||
{
|
|
||||||
ARR_Instance array;
|
|
||||||
|
|
||||||
assert(elem_size > 0);
|
|
||||||
|
|
||||||
array = MallocNew(struct ARR_Instance_Record);
|
|
||||||
|
|
||||||
array->data = NULL;
|
|
||||||
array->elem_size = elem_size;
|
|
||||||
array->used = 0;
|
|
||||||
array->allocated = 0;
|
|
||||||
|
|
||||||
return array;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
ARR_DestroyInstance(ARR_Instance array)
|
|
||||||
{
|
|
||||||
Free(array->data);
|
|
||||||
Free(array);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
realloc_array(ARR_Instance array, unsigned int min_size)
|
|
||||||
{
|
|
||||||
size_t data_size;
|
|
||||||
|
|
||||||
assert(min_size <= 2 * min_size);
|
|
||||||
if (array->allocated >= min_size && array->allocated <= 2 * min_size)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (array->allocated < min_size) {
|
|
||||||
while (array->allocated < min_size)
|
|
||||||
array->allocated = array->allocated ? 2 * array->allocated : 1;
|
|
||||||
} else {
|
|
||||||
array->allocated = min_size;
|
|
||||||
}
|
|
||||||
|
|
||||||
data_size = (size_t)array->elem_size * array->allocated;
|
|
||||||
assert(data_size / array->elem_size == array->allocated);
|
|
||||||
|
|
||||||
array->data = Realloc(array->data, data_size);
|
|
||||||
}
|
|
||||||
|
|
||||||
void *
|
|
||||||
ARR_GetNewElement(ARR_Instance array)
|
|
||||||
{
|
|
||||||
array->used++;
|
|
||||||
realloc_array(array, array->used);
|
|
||||||
return ARR_GetElement(array, array->used - 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
void *
|
|
||||||
ARR_GetElement(ARR_Instance array, unsigned int index)
|
|
||||||
{
|
|
||||||
assert(index < array->used);
|
|
||||||
return (void *)((char *)array->data + (size_t)index * array->elem_size);
|
|
||||||
}
|
|
||||||
|
|
||||||
void *
|
|
||||||
ARR_GetElements(ARR_Instance array)
|
|
||||||
{
|
|
||||||
/* Return a non-NULL pointer when the array has zero size */
|
|
||||||
if (!array->data) {
|
|
||||||
assert(!array->used);
|
|
||||||
return array;
|
|
||||||
}
|
|
||||||
|
|
||||||
return array->data;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
ARR_AppendElement(ARR_Instance array, void *element)
|
|
||||||
{
|
|
||||||
void *e;
|
|
||||||
|
|
||||||
e = ARR_GetNewElement(array);
|
|
||||||
memcpy(e, element, array->elem_size);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
ARR_SetSize(ARR_Instance array, unsigned int size)
|
|
||||||
{
|
|
||||||
realloc_array(array, size);
|
|
||||||
array->used = size;
|
|
||||||
}
|
|
||||||
|
|
||||||
unsigned int
|
|
||||||
ARR_GetSize(ARR_Instance array)
|
|
||||||
{
|
|
||||||
return array->used;
|
|
||||||
}
|
|
||||||
56
array.h
56
array.h
@@ -1,56 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Miroslav Lichvar 2014
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Header file for array functions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef GOT_ARRAY_H
|
|
||||||
#define GOT_ARRAY_H
|
|
||||||
|
|
||||||
typedef struct ARR_Instance_Record *ARR_Instance;
|
|
||||||
|
|
||||||
/* Create a new array with given element size */
|
|
||||||
extern ARR_Instance ARR_CreateInstance(unsigned int elem_size);
|
|
||||||
|
|
||||||
/* Destroy the array */
|
|
||||||
extern void ARR_DestroyInstance(ARR_Instance array);
|
|
||||||
|
|
||||||
/* Return pointer to a new element added to the end of the array */
|
|
||||||
extern void *ARR_GetNewElement(ARR_Instance array);
|
|
||||||
|
|
||||||
/* Return element with given index */
|
|
||||||
extern void *ARR_GetElement(ARR_Instance array, unsigned int index);
|
|
||||||
|
|
||||||
/* Return pointer to the internal array of elements */
|
|
||||||
extern void *ARR_GetElements(ARR_Instance array);
|
|
||||||
|
|
||||||
/* Add a new element to the end of the array */
|
|
||||||
extern void ARR_AppendElement(ARR_Instance array, void *element);
|
|
||||||
|
|
||||||
/* Set the size of the array */
|
|
||||||
extern void ARR_SetSize(ARR_Instance array, unsigned int size);
|
|
||||||
|
|
||||||
/* Return current size of the array */
|
|
||||||
extern unsigned int ARR_GetSize(ARR_Instance array);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
159
broadcast.c
Normal file
159
broadcast.c
Normal file
@@ -0,0 +1,159 @@
|
|||||||
|
/*
|
||||||
|
$Header: /cvs/src/chrony/broadcast.c,v 1.3 2002/02/28 23:27:08 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
|
**********************************************************************
|
||||||
|
* Copyright (C) Richard P. Curnow 1997-2002
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
|
*
|
||||||
|
**********************************************************************
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
|
Deal with broadcast server functions.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sysincl.h"
|
||||||
|
#include "memory.h"
|
||||||
|
|
||||||
|
#include "addressing.h"
|
||||||
|
#include "broadcast.h"
|
||||||
|
#include "sched.h"
|
||||||
|
#include "ntp.h"
|
||||||
|
#include "local.h"
|
||||||
|
#include "reference.h"
|
||||||
|
#include "util.h"
|
||||||
|
#include "ntp_io.h"
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
NTP_Remote_Address addr;
|
||||||
|
int interval;
|
||||||
|
} Destination;
|
||||||
|
static Destination *destinations = 0;
|
||||||
|
static int n_destinations = 0;
|
||||||
|
static int max_destinations = 0;
|
||||||
|
|
||||||
|
void
|
||||||
|
BRD_Initialise(void)
|
||||||
|
{
|
||||||
|
return; /* Nothing to do */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
BRD_Finalise(void)
|
||||||
|
{
|
||||||
|
return; /* Nothing to do */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
/* This is a cut-down version of what transmit_packet in ntp_core.c does */
|
||||||
|
|
||||||
|
static void
|
||||||
|
timeout_handler(void *arbitrary)
|
||||||
|
{
|
||||||
|
Destination *d = (Destination *) arbitrary;
|
||||||
|
NTP_Packet message;
|
||||||
|
/* Parameters read from reference module */
|
||||||
|
int version;
|
||||||
|
int leap;
|
||||||
|
int are_we_synchronised, our_stratum;
|
||||||
|
NTP_Leap leap_status;
|
||||||
|
unsigned long our_ref_id;
|
||||||
|
struct timeval our_ref_time;
|
||||||
|
double our_root_delay, our_root_dispersion;
|
||||||
|
double local_time_err;
|
||||||
|
struct timeval local_transmit;
|
||||||
|
|
||||||
|
version = 3;
|
||||||
|
|
||||||
|
LCL_ReadCookedTime(&local_transmit, &local_time_err);
|
||||||
|
REF_GetReferenceParams(&local_transmit,
|
||||||
|
&are_we_synchronised, &leap_status,
|
||||||
|
&our_stratum,
|
||||||
|
&our_ref_id, &our_ref_time,
|
||||||
|
&our_root_delay, &our_root_dispersion);
|
||||||
|
|
||||||
|
|
||||||
|
if (are_we_synchronised) {
|
||||||
|
leap = (int) leap_status;
|
||||||
|
} else {
|
||||||
|
leap = 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
message.lvm = ((leap << 6) &0xc0) | ((version << 3) & 0x38) | (MODE_BROADCAST & 0x07);
|
||||||
|
message.stratum = our_stratum;
|
||||||
|
message.poll = 6; /* FIXME: what should this be? */
|
||||||
|
message.precision = LCL_GetSysPrecisionAsLog();
|
||||||
|
|
||||||
|
/* If we're sending a client mode packet and we aren't synchronized yet,
|
||||||
|
we might have to set up artificial values for some of these parameters */
|
||||||
|
message.root_delay = double_to_int32(our_root_delay);
|
||||||
|
message.root_dispersion = double_to_int32(our_root_dispersion);
|
||||||
|
|
||||||
|
message.reference_id = htonl((NTP_int32) our_ref_id);
|
||||||
|
|
||||||
|
/* Now fill in timestamps */
|
||||||
|
UTI_TimevalToInt64(&our_ref_time, &message.reference_ts);
|
||||||
|
message.originate_ts.hi = 0UL;
|
||||||
|
message.originate_ts.lo = 0UL;
|
||||||
|
message.receive_ts.hi = 0UL;
|
||||||
|
message.receive_ts.lo = 0UL;
|
||||||
|
|
||||||
|
LCL_ReadCookedTime(&local_transmit, &local_time_err);
|
||||||
|
UTI_TimevalToInt64(&local_transmit, &message.transmit_ts);
|
||||||
|
NIO_SendNormalPacket(&message, &d->addr);
|
||||||
|
|
||||||
|
/* Requeue timeout. Don't care if interval drifts gradually, so just do it
|
||||||
|
* at the end. */
|
||||||
|
SCH_AddTimeoutInClass((double) d->interval, 1.0,
|
||||||
|
SCH_NtpBroadcastClass,
|
||||||
|
timeout_handler, (void *) d);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
BRD_AddDestination(unsigned long addr, unsigned short port, int interval)
|
||||||
|
{
|
||||||
|
if (max_destinations == n_destinations) {
|
||||||
|
/* Expand array */
|
||||||
|
max_destinations += 8;
|
||||||
|
if (destinations) {
|
||||||
|
destinations = ReallocArray(Destination, max_destinations, destinations);
|
||||||
|
} else {
|
||||||
|
destinations = MallocArray(Destination, max_destinations);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
destinations[n_destinations].addr.ip_addr = addr;
|
||||||
|
destinations[n_destinations].addr.port = port;
|
||||||
|
destinations[n_destinations].interval = interval;
|
||||||
|
|
||||||
|
SCH_AddTimeoutInClass((double) interval, 1.0,
|
||||||
|
SCH_NtpBroadcastClass,
|
||||||
|
timeout_handler, (void *)(destinations + n_destinations));
|
||||||
|
|
||||||
|
++n_destinations;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1,8 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/broadcast.h,v 1.2 2002/02/28 23:27:08 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Miroslav Lichvar 2015
|
* Copyright (C) Richard P. Curnow 1997-2002
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -15,34 +19,21 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
=======================================================================
|
=======================================================================
|
||||||
|
|
||||||
This module implements time smoothing.
|
Deal with broadcast server functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef GOT_SMOOTH_H
|
#ifndef GOT_BROADCAST_H
|
||||||
#define GOT_SMOOTH_H
|
#define GOT_BROADCAST_H
|
||||||
|
|
||||||
#include "reports.h"
|
extern void BRD_Initialise(void);
|
||||||
|
extern void BRD_Finalise(void);
|
||||||
|
extern void BRD_AddDestination(unsigned long addr, unsigned short port, int interval);
|
||||||
|
|
||||||
extern void SMT_Initialise(void);
|
#endif /* GOT_BROADCAST_H */
|
||||||
|
|
||||||
extern void SMT_Finalise(void);
|
|
||||||
|
|
||||||
extern int SMT_IsEnabled(void);
|
|
||||||
|
|
||||||
extern double SMT_GetOffset(struct timeval *now);
|
|
||||||
|
|
||||||
extern void SMT_Activate(struct timeval *now);
|
|
||||||
|
|
||||||
extern void SMT_Reset(struct timeval *now);
|
|
||||||
|
|
||||||
extern void SMT_Leap(struct timeval *now, int leap);
|
|
||||||
|
|
||||||
extern int SMT_GetSmoothingReport(RPT_SmoothingReport *report, struct timeval *now);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
412
candm.h
412
candm.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/candm.h,v 1.40 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -30,7 +34,6 @@
|
|||||||
#define GOT_CANDM_H
|
#define GOT_CANDM_H
|
||||||
|
|
||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
#include "addressing.h"
|
|
||||||
|
|
||||||
/* This is the default port to use for CANDM, if no alternative is
|
/* This is the default port to use for CANDM, if no alternative is
|
||||||
defined */
|
defined */
|
||||||
@@ -82,76 +85,44 @@
|
|||||||
#define REQ_MANUAL_DELETE 42
|
#define REQ_MANUAL_DELETE 42
|
||||||
#define REQ_MAKESTEP 43
|
#define REQ_MAKESTEP 43
|
||||||
#define REQ_ACTIVITY 44
|
#define REQ_ACTIVITY 44
|
||||||
#define REQ_MODIFY_MINSTRATUM 45
|
#define N_REQUEST_TYPES 45
|
||||||
#define REQ_MODIFY_POLLTARGET 46
|
|
||||||
#define REQ_MODIFY_MAXDELAYDEVRATIO 47
|
|
||||||
#define REQ_RESELECT 48
|
|
||||||
#define REQ_RESELECTDISTANCE 49
|
|
||||||
#define REQ_MODIFY_MAKESTEP 50
|
|
||||||
#define REQ_SMOOTHING 51
|
|
||||||
#define REQ_SMOOTHTIME 52
|
|
||||||
#define REQ_REFRESH 53
|
|
||||||
#define REQ_SERVER_STATS 54
|
|
||||||
#define REQ_CLIENT_ACCESSES_BY_INDEX2 55
|
|
||||||
#define N_REQUEST_TYPES 56
|
|
||||||
|
|
||||||
/* Special utoken value used to log on with first exchange being the
|
/* Special utoken value used to log on with first exchange being the
|
||||||
password. (This time value has long since gone by) */
|
password. (This time value has long since gone by) */
|
||||||
#define SPECIAL_UTOKEN 0x10101010
|
#define SPECIAL_UTOKEN 0x10101010
|
||||||
|
|
||||||
/* Structure used to exchange timevals independent on size of time_t */
|
|
||||||
typedef struct {
|
|
||||||
uint32_t tv_sec_high;
|
|
||||||
uint32_t tv_sec_low;
|
|
||||||
uint32_t tv_nsec;
|
|
||||||
} Timeval;
|
|
||||||
|
|
||||||
/* This is used in tv_sec_high for 32-bit timestamps */
|
|
||||||
#define TV_NOHIGHSEC 0x7fffffff
|
|
||||||
|
|
||||||
/* 32-bit floating-point format consisting of 7-bit signed exponent
|
|
||||||
and 25-bit signed coefficient without hidden bit.
|
|
||||||
The result is calculated as: 2^(exp - 25) * coef */
|
|
||||||
typedef struct {
|
|
||||||
int32_t f;
|
|
||||||
} Float;
|
|
||||||
|
|
||||||
/* The EOR (end of record) fields are used by the offsetof operator in
|
/* The EOR (end of record) fields are used by the offsetof operator in
|
||||||
pktlength.c, to get the number of bytes that ought to be
|
pktlength.c, to get the number of bytes that ought to be
|
||||||
transmitted for each packet type. */
|
transmitted for each packet type. */
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int32_t EOR;
|
uint32_t mask;
|
||||||
} REQ_Null;
|
uint32_t address;
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
IPAddr mask;
|
|
||||||
IPAddr address;
|
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Online;
|
} REQ_Online;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr mask;
|
uint32_t mask;
|
||||||
IPAddr address;
|
uint32_t address;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Offline;
|
} REQ_Offline;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr mask;
|
uint32_t mask;
|
||||||
IPAddr address;
|
uint32_t address;
|
||||||
int32_t n_good_samples;
|
int32_t n_good_samples;
|
||||||
int32_t n_total_samples;
|
int32_t n_total_samples;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Burst;
|
} REQ_Burst;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr address;
|
uint32_t address;
|
||||||
int32_t new_minpoll;
|
int32_t new_minpoll;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Modify_Minpoll;
|
} REQ_Modify_Minpoll;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr address;
|
uint32_t address;
|
||||||
int32_t new_maxpoll;
|
int32_t new_maxpoll;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Modify_Maxpoll;
|
} REQ_Modify_Maxpoll;
|
||||||
@@ -162,53 +133,29 @@ typedef struct {
|
|||||||
} REQ_Dump;
|
} REQ_Dump;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr address;
|
uint32_t address;
|
||||||
Float new_max_delay;
|
int32_t new_max_delay;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Modify_Maxdelay;
|
} REQ_Modify_Maxdelay;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr address;
|
uint32_t address;
|
||||||
Float new_max_delay_ratio;
|
int32_t new_max_delay_ratio;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Modify_Maxdelayratio;
|
} REQ_Modify_Maxdelayratio;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr address;
|
int32_t new_max_update_skew;
|
||||||
Float new_max_delay_dev_ratio;
|
|
||||||
int32_t EOR;
|
|
||||||
} REQ_Modify_Maxdelaydevratio;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
IPAddr address;
|
|
||||||
int32_t new_min_stratum;
|
|
||||||
int32_t EOR;
|
|
||||||
} REQ_Modify_Minstratum;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
IPAddr address;
|
|
||||||
int32_t new_poll_target;
|
|
||||||
int32_t EOR;
|
|
||||||
} REQ_Modify_Polltarget;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
Float new_max_update_skew;
|
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Modify_Maxupdateskew;
|
} REQ_Modify_Maxupdateskew;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int32_t limit;
|
struct timeval ts;
|
||||||
Float threshold;
|
|
||||||
int32_t EOR;
|
|
||||||
} REQ_Modify_Makestep;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
Timeval ts;
|
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Logon;
|
} REQ_Logon;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Timeval ts;
|
struct timeval ts;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Settime;
|
} REQ_Settime;
|
||||||
|
|
||||||
@@ -223,51 +170,55 @@ typedef struct {
|
|||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Manual;
|
} REQ_Manual;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
int32_t EOR;
|
||||||
|
} REQ_N_Sources;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int32_t index;
|
int32_t index;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Source_Data;
|
} REQ_Source_Data;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr ip;
|
int32_t EOR;
|
||||||
|
} REQ_Rekey;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint32_t ip;
|
||||||
int32_t subnet_bits;
|
int32_t subnet_bits;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Allow_Deny;
|
} REQ_Allow_Deny;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr ip;
|
uint32_t ip;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Ac_Check;
|
} REQ_Ac_Check;
|
||||||
|
|
||||||
/* Flags used in NTP source requests */
|
|
||||||
#define REQ_ADDSRC_ONLINE 0x1
|
|
||||||
#define REQ_ADDSRC_AUTOOFFLINE 0x2
|
|
||||||
#define REQ_ADDSRC_IBURST 0x4
|
|
||||||
#define REQ_ADDSRC_PREFER 0x8
|
|
||||||
#define REQ_ADDSRC_NOSELECT 0x10
|
|
||||||
#define REQ_ADDSRC_TRUST 0x20
|
|
||||||
#define REQ_ADDSRC_REQUIRE 0x40
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr ip_addr;
|
uint32_t ip_addr;
|
||||||
uint32_t port;
|
uint32_t port;
|
||||||
int32_t minpoll;
|
int32_t minpoll;
|
||||||
int32_t maxpoll;
|
int32_t maxpoll;
|
||||||
int32_t presend_minpoll;
|
int32_t presend_minpoll;
|
||||||
|
int32_t online;
|
||||||
|
int32_t auto_offline;
|
||||||
uint32_t authkey;
|
uint32_t authkey;
|
||||||
Float max_delay;
|
int32_t max_delay;
|
||||||
Float max_delay_ratio;
|
int32_t max_delay_ratio;
|
||||||
uint32_t flags;
|
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_NTP_Source;
|
} REQ_NTP_Source;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr ip_addr;
|
uint32_t ip_addr;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Del_Source;
|
} REQ_Del_Source;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Float dfreq;
|
int32_t EOR;
|
||||||
|
} REQ_WriteRtc;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
int32_t dfreq;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Dfreq;
|
} REQ_Dfreq;
|
||||||
|
|
||||||
@@ -277,38 +228,70 @@ typedef struct {
|
|||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Doffset;
|
} REQ_Doffset;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
int32_t EOR;
|
||||||
|
} REQ_Tracking;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t index;
|
uint32_t index;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_Sourcestats;
|
} REQ_Sourcestats;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
int32_t EOR;
|
||||||
|
} REQ_RTCReport;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
int32_t EOR;
|
||||||
|
} REQ_TrimRTC;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
int32_t EOR;
|
||||||
|
} REQ_CycleLogs;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint32_t ip;
|
||||||
|
uint32_t bits_specd;
|
||||||
|
} REQ_SubnetsAccessed_Subnet;
|
||||||
|
|
||||||
|
#define MAX_SUBNETS_ACCESSED 8
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint32_t n_subnets;
|
||||||
|
REQ_SubnetsAccessed_Subnet subnets[MAX_SUBNETS_ACCESSED];
|
||||||
|
} REQ_SubnetsAccessed;
|
||||||
|
|
||||||
/* This is based on the response size rather than the
|
/* This is based on the response size rather than the
|
||||||
request size */
|
request size */
|
||||||
#define MAX_CLIENT_ACCESSES 8
|
#define MAX_CLIENT_ACCESSES 16
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint32_t n_clients;
|
||||||
|
uint32_t client_ips[MAX_CLIENT_ACCESSES];
|
||||||
|
} REQ_ClientAccesses;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t first_index;
|
uint32_t first_index;
|
||||||
uint32_t n_clients;
|
uint32_t n_indices;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_ClientAccessesByIndex;
|
} REQ_ClientAccessesByIndex;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
int32_t EOR;
|
||||||
|
} REQ_ManualList;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int32_t index;
|
int32_t index;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_ManualDelete;
|
} REQ_ManualDelete;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Float distance;
|
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_ReselectDistance;
|
} REQ_MakeStep;
|
||||||
|
|
||||||
#define REQ_SMOOTHTIME_RESET 0
|
|
||||||
#define REQ_SMOOTHTIME_ACTIVATE 1
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int32_t option;
|
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} REQ_SmoothTime;
|
} REQ_Activity;
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
@@ -327,42 +310,9 @@ typedef struct {
|
|||||||
|
|
||||||
Version 3 : NTP_Source message lengthened (auto_offline)
|
Version 3 : NTP_Source message lengthened (auto_offline)
|
||||||
|
|
||||||
Version 4 : IPv6 addressing added, 64-bit time values, sourcestats
|
|
||||||
and tracking reports extended, added flags to NTP source request,
|
|
||||||
trimmed source report, replaced fixed-point format with floating-point
|
|
||||||
and used also instead of integer microseconds, new commands: modify stratum,
|
|
||||||
modify polltarget, modify maxdelaydevratio, reselect, reselectdistance
|
|
||||||
|
|
||||||
Version 5 : auth data moved to the end of the packet to allow hashes with
|
|
||||||
different sizes, extended sources, tracking and activity reports, dropped
|
|
||||||
subnets accessed and client accesses
|
|
||||||
|
|
||||||
Version 6 : added padding to requests to prevent amplification attack,
|
|
||||||
changed maximum number of samples in manual list to 16, new commands: modify
|
|
||||||
makestep, smoothing, smoothtime
|
|
||||||
|
|
||||||
Support for authentication was removed later in version 6 of the protocol
|
|
||||||
and commands that required authentication are allowed only locally over Unix
|
|
||||||
domain socket.
|
|
||||||
|
|
||||||
Version 6 (no authentication) : changed format of client accesses by index
|
|
||||||
(using new request/reply types), new flags in NTP source request and report,
|
|
||||||
new commands: refresh, serverstats
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PROTO_VERSION_NUMBER 6
|
#define PROTO_VERSION_NUMBER 3
|
||||||
|
|
||||||
/* The oldest protocol versions that are compatible enough with the current
|
|
||||||
version to report a version mismatch for the server and the client */
|
|
||||||
#define PROTO_VERSION_MISMATCH_COMPAT_SERVER 5
|
|
||||||
#define PROTO_VERSION_MISMATCH_COMPAT_CLIENT 4
|
|
||||||
|
|
||||||
/* The first protocol version using padding in requests */
|
|
||||||
#define PROTO_VERSION_PADDING 6
|
|
||||||
|
|
||||||
/* The maximum length of padding in request packet, currently
|
|
||||||
defined by MANUAL_LIST */
|
|
||||||
#define MAX_PADDING_LENGTH 396
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
@@ -376,11 +326,11 @@ typedef struct {
|
|||||||
(count up from zero for same sequence
|
(count up from zero for same sequence
|
||||||
number) */
|
number) */
|
||||||
uint32_t sequence; /* Client's sequence number */
|
uint32_t sequence; /* Client's sequence number */
|
||||||
uint32_t pad1;
|
uint32_t utoken; /* Unique token per incarnation of daemon */
|
||||||
uint32_t pad2;
|
uint32_t token; /* Command token (to prevent replay attack) */
|
||||||
|
uint32_t auth[4]; /* MD5 authentication of the packet */
|
||||||
|
|
||||||
union {
|
union {
|
||||||
REQ_Null null;
|
|
||||||
REQ_Online online;
|
REQ_Online online;
|
||||||
REQ_Offline offline;
|
REQ_Offline offline;
|
||||||
REQ_Burst burst;
|
REQ_Burst burst;
|
||||||
@@ -389,33 +339,35 @@ typedef struct {
|
|||||||
REQ_Dump dump;
|
REQ_Dump dump;
|
||||||
REQ_Modify_Maxdelay modify_maxdelay;
|
REQ_Modify_Maxdelay modify_maxdelay;
|
||||||
REQ_Modify_Maxdelayratio modify_maxdelayratio;
|
REQ_Modify_Maxdelayratio modify_maxdelayratio;
|
||||||
REQ_Modify_Maxdelaydevratio modify_maxdelaydevratio;
|
|
||||||
REQ_Modify_Minstratum modify_minstratum;
|
|
||||||
REQ_Modify_Polltarget modify_polltarget;
|
|
||||||
REQ_Modify_Maxupdateskew modify_maxupdateskew;
|
REQ_Modify_Maxupdateskew modify_maxupdateskew;
|
||||||
REQ_Modify_Makestep modify_makestep;
|
|
||||||
REQ_Logon logon;
|
REQ_Logon logon;
|
||||||
REQ_Settime settime;
|
REQ_Settime settime;
|
||||||
REQ_Local local;
|
REQ_Local local;
|
||||||
REQ_Manual manual;
|
REQ_Manual manual;
|
||||||
|
REQ_N_Sources n_sources;
|
||||||
REQ_Source_Data source_data;
|
REQ_Source_Data source_data;
|
||||||
|
REQ_Rekey rekey;
|
||||||
REQ_Allow_Deny allow_deny;
|
REQ_Allow_Deny allow_deny;
|
||||||
REQ_Ac_Check ac_check;
|
REQ_Ac_Check ac_check;
|
||||||
REQ_NTP_Source ntp_source;
|
REQ_NTP_Source ntp_source;
|
||||||
REQ_Del_Source del_source;
|
REQ_Del_Source del_source;
|
||||||
|
REQ_WriteRtc writertc;
|
||||||
REQ_Dfreq dfreq;
|
REQ_Dfreq dfreq;
|
||||||
REQ_Doffset doffset;
|
REQ_Doffset doffset;
|
||||||
|
REQ_Tracking tracking;
|
||||||
REQ_Sourcestats sourcestats;
|
REQ_Sourcestats sourcestats;
|
||||||
|
REQ_RTCReport rtcreport;
|
||||||
|
REQ_TrimRTC trimrtc;
|
||||||
|
REQ_CycleLogs cyclelogs;
|
||||||
|
REQ_SubnetsAccessed subnets_accessed;
|
||||||
|
REQ_ClientAccesses client_accesses;
|
||||||
REQ_ClientAccessesByIndex client_accesses_by_index;
|
REQ_ClientAccessesByIndex client_accesses_by_index;
|
||||||
|
REQ_ManualList manual_list;
|
||||||
REQ_ManualDelete manual_delete;
|
REQ_ManualDelete manual_delete;
|
||||||
REQ_ReselectDistance reselect_distance;
|
REQ_MakeStep make_step;
|
||||||
REQ_SmoothTime smoothtime;
|
REQ_Activity activity;
|
||||||
} data; /* Command specific parameters */
|
} data; /* Command specific parameters */
|
||||||
|
|
||||||
/* Padding used to prevent traffic amplification. It only defines the
|
|
||||||
maximum size of the packet, there is no hole after the data field. */
|
|
||||||
uint8_t padding[MAX_PADDING_LENGTH];
|
|
||||||
|
|
||||||
} CMD_Request;
|
} CMD_Request;
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -425,6 +377,13 @@ typedef struct {
|
|||||||
#define PERMIT_LOCAL 1
|
#define PERMIT_LOCAL 1
|
||||||
#define PERMIT_AUTH 2
|
#define PERMIT_AUTH 2
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
/* These conversion utilities are used to convert between the internal
|
||||||
|
and the 'wire' representation of real quantities */
|
||||||
|
|
||||||
|
#define WIRE2REAL(x) ((double) ((int32_t) ntohl(x)) / 65536.0)
|
||||||
|
#define REAL2WIRE(x) (htonl((int32_t)(0.5 + 65536.0 * (x))))
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
/* Reply codes */
|
/* Reply codes */
|
||||||
@@ -440,10 +399,7 @@ typedef struct {
|
|||||||
#define RPY_CLIENT_ACCESSES_BY_INDEX 10
|
#define RPY_CLIENT_ACCESSES_BY_INDEX 10
|
||||||
#define RPY_MANUAL_LIST 11
|
#define RPY_MANUAL_LIST 11
|
||||||
#define RPY_ACTIVITY 12
|
#define RPY_ACTIVITY 12
|
||||||
#define RPY_SMOOTHING 13
|
#define N_REPLY_TYPES 13
|
||||||
#define RPY_SERVER_STATS 14
|
|
||||||
#define RPY_CLIENT_ACCESSES_BY_INDEX2 15
|
|
||||||
#define N_REPLY_TYPES 16
|
|
||||||
|
|
||||||
/* Status codes */
|
/* Status codes */
|
||||||
#define STT_SUCCESS 0
|
#define STT_SUCCESS 0
|
||||||
@@ -456,7 +412,6 @@ typedef struct {
|
|||||||
#define STT_BADSUBNET 7
|
#define STT_BADSUBNET 7
|
||||||
#define STT_ACCESSALLOWED 8
|
#define STT_ACCESSALLOWED 8
|
||||||
#define STT_ACCESSDENIED 9
|
#define STT_ACCESSDENIED 9
|
||||||
/* Deprecated */
|
|
||||||
#define STT_NOHOSTACCESS 10
|
#define STT_NOHOSTACCESS 10
|
||||||
#define STT_SOURCEALREADYKNOWN 11
|
#define STT_SOURCEALREADYKNOWN 11
|
||||||
#define STT_TOOMANYSOURCES 12
|
#define STT_TOOMANYSOURCES 12
|
||||||
@@ -464,9 +419,6 @@ typedef struct {
|
|||||||
#define STT_BADRTCFILE 14
|
#define STT_BADRTCFILE 14
|
||||||
#define STT_INACTIVE 15
|
#define STT_INACTIVE 15
|
||||||
#define STT_BADSAMPLE 16
|
#define STT_BADSAMPLE 16
|
||||||
#define STT_INVALIDAF 17
|
|
||||||
#define STT_BADPKTVERSION 18
|
|
||||||
#define STT_BADPKTLENGTH 19
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
@@ -485,122 +437,114 @@ typedef struct {
|
|||||||
#define RPY_SD_ST_UNREACH 1
|
#define RPY_SD_ST_UNREACH 1
|
||||||
#define RPY_SD_ST_FALSETICKER 2
|
#define RPY_SD_ST_FALSETICKER 2
|
||||||
#define RPY_SD_ST_JITTERY 3
|
#define RPY_SD_ST_JITTERY 3
|
||||||
#define RPY_SD_ST_CANDIDATE 4
|
#define RPY_SD_ST_OTHER 4
|
||||||
#define RPY_SD_ST_OUTLIER 5
|
|
||||||
|
|
||||||
#define RPY_SD_FLAG_NOSELECT 0x1
|
|
||||||
#define RPY_SD_FLAG_PREFER 0x2
|
|
||||||
#define RPY_SD_FLAG_TRUST 0x4
|
|
||||||
#define RPY_SD_FLAG_REQUIRE 0x8
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr ip_addr;
|
uint32_t ip_addr;
|
||||||
int16_t poll;
|
uint16_t poll;
|
||||||
uint16_t stratum;
|
uint16_t stratum;
|
||||||
uint16_t state;
|
uint16_t state;
|
||||||
uint16_t mode;
|
uint16_t mode;
|
||||||
uint16_t flags;
|
|
||||||
uint16_t reachability;
|
|
||||||
uint32_t since_sample;
|
uint32_t since_sample;
|
||||||
Float orig_latest_meas;
|
int32_t orig_latest_meas;
|
||||||
Float latest_meas;
|
int32_t latest_meas;
|
||||||
Float latest_meas_err;
|
uint32_t latest_meas_err;
|
||||||
|
int32_t est_offset;
|
||||||
|
uint32_t est_offset_err;
|
||||||
|
int32_t resid_freq;
|
||||||
|
uint32_t resid_skew;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} RPY_Source_Data;
|
} RPY_Source_Data;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t ref_id;
|
uint32_t ref_id;
|
||||||
IPAddr ip_addr;
|
uint32_t stratum;
|
||||||
uint16_t stratum;
|
uint32_t ref_time_s;
|
||||||
uint16_t leap_status;
|
uint32_t ref_time_us;
|
||||||
Timeval ref_time;
|
uint32_t current_correction_s;
|
||||||
Float current_correction;
|
uint32_t current_correction_us;
|
||||||
Float last_offset;
|
int32_t freq_ppm;
|
||||||
Float rms_offset;
|
int32_t resid_freq_ppm;
|
||||||
Float freq_ppm;
|
int32_t skew_ppm;
|
||||||
Float resid_freq_ppm;
|
int32_t root_delay;
|
||||||
Float skew_ppm;
|
int32_t root_dispersion;
|
||||||
Float root_delay;
|
|
||||||
Float root_dispersion;
|
|
||||||
Float last_update_interval;
|
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} RPY_Tracking;
|
} RPY_Tracking;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t ref_id;
|
uint32_t ip_addr;
|
||||||
IPAddr ip_addr;
|
|
||||||
uint32_t n_samples;
|
uint32_t n_samples;
|
||||||
uint32_t n_runs;
|
uint32_t n_runs;
|
||||||
uint32_t span_seconds;
|
uint32_t span_seconds;
|
||||||
Float sd;
|
uint32_t sd_us;
|
||||||
Float resid_freq_ppm;
|
int32_t resid_freq_ppm;
|
||||||
Float skew_ppm;
|
int32_t skew_ppm;
|
||||||
Float est_offset;
|
|
||||||
Float est_offset_err;
|
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} RPY_Sourcestats;
|
} RPY_Sourcestats;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Timeval ref_time;
|
uint32_t ref_time;
|
||||||
uint16_t n_samples;
|
uint16_t n_samples;
|
||||||
uint16_t n_runs;
|
uint16_t n_runs;
|
||||||
uint32_t span_seconds;
|
uint32_t span_seconds;
|
||||||
Float rtc_seconds_fast;
|
int32_t rtc_seconds_fast;
|
||||||
Float rtc_gain_rate_ppm;
|
int32_t rtc_gain_rate_ppm;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} RPY_Rtc;
|
} RPY_Rtc;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t centiseconds;
|
uint32_t centiseconds;
|
||||||
Float dfreq_ppm;
|
int32_t dfreq_ppm;
|
||||||
Float new_afreq_ppm;
|
int32_t new_afreq_ppm;
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} RPY_ManualTimestamp;
|
} RPY_ManualTimestamp;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
IPAddr ip;
|
uint32_t ip;
|
||||||
uint32_t ntp_hits;
|
uint32_t bits_specd;
|
||||||
uint32_t cmd_hits;
|
uint32_t bitmap[8];
|
||||||
uint32_t ntp_drops;
|
} RPY_SubnetsAccessed_Subnet;
|
||||||
uint32_t cmd_drops;
|
|
||||||
int8_t ntp_interval;
|
typedef struct {
|
||||||
int8_t cmd_interval;
|
uint32_t n_subnets;
|
||||||
int8_t ntp_timeout_interval;
|
RPY_SubnetsAccessed_Subnet subnets[MAX_SUBNETS_ACCESSED];
|
||||||
int8_t pad;
|
} RPY_SubnetsAccessed;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint32_t ip;
|
||||||
|
uint32_t client_hits;
|
||||||
|
uint32_t peer_hits;
|
||||||
|
uint32_t cmd_hits_auth;
|
||||||
|
uint32_t cmd_hits_normal;
|
||||||
|
uint32_t cmd_hits_bad;
|
||||||
uint32_t last_ntp_hit_ago;
|
uint32_t last_ntp_hit_ago;
|
||||||
uint32_t last_cmd_hit_ago;
|
uint32_t last_cmd_hit_ago;
|
||||||
} RPY_ClientAccesses_Client;
|
} RPY_ClientAccesses_Client;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint32_t n_clients;
|
||||||
|
RPY_ClientAccesses_Client clients[MAX_CLIENT_ACCESSES];
|
||||||
|
} RPY_ClientAccesses;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t n_indices; /* how many indices there are in the server's table */
|
uint32_t n_indices; /* how many indices there are in the server's table */
|
||||||
uint32_t next_index; /* the index 1 beyond those processed on this call */
|
uint32_t next_index; /* the index 1 beyond those processed on this call */
|
||||||
uint32_t n_clients; /* the number of valid entries in the following array */
|
uint32_t n_clients; /* the number of valid entries in the following array */
|
||||||
RPY_ClientAccesses_Client clients[MAX_CLIENT_ACCESSES];
|
RPY_ClientAccesses_Client clients[MAX_CLIENT_ACCESSES];
|
||||||
int32_t EOR;
|
|
||||||
} RPY_ClientAccessesByIndex;
|
} RPY_ClientAccessesByIndex;
|
||||||
|
|
||||||
typedef struct {
|
#define MAX_MANUAL_LIST_SAMPLES 32
|
||||||
uint32_t ntp_hits;
|
|
||||||
uint32_t cmd_hits;
|
|
||||||
uint32_t ntp_drops;
|
|
||||||
uint32_t cmd_drops;
|
|
||||||
uint32_t log_drops;
|
|
||||||
int32_t EOR;
|
|
||||||
} RPY_ServerStats;
|
|
||||||
|
|
||||||
#define MAX_MANUAL_LIST_SAMPLES 16
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Timeval when;
|
uint32_t when;
|
||||||
Float slewed_offset;
|
int32_t slewed_offset;
|
||||||
Float orig_offset;
|
int32_t orig_offset;
|
||||||
Float residual;
|
int32_t residual;
|
||||||
} RPY_ManualListSample;
|
} RPY_ManualListSample;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t n_samples;
|
uint32_t n_samples;
|
||||||
RPY_ManualListSample samples[MAX_MANUAL_LIST_SAMPLES];
|
RPY_ManualListSample samples[MAX_MANUAL_LIST_SAMPLES];
|
||||||
int32_t EOR;
|
|
||||||
} RPY_ManualList;
|
} RPY_ManualList;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
@@ -608,23 +552,9 @@ typedef struct {
|
|||||||
int32_t offline;
|
int32_t offline;
|
||||||
int32_t burst_online;
|
int32_t burst_online;
|
||||||
int32_t burst_offline;
|
int32_t burst_offline;
|
||||||
int32_t unresolved;
|
|
||||||
int32_t EOR;
|
int32_t EOR;
|
||||||
} RPY_Activity;
|
} RPY_Activity;
|
||||||
|
|
||||||
#define RPY_SMT_FLAG_ACTIVE 0x1
|
|
||||||
#define RPY_SMT_FLAG_LEAPONLY 0x2
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
uint32_t flags;
|
|
||||||
Float offset;
|
|
||||||
Float freq_ppm;
|
|
||||||
Float wander_ppm;
|
|
||||||
Float last_update_ago;
|
|
||||||
Float remaining_time;
|
|
||||||
int32_t EOR;
|
|
||||||
} RPY_Smoothing;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t version;
|
uint8_t version;
|
||||||
uint8_t pkt_type;
|
uint8_t pkt_type;
|
||||||
@@ -633,12 +563,14 @@ typedef struct {
|
|||||||
uint16_t command; /* Which command is being replied to */
|
uint16_t command; /* Which command is being replied to */
|
||||||
uint16_t reply; /* Which format of reply this is */
|
uint16_t reply; /* Which format of reply this is */
|
||||||
uint16_t status; /* Status of command processing */
|
uint16_t status; /* Status of command processing */
|
||||||
uint16_t pad1; /* Padding for compatibility and 4 byte alignment */
|
uint16_t number; /* Which packet this is in reply sequence */
|
||||||
uint16_t pad2;
|
uint16_t total; /* Number of replies to expect in this sequence */
|
||||||
uint16_t pad3;
|
uint16_t pad1; /* Get up to 4 byte alignment */
|
||||||
uint32_t sequence; /* Echo of client's sequence number */
|
uint32_t sequence; /* Echo of client's sequence number */
|
||||||
uint32_t pad4;
|
uint32_t utoken; /* Unique token per incarnation of daemon */
|
||||||
uint32_t pad5;
|
uint32_t token; /* New command token (only if command was successfully
|
||||||
|
authenticated) */
|
||||||
|
uint32_t auth[4]; /* MD5 authentication of the packet */
|
||||||
|
|
||||||
union {
|
union {
|
||||||
RPY_Null null;
|
RPY_Null null;
|
||||||
@@ -648,11 +580,11 @@ typedef struct {
|
|||||||
RPY_Tracking tracking;
|
RPY_Tracking tracking;
|
||||||
RPY_Sourcestats sourcestats;
|
RPY_Sourcestats sourcestats;
|
||||||
RPY_Rtc rtc;
|
RPY_Rtc rtc;
|
||||||
|
RPY_SubnetsAccessed subnets_accessed;
|
||||||
|
RPY_ClientAccesses client_accesses;
|
||||||
RPY_ClientAccessesByIndex client_accesses_by_index;
|
RPY_ClientAccessesByIndex client_accesses_by_index;
|
||||||
RPY_ServerStats server_stats;
|
|
||||||
RPY_ManualList manual_list;
|
RPY_ManualList manual_list;
|
||||||
RPY_Activity activity;
|
RPY_Activity activity;
|
||||||
RPY_Smoothing smoothing;
|
|
||||||
} data; /* Reply specific parameters */
|
} data; /* Reply specific parameters */
|
||||||
|
|
||||||
} CMD_Reply;
|
} CMD_Reply;
|
||||||
|
|||||||
68
chrony.1
Normal file
68
chrony.1
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
.TH CHRONY 1 "August 10, 2001" chrony "User's Manual"
|
||||||
|
.SH NAME
|
||||||
|
chrony \- programs for keeping computer clocks accurate
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
\fBchronyc\fR [\fIOPTIONS\fR]
|
||||||
|
|
||||||
|
\fBchronyd\fR [\fIOPTIONS\fR]
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBchrony\fR is a pair of programs for keeping computer clocks accurate.
|
||||||
|
\fIchronyd\fR is a background (daemon) program and \fIchronyc\fR is a
|
||||||
|
command-line interface to it. Time reference sources for chronyd can be
|
||||||
|
RFC1305 NTP servers, human (via keyboard and \fIchronyc\fR), or the computer's
|
||||||
|
real-time clock at boot time (Linux only). chronyd can determine the rate at
|
||||||
|
which the computer gains or loses time and compensate for it while no external
|
||||||
|
reference is present. Its use of NTP servers can be switched on and off
|
||||||
|
(through \fIchronyc\fR) to support computers with dial-up/intermittent access
|
||||||
|
to the Internet, and it can also act as an RFC1305-compatible NTP server.
|
||||||
|
|
||||||
|
.SH USAGE
|
||||||
|
\fIchronyc\fR is a command-line interface program which can be used to
|
||||||
|
monitor \fIchronyd\fR's performance and to change various operating
|
||||||
|
parateters whilst it is running.
|
||||||
|
|
||||||
|
\fIchronyd\fR's main function is to obtain measurements of the true (UTC)
|
||||||
|
time from one of several sources, and correct the system clock
|
||||||
|
accordingly. It also works out the rate at which the system clock
|
||||||
|
gains or loses time and uses this information to keep it accurate
|
||||||
|
between measurements from the reference.
|
||||||
|
|
||||||
|
The reference time can be derived from either Network Time Protocol
|
||||||
|
(NTP) servers (preferred), or wristwatch-and-keyboard (via \fIchronyc\fR).
|
||||||
|
The main source of information about the Network Time Protocol is
|
||||||
|
\fIhttp://www.eecis.udel.edu/~ntp\fR.
|
||||||
|
|
||||||
|
It is designed so that it can work on computers which only have
|
||||||
|
intermittent access to reference sources, for example computers which
|
||||||
|
use a dial-up account to access the Internet. Of course, it will work
|
||||||
|
on computers with permanent connections too.
|
||||||
|
|
||||||
|
In addition, for Linux 2.0.x (for x >= 32) or 2.2 onwards, chronyd can monitor
|
||||||
|
the system's real time clock performance, so the system can maintain accurate
|
||||||
|
time even across reboots.
|
||||||
|
|
||||||
|
Typical accuracies available between 2 machines are
|
||||||
|
|
||||||
|
On an ethernet LAN : 100-200 microseconds, often much better
|
||||||
|
On a V32bis dial-up modem connection : 10's of milliseconds (from one
|
||||||
|
session to the next)
|
||||||
|
|
||||||
|
\fIchronyd\fR can also operate as an RFC1305-compatible NTP server and peer.
|
||||||
|
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.BR chronyc(1),
|
||||||
|
.BR chrony(1)
|
||||||
|
|
||||||
|
.I http://chrony.sunsite.dk/
|
||||||
|
|
||||||
|
.SH AUTHOR
|
||||||
|
Richard Curnow <rc@rc0.org.uk>
|
||||||
|
|
||||||
|
This man-page was written by Jan Schaumann <jschauma@netmeister.org> as part
|
||||||
|
of "The Missing Man Pages Project". Please see
|
||||||
|
\fIhttp://www.netmeister.org/misc/m2p2/index.html\fR for details.
|
||||||
|
|
||||||
|
The complete chrony documentation is supplied in texinfo format.
|
||||||
|
|
||||||
52
chrony.conf.5
Normal file
52
chrony.conf.5
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
.TH chrony.conf 5 "August 10, 2001" chrony "Configuration Files"
|
||||||
|
.SH NAME
|
||||||
|
chrony.conf \- chronyd configuration file
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B /etc/chrony.conf
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fIchrony\fR is a pair of programs for maintaining the accuracy of computer
|
||||||
|
clocks. \fIchronyd\fR is a background daemon program that can be started at
|
||||||
|
boot time.
|
||||||
|
|
||||||
|
Assuming that you have found some servers, you need to set up a
|
||||||
|
configuration file to run \fIchrony\fR. The (compiled-in) default location
|
||||||
|
for this file is \fB/etc/chrony.conf\fR. Assuming that your ntp servers
|
||||||
|
are called `a.b.c' and `d.e.f', your \fBchrony.conf\fR file could contain
|
||||||
|
as a minimum
|
||||||
|
|
||||||
|
server a.b.c
|
||||||
|
server d.e.f
|
||||||
|
server g.h.i
|
||||||
|
|
||||||
|
However, you will probably want to include some of the other directives
|
||||||
|
described in detail in the documentation supplied with the distribution
|
||||||
|
(\fIchrony.txt\fR and \fIchrony.texi\fR). The following directives will be
|
||||||
|
particularly useful : `driftfile', `commandkey', `keyfile'. The smallest
|
||||||
|
useful configuration file would look something like
|
||||||
|
|
||||||
|
server a.b.c
|
||||||
|
server d.e.f
|
||||||
|
server g.h.i
|
||||||
|
keyfile /etc/chrony.keys
|
||||||
|
commandkey 1
|
||||||
|
driftfile /etc/chrony.drift
|
||||||
|
|
||||||
|
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.BR chrony(1),
|
||||||
|
.BR chronyc(1),
|
||||||
|
.BR chronyd(1)
|
||||||
|
|
||||||
|
.I http://chrony.sunsite.dk/
|
||||||
|
|
||||||
|
.SH AUTHOR
|
||||||
|
Richard Curnow <rc@rc0.org.uk>
|
||||||
|
|
||||||
|
This man-page was written by Jan Schaumann <jschauma@netmeister.org> as part of "The Missing
|
||||||
|
Man Pages Project". Please see \fIhttp://www.netmeister.org/misc/m2p2/index.html\fR
|
||||||
|
for details.
|
||||||
|
|
||||||
|
The complete chrony documentation is supplied in texinfo format.
|
||||||
|
|
||||||
@@ -1,67 +0,0 @@
|
|||||||
.TH chrony.conf 5 "@MAN_DATE@" "chrony @VERSION@" "Configuration Files"
|
|
||||||
.SH NAME
|
|
||||||
chrony.conf \- chronyd configuration file
|
|
||||||
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B @SYSCONFDIR@/chrony.conf
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
|
||||||
\fIchrony\fR is a pair of programs for maintaining the accuracy of computer
|
|
||||||
clocks. \fIchronyd\fR is a background daemon program that can be started at
|
|
||||||
boot time.
|
|
||||||
|
|
||||||
Assuming that you have found some servers, you need to set up a
|
|
||||||
configuration file to run \fIchrony\fR. The (compiled-in) default location
|
|
||||||
for this file is \fB@SYSCONFDIR@/chrony.conf\fR. Assuming that your NTP
|
|
||||||
servers are called `foo.example.net', `bar.example.net' and `baz.example.net',
|
|
||||||
your \fBchrony.conf\fR file could contain as a minimum
|
|
||||||
|
|
||||||
.EX
|
|
||||||
server foo.example.net
|
|
||||||
server bar.example.net
|
|
||||||
server baz.example.net
|
|
||||||
.EE
|
|
||||||
|
|
||||||
However, you will probably want to include some of the other directives
|
|
||||||
described in detail in the documentation supplied with the distribution
|
|
||||||
(\fIchrony.txt\fR and \fIchrony.texi\fR). The following directives may be
|
|
||||||
particularly useful : `driftfile', `makestep', `rtcsync'. Also, the `iburst'
|
|
||||||
server option is useful to speed up the initial synchronization. The smallest
|
|
||||||
useful configuration file would look something like
|
|
||||||
|
|
||||||
.EX
|
|
||||||
server foo.example.net iburst
|
|
||||||
server bar.example.net iburst
|
|
||||||
server baz.example.net iburst
|
|
||||||
driftfile @CHRONYVARDIR@/drift
|
|
||||||
makestep 1.0 3
|
|
||||||
rtcsync
|
|
||||||
.EE
|
|
||||||
|
|
||||||
When using a pool of NTP servers (one name is used for multiple servers which
|
|
||||||
may change over time), it's better to specify them with the `pool' directive
|
|
||||||
instead of multiple `server' directives. The configuration file could in this
|
|
||||||
case look like
|
|
||||||
|
|
||||||
.EX
|
|
||||||
pool pool.ntp.org iburst
|
|
||||||
driftfile @CHRONYVARDIR@/drift
|
|
||||||
makestep 1.0 3
|
|
||||||
rtcsync
|
|
||||||
.EE
|
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
|
||||||
.BR chronyc(1),
|
|
||||||
.BR chronyd(8)
|
|
||||||
|
|
||||||
.I http://chrony.tuxfamily.org/
|
|
||||||
|
|
||||||
.SH AUTHOR
|
|
||||||
Richard Curnow <rc@rc0.org.uk>
|
|
||||||
|
|
||||||
This man-page was written by Jan Schaumann <jschauma@netmeister.org> as part of "The Missing
|
|
||||||
Man Pages Project". Please see \fIhttp://www.netmeister.org/misc/m2p2/index.html\fR
|
|
||||||
for details.
|
|
||||||
|
|
||||||
The complete chrony documentation is supplied in texinfo format.
|
|
||||||
|
|
||||||
29
chrony.lsm
Normal file
29
chrony.lsm
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
Begin3
|
||||||
|
Title: chrony
|
||||||
|
Version: 1.18
|
||||||
|
Entered-date: 01APR02
|
||||||
|
Description: A pair of programs for keeping computer clocks accurate.
|
||||||
|
chronyd is a background (daemon) program and chronyc is a
|
||||||
|
command-line interface to it. Time reference sources for
|
||||||
|
chronyd can be RFC1305 NTP servers, human (via keyboard and
|
||||||
|
chronyc), and the computer's real-time clock at boot time
|
||||||
|
(Linux only). chronyd can determine the rate at which the
|
||||||
|
computer gains or loses time and compensate for it whilst no
|
||||||
|
external reference is present. chronyd's use of NTP servers
|
||||||
|
can be switched on and off (through chronyc) to support
|
||||||
|
computers with dial-up/intermittent access to the
|
||||||
|
Internet. chronyd can also act as an RFC1305-compatible NTP
|
||||||
|
server.
|
||||||
|
Keywords: time NTP RFC1305 RTC adjtime
|
||||||
|
Author: rc@rc0.org.uk (Richard Curnow)
|
||||||
|
Maintained-by: rc@rc0.org.uk (Richard Curnow)
|
||||||
|
Primary-site: sunsite.unc.edu /pub/Linux/system/admin/time
|
||||||
|
295k chrony-1.18.tar.gz
|
||||||
|
2k chrony.lsm
|
||||||
|
Platforms: Linux 2.0/2.1/2.2/2.3/2.4 (x86, powerpc)
|
||||||
|
Solaris 2.5/6/7/8, SunOS 4.1.4. (Sparc)
|
||||||
|
BSDI/386.
|
||||||
|
NetBSD
|
||||||
|
Solaris 2.8 (x86)
|
||||||
|
Copying-policy: GPL
|
||||||
|
End
|
||||||
52
chrony.spec.sample
Normal file
52
chrony.spec.sample
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
Summary: An NTP client/server
|
||||||
|
Name: chrony
|
||||||
|
Version: @@VERSION@@
|
||||||
|
Release: 1
|
||||||
|
Source: chrony-%{version}.tar.gz
|
||||||
|
Copyright: GPL
|
||||||
|
Group: Applications/Utilities
|
||||||
|
Packager: Richard P. Curnow <rc@rc0.org.uk>
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
|
||||||
|
Requires: info
|
||||||
|
|
||||||
|
%description
|
||||||
|
A pair of programs for keeping computer clocks accurate. chronyd is a
|
||||||
|
background (daemon) program and chronyc is a command-line interface to it.
|
||||||
|
Time reference sources for chronyd can be RFC1305 NTP servers, human (via
|
||||||
|
keyboard and chronyc), and the computer's real-time clock at boot time (Linux
|
||||||
|
only). chronyd can determine the rate at which the computer gains or loses
|
||||||
|
time and compensate for it whilst no external reference is present. chronyd's
|
||||||
|
use of NTP servers can be switched on and off (through chronyc) to support
|
||||||
|
computers with dial-up/intermittent access to the Internet. chronyd can also
|
||||||
|
act as an RFC1305-compatible NTP server.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup
|
||||||
|
|
||||||
|
%build
|
||||||
|
./configure --prefix=%{_prefix} --mandir=%{_mandir}
|
||||||
|
make CC=gcc CFLAGS=-O2 prefix=%{_prefix}
|
||||||
|
make chrony.txt prefix=%{_prefix}
|
||||||
|
make chrony.info prefix=%{_prefix}
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
cd $RPM_BUILD_DIR/chrony-%{version}
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix}
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_infodir}
|
||||||
|
cp chrony.info* $RPM_BUILD_ROOT%{_infodir}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_sbindir}/chronyd
|
||||||
|
%{_bindir}/chronyc
|
||||||
|
%{_infodir}/chrony.info*
|
||||||
|
%{_mandir}/man1/chrony.1.gz
|
||||||
|
%{_mandir}/man1/chronyc.1.gz
|
||||||
|
%{_mandir}/man5/chrony.conf.5.gz
|
||||||
|
%{_mandir}/man8/chronyd.8.gz
|
||||||
|
%doc README
|
||||||
|
%doc chrony.txt
|
||||||
|
%doc COPYING
|
||||||
|
%doc examples/chrony.conf.example
|
||||||
|
%doc examples/chrony.keys.example
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
66
chrony_timex.h
Normal file
66
chrony_timex.h
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
/* Taken from /usr/include/linux/timex.h. Avoids the need to
|
||||||
|
* include kernel header files. */
|
||||||
|
|
||||||
|
#ifndef CHRONY_TIMEX_H
|
||||||
|
#define CHRONY_TIMEX_H
|
||||||
|
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
|
struct timex {
|
||||||
|
unsigned int modes; /* mode selector */
|
||||||
|
long offset; /* time offset (usec) */
|
||||||
|
long freq; /* frequency offset (scaled ppm) */
|
||||||
|
long maxerror; /* maximum error (usec) */
|
||||||
|
long esterror; /* estimated error (usec) */
|
||||||
|
int status; /* clock command/status */
|
||||||
|
long constant; /* pll time constant */
|
||||||
|
long precision; /* clock precision (usec) (read only) */
|
||||||
|
long tolerance; /* clock frequency tolerance (ppm)
|
||||||
|
* (read only)
|
||||||
|
*/
|
||||||
|
struct timeval time; /* (read only) */
|
||||||
|
long tick; /* (modified) usecs between clock ticks */
|
||||||
|
|
||||||
|
long ppsfreq; /* pps frequency (scaled ppm) (ro) */
|
||||||
|
long jitter; /* pps jitter (us) (ro) */
|
||||||
|
int shift; /* interval duration (s) (shift) (ro) */
|
||||||
|
long stabil; /* pps stability (scaled ppm) (ro) */
|
||||||
|
long jitcnt; /* jitter limit exceeded (ro) */
|
||||||
|
long calcnt; /* calibration intervals (ro) */
|
||||||
|
long errcnt; /* calibration errors (ro) */
|
||||||
|
long stbcnt; /* stability limit exceeded (ro) */
|
||||||
|
|
||||||
|
int :32; int :32; int :32; int :32;
|
||||||
|
int :32; int :32; int :32; int :32;
|
||||||
|
int :32; int :32; int :32; int :32;
|
||||||
|
};
|
||||||
|
|
||||||
|
#define ADJ_FREQUENCY 0x0002 /* frequency offset */
|
||||||
|
#define ADJ_STATUS 0x0010 /* clock status */
|
||||||
|
#define ADJ_TICK 0x4000 /* tick value */
|
||||||
|
#define ADJ_OFFSET_SINGLESHOT 0x8001 /* old-fashioned adjtime */
|
||||||
|
|
||||||
|
#define SHIFT_USEC 16 /* frequency offset scale (shift) */
|
||||||
|
|
||||||
|
#define STA_PLL 0x0001 /* enable PLL updates (rw) */
|
||||||
|
#define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */
|
||||||
|
#define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */
|
||||||
|
#define STA_FLL 0x0008 /* select frequency-lock mode (rw) */
|
||||||
|
|
||||||
|
#define STA_INS 0x0010 /* insert leap (rw) */
|
||||||
|
#define STA_DEL 0x0020 /* delete leap (rw) */
|
||||||
|
#define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */
|
||||||
|
#define STA_FREQHOLD 0x0080 /* hold frequency (rw) */
|
||||||
|
|
||||||
|
#define STA_PPSSIGNAL 0x0100 /* PPS signal present (ro) */
|
||||||
|
#define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */
|
||||||
|
#define STA_PPSWANDER 0x0400 /* PPS signal wander exceeded (ro) */
|
||||||
|
#define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */
|
||||||
|
|
||||||
|
#define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */
|
||||||
|
|
||||||
|
/* This doesn't seem to be in any include files !! */
|
||||||
|
|
||||||
|
extern int adjtimex(struct timex *);
|
||||||
|
|
||||||
|
#endif /* CHRONY_TIMEX_H */
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
.TH CHRONYC 1 "@MAN_DATE@" "chrony @VERSION@" "User's Manual"
|
.TH CHRONYC 1 "August 10, 2001" chrony "User's Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
chronyc \- command-line interface for chronyd
|
chronyc \- command-line interface for chronyd
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ clocks.
|
|||||||
|
|
||||||
\fBchronyc\fR is a command-line interface program which can be used to
|
\fBchronyc\fR is a command-line interface program which can be used to
|
||||||
monitor \fIchronyd\fR's performance and to change various operating
|
monitor \fIchronyd\fR's performance and to change various operating
|
||||||
parameters whilst it is running.
|
parateters whilst it is running.
|
||||||
|
|
||||||
.SH USAGE
|
.SH USAGE
|
||||||
A detailed description of all commands supported by \fBchronyc\fR is available
|
A detailed description of all commands supported by \fBchronyc\fR is available
|
||||||
@@ -24,45 +24,29 @@ A summary of the options supported by \fBchronyc\fR is included below.
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-h\fR \fIhostname\fR
|
\fB\-h\fR \fIhostname\fR
|
||||||
specify hostname or comma-separated list of addresses
|
specify hostname
|
||||||
(default @CHRONYSOCKDIR@/chronyd.sock,127.0.0.1,::1)
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-p\fR \fIport-number\fR
|
\fB\-p\fR \fIport-number\fR
|
||||||
specify port-number
|
specify port-number
|
||||||
.TP
|
.TP
|
||||||
\fB\-n\fR
|
\fB\-n\fR
|
||||||
display raw IP addresses (don't attempt to look up hostnames)
|
display raw IP addresses (don't attempt to look up hostnames)
|
||||||
.TP
|
.TP \fIcommand\fR
|
||||||
\fB\-d\fR
|
|
||||||
print debugging messages (if compiled with debugging support)
|
|
||||||
.TP
|
|
||||||
\fB\-4\fR
|
|
||||||
resolve hostnames only to IPv4 addresses
|
|
||||||
.TP
|
|
||||||
\fB\-6\fR
|
|
||||||
resolve hostnames only to IPv6 addresses
|
|
||||||
.TP
|
|
||||||
\fB\-m\fR
|
|
||||||
allow multiple commands to be specified on the command line. Each argument
|
|
||||||
will be interpreted as a whole command.
|
|
||||||
.TP
|
|
||||||
\fB\-f\fR \fIconf-file\fR
|
|
||||||
this option is ignored and is provided only for compatibility.
|
|
||||||
.TP
|
|
||||||
\fB\-a\fR
|
|
||||||
this option is ignored and is provided only for compatibility.
|
|
||||||
.TP
|
|
||||||
\fIcommand\fR
|
|
||||||
specify command. If no command is given, chronyc will read commands
|
specify command. If no command is given, chronyc will read commands
|
||||||
interactively.
|
interactively.
|
||||||
|
|
||||||
|
|
||||||
|
.SH VERSION
|
||||||
|
1.17
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
To report bugs, please visit \fIhttp://chrony.tuxfamily.org\fR
|
To report bugs, please contact the author and/or visit \fIhttp://chrony.sunsite.dk/\fR
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR chronyd(8)
|
.BR chronyd(8),
|
||||||
|
.BR chrony(1)
|
||||||
|
|
||||||
.I http://chrony.tuxfamily.org/
|
.I http://chrony.sunsite.dk/
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Richard Curnow <rc@rc0.org.uk>
|
Richard Curnow <rc@rc0.org.uk>
|
||||||
@@ -72,3 +56,4 @@ Man Pages Project". Please see \fIhttp://www.netmeister.org/misc/m2p2/index.htm
|
|||||||
for details.
|
for details.
|
||||||
|
|
||||||
The complete chrony documentation is supplied in texinfo format.
|
The complete chrony documentation is supplied in texinfo format.
|
||||||
|
|
||||||
114
chronyd.8
Normal file
114
chronyd.8
Normal file
@@ -0,0 +1,114 @@
|
|||||||
|
.TH CHRONYD 8 "August 10, 2001" chrony "System Administration"
|
||||||
|
.SH NAME
|
||||||
|
chronyd \- chrony background daemon
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B chronyd
|
||||||
|
[\fIOPTIONS\fR]
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fIchrony\fR is a pair of programs for maintaining the accuracy of computer
|
||||||
|
clocks. \fBchronyd\fR is a background daemon program that can be started at boot
|
||||||
|
time.
|
||||||
|
|
||||||
|
\fBchronyd\fR is a daemon which runs in background on the
|
||||||
|
system. It obtains measurements (e.g. via the network) of the
|
||||||
|
system's offset relative to other systems, and adjusts the system
|
||||||
|
time accordingly. For isolated systems, the user can periodically
|
||||||
|
enter the correct time by hand (using \fIchronyc\fR). In either case,
|
||||||
|
\fBchronyd\fR determines the rate at which the computer
|
||||||
|
gains or loses time, and compensates for this.
|
||||||
|
|
||||||
|
.SH USAGE
|
||||||
|
\fBchronyd\fR is usually started at boot-time and requires superuser
|
||||||
|
priviliges.
|
||||||
|
|
||||||
|
If \fBchronyd\fR has been installed to its default location
|
||||||
|
\fI/usr/local/sbin/chronyd\fR, starting it is simply a matter of entering the
|
||||||
|
command:
|
||||||
|
|
||||||
|
\fI/usr/local/sbin/chronyd\fR
|
||||||
|
|
||||||
|
Information messages and warnings will be logged to syslog.
|
||||||
|
|
||||||
|
|
||||||
|
.SH OPTIONS
|
||||||
|
A summary of the options supported by \fBchronyd\fR is included below.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-d
|
||||||
|
When run in this mode, the program will not detach itself from the
|
||||||
|
terminal, and all messages will be sent to the terminal instead of
|
||||||
|
to syslog.
|
||||||
|
.TP
|
||||||
|
\fB\-f\fR \fIconf-file\fR
|
||||||
|
This option can be used to specify an alternate location for the
|
||||||
|
configuration file (default \fI/etc/chrony.conf\fR).
|
||||||
|
.TP
|
||||||
|
.B \-r
|
||||||
|
This option will reload sample histories for each of the servers being used.
|
||||||
|
These histories are created by using the \fIdump\fR command in \fIchronyc\fR,
|
||||||
|
or by setting the \fIdumponexit\fR directive in the configuration file. This
|
||||||
|
option is useful if you want to stop and restart \fBchronyd\fR briefly for any
|
||||||
|
reason, e.g. to install a new version. However, it only makes sense on
|
||||||
|
systems where the kernel can maintain clock compensation whilst not under
|
||||||
|
\fBchronyd\fR's control. The only version where this happens so far is Linux.
|
||||||
|
On systems where this is not the case, e.g. Solaris and SunOS the option
|
||||||
|
should not be used.
|
||||||
|
.TP
|
||||||
|
.B \-s
|
||||||
|
This option will set the system clock from the computer's real-time
|
||||||
|
clock. This is analogous to supplying the \fI-s\fR flag to the
|
||||||
|
\fI/sbin/clock\fR program during the Linux boot sequence.
|
||||||
|
|
||||||
|
Support for real-time clocks is limited at present - the criteria
|
||||||
|
are described in the section on the \fIrtcfile\fR directive in the
|
||||||
|
documentation supplied with the distribution.
|
||||||
|
|
||||||
|
If \fBchronyd\fR cannot support the real time clock on your computer,
|
||||||
|
this option cannot be used and a warning message will be logged to
|
||||||
|
the syslog.
|
||||||
|
|
||||||
|
If used in conjunction with the \fB-r\fR flag, \fBchronyd\fR will attempt
|
||||||
|
to preserve the old samples after setting the system clock from
|
||||||
|
the real time clock. This can be used to allow \fBchronyd\fR to
|
||||||
|
perform long term averaging of the gain or loss rate across system
|
||||||
|
reboots, and is useful for dial-up systems that are shut down when
|
||||||
|
not in use. For this to work well, it relies on \fBchronyd\fR having
|
||||||
|
been able to determine accurate statistics for the difference
|
||||||
|
between the real time clock and system clock last time the
|
||||||
|
computer was on.
|
||||||
|
.TP
|
||||||
|
.B \-v
|
||||||
|
This option displays \fBchronyd\fR's version number to the terminal and exits
|
||||||
|
|
||||||
|
.SH FILES
|
||||||
|
\fI/etc/chrony.conf\fR
|
||||||
|
|
||||||
|
.SH VERSION
|
||||||
|
Version 1.17
|
||||||
|
|
||||||
|
.SH BUGS
|
||||||
|
To report bugs, please contact the author and/or visit \fIhttp://chrony.sunsite.dk/\fR
|
||||||
|
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
\fBchronyd\fR is documented in detail in the documentation supplied with the
|
||||||
|
distribution (\fIchrony.txt\fR and \fIchrony.texi\fR) and is also available
|
||||||
|
from \fIhttp://go.to/chrony\fR
|
||||||
|
|
||||||
|
.BR chrony(1),
|
||||||
|
.BR chronyc(1),
|
||||||
|
.BR chrony.conf(5),
|
||||||
|
.BR clock(8),
|
||||||
|
.BR xntpd(8),
|
||||||
|
.BR ntpd(8)
|
||||||
|
|
||||||
|
.SH AUTHOR
|
||||||
|
Richard Curnow <rc@rc0.org.uk>
|
||||||
|
|
||||||
|
This man-page was written by Jan Schaumann <jschauma@netmeister.org> as part
|
||||||
|
of "The Missing Man Pages Project". Please see
|
||||||
|
\fIhttp://www.netmeister.org/misc/m2p2/index.html\fR for details.
|
||||||
|
|
||||||
|
The complete chrony documentation is supplied in texinfo format.
|
||||||
|
|
||||||
166
chronyd.8.in
166
chronyd.8.in
@@ -1,166 +0,0 @@
|
|||||||
.TH CHRONYD 8 "@MAN_DATE@" "chrony @VERSION@" "System Administration"
|
|
||||||
.SH NAME
|
|
||||||
chronyd \- chrony background daemon
|
|
||||||
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B chronyd
|
|
||||||
[\fIOPTIONS\fR] [\fIconfiguration commands\fR]
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
|
||||||
\fIchrony\fR is a pair of programs for maintaining the accuracy of computer
|
|
||||||
clocks. \fBchronyd\fR is a background daemon program that can be started at boot
|
|
||||||
time.
|
|
||||||
|
|
||||||
\fBchronyd\fR is a daemon which runs in background on the
|
|
||||||
system. It obtains measurements (e.g. via the network) of the
|
|
||||||
system's offset relative to other systems, and adjusts the system
|
|
||||||
time accordingly. For isolated systems, the user can periodically
|
|
||||||
enter the correct time by hand (using \fIchronyc\fR). In either case,
|
|
||||||
\fBchronyd\fR determines the rate at which the computer
|
|
||||||
gains or loses time, and compensates for this.
|
|
||||||
|
|
||||||
.SH USAGE
|
|
||||||
\fBchronyd\fR is usually started at boot-time and requires superuser
|
|
||||||
privileges.
|
|
||||||
|
|
||||||
If \fBchronyd\fR has been installed to its default location
|
|
||||||
\fI@SBINDIR@/chronyd\fR, starting it is simply a matter of entering the
|
|
||||||
command:
|
|
||||||
|
|
||||||
\fI@SBINDIR@/chronyd\fR
|
|
||||||
|
|
||||||
Information messages and warnings will be logged to syslog.
|
|
||||||
|
|
||||||
If no configuration commands are specified on the command line,
|
|
||||||
\fBchronyd\fR will read the commands from the configuration file
|
|
||||||
(default \fI@SYSCONFDIR@/chrony.conf\fR).
|
|
||||||
|
|
||||||
.SH OPTIONS
|
|
||||||
A summary of the options supported by \fBchronyd\fR is included below.
|
|
||||||
|
|
||||||
.TP
|
|
||||||
\fB\-P\fR \fIpriority\fR
|
|
||||||
On Linux, this option will select the SCHED_FIFO real-time scheduler at the
|
|
||||||
specified priority (which must be between 0 and 100). On Mac OS X, this
|
|
||||||
option must have either a value of 0 (the default) to disable the thread
|
|
||||||
time constraint policy or 1 for the policy to be enabled. Other systems do not
|
|
||||||
support this option.
|
|
||||||
.TP
|
|
||||||
.B \-m
|
|
||||||
This option will lock chronyd into RAM so that it will never be paged out.
|
|
||||||
This mode is only supported on Linux.
|
|
||||||
.TP
|
|
||||||
.B \-n
|
|
||||||
When run in this mode, the program will not detach itself from the
|
|
||||||
terminal.
|
|
||||||
.TP
|
|
||||||
.B \-d
|
|
||||||
When run in this mode, the program will not detach itself from the
|
|
||||||
terminal, and all messages will be sent to the terminal instead of
|
|
||||||
to syslog. When \fBchronyd\fR was compiled with debugging support,
|
|
||||||
this option can be used twice to print also debugging messages.
|
|
||||||
.TP
|
|
||||||
\fB\-f\fR \fIconf-file\fR
|
|
||||||
This option can be used to specify an alternate location for the
|
|
||||||
configuration file (default \fI@SYSCONFDIR@/chrony.conf\fR).
|
|
||||||
.TP
|
|
||||||
.B \-r
|
|
||||||
This option will reload sample histories for each of the servers being used.
|
|
||||||
These histories are created by using the \fIdump\fR command in \fIchronyc\fR,
|
|
||||||
or by setting the \fIdumponexit\fR directive in the configuration file. This
|
|
||||||
option is useful if you want to stop and restart \fBchronyd\fR briefly for any
|
|
||||||
reason, e.g. to install a new version. However, it should be used only on
|
|
||||||
systems where the kernel can maintain clock compensation whilst not under
|
|
||||||
\fBchronyd\fR's control (i.e. Linux, FreeBSD, NetBSD and Solaris).
|
|
||||||
.TP
|
|
||||||
.B \-R
|
|
||||||
When this option is used, the \fIinitstepslew\fR directive and the
|
|
||||||
\fImakestep\fR directive used with a positive limit will be ignored. This
|
|
||||||
option is useful when restarting \fBchronyd\fR and can be used in conjunction
|
|
||||||
with the \fB-r\fR option.
|
|
||||||
.TP
|
|
||||||
.B \-s
|
|
||||||
This option will set the system clock from the computer's real-time clock or
|
|
||||||
to the last modification time of the file specified by the \fIdriftfile\fR
|
|
||||||
directive. Real-time clocks are supported only on Linux.
|
|
||||||
|
|
||||||
If used in conjunction with the \fB-r\fR flag, \fBchronyd\fR will attempt
|
|
||||||
to preserve the old samples after setting the system clock from
|
|
||||||
the real time clock (RTC). This can be used to allow \fBchronyd\fR to
|
|
||||||
perform long term averaging of the gain or loss rate across system
|
|
||||||
reboots, and is useful for dial-up systems that are shut down when
|
|
||||||
not in use. For this to work well, it relies on \fBchronyd\fR having
|
|
||||||
been able to determine accurate statistics for the difference
|
|
||||||
between the RTC and system clock last time the computer was on.
|
|
||||||
|
|
||||||
If the last modification time of the drift file is later than the current time
|
|
||||||
and the RTC time, the system time will be set to it to restore the time when
|
|
||||||
\fBchronyd\fR was previously stopped. This is useful on computers that have no
|
|
||||||
RTC or the RTC is broken (e.g. it has no battery).
|
|
||||||
.TP
|
|
||||||
\fB\-u\fR \fIuser\fR
|
|
||||||
This option sets the name of the system user to which \fBchronyd\fR will switch
|
|
||||||
after start in order to drop root privileges. It overrides the \fBuser\fR
|
|
||||||
directive from the configuration file (default \fB@DEFAULT_USER@\fR).
|
|
||||||
|
|
||||||
On Linux, \fBchronyd\fR needs to be compiled with support for the \fBlibcap\fR
|
|
||||||
library. On Mac OS X, FreeBSD, NetBSD and Solaris \fBchronyd\fR forks into two
|
|
||||||
processes. The child process retains root privileges, but can only perform a
|
|
||||||
very limited range of privileged system calls on behalf of the parent.
|
|
||||||
.TP
|
|
||||||
\fB\-F\fR \fIlevel\fR
|
|
||||||
This option configures a system call filter when \fBchronyd\fR is compiled with
|
|
||||||
support for the Linux secure computing (seccomp) facility. In level 1 the
|
|
||||||
process is killed when a forbidden system call is made, in level -1 the SYSSIG
|
|
||||||
signal is thrown instead and in level 0 the filter is disabled (default 0).
|
|
||||||
|
|
||||||
It's recommended to enable the filter only when it's known to work on the
|
|
||||||
version of the system where \fBchrony\fR is installed as the filter needs to
|
|
||||||
allow also system calls made from libraries that \fBchronyd\fR is using (e.g.
|
|
||||||
libc) and different versions or implementations of the libraries may make
|
|
||||||
different system calls. If the filter is missing some system call,
|
|
||||||
\fBchronyd\fR could be killed even in normal operation.
|
|
||||||
.TP
|
|
||||||
.B \-q
|
|
||||||
When run in this mode, chronyd will set the system clock once
|
|
||||||
and exit. It will not detach from the terminal.
|
|
||||||
.TP
|
|
||||||
.B \-Q
|
|
||||||
This option is similar to \fB\-q\fR, but it will only print the offset and
|
|
||||||
not correct the clock.
|
|
||||||
.TP
|
|
||||||
.B \-v
|
|
||||||
This option displays \fBchronyd\fR's version number to the terminal and exits
|
|
||||||
.TP
|
|
||||||
.B \-4
|
|
||||||
Resolve hostnames only to IPv4 addresses and create only IPv4 sockets.
|
|
||||||
.TP
|
|
||||||
.B \-6
|
|
||||||
Resolve hostnames only to IPv6 addresses and create only IPv6 sockets.
|
|
||||||
|
|
||||||
.SH FILES
|
|
||||||
\fI@SYSCONFDIR@/chrony.conf\fR
|
|
||||||
|
|
||||||
.SH BUGS
|
|
||||||
To report bugs, please visit \fIhttp://chrony.tuxfamily.org/\fR
|
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
|
||||||
\fBchronyd\fR is documented in detail in the documentation supplied with the
|
|
||||||
distribution (\fIchrony.txt\fR and \fIchrony.texi\fR).
|
|
||||||
|
|
||||||
.BR chronyc(1),
|
|
||||||
.BR chrony.conf(5),
|
|
||||||
.BR hwclock(8),
|
|
||||||
.BR ntpd(8)
|
|
||||||
|
|
||||||
.I http://chrony.tuxfamily.org/
|
|
||||||
|
|
||||||
.SH AUTHOR
|
|
||||||
Richard Curnow <rc@rc0.org.uk>
|
|
||||||
|
|
||||||
This man-page was written by Jan Schaumann <jschauma@netmeister.org> as part
|
|
||||||
of "The Missing Man Pages Project". Please see
|
|
||||||
\fIhttp://www.netmeister.org/misc/m2p2/index.html\fR for details.
|
|
||||||
|
|
||||||
The complete chrony documentation is supplied in texinfo format.
|
|
||||||
|
|
||||||
841
clientlog.c
841
clientlog.c
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/clientlog.c,v 1.11 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2003
|
* Copyright (C) Richard P. Curnow 1997-2003
|
||||||
* Copyright (C) Miroslav Lichvar 2009, 2015-2016
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -31,11 +34,7 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
|
|
||||||
#include "array.h"
|
|
||||||
#include "clientlog.h"
|
#include "clientlog.h"
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
@@ -43,240 +42,82 @@
|
|||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
typedef struct {
|
/* Number of bits of address per layer of the table. This value has
|
||||||
IPAddr ip_addr;
|
been chosen on the basis that a server will predominantly be serving
|
||||||
uint32_t last_ntp_hit;
|
a lot of hosts in a few subnets, rather than a few hosts scattered
|
||||||
uint32_t last_cmd_hit;
|
across many subnets. */
|
||||||
uint32_t ntp_hits;
|
|
||||||
uint32_t cmd_hits;
|
|
||||||
uint16_t ntp_drops;
|
|
||||||
uint16_t cmd_drops;
|
|
||||||
uint16_t ntp_tokens;
|
|
||||||
uint16_t cmd_tokens;
|
|
||||||
int8_t ntp_rate;
|
|
||||||
int8_t cmd_rate;
|
|
||||||
int8_t ntp_timeout_rate;
|
|
||||||
uint8_t flags;
|
|
||||||
} Record;
|
|
||||||
|
|
||||||
/* Hash table of records, there is a fixed number of records per slot */
|
#define NBITS 8
|
||||||
static ARR_Instance records;
|
|
||||||
|
|
||||||
#define SLOT_BITS 4
|
/* Number of entries in each subtable */
|
||||||
|
#define TABLE_SIZE (1UL<<NBITS)
|
||||||
|
|
||||||
/* Number of records in one slot of the hash table */
|
typedef struct _Node {
|
||||||
#define SLOT_SIZE (1U << SLOT_BITS)
|
unsigned long ip_addr;
|
||||||
|
unsigned long client_hits;
|
||||||
|
unsigned long peer_hits;
|
||||||
|
unsigned long cmd_hits_bad;
|
||||||
|
unsigned long cmd_hits_normal;
|
||||||
|
unsigned long cmd_hits_auth;
|
||||||
|
time_t last_ntp_hit;
|
||||||
|
time_t last_cmd_hit;
|
||||||
|
} Node;
|
||||||
|
|
||||||
/* Minimum number of slots */
|
typedef struct _Subnet {
|
||||||
#define MIN_SLOTS 1
|
void *entry[TABLE_SIZE];
|
||||||
|
} Subnet;
|
||||||
|
|
||||||
/* Maximum number of slots, this is a hard limit */
|
/* ================================================== */
|
||||||
#define MAX_SLOTS (1U << (24 - SLOT_BITS))
|
|
||||||
|
|
||||||
/* Number of slots in the hash table */
|
/* Table for the class A subnet */
|
||||||
static unsigned int slots;
|
static Subnet top_subnet;
|
||||||
|
|
||||||
/* Maximum number of slots given memory allocation limit */
|
/* Table containing pointers directly to all nodes that have been
|
||||||
static unsigned int max_slots;
|
allocated. */
|
||||||
|
static Node **nodes = NULL;
|
||||||
|
|
||||||
/* Times of last hits are saved as 32-bit fixed point values */
|
/* Number of nodes actually in the table. */
|
||||||
#define TS_FRAC 4
|
static int n_nodes = 0;
|
||||||
#define INVALID_TS 0
|
|
||||||
|
|
||||||
/* Request rates are saved in the record as 8-bit scaled log2 values */
|
/* Number of entries for which the table has been sized. */
|
||||||
#define RATE_SCALE 4
|
static int max_nodes = 0;
|
||||||
#define MIN_RATE (-14 * RATE_SCALE)
|
|
||||||
#define INVALID_RATE -128
|
|
||||||
|
|
||||||
/* Response rates are controlled by token buckets. The capacity and
|
#define NODE_TABLE_INCREMENT 4
|
||||||
number of tokens spent on response are determined from configured
|
|
||||||
minimum inverval between responses (in log2) and burst length. */
|
|
||||||
|
|
||||||
#define MIN_LIMIT_INTERVAL (-TS_FRAC)
|
|
||||||
#define MAX_LIMIT_INTERVAL 12
|
|
||||||
#define MIN_LIMIT_BURST 1
|
|
||||||
#define MAX_LIMIT_BURST 255
|
|
||||||
|
|
||||||
static uint16_t max_ntp_tokens;
|
|
||||||
static uint16_t max_cmd_tokens;
|
|
||||||
static uint16_t ntp_tokens_per_packet;
|
|
||||||
static uint16_t cmd_tokens_per_packet;
|
|
||||||
|
|
||||||
/* Reduction of token rates to avoid overflow of 16-bit counters */
|
|
||||||
static int ntp_token_shift;
|
|
||||||
static int cmd_token_shift;
|
|
||||||
|
|
||||||
/* Rates at which responses are randomly allowed (in log2) when the
|
|
||||||
buckets don't have enough tokens. This is necessary in order to
|
|
||||||
prevent an attacker sending requests with spoofed source address
|
|
||||||
from blocking responses to the address completely. */
|
|
||||||
|
|
||||||
#define MIN_LEAK_RATE 1
|
|
||||||
#define MAX_LEAK_RATE 4
|
|
||||||
|
|
||||||
static int ntp_leak_rate;
|
|
||||||
static int cmd_leak_rate;
|
|
||||||
|
|
||||||
/* Flag indicating whether the last response was dropped */
|
|
||||||
#define FLAG_NTP_DROPPED 0x1
|
|
||||||
|
|
||||||
/* Flag indicating whether facility is turned on or not */
|
/* Flag indicating whether facility is turned on or not */
|
||||||
static int active;
|
static int active = 0;
|
||||||
|
|
||||||
/* Global statistics */
|
/* Flag indicating whether memory allocation limit has been reached
|
||||||
static uint32_t total_ntp_hits;
|
and no new nodes or subnets should be allocated */
|
||||||
static uint32_t total_cmd_hits;
|
static int alloc_limit_reached;
|
||||||
static uint32_t total_ntp_drops;
|
|
||||||
static uint32_t total_cmd_drops;
|
static unsigned long alloc_limit;
|
||||||
static uint32_t total_record_drops;
|
static unsigned long alloced;
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static int expand_hashtable(void);
|
static void
|
||||||
|
clear_subnet(Subnet *subnet)
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static int
|
|
||||||
compare_ts(uint32_t x, uint32_t y)
|
|
||||||
{
|
{
|
||||||
if (x == y)
|
int i;
|
||||||
return 0;
|
|
||||||
if (y == INVALID_TS)
|
|
||||||
return 1;
|
|
||||||
return (int32_t)(x - y) > 0 ? 1 : -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
for (i=0; i<TABLE_SIZE; i++) {
|
||||||
|
subnet->entry[i] = NULL;
|
||||||
static Record *
|
|
||||||
get_record(IPAddr *ip)
|
|
||||||
{
|
|
||||||
unsigned int first, i;
|
|
||||||
time_t last_hit, oldest_hit = 0;
|
|
||||||
Record *record, *oldest_record;
|
|
||||||
|
|
||||||
if (ip->family != IPADDR_INET4 && ip->family != IPADDR_INET6)
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
while (1) {
|
|
||||||
/* Get index of the first record in the slot */
|
|
||||||
first = UTI_IPToHash(ip) % slots * SLOT_SIZE;
|
|
||||||
|
|
||||||
for (i = 0, oldest_record = NULL; i < SLOT_SIZE; i++) {
|
|
||||||
record = ARR_GetElement(records, first + i);
|
|
||||||
|
|
||||||
if (!UTI_CompareIPs(ip, &record->ip_addr, NULL))
|
|
||||||
return record;
|
|
||||||
|
|
||||||
if (record->ip_addr.family == IPADDR_UNSPEC)
|
|
||||||
break;
|
|
||||||
|
|
||||||
last_hit = compare_ts(record->last_ntp_hit, record->last_cmd_hit) > 0 ?
|
|
||||||
record->last_ntp_hit : record->last_cmd_hit;
|
|
||||||
|
|
||||||
if (!oldest_record || compare_ts(oldest_hit, last_hit) > 0 ||
|
|
||||||
(oldest_hit == last_hit && record->ntp_hits + record->cmd_hits <
|
|
||||||
oldest_record->ntp_hits + oldest_record->cmd_hits)) {
|
|
||||||
oldest_record = record;
|
|
||||||
oldest_hit = last_hit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* If the slot still has an empty record, use it */
|
|
||||||
if (record->ip_addr.family == IPADDR_UNSPEC)
|
|
||||||
break;
|
|
||||||
|
|
||||||
/* Resize the table if possible and try again as the new slot may
|
|
||||||
have some empty records */
|
|
||||||
if (expand_hashtable())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
/* There is no other option, replace the oldest record */
|
|
||||||
record = oldest_record;
|
|
||||||
total_record_drops++;
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
record->ip_addr = *ip;
|
|
||||||
record->last_ntp_hit = record->last_cmd_hit = INVALID_TS;
|
|
||||||
record->ntp_hits = record->cmd_hits = 0;
|
|
||||||
record->ntp_drops = record->cmd_drops = 0;
|
|
||||||
record->ntp_tokens = max_ntp_tokens;
|
|
||||||
record->cmd_tokens = max_cmd_tokens;
|
|
||||||
record->ntp_rate = record->cmd_rate = INVALID_RATE;
|
|
||||||
record->ntp_timeout_rate = INVALID_RATE;
|
|
||||||
record->flags = 0;
|
|
||||||
|
|
||||||
return record;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static int
|
|
||||||
expand_hashtable(void)
|
|
||||||
{
|
|
||||||
ARR_Instance old_records;
|
|
||||||
Record *old_record, *new_record;
|
|
||||||
unsigned int i;
|
|
||||||
|
|
||||||
old_records = records;
|
|
||||||
|
|
||||||
if (2 * slots > max_slots)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
records = ARR_CreateInstance(sizeof (Record));
|
|
||||||
|
|
||||||
slots = MAX(MIN_SLOTS, 2 * slots);
|
|
||||||
assert(slots <= max_slots);
|
|
||||||
|
|
||||||
ARR_SetSize(records, slots * SLOT_SIZE);
|
|
||||||
|
|
||||||
/* Mark all new records as empty */
|
|
||||||
for (i = 0; i < slots * SLOT_SIZE; i++) {
|
|
||||||
new_record = ARR_GetElement(records, i);
|
|
||||||
new_record->ip_addr.family = IPADDR_UNSPEC;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!old_records)
|
|
||||||
return 1;
|
|
||||||
|
|
||||||
/* Copy old records to the new hash table */
|
|
||||||
for (i = 0; i < ARR_GetSize(old_records); i++) {
|
|
||||||
old_record = ARR_GetElement(old_records, i);
|
|
||||||
if (old_record->ip_addr.family == IPADDR_UNSPEC)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
new_record = get_record(&old_record->ip_addr);
|
|
||||||
|
|
||||||
assert(new_record);
|
|
||||||
*new_record = *old_record;
|
|
||||||
}
|
|
||||||
|
|
||||||
ARR_DestroyInstance(old_records);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
set_bucket_params(int interval, int burst, uint16_t *max_tokens,
|
clear_node(Node *node)
|
||||||
uint16_t *tokens_per_packet, int *token_shift)
|
|
||||||
{
|
{
|
||||||
interval = CLAMP(MIN_LIMIT_INTERVAL, interval, MAX_LIMIT_INTERVAL);
|
node->client_hits = 0;
|
||||||
burst = CLAMP(MIN_LIMIT_BURST, burst, MAX_LIMIT_BURST);
|
node->peer_hits = 0;
|
||||||
|
node->cmd_hits_auth = 0;
|
||||||
/* Find smallest shift with which the maximum number fits in 16 bits */
|
node->cmd_hits_normal = 0;
|
||||||
for (*token_shift = 0; *token_shift < interval + TS_FRAC; (*token_shift)++) {
|
node->cmd_hits_bad = 0;
|
||||||
if (burst << (TS_FRAC + interval - *token_shift) < 1U << 16)
|
node->last_ntp_hit = (time_t) 0;
|
||||||
break;
|
node->last_cmd_hit = (time_t) 0;
|
||||||
}
|
|
||||||
|
|
||||||
*tokens_per_packet = 1U << (TS_FRAC + interval - *token_shift);
|
|
||||||
*max_tokens = *tokens_per_packet * burst;
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_ClientLog, "Tokens max %d packet %d shift %d",
|
|
||||||
*max_tokens, *tokens_per_packet, *token_shift);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -284,42 +125,20 @@ set_bucket_params(int interval, int burst, uint16_t *max_tokens,
|
|||||||
void
|
void
|
||||||
CLG_Initialise(void)
|
CLG_Initialise(void)
|
||||||
{
|
{
|
||||||
int interval, burst, leak_rate;
|
clear_subnet(&top_subnet);
|
||||||
|
if (CNF_GetNoClientLog()) {
|
||||||
max_ntp_tokens = max_cmd_tokens = 0;
|
active = 0;
|
||||||
ntp_tokens_per_packet = cmd_tokens_per_packet = 0;
|
} else {
|
||||||
ntp_token_shift = cmd_token_shift = 0;
|
active = 1;
|
||||||
ntp_leak_rate = cmd_leak_rate = 0;
|
|
||||||
|
|
||||||
if (CNF_GetNTPRateLimit(&interval, &burst, &leak_rate)) {
|
|
||||||
set_bucket_params(interval, burst, &max_ntp_tokens, &ntp_tokens_per_packet,
|
|
||||||
&ntp_token_shift);
|
|
||||||
ntp_leak_rate = CLAMP(MIN_LEAK_RATE, leak_rate, MAX_LEAK_RATE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CNF_GetCommandRateLimit(&interval, &burst, &leak_rate)) {
|
nodes = NULL;
|
||||||
set_bucket_params(interval, burst, &max_cmd_tokens, &cmd_tokens_per_packet,
|
max_nodes = 0;
|
||||||
&cmd_token_shift);
|
n_nodes = 0;
|
||||||
cmd_leak_rate = CLAMP(MIN_LEAK_RATE, leak_rate, MAX_LEAK_RATE);
|
|
||||||
}
|
|
||||||
|
|
||||||
active = !CNF_GetNoClientLog();
|
alloced = 0;
|
||||||
if (!active) {
|
alloc_limit = CNF_GetClientLogLimit();
|
||||||
if (ntp_leak_rate || cmd_leak_rate)
|
alloc_limit_reached = 0;
|
||||||
LOG_FATAL(LOGF_ClientLog, "ratelimit cannot be used with noclientlog");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Calculate the maximum number of slots that can be allocated in the
|
|
||||||
configured memory limit. Take into account expanding of the hash
|
|
||||||
table where two copies exist at the same time. */
|
|
||||||
max_slots = CNF_GetClientLogLimit() / (sizeof (Record) * SLOT_SIZE * 3 / 2);
|
|
||||||
max_slots = CLAMP(MIN_SLOTS, max_slots, MAX_SLOTS);
|
|
||||||
|
|
||||||
slots = 0;
|
|
||||||
records = NULL;
|
|
||||||
|
|
||||||
expand_hashtable();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -327,302 +146,286 @@ CLG_Initialise(void)
|
|||||||
void
|
void
|
||||||
CLG_Finalise(void)
|
CLG_Finalise(void)
|
||||||
{
|
{
|
||||||
if (!active)
|
return;
|
||||||
return;
|
|
||||||
|
|
||||||
ARR_DestroyInstance(records);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static uint32_t
|
static void check_alloc_limit() {
|
||||||
get_ts_from_timeval(struct timeval *tv)
|
if (alloc_limit_reached)
|
||||||
{
|
return;
|
||||||
uint32_t sec = tv->tv_sec, usec = tv->tv_usec;
|
|
||||||
|
|
||||||
return sec << TS_FRAC | (4295U * usec - (usec >> 5)) >> (32 - TS_FRAC);
|
if (alloced >= alloc_limit) {
|
||||||
|
LOG(LOGS_WARN, LOGF_ClientLog, "Client log memory limit reached");
|
||||||
|
alloc_limit_reached = 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
update_record(struct timeval *now, uint32_t *last_hit, uint32_t *hits,
|
create_subnet(Subnet *parent_subnet, int the_entry)
|
||||||
uint16_t *tokens, uint32_t max_tokens, int token_shift, int8_t *rate)
|
|
||||||
{
|
{
|
||||||
uint32_t interval, now_ts, prev_hit, new_tokens;
|
parent_subnet->entry[the_entry] = (void *) MallocNew(Subnet);
|
||||||
int interval2;
|
clear_subnet((Subnet *) parent_subnet->entry[the_entry]);
|
||||||
|
alloced += sizeof (Subnet);
|
||||||
|
check_alloc_limit();
|
||||||
|
}
|
||||||
|
|
||||||
now_ts = get_ts_from_timeval(now);
|
/* ================================================== */
|
||||||
|
|
||||||
prev_hit = *last_hit;
|
static void
|
||||||
*last_hit = now_ts;
|
create_node(Subnet *parent_subnet, int the_entry)
|
||||||
(*hits)++;
|
{
|
||||||
|
Node *new_node;
|
||||||
|
new_node = MallocNew(Node);
|
||||||
|
parent_subnet->entry[the_entry] = (void *) new_node;
|
||||||
|
clear_node(new_node);
|
||||||
|
|
||||||
interval = now_ts - prev_hit;
|
alloced += sizeof (Node);
|
||||||
|
|
||||||
if (prev_hit == INVALID_TS || (int32_t)interval < 0)
|
if (n_nodes == max_nodes) {
|
||||||
return;
|
if (nodes) {
|
||||||
|
max_nodes += NODE_TABLE_INCREMENT;
|
||||||
new_tokens = (now_ts >> token_shift) - (prev_hit >> token_shift);
|
nodes = ReallocArray(Node *, max_nodes, nodes);
|
||||||
*tokens = MIN(*tokens + new_tokens, max_tokens);
|
} else {
|
||||||
|
if (max_nodes != 0) {
|
||||||
/* Convert the interval to scaled and rounded log2 */
|
CROAK("max_nodes should be 0");
|
||||||
if (interval) {
|
}
|
||||||
interval += interval >> 1;
|
max_nodes = NODE_TABLE_INCREMENT;
|
||||||
for (interval2 = -RATE_SCALE * TS_FRAC; interval2 < -MIN_RATE;
|
nodes = MallocArray(Node *, max_nodes);
|
||||||
interval2 += RATE_SCALE) {
|
|
||||||
if (interval <= 1)
|
|
||||||
break;
|
|
||||||
interval >>= 1;
|
|
||||||
}
|
}
|
||||||
} else {
|
alloced += sizeof (Node *) * (max_nodes - n_nodes);
|
||||||
interval2 = -RATE_SCALE * (TS_FRAC + 1);
|
|
||||||
}
|
}
|
||||||
|
nodes[n_nodes++] = (Node *) new_node;
|
||||||
|
check_alloc_limit();
|
||||||
|
}
|
||||||
|
|
||||||
/* Update the rate in a rough approximation of exponential moving average */
|
/* ================================================== */
|
||||||
if (*rate == INVALID_RATE) {
|
/* Recursively seek out the Node entry for a particular address,
|
||||||
*rate = -interval2;
|
expanding subnet tables and node entries as we go if necessary. */
|
||||||
|
|
||||||
|
static void *
|
||||||
|
find_subnet(Subnet *subnet, CLG_IP_Addr addr, int bits_left)
|
||||||
|
{
|
||||||
|
unsigned long this_subnet, new_subnet, mask, shift;
|
||||||
|
unsigned long new_bits_left;
|
||||||
|
|
||||||
|
shift = 32 - NBITS;
|
||||||
|
mask = (1UL<<shift) - 1;
|
||||||
|
this_subnet = addr >> shift;
|
||||||
|
new_subnet = (addr & mask) << NBITS;
|
||||||
|
new_bits_left = bits_left - NBITS;
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
fprintf(stderr, "fs addr=%08lx bl=%d ma=%08lx this=%08lx newsn=%08lx nbl=%d\n",
|
||||||
|
addr, bits_left, mask, this_subnet, new_subnet, new_bits_left);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
if (new_bits_left > 0) {
|
||||||
|
if (!subnet->entry[this_subnet]) {
|
||||||
|
if (alloc_limit_reached)
|
||||||
|
return NULL;
|
||||||
|
create_subnet(subnet, this_subnet);
|
||||||
|
}
|
||||||
|
return find_subnet((Subnet *) subnet->entry[this_subnet], new_subnet, new_bits_left);
|
||||||
} else {
|
} else {
|
||||||
if (*rate < -interval2) {
|
if (!subnet->entry[this_subnet]) {
|
||||||
(*rate)++;
|
if (alloc_limit_reached)
|
||||||
} else if (*rate > -interval2) {
|
return NULL;
|
||||||
if (*rate > RATE_SCALE * 5 / 2 - interval2)
|
create_node(subnet, this_subnet);
|
||||||
*rate = RATE_SCALE * 5 / 2 - interval2;
|
}
|
||||||
else
|
return subnet->entry[this_subnet];
|
||||||
*rate = (*rate - interval2 - 1) / 2;
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
/* Search for the record for a particular subnet, but return NULL if
|
||||||
|
one of the parents does not exist - never open a node out */
|
||||||
|
|
||||||
|
static void *
|
||||||
|
find_subnet_dont_open(Subnet *subnet, CLG_IP_Addr addr, int bits_left)
|
||||||
|
{
|
||||||
|
unsigned long this_subnet, new_subnet, mask, shift;
|
||||||
|
unsigned long new_bits_left;
|
||||||
|
|
||||||
|
if (bits_left == 0) {
|
||||||
|
return subnet;
|
||||||
|
} else {
|
||||||
|
|
||||||
|
shift = 32 - NBITS;
|
||||||
|
mask = (1UL<<shift) - 1;
|
||||||
|
this_subnet = addr >> shift;
|
||||||
|
new_subnet = (addr & mask) << NBITS;
|
||||||
|
new_bits_left = bits_left - NBITS;
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
fprintf(stderr, "fsdo addr=%08lx bl=%d this=%08lx newsn=%08lx nbl=%d\n",
|
||||||
|
addr, bits_left, this_subnet, new_subnet, new_bits_left);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
if (!subnet->entry[this_subnet]) {
|
||||||
|
return NULL;
|
||||||
|
} else {
|
||||||
|
return find_subnet_dont_open((Subnet *) subnet->entry[this_subnet], new_subnet, new_bits_left);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static int
|
|
||||||
get_index(Record *record)
|
|
||||||
{
|
|
||||||
return record - (Record *)ARR_GetElements(records);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
CLG_LogNTPAccess(IPAddr *client, struct timeval *now)
|
|
||||||
{
|
|
||||||
Record *record;
|
|
||||||
|
|
||||||
total_ntp_hits++;
|
|
||||||
|
|
||||||
if (!active)
|
|
||||||
return -1;
|
|
||||||
|
|
||||||
record = get_record(client);
|
|
||||||
if (record == NULL)
|
|
||||||
return -1;
|
|
||||||
|
|
||||||
/* Update one of the two rates depending on whether the previous request
|
|
||||||
of the client had a reply or it timed out */
|
|
||||||
update_record(now, &record->last_ntp_hit, &record->ntp_hits,
|
|
||||||
&record->ntp_tokens, max_ntp_tokens, ntp_token_shift,
|
|
||||||
record->flags & FLAG_NTP_DROPPED ?
|
|
||||||
&record->ntp_timeout_rate : &record->ntp_rate);
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_ClientLog, "NTP hits %"PRIu32" rate %d trate %d tokens %d",
|
|
||||||
record->ntp_hits, record->ntp_rate, record->ntp_timeout_rate,
|
|
||||||
record->ntp_tokens);
|
|
||||||
|
|
||||||
return get_index(record);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
CLG_LogCommandAccess(IPAddr *client, struct timeval *now)
|
|
||||||
{
|
|
||||||
Record *record;
|
|
||||||
|
|
||||||
total_cmd_hits++;
|
|
||||||
|
|
||||||
if (!active)
|
|
||||||
return -1;
|
|
||||||
|
|
||||||
record = get_record(client);
|
|
||||||
if (record == NULL)
|
|
||||||
return -1;
|
|
||||||
|
|
||||||
update_record(now, &record->last_cmd_hit, &record->cmd_hits,
|
|
||||||
&record->cmd_tokens, max_cmd_tokens, cmd_token_shift,
|
|
||||||
&record->cmd_rate);
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_ClientLog, "Cmd hits %"PRIu32" rate %d tokens %d",
|
|
||||||
record->cmd_hits, record->cmd_rate, record->cmd_tokens);
|
|
||||||
|
|
||||||
return get_index(record);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static int
|
|
||||||
limit_response_random(int leak_rate)
|
|
||||||
{
|
|
||||||
static uint32_t rnd;
|
|
||||||
static int bits_left = 0;
|
|
||||||
int r;
|
|
||||||
|
|
||||||
if (bits_left < leak_rate) {
|
|
||||||
UTI_GetRandomBytes(&rnd, sizeof (rnd));
|
|
||||||
bits_left = 8 * sizeof (rnd);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Return zero on average once per 2^leak_rate */
|
|
||||||
r = rnd % (1U << leak_rate) ? 1 : 0;
|
|
||||||
rnd >>= leak_rate;
|
|
||||||
bits_left -= leak_rate;
|
|
||||||
|
|
||||||
return r;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
CLG_LimitNTPResponseRate(int index)
|
|
||||||
{
|
|
||||||
Record *record;
|
|
||||||
int drop;
|
|
||||||
|
|
||||||
if (!ntp_tokens_per_packet)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
record = ARR_GetElement(records, index);
|
|
||||||
record->flags &= ~FLAG_NTP_DROPPED;
|
|
||||||
|
|
||||||
if (record->ntp_tokens >= ntp_tokens_per_packet) {
|
|
||||||
record->ntp_tokens -= ntp_tokens_per_packet;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
drop = limit_response_random(ntp_leak_rate);
|
|
||||||
|
|
||||||
/* Poorly implemented clients may send new requests at even a higher rate
|
|
||||||
when they are not getting replies. If the request rate seems to be more
|
|
||||||
than twice as much as when replies are sent, give up on rate limiting to
|
|
||||||
reduce the amount of traffic. Invert the sense of the leak to respond to
|
|
||||||
most of the requests, but still keep the estimated rate updated. */
|
|
||||||
if (record->ntp_timeout_rate != INVALID_RATE &&
|
|
||||||
record->ntp_timeout_rate > record->ntp_rate + RATE_SCALE)
|
|
||||||
drop = !drop;
|
|
||||||
|
|
||||||
if (!drop) {
|
|
||||||
record->ntp_tokens = 0;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
record->flags |= FLAG_NTP_DROPPED;
|
|
||||||
record->ntp_drops++;
|
|
||||||
total_ntp_drops++;
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
CLG_LimitCommandResponseRate(int index)
|
|
||||||
{
|
|
||||||
Record *record;
|
|
||||||
|
|
||||||
if (!cmd_tokens_per_packet)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
record = ARR_GetElement(records, index);
|
|
||||||
|
|
||||||
if (record->cmd_tokens >= cmd_tokens_per_packet) {
|
|
||||||
record->cmd_tokens -= cmd_tokens_per_packet;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!limit_response_random(cmd_leak_rate)) {
|
|
||||||
record->cmd_tokens = 0;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
record->cmd_drops++;
|
|
||||||
total_cmd_drops++;
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
extern int
|
|
||||||
CLG_GetNumberOfIndices(void)
|
|
||||||
{
|
|
||||||
if (!active)
|
|
||||||
return -1;
|
|
||||||
|
|
||||||
return ARR_GetSize(records);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static int get_interval(int rate)
|
|
||||||
{
|
|
||||||
if (rate == INVALID_RATE)
|
|
||||||
return 127;
|
|
||||||
|
|
||||||
rate += rate > 0 ? RATE_SCALE / 2 : -RATE_SCALE / 2;
|
|
||||||
|
|
||||||
return rate / -RATE_SCALE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static uint32_t get_last_ago(uint32_t x, uint32_t y)
|
|
||||||
{
|
|
||||||
if (y == INVALID_TS || (int32_t)(x - y) < 0)
|
|
||||||
return -1;
|
|
||||||
|
|
||||||
return (x - y) >> TS_FRAC;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
CLG_GetClientAccessReportByIndex(int index, RPT_ClientAccessByIndex_Report *report, struct timeval *now)
|
|
||||||
{
|
|
||||||
Record *record;
|
|
||||||
uint32_t now_ts;
|
|
||||||
|
|
||||||
if (!active || index < 0 || index >= ARR_GetSize(records))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
record = ARR_GetElement(records, index);
|
|
||||||
|
|
||||||
if (record->ip_addr.family == IPADDR_UNSPEC)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
now_ts = get_ts_from_timeval(now);
|
|
||||||
|
|
||||||
report->ip_addr = record->ip_addr;
|
|
||||||
report->ntp_hits = record->ntp_hits;
|
|
||||||
report->cmd_hits = record->cmd_hits;
|
|
||||||
report->ntp_drops = record->ntp_drops;
|
|
||||||
report->cmd_drops = record->cmd_drops;
|
|
||||||
report->ntp_interval = get_interval(record->ntp_rate);
|
|
||||||
report->cmd_interval = get_interval(record->cmd_rate);
|
|
||||||
report->ntp_timeout_interval = get_interval(record->ntp_timeout_rate);
|
|
||||||
report->last_ntp_hit_ago = get_last_ago(now_ts, record->last_ntp_hit);
|
|
||||||
report->last_cmd_hit_ago = get_last_ago(now_ts, record->last_cmd_hit);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CLG_GetServerStatsReport(RPT_ServerStatsReport *report)
|
CLG_LogNTPClientAccess (CLG_IP_Addr client, time_t now)
|
||||||
{
|
{
|
||||||
report->ntp_hits = total_ntp_hits;
|
Node *node;
|
||||||
report->cmd_hits = total_cmd_hits;
|
if (active) {
|
||||||
report->ntp_drops = total_ntp_drops;
|
node = (Node *) find_subnet(&top_subnet, client, 32);
|
||||||
report->cmd_drops = total_cmd_drops;
|
if (node == NULL)
|
||||||
report->log_drops = total_record_drops;
|
return;
|
||||||
|
node->ip_addr = client;
|
||||||
|
++node->client_hits;
|
||||||
|
node->last_ntp_hit = now;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
CLG_LogNTPPeerAccess(CLG_IP_Addr client, time_t now)
|
||||||
|
{
|
||||||
|
Node *node;
|
||||||
|
if (active) {
|
||||||
|
node = (Node *) find_subnet(&top_subnet, client, 32);
|
||||||
|
if (node == NULL)
|
||||||
|
return;
|
||||||
|
node->ip_addr = client;
|
||||||
|
++node->peer_hits;
|
||||||
|
node->last_ntp_hit = now;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
CLG_LogCommandAccess(CLG_IP_Addr client, CLG_Command_Type type, time_t now)
|
||||||
|
{
|
||||||
|
Node *node;
|
||||||
|
if (active) {
|
||||||
|
node = (Node *) find_subnet(&top_subnet, client, 32);
|
||||||
|
if (node == NULL)
|
||||||
|
return;
|
||||||
|
node->ip_addr = client;
|
||||||
|
node->last_cmd_hit = now;
|
||||||
|
switch (type) {
|
||||||
|
case CLG_CMD_AUTH:
|
||||||
|
++node->cmd_hits_auth;
|
||||||
|
break;
|
||||||
|
case CLG_CMD_NORMAL:
|
||||||
|
++node->cmd_hits_normal;
|
||||||
|
break;
|
||||||
|
case CLG_CMD_BAD_PKT:
|
||||||
|
++node->cmd_hits_bad;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
CROAK("Impossible");
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
CLG_Status
|
||||||
|
CLG_GetSubnetBitmap(CLG_IP_Addr subnet, int bits, CLG_Bitmap result)
|
||||||
|
{
|
||||||
|
Subnet *s;
|
||||||
|
unsigned long i;
|
||||||
|
unsigned long word, bit, mask;
|
||||||
|
|
||||||
|
if ((bits == 0) || (bits == 8) || (bits == 16) || (bits == 24)) {
|
||||||
|
memset (result, 0, TABLE_SIZE/8);
|
||||||
|
if (active) {
|
||||||
|
s = find_subnet_dont_open(&top_subnet, subnet, bits);
|
||||||
|
if (s) {
|
||||||
|
for (i=0; i<256; i++) {
|
||||||
|
if (s->entry[i]) {
|
||||||
|
word = i / 32;
|
||||||
|
bit = i % 32;
|
||||||
|
mask = 1UL << bit;
|
||||||
|
result[word] |= mask;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return CLG_SUCCESS;
|
||||||
|
} else {
|
||||||
|
return CLG_EMPTYSUBNET;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
return CLG_INACTIVE;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
return CLG_BADSUBNET;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
CLG_Status
|
||||||
|
CLG_GetClientAccessReportByIP(unsigned long ip, RPT_ClientAccess_Report *report, time_t now)
|
||||||
|
{
|
||||||
|
Node *node;
|
||||||
|
|
||||||
|
if (!active) {
|
||||||
|
return CLG_INACTIVE;
|
||||||
|
} else {
|
||||||
|
node = (Node *) find_subnet_dont_open(&top_subnet, ip, 32);
|
||||||
|
|
||||||
|
if (!node) {
|
||||||
|
return CLG_EMPTYSUBNET;
|
||||||
|
} else {
|
||||||
|
report->client_hits = node->client_hits;
|
||||||
|
report->peer_hits = node->peer_hits;
|
||||||
|
report->cmd_hits_auth = node->cmd_hits_auth;
|
||||||
|
report->cmd_hits_normal = node->cmd_hits_normal;
|
||||||
|
report->cmd_hits_bad = node->cmd_hits_bad;
|
||||||
|
report->last_ntp_hit_ago = now - node->last_ntp_hit;
|
||||||
|
report->last_cmd_hit_ago = now - node->last_cmd_hit;
|
||||||
|
|
||||||
|
return CLG_SUCCESS;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
CLG_Status
|
||||||
|
CLG_GetClientAccessReportByIndex(int index, RPT_ClientAccessByIndex_Report *report,
|
||||||
|
time_t now, unsigned long *n_indices)
|
||||||
|
{
|
||||||
|
Node *node;
|
||||||
|
|
||||||
|
*n_indices = n_nodes;
|
||||||
|
|
||||||
|
if (!active) {
|
||||||
|
return CLG_INACTIVE;
|
||||||
|
} else {
|
||||||
|
|
||||||
|
if ((index < 0) || (index >= n_nodes)) {
|
||||||
|
return CLG_INDEXTOOLARGE;
|
||||||
|
}
|
||||||
|
|
||||||
|
node = nodes[index];
|
||||||
|
|
||||||
|
report->ip_addr = node->ip_addr;
|
||||||
|
report->client_hits = node->client_hits;
|
||||||
|
report->peer_hits = node->peer_hits;
|
||||||
|
report->cmd_hits_auth = node->cmd_hits_auth;
|
||||||
|
report->cmd_hits_normal = node->cmd_hits_normal;
|
||||||
|
report->cmd_hits_bad = node->cmd_hits_bad;
|
||||||
|
report->last_ntp_hit_ago = now - node->last_ntp_hit;
|
||||||
|
report->last_cmd_hit_ago = now - node->last_cmd_hit;
|
||||||
|
|
||||||
|
return CLG_SUCCESS;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
60
clientlog.h
60
clientlog.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/clientlog.h,v 1.9 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -31,17 +35,57 @@
|
|||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
#include "reports.h"
|
#include "reports.h"
|
||||||
|
|
||||||
|
typedef unsigned long CLG_IP_Addr;
|
||||||
|
|
||||||
|
/* Enough to hold flags for 256 hosts in a class C */
|
||||||
|
typedef uint32_t CLG_Bitmap[8];
|
||||||
|
|
||||||
extern void CLG_Initialise(void);
|
extern void CLG_Initialise(void);
|
||||||
extern void CLG_Finalise(void);
|
extern void CLG_Finalise(void);
|
||||||
extern int CLG_LogNTPAccess(IPAddr *client, struct timeval *now);
|
extern void CLG_LogNTPClientAccess(CLG_IP_Addr client, time_t now);
|
||||||
extern int CLG_LogCommandAccess(IPAddr *client, struct timeval *now);
|
extern void CLG_LogNTPPeerAccess(CLG_IP_Addr client, time_t now);
|
||||||
extern int CLG_LimitNTPResponseRate(int index);
|
|
||||||
extern int CLG_LimitCommandResponseRate(int index);
|
/* When logging command packets, there are several subtypes */
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
CLG_CMD_AUTH, /* authenticated */
|
||||||
|
CLG_CMD_NORMAL, /* normal */
|
||||||
|
CLG_CMD_BAD_PKT /* bad version or packet length */
|
||||||
|
} CLG_Command_Type;
|
||||||
|
|
||||||
|
extern void CLG_LogCommandAccess(CLG_IP_Addr client, CLG_Command_Type type, time_t now);
|
||||||
|
|
||||||
/* And some reporting functions, for use by chronyc. */
|
/* And some reporting functions, for use by chronyc. */
|
||||||
|
/* TBD */
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
CLG_SUCCESS, /* All is well */
|
||||||
|
CLG_EMPTYSUBNET, /* No hosts logged in requested subnet */
|
||||||
|
CLG_BADSUBNET, /* Subnet requested is not 0, 8, 16 or 24 bits */
|
||||||
|
CLG_INACTIVE, /* Facility not active */
|
||||||
|
CLG_INDEXTOOLARGE /* Node index is higher than number of nodes present */
|
||||||
|
} CLG_Status;
|
||||||
|
|
||||||
|
/* For bits=0, 8, 16, flag which immediate subnets of that subnet are
|
||||||
|
known. For bits=24, flag which hosts in that subnet are known.
|
||||||
|
Other values, return 0 (failed) */
|
||||||
|
|
||||||
|
extern CLG_Status CLG_GetSubnetBitmap(CLG_IP_Addr subnet, int bits, CLG_Bitmap result);
|
||||||
|
|
||||||
|
extern CLG_Status
|
||||||
|
CLG_GetClientAccessReportByIP(unsigned long ip, RPT_ClientAccess_Report *report, time_t now);
|
||||||
|
|
||||||
|
CLG_Status
|
||||||
|
CLG_GetClientAccessReportByIndex(int index, RPT_ClientAccessByIndex_Report *report,
|
||||||
|
time_t now, unsigned long *n_indices);
|
||||||
|
|
||||||
|
/* And an iterating function, to call 'fn' for each client or peer
|
||||||
|
that has accessed us since 'since'. */
|
||||||
|
|
||||||
|
extern void CLG_IterateNTPClients
|
||||||
|
(void (*fn)(CLG_IP_Addr client, void *arb),
|
||||||
|
void *arb,
|
||||||
|
time_t since);
|
||||||
|
|
||||||
extern int CLG_GetNumberOfIndices(void);
|
|
||||||
extern int CLG_GetClientAccessReportByIndex(int index, RPT_ClientAccessByIndex_Report *report, struct timeval *now);
|
|
||||||
extern void CLG_GetServerStatsReport(RPT_ServerStatsReport *report);
|
|
||||||
|
|
||||||
#endif /* GOT_CLIENTLOG_H */
|
#endif /* GOT_CLIENTLOG_H */
|
||||||
|
|||||||
15
cmdmon.h
15
cmdmon.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/cmdmon.h,v 1.8 2002/02/28 23:27:09 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -27,14 +31,11 @@
|
|||||||
#ifndef GOT_CMDMON_H
|
#ifndef GOT_CMDMON_H
|
||||||
#define GOT_CMDMON_H
|
#define GOT_CMDMON_H
|
||||||
|
|
||||||
#include "addressing.h"
|
extern void CAM_Initialise(void);
|
||||||
|
|
||||||
extern void CAM_Initialise(int family);
|
|
||||||
|
|
||||||
extern void CAM_Finalise(void);
|
extern void CAM_Finalise(void);
|
||||||
|
|
||||||
extern void CAM_OpenUnixSocket(void);
|
extern int CAM_AddAccessRestriction(unsigned long ip_addr, int subnet_bits, int allow, int all);
|
||||||
extern int CAM_AddAccessRestriction(IPAddr *ip_addr, int subnet_bits, int allow, int all);
|
extern int CAM_CheckAccessRestriction(unsigned long ip_addr);
|
||||||
extern int CAM_CheckAccessRestriction(IPAddr *ip_addr);
|
|
||||||
|
|
||||||
#endif /* GOT_CMDMON_H */
|
#endif /* GOT_CMDMON_H */
|
||||||
|
|||||||
316
cmdparse.c
316
cmdparse.c
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/cmdparse.c,v 1.12 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2003
|
* Copyright (C) Richard P. Curnow 1997-2003
|
||||||
* Copyright (C) Miroslav Lichvar 2013-2014
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -27,189 +30,123 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
|
|
||||||
#include "cmdparse.h"
|
#include "cmdparse.h"
|
||||||
#include "memory.h"
|
|
||||||
#include "nameserv.h"
|
#include "nameserv.h"
|
||||||
#include "ntp.h"
|
|
||||||
#include "util.h"
|
#define MAXLEN 2047
|
||||||
|
#define SMAXLEN "2047"
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
CPS_Status
|
CPS_Status
|
||||||
CPS_ParseNTPSourceAdd(char *line, CPS_NTP_Source *src)
|
CPS_ParseNTPSourceAdd(const char *line, CPS_NTP_Source *src)
|
||||||
{
|
{
|
||||||
char *hostname, *cmd;
|
int ok, n, done;
|
||||||
int n, done;
|
char cmd[MAXLEN+1], hostname[MAXLEN+1];
|
||||||
CPS_Status result;
|
CPS_Status result;
|
||||||
|
|
||||||
src->port = SRC_DEFAULT_PORT;
|
src->port = 123;
|
||||||
src->params.minpoll = SRC_DEFAULT_MINPOLL;
|
src->params.minpoll = 6;
|
||||||
src->params.maxpoll = SRC_DEFAULT_MAXPOLL;
|
src->params.maxpoll = 10;
|
||||||
src->params.presend_minpoll = SRC_DEFAULT_PRESEND_MINPOLL;
|
src->params.presend_minpoll = 0;
|
||||||
src->params.authkey = INACTIVE_AUTHKEY;
|
src->params.authkey = INACTIVE_AUTHKEY;
|
||||||
src->params.max_delay = SRC_DEFAULT_MAXDELAY;
|
src->params.max_delay = 16.0;
|
||||||
src->params.max_delay_ratio = SRC_DEFAULT_MAXDELAYRATIO;
|
src->params.max_delay_ratio = 16384.0;
|
||||||
src->params.max_delay_dev_ratio = SRC_DEFAULT_MAXDELAYDEVRATIO;
|
|
||||||
src->params.online = 1;
|
src->params.online = 1;
|
||||||
src->params.auto_offline = 0;
|
src->params.auto_offline = 0;
|
||||||
src->params.iburst = 0;
|
|
||||||
src->params.min_stratum = SRC_DEFAULT_MINSTRATUM;
|
|
||||||
src->params.poll_target = SRC_DEFAULT_POLLTARGET;
|
|
||||||
src->params.version = NTP_VERSION;
|
|
||||||
src->params.max_sources = SRC_DEFAULT_MAXSOURCES;
|
|
||||||
src->params.min_samples = SRC_DEFAULT_MINSAMPLES;
|
|
||||||
src->params.max_samples = SRC_DEFAULT_MAXSAMPLES;
|
|
||||||
src->params.sel_options = 0;
|
|
||||||
|
|
||||||
result = CPS_Success;
|
result = CPS_Success;
|
||||||
|
|
||||||
hostname = line;
|
ok = 0;
|
||||||
line = CPS_SplitWord(line);
|
if (sscanf(line, "%" SMAXLEN "s%n", hostname, &n) == 1) {
|
||||||
|
src->ip_addr = DNS_Name2IPAddress(hostname);
|
||||||
|
if (src->ip_addr != DNS_Failed_Address) {
|
||||||
|
ok = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (!*hostname) {
|
if (!ok) {
|
||||||
result = CPS_BadHost;
|
result = CPS_BadHost;
|
||||||
} else {
|
} else {
|
||||||
src->name = hostname;
|
|
||||||
|
|
||||||
|
line += n;
|
||||||
|
|
||||||
/* Parse subfields */
|
/* Parse subfields */
|
||||||
|
ok = 1;
|
||||||
done = 0;
|
done = 0;
|
||||||
do {
|
do {
|
||||||
cmd = line;
|
if (sscanf(line, "%" SMAXLEN "s%n", cmd, &n) == 1) {
|
||||||
line = CPS_SplitWord(line);
|
|
||||||
|
line += n;
|
||||||
if (*cmd) {
|
|
||||||
if (!strcasecmp(cmd, "port")) {
|
if (!strncasecmp(cmd, "port", 4)) {
|
||||||
if (sscanf(line, "%hu%n", &src->port, &n) != 1) {
|
if (sscanf(line, "%hu%n", &src->port, &n) != 1) {
|
||||||
result = CPS_BadPort;
|
result = CPS_BadPort;
|
||||||
|
ok = 0;
|
||||||
done = 1;
|
done = 1;
|
||||||
} else {
|
} else {
|
||||||
line += n;
|
line += n;
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(cmd, "minpoll")) {
|
} else if (!strncasecmp(cmd, "minpoll", 7)) {
|
||||||
if (sscanf(line, "%d%n", &src->params.minpoll, &n) != 1) {
|
if (sscanf(line, "%d%n", &src->params.minpoll, &n) != 1) {
|
||||||
result = CPS_BadMinpoll;
|
result = CPS_BadMinpoll;
|
||||||
|
ok = 0;
|
||||||
done = 1;
|
done = 1;
|
||||||
} else {
|
} else {
|
||||||
line += n;
|
line += n;
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(cmd, "maxpoll")) {
|
} else if (!strncasecmp(cmd, "maxpoll", 7)) {
|
||||||
if (sscanf(line, "%d%n", &src->params.maxpoll, &n) != 1) {
|
if (sscanf(line, "%d%n", &src->params.maxpoll, &n) != 1) {
|
||||||
result = CPS_BadMaxpoll;
|
result = CPS_BadMaxpoll;
|
||||||
|
ok = 0;
|
||||||
done = 1;
|
done = 1;
|
||||||
} else {
|
} else {
|
||||||
line += n;
|
line += n;
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(cmd, "presend")) {
|
} else if (!strncasecmp(cmd, "presend", 7)) {
|
||||||
if (sscanf(line, "%d%n", &src->params.presend_minpoll, &n) != 1) {
|
if (sscanf(line, "%d%n", &src->params.presend_minpoll, &n) != 1) {
|
||||||
result = CPS_BadPresend;
|
result = CPS_BadPresend;
|
||||||
|
ok = 0;
|
||||||
done = 1;
|
done = 1;
|
||||||
} else {
|
} else {
|
||||||
line += n;
|
line += n;
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(cmd, "maxdelaydevratio")) {
|
/* This MUST come before the following one ! */
|
||||||
if (sscanf(line, "%lf%n", &src->params.max_delay_dev_ratio, &n) != 1) {
|
} else if (!strncasecmp(cmd, "maxdelayratio", 13)) {
|
||||||
result = CPS_BadMaxdelaydevratio;
|
|
||||||
done = 1;
|
|
||||||
} else {
|
|
||||||
line += n;
|
|
||||||
}
|
|
||||||
} else if (!strcasecmp(cmd, "maxdelayratio")) {
|
|
||||||
if (sscanf(line, "%lf%n", &src->params.max_delay_ratio, &n) != 1) {
|
if (sscanf(line, "%lf%n", &src->params.max_delay_ratio, &n) != 1) {
|
||||||
result = CPS_BadMaxdelayratio;
|
result = CPS_BadMaxdelayratio;
|
||||||
|
ok = 0;
|
||||||
done = 1;
|
done = 1;
|
||||||
} else {
|
} else {
|
||||||
line += n;
|
line += n;
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(cmd, "maxdelay")) {
|
} else if (!strncasecmp(cmd, "maxdelay", 8)) {
|
||||||
if (sscanf(line, "%lf%n", &src->params.max_delay, &n) != 1) {
|
if (sscanf(line, "%lf%n", &src->params.max_delay, &n) != 1) {
|
||||||
result = CPS_BadMaxdelay;
|
result = CPS_BadMaxdelay;
|
||||||
|
ok = 0;
|
||||||
done = 1;
|
done = 1;
|
||||||
} else {
|
} else {
|
||||||
line += n;
|
line += n;
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(cmd, "key")) {
|
} else if (!strncasecmp(cmd, "key", 3)) {
|
||||||
if (sscanf(line, "%"SCNu32"%n", &src->params.authkey, &n) != 1 ||
|
if (sscanf(line, "%lu%n", &src->params.authkey, &n) != 1) {
|
||||||
src->params.authkey == INACTIVE_AUTHKEY) {
|
|
||||||
result = CPS_BadKey;
|
result = CPS_BadKey;
|
||||||
|
ok = 0;
|
||||||
done = 1;
|
done = 1;
|
||||||
} else {
|
} else {
|
||||||
line += n;
|
line += n;
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(cmd, "offline")) {
|
} else if (!strncasecmp(cmd, "offline", 7)) {
|
||||||
src->params.online = 0;
|
src->params.online = 0;
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "auto_offline")) {
|
} else if (!strncasecmp(cmd, "auto_offline", 12)) {
|
||||||
src->params.auto_offline = 1;
|
src->params.auto_offline = 1;
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "iburst")) {
|
|
||||||
src->params.iburst = 1;
|
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "minstratum")) {
|
|
||||||
if (sscanf(line, "%d%n", &src->params.min_stratum, &n) != 1) {
|
|
||||||
result = CPS_BadMinstratum;
|
|
||||||
done = 1;
|
|
||||||
} else {
|
|
||||||
line += n;
|
|
||||||
}
|
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "polltarget")) {
|
|
||||||
if (sscanf(line, "%d%n", &src->params.poll_target, &n) != 1) {
|
|
||||||
result = CPS_BadPolltarget;
|
|
||||||
done = 1;
|
|
||||||
} else {
|
|
||||||
line += n;
|
|
||||||
}
|
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "noselect")) {
|
|
||||||
src->params.sel_options |= SRC_SELECT_NOSELECT;
|
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "prefer")) {
|
|
||||||
src->params.sel_options |= SRC_SELECT_PREFER;
|
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "trust")) {
|
|
||||||
src->params.sel_options |= SRC_SELECT_TRUST;
|
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "require")) {
|
|
||||||
src->params.sel_options |= SRC_SELECT_REQUIRE;
|
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "version")) {
|
|
||||||
if (sscanf(line, "%d%n", &src->params.version, &n) != 1) {
|
|
||||||
result = CPS_BadVersion;
|
|
||||||
done = 1;
|
|
||||||
} else {
|
|
||||||
line += n;
|
|
||||||
}
|
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "maxsources")) {
|
|
||||||
if (sscanf(line, "%d%n", &src->params.max_sources, &n) != 1) {
|
|
||||||
result = CPS_BadMaxsources;
|
|
||||||
done = 1;
|
|
||||||
} else {
|
|
||||||
line += n;
|
|
||||||
}
|
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "minsamples")) {
|
|
||||||
if (sscanf(line, "%d%n", &src->params.min_samples, &n) != 1) {
|
|
||||||
result = CPS_BadMinsamples;
|
|
||||||
done = 1;
|
|
||||||
} else {
|
|
||||||
line += n;
|
|
||||||
}
|
|
||||||
|
|
||||||
} else if (!strcasecmp(cmd, "maxsamples")) {
|
|
||||||
if (sscanf(line, "%d%n", &src->params.max_samples, &n) != 1) {
|
|
||||||
result = CPS_BadMaxsamples;
|
|
||||||
done = 1;
|
|
||||||
} else {
|
|
||||||
line += n;
|
|
||||||
}
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
result = CPS_BadOption;
|
result = CPS_BadOption;
|
||||||
|
ok = 0;
|
||||||
done = 1;
|
done = 1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -219,157 +156,8 @@ CPS_ParseNTPSourceAdd(char *line, CPS_NTP_Source *src)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
void
|
|
||||||
CPS_StatusToString(CPS_Status status, char *dest, int len)
|
|
||||||
{
|
|
||||||
const char *s = NULL;
|
|
||||||
|
|
||||||
if (len > 0)
|
|
||||||
dest[0] = '\0';
|
|
||||||
|
|
||||||
switch (status) {
|
|
||||||
case CPS_Success:
|
|
||||||
return;
|
|
||||||
case CPS_BadOption:
|
|
||||||
s = "server/peer/pool option";
|
|
||||||
break;
|
|
||||||
case CPS_BadHost:
|
|
||||||
s = "address";
|
|
||||||
break;
|
|
||||||
case CPS_BadPort:
|
|
||||||
s = "port";
|
|
||||||
break;
|
|
||||||
case CPS_BadMinpoll:
|
|
||||||
s = "minpoll";
|
|
||||||
break;
|
|
||||||
case CPS_BadMaxpoll:
|
|
||||||
s = "maxpoll";
|
|
||||||
break;
|
|
||||||
case CPS_BadPresend:
|
|
||||||
s = "presend";
|
|
||||||
break;
|
|
||||||
case CPS_BadMaxdelaydevratio:
|
|
||||||
s = "maxdelaydevratio";
|
|
||||||
break;
|
|
||||||
case CPS_BadMaxdelayratio:
|
|
||||||
s = "maxdelayratio";
|
|
||||||
break;
|
|
||||||
case CPS_BadMaxdelay:
|
|
||||||
s = "maxdelay";
|
|
||||||
break;
|
|
||||||
case CPS_BadKey:
|
|
||||||
s = "key";
|
|
||||||
break;
|
|
||||||
case CPS_BadMinstratum:
|
|
||||||
s = "minstratum";
|
|
||||||
break;
|
|
||||||
case CPS_BadPolltarget:
|
|
||||||
s = "polltarget";
|
|
||||||
break;
|
|
||||||
case CPS_BadVersion:
|
|
||||||
s = "version";
|
|
||||||
break;
|
|
||||||
case CPS_BadMaxsources:
|
|
||||||
s = "maxsources";
|
|
||||||
break;
|
|
||||||
case CPS_BadMinsamples:
|
|
||||||
s = "minsamples";
|
|
||||||
break;
|
|
||||||
case CPS_BadMaxsamples:
|
|
||||||
s = "maxsamples";
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
snprintf(dest, len, "Invalid %s", s);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
CPS_NormalizeLine(char *line)
|
|
||||||
{
|
|
||||||
char *p, *q;
|
|
||||||
int space = 1, first = 1;
|
|
||||||
|
|
||||||
/* Remove white-space at beginning and replace white-spaces with space char */
|
|
||||||
for (p = q = line; *p; p++) {
|
|
||||||
if (isspace((unsigned char)*p)) {
|
|
||||||
if (!space)
|
|
||||||
*q++ = ' ';
|
|
||||||
space = 1;
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Discard comment lines */
|
|
||||||
if (first && strchr("!;#%", *p))
|
|
||||||
break;
|
|
||||||
|
|
||||||
*q++ = *p;
|
|
||||||
space = first = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Strip trailing space */
|
|
||||||
if (q > line && q[-1] == ' ')
|
|
||||||
q--;
|
|
||||||
|
|
||||||
*q = '\0';
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
char *
|
|
||||||
CPS_SplitWord(char *line)
|
|
||||||
{
|
|
||||||
char *p = line, *q = line;
|
|
||||||
|
|
||||||
/* Skip white-space before the word */
|
|
||||||
while (*q && isspace((unsigned char)*q))
|
|
||||||
q++;
|
|
||||||
|
|
||||||
/* Move the word to the beginning */
|
|
||||||
while (*q && !isspace((unsigned char)*q))
|
|
||||||
*p++ = *q++;
|
|
||||||
|
|
||||||
/* Find the next word */
|
|
||||||
while (*q && isspace((unsigned char)*q))
|
|
||||||
q++;
|
|
||||||
|
|
||||||
*p = '\0';
|
|
||||||
|
|
||||||
/* Return pointer to the next word or NUL */
|
|
||||||
return q;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
CPS_ParseKey(char *line, uint32_t *id, const char **hash, char **key)
|
|
||||||
{
|
|
||||||
char *s1, *s2, *s3, *s4;
|
|
||||||
|
|
||||||
s1 = line;
|
|
||||||
s2 = CPS_SplitWord(s1);
|
|
||||||
s3 = CPS_SplitWord(s2);
|
|
||||||
s4 = CPS_SplitWord(s3);
|
|
||||||
|
|
||||||
/* Require two or three words */
|
|
||||||
if (!*s2 || *s4)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (sscanf(s1, "%"SCNu32, id) != 1)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (*s3) {
|
|
||||||
*hash = s2;
|
|
||||||
*key = s3;
|
|
||||||
} else {
|
|
||||||
*hash = "MD5";
|
|
||||||
*key = s2;
|
|
||||||
}
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|||||||
30
cmdparse.h
30
cmdparse.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/cmdparse.h,v 1.7 2002/02/28 23:27:09 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -28,7 +32,6 @@
|
|||||||
#define GOT_CMDPARSE_H
|
#define GOT_CMDPARSE_H
|
||||||
|
|
||||||
#include "srcparams.h"
|
#include "srcparams.h"
|
||||||
#include "addressing.h"
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
CPS_Success,
|
CPS_Success,
|
||||||
@@ -38,37 +41,20 @@ typedef enum {
|
|||||||
CPS_BadMinpoll,
|
CPS_BadMinpoll,
|
||||||
CPS_BadMaxpoll,
|
CPS_BadMaxpoll,
|
||||||
CPS_BadPresend,
|
CPS_BadPresend,
|
||||||
CPS_BadMaxdelaydevratio,
|
|
||||||
CPS_BadMaxdelayratio,
|
CPS_BadMaxdelayratio,
|
||||||
CPS_BadMaxdelay,
|
CPS_BadMaxdelay,
|
||||||
CPS_BadKey,
|
CPS_BadKey
|
||||||
CPS_BadMinstratum,
|
|
||||||
CPS_BadPolltarget,
|
|
||||||
CPS_BadVersion,
|
|
||||||
CPS_BadMaxsources,
|
|
||||||
CPS_BadMinsamples,
|
|
||||||
CPS_BadMaxsamples,
|
|
||||||
} CPS_Status;
|
} CPS_Status;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char *name;
|
unsigned long ip_addr;
|
||||||
unsigned short port;
|
unsigned short port;
|
||||||
SourceParameters params;
|
SourceParameters params;
|
||||||
} CPS_NTP_Source;
|
} CPS_NTP_Source;
|
||||||
|
|
||||||
/* Parse a command to add an NTP server or peer */
|
/* Parse a command to add an NTP server or peer */
|
||||||
extern CPS_Status CPS_ParseNTPSourceAdd(char *line, CPS_NTP_Source *src);
|
extern CPS_Status CPS_ParseNTPSourceAdd(const char *line, CPS_NTP_Source *src);
|
||||||
|
|
||||||
/* Get a string describing error status */
|
|
||||||
extern void CPS_StatusToString(CPS_Status status, char *dest, int len);
|
|
||||||
|
|
||||||
/* Remove extra white-space and comments */
|
|
||||||
extern void CPS_NormalizeLine(char *line);
|
|
||||||
|
|
||||||
/* Terminate first word and return pointer to the next word */
|
|
||||||
extern char *CPS_SplitWord(char *line);
|
|
||||||
|
|
||||||
/* Parse a key from keyfile */
|
|
||||||
extern int CPS_ParseKey(char *line, uint32_t *id, const char **hash, char **key);
|
|
||||||
|
|
||||||
#endif /* GOT_CMDPARSE_H */
|
#endif /* GOT_CMDPARSE_H */
|
||||||
|
|||||||
76
conf.h
76
conf.h
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/conf.h,v 1.25 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2003
|
* Copyright (C) Richard P. Curnow 1997-2003
|
||||||
* Copyright (C) Miroslav Lichvar 2013-2014
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -28,92 +31,45 @@
|
|||||||
#ifndef GOT_CONF_H
|
#ifndef GOT_CONF_H
|
||||||
#define GOT_CONF_H
|
#define GOT_CONF_H
|
||||||
|
|
||||||
#include "addressing.h"
|
|
||||||
#include "reference.h"
|
|
||||||
|
|
||||||
extern void CNF_Initialise(int restarted);
|
|
||||||
extern void CNF_Finalise(void);
|
|
||||||
|
|
||||||
extern char *CNF_GetRtcDevice(void);
|
extern char *CNF_GetRtcDevice(void);
|
||||||
|
|
||||||
extern void CNF_ReadFile(const char *filename);
|
extern void CNF_ReadFile(const char *filename);
|
||||||
extern void CNF_ParseLine(const char *filename, int number, char *line);
|
|
||||||
|
|
||||||
extern void CNF_CreateDirs(uid_t uid, gid_t gid);
|
|
||||||
|
|
||||||
extern void CNF_AddInitSources(void);
|
|
||||||
extern void CNF_AddSources(void);
|
extern void CNF_AddSources(void);
|
||||||
extern void CNF_AddBroadcasts(void);
|
extern void CNF_AddBroadcasts(void);
|
||||||
extern void CNF_AddRefclocks(void);
|
|
||||||
|
|
||||||
extern int CNF_GetAcquisitionPort(void);
|
extern void CNF_ProcessInitStepSlew(void (*after_hook)(void *), void *anything);
|
||||||
extern int CNF_GetNTPPort(void);
|
|
||||||
|
extern unsigned short CNF_GetAcquisitionPort(void);
|
||||||
|
extern unsigned short CNF_GetNTPPort(void);
|
||||||
extern char *CNF_GetDriftFile(void);
|
extern char *CNF_GetDriftFile(void);
|
||||||
extern char *CNF_GetLogDir(void);
|
extern char *CNF_GetLogDir(void);
|
||||||
extern char *CNF_GetDumpDir(void);
|
extern char *CNF_GetDumpDir(void);
|
||||||
extern int CNF_GetLogBanner(void);
|
|
||||||
extern int CNF_GetLogMeasurements(void);
|
extern int CNF_GetLogMeasurements(void);
|
||||||
extern int CNF_GetLogStatistics(void);
|
extern int CNF_GetLogStatistics(void);
|
||||||
extern int CNF_GetLogTracking(void);
|
extern int CNF_GetLogTracking(void);
|
||||||
extern int CNF_GetLogRtc(void);
|
extern int CNF_GetLogRtc(void);
|
||||||
extern int CNF_GetLogRefclocks(void);
|
|
||||||
extern int CNF_GetLogTempComp(void);
|
|
||||||
extern char *CNF_GetKeysFile(void);
|
extern char *CNF_GetKeysFile(void);
|
||||||
extern char *CNF_GetRtcFile(void);
|
extern char *CNF_GetRtcFile(void);
|
||||||
|
extern unsigned long CNF_GetCommandKey(void);
|
||||||
extern int CNF_GetDumpOnExit(void);
|
extern int CNF_GetDumpOnExit(void);
|
||||||
extern int CNF_GetManualEnabled(void);
|
extern int CNF_GetManualEnabled(void);
|
||||||
extern int CNF_GetCommandPort(void);
|
extern int CNF_GetCommandPort(void);
|
||||||
extern int CNF_GetRtcOnUtc(void);
|
extern int CNF_GetRTCOnUTC(void);
|
||||||
extern int CNF_GetRtcSync(void);
|
extern void CNF_GetLogChange(int *enabled, double *threshold);
|
||||||
extern void CNF_GetMakeStep(int *limit, double *threshold);
|
|
||||||
extern void CNF_GetMaxChange(int *delay, int *ignore, double *offset);
|
|
||||||
extern double CNF_GetLogChange(void);
|
|
||||||
extern void CNF_GetMailOnChange(int *enabled, double *threshold, char **user);
|
extern void CNF_GetMailOnChange(int *enabled, double *threshold, char **user);
|
||||||
extern int CNF_GetNoClientLog(void);
|
extern int CNF_GetNoClientLog(void);
|
||||||
extern unsigned long CNF_GetClientLogLimit(void);
|
extern unsigned long CNF_GetClientLogLimit(void);
|
||||||
extern void CNF_GetFallbackDrifts(int *min, int *max);
|
extern void CNF_GetBindAddress(unsigned long *addr);
|
||||||
extern void CNF_GetBindAddress(int family, IPAddr *addr);
|
extern void CNF_GetBindCommandAddress(unsigned long *addr);
|
||||||
extern void CNF_GetBindAcquisitionAddress(int family, IPAddr *addr);
|
|
||||||
extern void CNF_GetBindCommandAddress(int family, IPAddr *addr);
|
|
||||||
extern char *CNF_GetBindCommandPath(void);
|
|
||||||
extern char *CNF_GetPidFile(void);
|
extern char *CNF_GetPidFile(void);
|
||||||
extern REF_LeapMode CNF_GetLeapSecMode(void);
|
extern void CNF_GetLinuxHz(int *set, int *hz);
|
||||||
extern char *CNF_GetLeapSecTimezone(void);
|
extern void CNF_GetLinuxFreqScale(int *set, double *freq_scale);
|
||||||
|
|
||||||
/* Value returned in ppm, as read from file */
|
/* Value returned in ppm, as read from file */
|
||||||
extern double CNF_GetMaxUpdateSkew(void);
|
extern double CNF_GetMaxUpdateSkew(void);
|
||||||
extern double CNF_GetMaxClockError(void);
|
|
||||||
extern double CNF_GetCorrectionTimeRatio(void);
|
|
||||||
extern double CNF_GetMaxSlewRate(void);
|
|
||||||
|
|
||||||
extern double CNF_GetMaxDistance(void);
|
|
||||||
extern double CNF_GetReselectDistance(void);
|
|
||||||
extern double CNF_GetStratumWeight(void);
|
|
||||||
extern double CNF_GetCombineLimit(void);
|
|
||||||
|
|
||||||
extern int CNF_AllowLocalReference(int *stratum);
|
extern int CNF_AllowLocalReference(int *stratum);
|
||||||
|
|
||||||
extern void CNF_SetupAccessRestrictions(void);
|
extern void CNF_SetupAccessRestrictions(void);
|
||||||
|
|
||||||
extern int CNF_GetSchedPriority(void);
|
|
||||||
extern int CNF_GetLockMemory(void);
|
|
||||||
|
|
||||||
extern int CNF_GetNTPRateLimit(int *interval, int *burst, int *leak);
|
|
||||||
extern int CNF_GetCommandRateLimit(int *interval, int *burst, int *leak);
|
|
||||||
extern void CNF_GetSmooth(double *max_freq, double *max_wander, int *leap_only);
|
|
||||||
extern void CNF_GetTempComp(char **file, double *interval, char **point_file, double *T0, double *k0, double *k1, double *k2);
|
|
||||||
|
|
||||||
extern char *CNF_GetUser(void);
|
|
||||||
|
|
||||||
extern int CNF_GetMaxSamples(void);
|
|
||||||
extern int CNF_GetMinSamples(void);
|
|
||||||
|
|
||||||
extern int CNF_GetMinSources(void);
|
|
||||||
|
|
||||||
extern double CNF_GetRtcAutotrim(void);
|
|
||||||
extern char *CNF_GetHwclockFile(void);
|
|
||||||
|
|
||||||
extern int CNF_GetInitSources(void);
|
|
||||||
extern double CNF_GetInitStepThreshold(void);
|
|
||||||
|
|
||||||
#endif /* GOT_CONF_H */
|
#endif /* GOT_CONF_H */
|
||||||
|
|||||||
339
contrib/DNSchrony/COPYING
Normal file
339
contrib/DNSchrony/COPYING
Normal file
@@ -0,0 +1,339 @@
|
|||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 2, June 1991
|
||||||
|
|
||||||
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||||
|
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The licenses for most software are designed to take away your
|
||||||
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
|
License is intended to guarantee your freedom to share and change free
|
||||||
|
software--to make sure the software is free for all its users. This
|
||||||
|
General Public License applies to most of the Free Software
|
||||||
|
Foundation's software and to any other program whose authors commit to
|
||||||
|
using it. (Some other Free Software Foundation software is covered by
|
||||||
|
the GNU Library General Public License instead.) You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
this service if you wish), that you receive source code or can get it
|
||||||
|
if you want it, that you can change the software or use pieces of it
|
||||||
|
in new free programs; and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to make restrictions that forbid
|
||||||
|
anyone to deny you these rights or to ask you to surrender the rights.
|
||||||
|
These restrictions translate to certain responsibilities for you if you
|
||||||
|
distribute copies of the software, or if you modify it.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must give the recipients all the rights that
|
||||||
|
you have. You must make sure that they, too, receive or can get the
|
||||||
|
source code. And you must show them these terms so they know their
|
||||||
|
rights.
|
||||||
|
|
||||||
|
We protect your rights with two steps: (1) copyright the software, and
|
||||||
|
(2) offer you this license which gives you legal permission to copy,
|
||||||
|
distribute and/or modify the software.
|
||||||
|
|
||||||
|
Also, for each author's protection and ours, we want to make certain
|
||||||
|
that everyone understands that there is no warranty for this free
|
||||||
|
software. If the software is modified by someone else and passed on, we
|
||||||
|
want its recipients to know that what they have is not the original, so
|
||||||
|
that any problems introduced by others will not reflect on the original
|
||||||
|
authors' reputations.
|
||||||
|
|
||||||
|
Finally, any free program is threatened constantly by software
|
||||||
|
patents. We wish to avoid the danger that redistributors of a free
|
||||||
|
program will individually obtain patent licenses, in effect making the
|
||||||
|
program proprietary. To prevent this, we have made it clear that any
|
||||||
|
patent must be licensed for everyone's free use or not licensed at all.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. This License applies to any program or other work which contains
|
||||||
|
a notice placed by the copyright holder saying it may be distributed
|
||||||
|
under the terms of this General Public License. The "Program", below,
|
||||||
|
refers to any such program or work, and a "work based on the Program"
|
||||||
|
means either the Program or any derivative work under copyright law:
|
||||||
|
that is to say, a work containing the Program or a portion of it,
|
||||||
|
either verbatim or with modifications and/or translated into another
|
||||||
|
language. (Hereinafter, translation is included without limitation in
|
||||||
|
the term "modification".) Each licensee is addressed as "you".
|
||||||
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
|
covered by this License; they are outside its scope. The act of
|
||||||
|
running the Program is not restricted, and the output from the Program
|
||||||
|
is covered only if its contents constitute a work based on the
|
||||||
|
Program (independent of having been made by running the Program).
|
||||||
|
Whether that is true depends on what the Program does.
|
||||||
|
|
||||||
|
1. You may copy and distribute verbatim copies of the Program's
|
||||||
|
source code as you receive it, in any medium, provided that you
|
||||||
|
conspicuously and appropriately publish on each copy an appropriate
|
||||||
|
copyright notice and disclaimer of warranty; keep intact all the
|
||||||
|
notices that refer to this License and to the absence of any warranty;
|
||||||
|
and give any other recipients of the Program a copy of this License
|
||||||
|
along with the Program.
|
||||||
|
|
||||||
|
You may charge a fee for the physical act of transferring a copy, and
|
||||||
|
you may at your option offer warranty protection in exchange for a fee.
|
||||||
|
|
||||||
|
2. You may modify your copy or copies of the Program or any portion
|
||||||
|
of it, thus forming a work based on the Program, and copy and
|
||||||
|
distribute such modifications or work under the terms of Section 1
|
||||||
|
above, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) You must cause the modified files to carry prominent notices
|
||||||
|
stating that you changed the files and the date of any change.
|
||||||
|
|
||||||
|
b) You must cause any work that you distribute or publish, that in
|
||||||
|
whole or in part contains or is derived from the Program or any
|
||||||
|
part thereof, to be licensed as a whole at no charge to all third
|
||||||
|
parties under the terms of this License.
|
||||||
|
|
||||||
|
c) If the modified program normally reads commands interactively
|
||||||
|
when run, you must cause it, when started running for such
|
||||||
|
interactive use in the most ordinary way, to print or display an
|
||||||
|
announcement including an appropriate copyright notice and a
|
||||||
|
notice that there is no warranty (or else, saying that you provide
|
||||||
|
a warranty) and that users may redistribute the program under
|
||||||
|
these conditions, and telling the user how to view a copy of this
|
||||||
|
License. (Exception: if the Program itself is interactive but
|
||||||
|
does not normally print such an announcement, your work based on
|
||||||
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
|
These requirements apply to the modified work as a whole. If
|
||||||
|
identifiable sections of that work are not derived from the Program,
|
||||||
|
and can be reasonably considered independent and separate works in
|
||||||
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
|
distribute the same sections as part of a whole which is a work based
|
||||||
|
on the Program, the distribution of the whole must be on the terms of
|
||||||
|
this License, whose permissions for other licensees extend to the
|
||||||
|
entire whole, and thus to each and every part regardless of who wrote it.
|
||||||
|
|
||||||
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
|
exercise the right to control the distribution of derivative or
|
||||||
|
collective works based on the Program.
|
||||||
|
|
||||||
|
In addition, mere aggregation of another work not based on the Program
|
||||||
|
with the Program (or with a work based on the Program) on a volume of
|
||||||
|
a storage or distribution medium does not bring the other work under
|
||||||
|
the scope of this License.
|
||||||
|
|
||||||
|
3. You may copy and distribute the Program (or a work based on it,
|
||||||
|
under Section 2) in object code or executable form under the terms of
|
||||||
|
Sections 1 and 2 above provided that you also do one of the following:
|
||||||
|
|
||||||
|
a) Accompany it with the complete corresponding machine-readable
|
||||||
|
source code, which must be distributed under the terms of Sections
|
||||||
|
1 and 2 above on a medium customarily used for software interchange; or,
|
||||||
|
|
||||||
|
b) Accompany it with a written offer, valid for at least three
|
||||||
|
years, to give any third party, for a charge no more than your
|
||||||
|
cost of physically performing source distribution, a complete
|
||||||
|
machine-readable copy of the corresponding source code, to be
|
||||||
|
distributed under the terms of Sections 1 and 2 above on a medium
|
||||||
|
customarily used for software interchange; or,
|
||||||
|
|
||||||
|
c) Accompany it with the information you received as to the offer
|
||||||
|
to distribute corresponding source code. (This alternative is
|
||||||
|
allowed only for noncommercial distribution and only if you
|
||||||
|
received the program in object code or executable form with such
|
||||||
|
an offer, in accord with Subsection b above.)
|
||||||
|
|
||||||
|
The source code for a work means the preferred form of the work for
|
||||||
|
making modifications to it. For an executable work, complete source
|
||||||
|
code means all the source code for all modules it contains, plus any
|
||||||
|
associated interface definition files, plus the scripts used to
|
||||||
|
control compilation and installation of the executable. However, as a
|
||||||
|
special exception, the source code distributed need not include
|
||||||
|
anything that is normally distributed (in either source or binary
|
||||||
|
form) with the major components (compiler, kernel, and so on) of the
|
||||||
|
operating system on which the executable runs, unless that component
|
||||||
|
itself accompanies the executable.
|
||||||
|
|
||||||
|
If distribution of executable or object code is made by offering
|
||||||
|
access to copy from a designated place, then offering equivalent
|
||||||
|
access to copy the source code from the same place counts as
|
||||||
|
distribution of the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
|
except as expressly provided under this License. Any attempt
|
||||||
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
|
void, and will automatically terminate your rights under this License.
|
||||||
|
However, parties who have received copies, or rights, from you under
|
||||||
|
this License will not have their licenses terminated so long as such
|
||||||
|
parties remain in full compliance.
|
||||||
|
|
||||||
|
5. You are not required to accept this License, since you have not
|
||||||
|
signed it. However, nothing else grants you permission to modify or
|
||||||
|
distribute the Program or its derivative works. These actions are
|
||||||
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
|
modifying or distributing the Program (or any work based on the
|
||||||
|
Program), you indicate your acceptance of this License to do so, and
|
||||||
|
all its terms and conditions for copying, distributing or modifying
|
||||||
|
the Program or works based on it.
|
||||||
|
|
||||||
|
6. Each time you redistribute the Program (or any work based on the
|
||||||
|
Program), the recipient automatically receives a license from the
|
||||||
|
original licensor to copy, distribute or modify the Program subject to
|
||||||
|
these terms and conditions. You may not impose any further
|
||||||
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties to
|
||||||
|
this License.
|
||||||
|
|
||||||
|
7. If, as a consequence of a court judgment or allegation of patent
|
||||||
|
infringement or for any other reason (not limited to patent issues),
|
||||||
|
conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot
|
||||||
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you
|
||||||
|
may not distribute the Program at all. For example, if a patent
|
||||||
|
license would not permit royalty-free redistribution of the Program by
|
||||||
|
all those who receive copies directly or indirectly through you, then
|
||||||
|
the only way you could satisfy both it and this License would be to
|
||||||
|
refrain entirely from distribution of the Program.
|
||||||
|
|
||||||
|
If any portion of this section is held invalid or unenforceable under
|
||||||
|
any particular circumstance, the balance of the section is intended to
|
||||||
|
apply and the section as a whole is intended to apply in other
|
||||||
|
circumstances.
|
||||||
|
|
||||||
|
It is not the purpose of this section to induce you to infringe any
|
||||||
|
patents or other property right claims or to contest validity of any
|
||||||
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system, which is
|
||||||
|
implemented by public license practices. Many people have made
|
||||||
|
generous contributions to the wide range of software distributed
|
||||||
|
through that system in reliance on consistent application of that
|
||||||
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
|
to distribute software through any other system and a licensee cannot
|
||||||
|
impose that choice.
|
||||||
|
|
||||||
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
|
original copyright holder who places the Program under this License
|
||||||
|
may add an explicit geographical distribution limitation excluding
|
||||||
|
those countries, so that distribution is permitted only in or among
|
||||||
|
countries not thus excluded. In such case, this License incorporates
|
||||||
|
the limitation as if written in the body of this License.
|
||||||
|
|
||||||
|
9. The Free Software Foundation may publish revised and/or new versions
|
||||||
|
of the General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the Program
|
||||||
|
specifies a version number of this License which applies to it and "any
|
||||||
|
later version", you have the option of following the terms and conditions
|
||||||
|
either of that version or of any later version published by the Free
|
||||||
|
Software Foundation. If the Program does not specify a version number of
|
||||||
|
this License, you may choose any version ever published by the Free Software
|
||||||
|
Foundation.
|
||||||
|
|
||||||
|
10. If you wish to incorporate parts of the Program into other free
|
||||||
|
programs whose distribution conditions are different, write to the author
|
||||||
|
to ask for permission. For software which is copyrighted by the Free
|
||||||
|
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||||
|
make exceptions for this. Our decision will be guided by the two goals
|
||||||
|
of preserving the free status of all derivatives of our free software and
|
||||||
|
of promoting the sharing and reuse of software generally.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
|
||||||
|
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||||
|
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||||
|
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||||
|
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||||
|
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||||
|
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||||
|
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||||
|
REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||||
|
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||||
|
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||||
|
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||||
|
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||||
|
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH DAMAGES.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
Appendix: How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
convey the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) 19yy <name of author>
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program is interactive, make it output a short notice like this
|
||||||
|
when it starts in an interactive mode:
|
||||||
|
|
||||||
|
Gnomovision version 69, Copyright (C) 19yy name of author
|
||||||
|
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, the commands you use may
|
||||||
|
be called something other than `show w' and `show c'; they could even be
|
||||||
|
mouse-clicks or menu items--whatever suits your program.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or your
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||||
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||||
|
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||||
|
|
||||||
|
<signature of Ty Coon>, 1 April 1989
|
||||||
|
Ty Coon, President of Vice
|
||||||
|
|
||||||
|
This General Public License does not permit incorporating your program into
|
||||||
|
proprietary programs. If your program is a subroutine library, you may
|
||||||
|
consider it more useful to permit linking proprietary applications with the
|
||||||
|
library. If this is what you want to do, use the GNU Library General
|
||||||
|
Public License instead of this License.
|
||||||
583
contrib/DNSchrony/DNSchrony.pl
Executable file
583
contrib/DNSchrony/DNSchrony.pl
Executable file
@@ -0,0 +1,583 @@
|
|||||||
|
#!/usr/bin/perl
|
||||||
|
# Copyright (C) Paul Elliott 2002
|
||||||
|
my($copyrighttext) = <<'EOF';
|
||||||
|
# Copyright (C) Paul Elliott 2002
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
# SEE COPYING FOR DETAILS
|
||||||
|
EOF
|
||||||
|
|
||||||
|
#modules we use.
|
||||||
|
|
||||||
|
use Socket;
|
||||||
|
use Getopt::Std;
|
||||||
|
use Net::DNS;
|
||||||
|
use Tie::Syslog;
|
||||||
|
use File::Temp qw/ :mktemp /;
|
||||||
|
use File::Copy;
|
||||||
|
|
||||||
|
local($res) = new Net::DNS::Resolver;
|
||||||
|
|
||||||
|
#dns lookup of IP address.
|
||||||
|
#returns ip or errorstring.
|
||||||
|
sub gethostaddr($) #get ip address from host
|
||||||
|
{
|
||||||
|
my($host) = shift;
|
||||||
|
$query = $res->search($host);
|
||||||
|
if ($query) {
|
||||||
|
foreach $rr ($query->answer) {
|
||||||
|
next unless $rr->type eq "A";
|
||||||
|
print $rr->address, "\n" if $pedebug;
|
||||||
|
return $rr->address;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
print "query failed: ", $res->errorstring, "\n" if $pedebug;
|
||||||
|
return $res->errorstring;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#send messages to syslog
|
||||||
|
|
||||||
|
sub Log($$)
|
||||||
|
{
|
||||||
|
if ($log) {
|
||||||
|
my($level) = shift;
|
||||||
|
my($mess) =shift;
|
||||||
|
|
||||||
|
tie *MYLOG, 'Tie::Syslog',$level,$0,'pid','unix';
|
||||||
|
print MYLOG $mess;
|
||||||
|
|
||||||
|
untie *MYLOG;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#send message to output or syslog
|
||||||
|
#and die.
|
||||||
|
|
||||||
|
sub BadDie($)
|
||||||
|
{
|
||||||
|
my($myerr) =$!;
|
||||||
|
my($mess)=shift;
|
||||||
|
|
||||||
|
if($log){
|
||||||
|
tie *MYLOG, 'Tie::Syslog','local0.err',$0,'pid','unix';
|
||||||
|
print MYLOG $mess;
|
||||||
|
print MYLOG $myerr;
|
||||||
|
|
||||||
|
untie *MYLOG;
|
||||||
|
|
||||||
|
} else {
|
||||||
|
print "$mess\n$myerr\n";
|
||||||
|
}
|
||||||
|
die $mess;
|
||||||
|
}
|
||||||
|
|
||||||
|
sub isIpAddr($) #return true if looks like ip address
|
||||||
|
{
|
||||||
|
my($ip) = shift;
|
||||||
|
return 1 if ( $ip =~ m/$ipOnlyPAT/ );
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
sub isHostname($) #return true if looks like ip address
|
||||||
|
{
|
||||||
|
my($ip) = shift;
|
||||||
|
return 1 if ( $ip =~ m/$hostnameOnlyPAT/ );
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#send commands to chronyc by piping.
|
||||||
|
sub chronyc($) #send commands to chronyc
|
||||||
|
{
|
||||||
|
my($command) = shift;
|
||||||
|
my($err) = "/var/tmp/chronyc.log";
|
||||||
|
my($chronyP) = "/usr/local/bin/chronyc";
|
||||||
|
open(CHRONY, "| $chronyP 1>$err 2>&1");
|
||||||
|
|
||||||
|
print CHRONY "$passwd$command\n";
|
||||||
|
|
||||||
|
close(CHRONY);
|
||||||
|
|
||||||
|
Log('local0.info',"chronyc command issued=$command");
|
||||||
|
#look at status lines till return bad.
|
||||||
|
open( IN, "<$err");
|
||||||
|
my($status);
|
||||||
|
while (<IN>) {
|
||||||
|
$status = $_;
|
||||||
|
|
||||||
|
unless ( m/\A200 OK/ ) {
|
||||||
|
last;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
$status ="" if ( $status =~ m/\A200 OK/ );
|
||||||
|
close(IN);
|
||||||
|
unlink $err;
|
||||||
|
Log('local0.info',"chronyc results=$status");
|
||||||
|
return $status;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#common patterns
|
||||||
|
|
||||||
|
# an ip address patern
|
||||||
|
local($ipPAT) = qr/\d{1,3}(?:\.\d{1,3}){3}/;
|
||||||
|
# an hostname pattern
|
||||||
|
local($hostnamePAT) = qr/\w+(?:\.\w+)*/;
|
||||||
|
#line with hostname only
|
||||||
|
local($hostnameOnlyPAT) = qr/\A$hostnamePAT\Z/;
|
||||||
|
#line with ip address only
|
||||||
|
local($ipOnlyPAT) =qr/\A$ipPAT\Z/;
|
||||||
|
|
||||||
|
#options hash
|
||||||
|
my(%opts);
|
||||||
|
|
||||||
|
|
||||||
|
getopts('nuadslPSC', \%opts);
|
||||||
|
|
||||||
|
local($log) = ( $opts{'l'} ) ? 1 : 0;
|
||||||
|
|
||||||
|
my($offline) = !( $opts{'n'} ) ;
|
||||||
|
my($offlineS) = ( $opts{'n'} ) ? " " : " offline" ;
|
||||||
|
|
||||||
|
# paul elliotts secret debug var. no one will ever find out about it.
|
||||||
|
local($pedebug)=( ($ENV{"PAULELLIOTTDEBUG"}) or ($opts{P}) );
|
||||||
|
|
||||||
|
if ($opts{C}) {
|
||||||
|
|
||||||
|
print $copyrighttext;
|
||||||
|
exit 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
print <<"EOF" unless $opts{'S'};
|
||||||
|
$0, Copyright (C) 2002 Paul Elliott
|
||||||
|
$0 comes with ABSOLUTELY NO WARRANTY; for details
|
||||||
|
invoke $0 -C. This is free software, and you are welcome
|
||||||
|
to redistribute it under certain conditions; invoke $0 -C
|
||||||
|
for details.
|
||||||
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
local($passwd);
|
||||||
|
|
||||||
|
# password to send to chronyc
|
||||||
|
my($pl) = $ENV{"CHRONYPASSWORD"};
|
||||||
|
|
||||||
|
#password comand to send to chronyc
|
||||||
|
if ( $pl ) {
|
||||||
|
$passwd = "password $pl\n";
|
||||||
|
} else {
|
||||||
|
$passwd = "";
|
||||||
|
}
|
||||||
|
print "passwd=$passwd\n" if ($pedebug);
|
||||||
|
|
||||||
|
my(%host2ip);
|
||||||
|
|
||||||
|
# hash of arrays. host2ip{$host}[0] is ip address for this host
|
||||||
|
# host2ip{$host}[1] is rest of paramenters for this host exc offline.
|
||||||
|
|
||||||
|
#if debuging do chrony.conf in current directory.
|
||||||
|
my($listfile) =( ($pedebug) ? "./chrony.conf" : "/etc/chrony.conf") ;
|
||||||
|
|
||||||
|
# This section reads in the old data about
|
||||||
|
# hostnames IP addresses and server parameters
|
||||||
|
# data is stored as it would be in chrony.conf
|
||||||
|
# file i.e.:
|
||||||
|
#># HOSTNAME
|
||||||
|
#>server IPADDR minpoll 5 maxpoll 10 maxdelay 0.4 offline
|
||||||
|
#
|
||||||
|
# the parameter offline is omitted if the -n switch is specified.
|
||||||
|
# first parameter is the filename of the file usually
|
||||||
|
# is /etc/DNSchrony.conf
|
||||||
|
# this is where we store the list of DNS hosts.
|
||||||
|
# hosts with static IP address shold be kept in chrony.conf
|
||||||
|
|
||||||
|
# this is header that marks dnyamic host section
|
||||||
|
my($noedithead)=<<'EOF';
|
||||||
|
## DNSchrony dynamic dns server section. DO NOT EDIT
|
||||||
|
## per entry FORMAT:
|
||||||
|
## |--------------------------------------------|
|
||||||
|
## |#HOSTNAME |
|
||||||
|
## |server IP-ADDRESS extra-params [ offline ] |
|
||||||
|
## |--------------------------------------------|
|
||||||
|
EOF
|
||||||
|
#patern that recognizes above.
|
||||||
|
my($noeditheadPAT) =
|
||||||
|
qr/\#\#\s+DNSchrony\s+dynamic\s+dns\s+server\s+section\.\s+DO\s+NOT\s+EDIT\s*/;
|
||||||
|
|
||||||
|
#end of header marker.
|
||||||
|
my($noeditheadend)=<<'EOF';
|
||||||
|
## END OF DNSchrony dynamic dns server section.
|
||||||
|
EOF
|
||||||
|
|
||||||
|
#pattern that matches above.
|
||||||
|
my($noeditheadendPAT)=
|
||||||
|
qr/\#\#\s+END\s+OF\s+DNSchrony\s+dynamic\s+dns\s+server\s+section.\s*/;
|
||||||
|
|
||||||
|
#array to hold non dns portion of chrony.conf
|
||||||
|
my(@chronyDconf);
|
||||||
|
|
||||||
|
|
||||||
|
my($ip);
|
||||||
|
my($rest);
|
||||||
|
my($host);
|
||||||
|
|
||||||
|
# for each entry in the list of hosts....
|
||||||
|
open(READIN, "<$listfile") or BadDie("Can not open $listfile");
|
||||||
|
|
||||||
|
# read till dynamic patern read save in @chronyDconf
|
||||||
|
|
||||||
|
while ( <READIN> ) {
|
||||||
|
|
||||||
|
my($line) = $_;
|
||||||
|
|
||||||
|
last if ( m/\A$noeditheadPAT\Z/ );
|
||||||
|
|
||||||
|
push(@chronyDconf,$line);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
while ( <READIN> ) {
|
||||||
|
|
||||||
|
#end loop when end of header encountered
|
||||||
|
last if ( m/\A$noeditheadendPAT/ );
|
||||||
|
|
||||||
|
# parse the line giving ip address, extra pamamters, and host
|
||||||
|
#do host comment line first
|
||||||
|
($host) = m{
|
||||||
|
\A\#\s*
|
||||||
|
($hostnamePAT)
|
||||||
|
\s*\z
|
||||||
|
}xio;
|
||||||
|
|
||||||
|
#no match skip this line.
|
||||||
|
next unless ( $host );
|
||||||
|
|
||||||
|
# read next line
|
||||||
|
$_ = <READIN>;
|
||||||
|
|
||||||
|
# parse out ip address extra parameters.
|
||||||
|
($ip,$rest) =
|
||||||
|
m{
|
||||||
|
\A
|
||||||
|
\s*
|
||||||
|
server #server comand
|
||||||
|
\s+
|
||||||
|
($ipPAT) #ip address
|
||||||
|
(?ixo: \s )
|
||||||
|
\s*
|
||||||
|
(
|
||||||
|
(?(?!
|
||||||
|
(?iox: offline )? #skip to offline #
|
||||||
|
\s* #or #
|
||||||
|
\Z
|
||||||
|
).)*
|
||||||
|
)
|
||||||
|
(?ixo:
|
||||||
|
\s*
|
||||||
|
(?ixo: offline )? #consume to #
|
||||||
|
\s*
|
||||||
|
\Z
|
||||||
|
)
|
||||||
|
}xio ;
|
||||||
|
|
||||||
|
#if failure again.
|
||||||
|
next unless ( $ip );
|
||||||
|
|
||||||
|
$rest =~ s/\s*\z//; #remove trail blanks
|
||||||
|
#from parameters
|
||||||
|
# store the data in the list
|
||||||
|
# key is host name value is
|
||||||
|
# array [0] is ip address
|
||||||
|
# [1] is other parameters
|
||||||
|
$host2ip{$host} = [$ip,$rest] ;
|
||||||
|
print "ip=$ip rest=$rest host=$host<\n" if $pedebug;
|
||||||
|
|
||||||
|
}
|
||||||
|
#read trailing line into @chronyDconf
|
||||||
|
while ( <READIN> ) {
|
||||||
|
|
||||||
|
push(@chronyDconf,$_);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
close(READIN) or BadDie("can not close $listfile");
|
||||||
|
|
||||||
|
#if the add command:
|
||||||
|
# command can be HOST=IPADDRESS OTHER_PARAMETERS
|
||||||
|
# means add the server trust the ip address geven with out a dns lookup
|
||||||
|
# good for when dns is down but we know the ip addres
|
||||||
|
# or
|
||||||
|
# HOST OTHER_PARAMETERS
|
||||||
|
#we lookup the ip address with dns.
|
||||||
|
|
||||||
|
if ($opts{'a'}) {
|
||||||
|
my($param)= shift;
|
||||||
|
|
||||||
|
|
||||||
|
# parse the param is it hostname
|
||||||
|
if ( ($host,$ip) = $param =~ m/\A($hostnamePAT)=($ipPAT)\Z/ ) {
|
||||||
|
printf "ip=$ip host=$host\n" if ($pedebug);
|
||||||
|
} else {
|
||||||
|
|
||||||
|
$host = $param;
|
||||||
|
|
||||||
|
# get the ip address
|
||||||
|
$ip = gethostaddr($host);
|
||||||
|
|
||||||
|
if ( ! isIpAddr($ip) or ! isHostname($host) ) {
|
||||||
|
print "query failed: ", $ip, "host=$host\n" if $pedebug;
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
printf "ip=$ip host=$host\n" if ($pedebug);
|
||||||
|
|
||||||
|
# add the server using chronyc
|
||||||
|
my($status) = chronyc("add server $ip $rest");
|
||||||
|
if ($status) { #chronyc error
|
||||||
|
print "chronyc failed, status=$status\n";
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
# get rest of arguements
|
||||||
|
$rest = join( ' ', @ARGV);
|
||||||
|
print "rest=$rest\n" if ($pedebug);
|
||||||
|
|
||||||
|
#save node in hash
|
||||||
|
$host2ip{$host} = [$ip,$rest] ;
|
||||||
|
print "ip=$ip rest=$rest host=$host<\n" if $pedebug;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#delete command if arguement is ip address
|
||||||
|
#just delete it
|
||||||
|
#if a hostname look it up
|
||||||
|
#then delete it.
|
||||||
|
|
||||||
|
if ($opts{'d'}) {
|
||||||
|
$host = shift;
|
||||||
|
|
||||||
|
#get host name is it ap address
|
||||||
|
if ( isIpAddr($host) ) { # if ip address
|
||||||
|
my($hostIT);
|
||||||
|
my($found) =0;
|
||||||
|
foreach $hostIT (keys(%host2ip) ) { #search for match
|
||||||
|
if ( $host2ip{$hostIT}[0] eq $host) {
|
||||||
|
$found=1; #record match
|
||||||
|
}
|
||||||
|
} #end of search
|
||||||
|
if ($found) { #if match found
|
||||||
|
my($status) = chronyc("delete $host"); #chronyc
|
||||||
|
if ($status) { #chronyc error
|
||||||
|
print "chronyc failed, status=$status\n";
|
||||||
|
exit 1;
|
||||||
|
} else { #reiterate
|
||||||
|
foreach $hostIT (keys(%host2ip) ) {
|
||||||
|
if ( $host2ip{$hostIT}[0] eq $host) {
|
||||||
|
delete $host2ip{$hostIT}; #deleting match hosts
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
} else { #else not ip address
|
||||||
|
#must be hostname
|
||||||
|
if ( ! $host2ip{$host} ) {
|
||||||
|
print "No such host as $host listed\n";
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
#get ip address
|
||||||
|
$ip=gethostaddr($host);
|
||||||
|
if ( ! isIpAddr($ip) ) { #no ip address
|
||||||
|
print "query failed: ", $ip, "\n" if $pedebug;
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
printf "ip=$ip host=$host\n" if ($pedebug);
|
||||||
|
|
||||||
|
my($listed_host_ip) = $host2ip{$host}[0]; # get the ip address saved
|
||||||
|
|
||||||
|
if ( $ip ne $listed_host_ip) {
|
||||||
|
print
|
||||||
|
"Info: listed host ip=>$listed_host_ip".
|
||||||
|
"< is different from DNS ip=>$ip<\n";
|
||||||
|
$ip = $listed_host_ip;
|
||||||
|
}
|
||||||
|
|
||||||
|
# delete the server
|
||||||
|
my($status) = chronyc("delete $listed_host_ip\n");
|
||||||
|
|
||||||
|
if ($status) {
|
||||||
|
print "chronyc failed, status=$status\n";
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
#delete table entry
|
||||||
|
delete$host2ip{$host};
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#update for each host who's dns ip address has changed
|
||||||
|
#delete the old server and add the new. update the record.
|
||||||
|
if ($opts{'u'}) {
|
||||||
|
my($command);
|
||||||
|
|
||||||
|
my(%prospective); # store new IP address we
|
||||||
|
#are thinking of changing.
|
||||||
|
|
||||||
|
Log('local0.info',
|
||||||
|
"Now searching for modified DNS entries.");
|
||||||
|
|
||||||
|
foreach $host (keys(%host2ip)) { #for each listed host
|
||||||
|
my($old_ip) = $host2ip{$host}[0]; #get old ip
|
||||||
|
$rest = $host2ip{$host}[1]; #extra params
|
||||||
|
|
||||||
|
$ip = gethostaddr($host); #get new ip from dns
|
||||||
|
#if error
|
||||||
|
if ( ! isIpAddr($ip) or ! isHostname($host) ) {
|
||||||
|
print "query failed: ", $ip, "host=$host\n";
|
||||||
|
|
||||||
|
Log('local0.err',"query failed: ". $ip . "host=$host");
|
||||||
|
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
next if($ip eq $old_ip); #if ip not changed, skip
|
||||||
|
|
||||||
|
Log('local0.info',"Ip address for $host has changed. Old IP address=".
|
||||||
|
"$old_ip, new IP address=$ip");
|
||||||
|
# add command to delete old host, add the new.
|
||||||
|
$command = $command . "delete $old_ip\n" .
|
||||||
|
"add server $ip $rest\n";
|
||||||
|
|
||||||
|
# we are now thinking about changing this host ip
|
||||||
|
$prospective{$host} = [$ip,$rest];
|
||||||
|
}
|
||||||
|
# submit all the accumulated chronyc commands if any.
|
||||||
|
if ($command) {
|
||||||
|
$status = chronyc($command);
|
||||||
|
if ($status) {
|
||||||
|
print "chronyc failed, status=$status\n";
|
||||||
|
Log('local0.err',"query failed: ". $ip . "host=$host");
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
} else { #if no commands exit
|
||||||
|
exit 0; #because no rewrite of file needed
|
||||||
|
}
|
||||||
|
|
||||||
|
#copy prospective modifications back into main table.
|
||||||
|
#we now know that all these mods were done with chronyc
|
||||||
|
foreach $host (keys(%prospective)) {
|
||||||
|
my($ip) = $prospective{$host}[0];
|
||||||
|
$rest = $prospective{$host}[1];
|
||||||
|
$host2ip{$host} = [$ip,$rest];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#starting for each entry we have read in from the old list
|
||||||
|
# add the server in chronyc
|
||||||
|
# this option is seldom used.
|
||||||
|
|
||||||
|
if ($opts{'s'}) {
|
||||||
|
my($command)="";
|
||||||
|
|
||||||
|
foreach $host (keys(%host2ip)) {
|
||||||
|
$command = $command . "add server $host2ip{$host}[0] ".
|
||||||
|
"$host2ip{$host}[1]\n";
|
||||||
|
}
|
||||||
|
my($status) = chronyc($command);
|
||||||
|
if ($status) {
|
||||||
|
print "chronyc failed, status=$status\n";
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
# write out the data file in format
|
||||||
|
#># HOSTNAME
|
||||||
|
#>server IPADDRESS extra parameters [offline]
|
||||||
|
# offline is omitted if -n switch is specified.
|
||||||
|
|
||||||
|
my(@value);
|
||||||
|
my($such);
|
||||||
|
{
|
||||||
|
# to start out we write to temporary file.
|
||||||
|
(my($writeout) , my($outname)) = mkstemp( "${listfile}.outXXXXXXX");
|
||||||
|
|
||||||
|
$outname or BadDie("can not open for $listfile");
|
||||||
|
|
||||||
|
|
||||||
|
# save the chrony.conf part!
|
||||||
|
# and write the DYNAMIC header
|
||||||
|
print $writeout @chronyDconf, $noedithead;
|
||||||
|
|
||||||
|
|
||||||
|
# for each entry
|
||||||
|
foreach $host (keys(%host2ip) ){
|
||||||
|
|
||||||
|
#write the record
|
||||||
|
|
||||||
|
# write the comment that indicates the hostname
|
||||||
|
# and the server command.
|
||||||
|
print $writeout
|
||||||
|
"\# $host\nserver $host2ip{$host}[0] $host2ip{$host}[1]${offlineS}\n" ;
|
||||||
|
|
||||||
|
print
|
||||||
|
"server $host2ip{$host}[0] $host2ip{$host}[1]${offlineS}\# $host\n"
|
||||||
|
if $pedebug;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#WRITE THE end of dnyamic marker comment
|
||||||
|
print $writeout $noeditheadend;
|
||||||
|
|
||||||
|
# close the output file which was a temporary file.
|
||||||
|
close($writeout) or BadDie("can not close $outname");
|
||||||
|
|
||||||
|
# we now begin a intracate dance to make the the temporary
|
||||||
|
# the main chrony.conf
|
||||||
|
#
|
||||||
|
# if there is a chrony.conf.BAK save it to a temporary.
|
||||||
|
# rename chrony.conf to chrony.conf.BAK
|
||||||
|
# rename the temporary to chrony.conf
|
||||||
|
# if there already was a chrony.conf.BAK, unlink the copy of this.
|
||||||
|
|
||||||
|
my($backname) = "$listfile\.BAK";
|
||||||
|
my($backplain) = ( -f $backname );
|
||||||
|
my($saveback);
|
||||||
|
#if chrony.conf.BAK exists rename to a temporary.
|
||||||
|
if ($backplain ) {
|
||||||
|
|
||||||
|
$saveback = mktemp("${backname}.bakXXXXXXX");
|
||||||
|
move($backname,$saveback) or
|
||||||
|
BadDie "unable to move $backname to $savename";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
# rename old chrony.conf to chrony.conf.BAK
|
||||||
|
move($listfile,$backname) or
|
||||||
|
BadDie "unable to move $listfile to $backname";
|
||||||
|
|
||||||
|
# rename our output to chrony.conf
|
||||||
|
move($outname,$listfile) or
|
||||||
|
BadDie "unable to move $outname to $listfile";
|
||||||
|
|
||||||
|
#if there was a temporary chrony.conf.BAK that we saved to temp
|
||||||
|
#unlink it
|
||||||
|
unlink($saveback) or BadDie "unable to unlink $saveback" if($backplain);
|
||||||
|
|
||||||
|
}
|
||||||
21
contrib/DNSchrony/DNSchronyADD
Executable file
21
contrib/DNSchrony/DNSchronyADD
Executable file
@@ -0,0 +1,21 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
# $1 is chrony password.
|
||||||
|
# $2 is hostname to add or hostname=ipaddres
|
||||||
|
# $3-$9 is rest of extra server parameters
|
||||||
|
|
||||||
|
FIRST="$1"
|
||||||
|
HOST="$2"
|
||||||
|
shift 2
|
||||||
|
|
||||||
|
#remaining parameters a the other paramaters to server command
|
||||||
|
#excluding "offline"
|
||||||
|
ARGS="$*"
|
||||||
|
|
||||||
|
#if none use default taken from chrony documentation.
|
||||||
|
DEF="minpoll 5 maxpoll 10 maxdelay 0.4"
|
||||||
|
|
||||||
|
DARGS=${ARGS:-$DEF}
|
||||||
|
|
||||||
|
CHRONYPASSWORD=$FIRST \
|
||||||
|
/usr/local/bin/DNSchrony.pl -a "$HOST" "$DARGS"
|
||||||
7
contrib/DNSchrony/DNSchronyDELETE
Executable file
7
contrib/DNSchrony/DNSchronyDELETE
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
# $1 is chrony password.
|
||||||
|
# $2 host to be deleted if ip nn.n.n.n then no DNS used
|
||||||
|
|
||||||
|
CHRONYPASSWORD=$1 \
|
||||||
|
/usr/local/bin/DNSchrony.pl -d $2
|
||||||
7
contrib/DNSchrony/DNSchronyUPDATE
Executable file
7
contrib/DNSchrony/DNSchronyUPDATE
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
# $1 is chrony password.
|
||||||
|
|
||||||
|
|
||||||
|
CHRONYPASSWORD=$1 \
|
||||||
|
/usr/local/bin/DNSchrony.pl -ulS
|
||||||
166
contrib/DNSchrony/README
Normal file
166
contrib/DNSchrony/README
Normal file
@@ -0,0 +1,166 @@
|
|||||||
|
Copyright (C) Paul Elliott 2002
|
||||||
|
|
||||||
|
|
||||||
|
DNSchrony.pl version -2.0
|
||||||
|
|
||||||
|
Problem: If you look at the list of secondary NTP servers:
|
||||||
|
http://www.eecis.udel.edu/~mills/ntp/clock2.htm
|
||||||
|
|
||||||
|
you will find statements like this:
|
||||||
|
|
||||||
|
"Note: IP addresses are subject to change; please use DNS"
|
||||||
|
|
||||||
|
These servers represent a problem for chrony. Chrony is a program
|
||||||
|
designed to work on hosts with an intermittent connection to the
|
||||||
|
internet. Often no DNS is available when chrony starts. As chrony
|
||||||
|
is currently designed, chronyd never sees a DNS host name. If a
|
||||||
|
user specifies one when using chronyc's "add server" command, the
|
||||||
|
DNS lookup is done by chronyc and an IP address is passed to chronyd.
|
||||||
|
|
||||||
|
One can imagine I suppose, a redesign to chrony in which chronyd
|
||||||
|
keeps track of DNS changes. But this has problems, all the time
|
||||||
|
chronyd is fooling around with DNS, it would not be keeping track
|
||||||
|
of its prime function, what the clocks and NTP servers are saying.
|
||||||
|
This could result in poorer performance. Or perhaps you say that
|
||||||
|
chronyd should be multi threaded. One thread to fool with DNS
|
||||||
|
and another to keep track of time. But this introduces a great
|
||||||
|
deal of complexity, and complexity is the enemy of elegant robust
|
||||||
|
code. Besides, Richard probably has better things to do.
|
||||||
|
|
||||||
|
I have attempted to address this problem with a humble perl script,
|
||||||
|
which I now release under the GPL: DNSchrony.pl
|
||||||
|
|
||||||
|
PLEA FOR HELP FROM EXPERIENCED PERL HACKERS.
|
||||||
|
|
||||||
|
Please go thru the code and find errors and improvements.
|
||||||
|
I am not quite an polished perl hacker. Please fix bugs and
|
||||||
|
make improvements. It needs better documentation. Someone
|
||||||
|
who knows how, put in some POD.
|
||||||
|
|
||||||
|
END OF PLEA
|
||||||
|
|
||||||
|
Philosophy of DNSchrony.pl: keep a list of servers that use
|
||||||
|
DNS. From time to time, hopefully when DNS is up, go thru
|
||||||
|
the list lookup all the hostnames and see if any ip addresses have
|
||||||
|
changed. If any have changed, update our list and do chronyc
|
||||||
|
"delete" and "add server" commands so that chronyd now talks to
|
||||||
|
the right NTP server.
|
||||||
|
|
||||||
|
Additional nuance: keep the list in /etc/chrony.conf in the
|
||||||
|
form of comments starting with "#" and "server" commands
|
||||||
|
legal in a chrony.conf file. Format of a list entry:
|
||||||
|
|
||||||
|
# hostname
|
||||||
|
server IP-ADDRESS extra server parameters
|
||||||
|
|
||||||
|
These entries are delimited by special comments that allow
|
||||||
|
DNSchrony.pl to find them and also tell humans not to mess with them.
|
||||||
|
|
||||||
|
Example of such a section of a chrony.conf file:
|
||||||
|
|
||||||
|
dumpdir /var/log/chrony
|
||||||
|
rtcfile /etc/chrony.rtc
|
||||||
|
|
||||||
|
## DNSchrony dynamic dns server section. DO NOT EDIT
|
||||||
|
## per entry FORMAT:
|
||||||
|
## |--------------------------------------------|
|
||||||
|
## |#HOSTNAME |
|
||||||
|
## |server IP-ADDRESS extra-params [ offline ] |
|
||||||
|
## |--------------------------------------------|
|
||||||
|
# tock.greyware.com
|
||||||
|
server 208.14.208.44 minpoll 5 maxpoll 10 maxdelay 0.4 offline
|
||||||
|
# tick.greyware.com
|
||||||
|
server 208.14.208.19 minpoll 5 maxpoll 10 maxdelay 0.4 offline
|
||||||
|
# ntppub.tamu.edu
|
||||||
|
server 128.194.254.9 minpoll 5 maxpoll 10 maxdelay 0.4 offline
|
||||||
|
## END OF DNSchrony dynamic dns server section.
|
||||||
|
|
||||||
|
This allows the list of dynamic DNS servers to be preserved
|
||||||
|
when chronyd is stoped/started.
|
||||||
|
|
||||||
|
All servers that do not have ip addresses subject to change
|
||||||
|
should be put in the regular part of chrony.conf as described
|
||||||
|
in the chrony documentation.
|
||||||
|
|
||||||
|
Security philosophy: DNSchrony does no security checking but
|
||||||
|
relies on other security factors.
|
||||||
|
|
||||||
|
Users without the privilege to modify /etc/chrony.conf and the
|
||||||
|
directory /etc will be unable to use DNSchrony to do so, because
|
||||||
|
of file protections. DNSchrony passes thru passwords to chronyc.
|
||||||
|
Users that do not know the correct chronyc password will be
|
||||||
|
unable to get chronyd do do anything. Thus, DNSchrony passes
|
||||||
|
the buck to these other security features.
|
||||||
|
|
||||||
|
INSTALLATION:
|
||||||
|
|
||||||
|
copy the files: DNSchronyADD DNSchronyUPDATE DNSchronyDELETE DNSchrony.pl
|
||||||
|
to /usr/local/bin. Backup the file /etc/chrony.conf leave hosts
|
||||||
|
with static ip addresses in this file.
|
||||||
|
|
||||||
|
DNSchrony uses the following perl modules. See that they are installed.
|
||||||
|
Get them from CPAN if needed.
|
||||||
|
|
||||||
|
Net::DNS, Tie::Syslog, Getopt::Std, Socket, File.
|
||||||
|
|
||||||
|
Cause DNSchronyUPDATE bash script to run from time to time when DNS
|
||||||
|
is working. If you have a dialup, one way to do this would be to
|
||||||
|
modify your /etc/ppp/ip-up.local file as follows:
|
||||||
|
|
||||||
|
cat <<EOF | /usr/local/bin/chronyc
|
||||||
|
password mysecret
|
||||||
|
online
|
||||||
|
EOF
|
||||||
|
# update all of the dynamic servers and save the result.
|
||||||
|
# do not wait for response
|
||||||
|
|
||||||
|
nohup /usr/local/bin/DNSchronyUPDATE mysecret >/dev/null 2>&1 &
|
||||||
|
|
||||||
|
Since this file contains the chronyc password you will want to set the
|
||||||
|
file permissions so that just everybody will not be able to read
|
||||||
|
it. But you already did that when you put in the chronyc command. Any
|
||||||
|
other way to make DNSchronyUPDATE run perodicly when DNS is up will
|
||||||
|
also work.
|
||||||
|
|
||||||
|
To add a server with a varying IP address one could run:
|
||||||
|
/usr/local/bin/DNSchronyADD mysecret tock.greyware.com
|
||||||
|
|
||||||
|
or if you want to specify different server parameters you
|
||||||
|
could say:
|
||||||
|
|
||||||
|
/usr/local/bin/DNSchronyADD mysecret tock.greyware.com "minpoll 10 maxpoll 20 maxdelay 0.8"
|
||||||
|
|
||||||
|
The DNSchronyADD's default for these parameters is:
|
||||||
|
"minpoll 5 maxpoll 10 maxdelay 0.4" values that are often shown
|
||||||
|
as examples in the chrony documentation.
|
||||||
|
|
||||||
|
If DNS is not running now but you know the IP address, you can say:
|
||||||
|
/usr/local/bin/DNSchronyADD mysecret tock.greyware.com=208.14.208.44
|
||||||
|
|
||||||
|
Of course, the IP address will be checked next time DNSchronyUPDATE
|
||||||
|
runs.
|
||||||
|
|
||||||
|
To delete dynamic DNS a server:
|
||||||
|
/usr/local/bin/DNSchronyDELETE mysecret tock.greyware.com
|
||||||
|
|
||||||
|
To change parameters delete and re-add.
|
||||||
|
|
||||||
|
Of course, in all of the above "mysecret" is your chronyc password
|
||||||
|
which SHOULD NOT BE "mysecret".
|
||||||
|
----------------------------------------------
|
||||||
|
DNSchrony.pl is covered by the GPL
|
||||||
|
# Copyright (C) Paul Elliott 2002
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
# SEE COPYING FOR DETAILS
|
||||||
22
contrib/DNSchrony/ip-up.local
Normal file
22
contrib/DNSchrony/ip-up.local
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
#example file /etc/ppp/ip-up.local
|
||||||
|
#originally from SuSE distribution
|
||||||
|
#modified for chrony
|
||||||
|
cat <<EOF | /usr/local/bin/chronyc
|
||||||
|
password mysecret
|
||||||
|
online
|
||||||
|
EOF
|
||||||
|
# update all of the dynamic servers and save the result.
|
||||||
|
# do not wait for response
|
||||||
|
|
||||||
|
nohup /usr/local/bin/DNSchronyUPDATE mysecret >/dev/null 2>&1 &
|
||||||
|
#other stuff who knows?
|
||||||
|
|
||||||
|
# The following lines added for Linux-HA support # Heartbeat
|
||||||
|
DEVFILE=`echo $DEVICE | sed -e 's!^/dev/!!' -e 's!/!.!g'` # Heartbeat
|
||||||
|
OUTFILE=/var/run/ppp.d/$DEVFILE # Heartbeat
|
||||||
|
( # Heartbeat
|
||||||
|
echo "$IPREMOTE" # Heartbeat
|
||||||
|
echo "$IFNAME" # Heartbeat
|
||||||
|
echo "$PPPD_PID" # Heartbeat
|
||||||
|
echo "$IPLOCAL" # Heartbeat
|
||||||
|
) > $OUTFILE # Heartbeat
|
||||||
@@ -1,103 +0,0 @@
|
|||||||
Notes for installing chrony on MacOS X
|
|
||||||
Author: Bryan Christianson (bryan@whatroute.net)
|
|
||||||
------------------------------------------------
|
|
||||||
|
|
||||||
These files are for those admins/users who would prefer to install chrony
|
|
||||||
from the source distribution and are intended as guidelines rather than
|
|
||||||
being definitive. They can be edited with a plain text editor, such as
|
|
||||||
vi, emacs or your favourite IDE (xcode)
|
|
||||||
|
|
||||||
It is assumed you are comfortable with installing software from the
|
|
||||||
terminal command line and know how to use sudo to acquire root access.
|
|
||||||
|
|
||||||
If you are not familiar with the MacOS X command line then
|
|
||||||
please consider using ChronyControl from http://whatroute.net/chronycontrol.html
|
|
||||||
|
|
||||||
ChronyControl provides a gui wrapper for installing these files and sets the
|
|
||||||
necessary permissions on each file.
|
|
||||||
|
|
||||||
|
|
||||||
Install the chrony software
|
|
||||||
---------------------------
|
|
||||||
|
|
||||||
You will need xcode and the commandline additions to build and install chrony.
|
|
||||||
These can be obtained from Apple's website via the App Store.
|
|
||||||
|
|
||||||
cd to the chrony directory
|
|
||||||
./configure
|
|
||||||
make
|
|
||||||
sudo make install
|
|
||||||
|
|
||||||
chrony is now installed in default locations (/usr/local/sbin/chronyd,
|
|
||||||
/usr/local/bin/chronyc)
|
|
||||||
|
|
||||||
Create a chrony.conf file - see the chrony website for details
|
|
||||||
|
|
||||||
The support files here assume the following directives are specified in the
|
|
||||||
chrony.conf file
|
|
||||||
|
|
||||||
keyfile /etc/chrony.d/chrony.keys
|
|
||||||
driftfile /var/db/chrony/chrony.drift
|
|
||||||
bindcmdaddress /var/db/chrony/chronyd.sock
|
|
||||||
logdir /var/log/chrony
|
|
||||||
dumpdir /var/db/chrony
|
|
||||||
|
|
||||||
Install this file as /etc/chrony.d/chrony.conf and create
|
|
||||||
the directories specified in the above directives if they don't exist.
|
|
||||||
You will need root permissions to create the directories.
|
|
||||||
|
|
||||||
|
|
||||||
Running chronyd
|
|
||||||
---------------
|
|
||||||
At this point chronyd *could* be run as a daemon. Apple discourage running
|
|
||||||
daemons and their preferred method uses the launchd facility. The
|
|
||||||
support files here provide a launchd configuration file for chronyd and also
|
|
||||||
a shell script and launchd configuration file to rotate the chronyd logs on a daily basis.
|
|
||||||
|
|
||||||
|
|
||||||
Support files
|
|
||||||
-------------
|
|
||||||
Dates and sizes may differ
|
|
||||||
-rw-r--r-- 1 yourname staff 2084 4 Aug 22:54 README.txt
|
|
||||||
-rwxr-xr-x 1 yourname staff 676 4 Aug 21:18 chronylogrotate.sh
|
|
||||||
-rw-r--r-- 1 yourname staff 543 18 Jul 20:10 org.tuxfamily.chronyc.plist
|
|
||||||
-rw-r--r-- 1 yourname staff 511 19 Jun 18:30 org.tuxfamily.chronyd.plist
|
|
||||||
|
|
||||||
If you have used chrony support directories other than those suggested, you
|
|
||||||
will need to edit each file and make the appropriate changes.
|
|
||||||
|
|
||||||
|
|
||||||
Installing the support files
|
|
||||||
----------------------------
|
|
||||||
|
|
||||||
1. chronylogrotate.sh
|
|
||||||
This is a simple shell script that deletes old log files. Unfortunately because
|
|
||||||
of the need to run chronyc, the standard MacOS X logrotation does not work with
|
|
||||||
chrony logs.
|
|
||||||
|
|
||||||
This script runs on a daily basis under control of launchd and should be
|
|
||||||
installed in the /usr/local/bin directory
|
|
||||||
|
|
||||||
sudo cp chronylogrotate.sh /usr/local/bin
|
|
||||||
sudo chmod +x /usr/local/bin/chronylogrotate.sh
|
|
||||||
sudo chown root:wheel /usr/local/bin/chronylogrotate.sh
|
|
||||||
|
|
||||||
|
|
||||||
2. org.tuxfamily.chronyc.plist
|
|
||||||
This file is the launchd plist that runs logrotation each day. You may
|
|
||||||
wish to edit this file to change the time of day at which the rotation
|
|
||||||
will run, currently 04:05 am
|
|
||||||
|
|
||||||
sudo cp org.tuxfamily.chronyc.plist /Library/LaunchDaemons
|
|
||||||
sudo chown root:wheel /Library/LaunchDaemons/org.tuxfamily.chronyc.plist
|
|
||||||
sudo chmod 0644 /Library/LaunchDaemons/org.tuxfamily.chronyc.plist
|
|
||||||
sudo launchctl load -w /Library/LaunchDaemons/org.tuxfamily.chronyc.plist
|
|
||||||
|
|
||||||
|
|
||||||
3. org.tuxfamily.chronyd.plist
|
|
||||||
This file is the launchd plist that runs chronyd when the Macintosh starts.
|
|
||||||
|
|
||||||
sudo cp org.tuxfamily.chronyd.plist /Library/LaunchDaemons
|
|
||||||
sudo chown root:wheel /Library/LaunchDaemons/org.tuxfamily.chronyd.plist
|
|
||||||
sudo chmod 0644 /Library/LaunchDaemons/org.tuxfamily.chronyd.plist
|
|
||||||
sudo launchctl load -w /Library/LaunchDaemons/org.tuxfamily.chronyd.plist
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
#
|
|
||||||
# **********************************************************************
|
|
||||||
# * Copyright (C) Bryan Christianson 2015
|
|
||||||
# *
|
|
||||||
# * This program is free software; you can redistribute it and/or modify
|
|
||||||
# * it under the terms of version 2 of the GNU General Public License as
|
|
||||||
# * published by the Free Software Foundation.
|
|
||||||
# *
|
|
||||||
# * This program is distributed in the hope that it will be useful, but
|
|
||||||
# * WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
# * General Public License for more details.
|
|
||||||
# *
|
|
||||||
# * You should have received a copy of the GNU General Public License along
|
|
||||||
# * with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
# * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
# *
|
|
||||||
# **********************************************************************
|
|
||||||
|
|
||||||
LOGDIR=/var/log/chrony
|
|
||||||
|
|
||||||
rotate () {
|
|
||||||
prefix=$1
|
|
||||||
|
|
||||||
rm -f $prefix.log.10
|
|
||||||
|
|
||||||
for (( count=9; count>= 0; count-- ))
|
|
||||||
do
|
|
||||||
next=$(( $count+1 ))
|
|
||||||
if [ -f $prefix.log.$count ]; then
|
|
||||||
mv $prefix.log.$count $prefix.log.$next
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
if [ -f $prefix.log ]; then
|
|
||||||
mv $prefix.log $prefix.log.0
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
if [ ! -e "$LOGDIR" ]; then
|
|
||||||
logger -s "missing directory: $LOGDIR"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd $LOGDIR
|
|
||||||
|
|
||||||
rotate measurements
|
|
||||||
rotate statistics
|
|
||||||
rotate tracking
|
|
||||||
|
|
||||||
#
|
|
||||||
# signal chronyd via chronyc
|
|
||||||
/usr/local/bin/chronyc cyclelogs > /dev/null
|
|
||||||
|
|
||||||
exit $?
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>Label</key>
|
|
||||||
<string>org.tuxfamily.logrotate</string>
|
|
||||||
<key>KeepAlive</key>
|
|
||||||
<false/>
|
|
||||||
<key>ProgramArguments</key>
|
|
||||||
<array>
|
|
||||||
<string>/bin/sh</string>
|
|
||||||
<string>/usr/local/bin/chronylogrotate.sh</string>
|
|
||||||
</array>
|
|
||||||
<key>StartCalendarInterval</key>
|
|
||||||
<dict>
|
|
||||||
<key>Minute</key>
|
|
||||||
<integer>5</integer>
|
|
||||||
<key>Hour</key>
|
|
||||||
<integer>4</integer>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>Label</key>
|
|
||||||
<string>org.tuxfamily.chronyd</string>
|
|
||||||
<key>Program</key>
|
|
||||||
<string>/usr/local/sbin/chronyd</string>
|
|
||||||
<key>ProgramArguments</key>
|
|
||||||
<array>
|
|
||||||
<string>chronyd</string>
|
|
||||||
<string>-n</string>
|
|
||||||
<string>-f</string>
|
|
||||||
<string>/private/etc/chrony.d/chrony.conf</string>
|
|
||||||
</array>
|
|
||||||
<key>KeepAlive</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
382
doc/faq.adoc
382
doc/faq.adoc
@@ -1,382 +0,0 @@
|
|||||||
:toc:
|
|
||||||
:numbered:
|
|
||||||
|
|
||||||
Frequently Asked Questions
|
|
||||||
==========================
|
|
||||||
|
|
||||||
== +chrony+ compared to other programs
|
|
||||||
|
|
||||||
=== How does +chrony+ compare to +ntpd+?
|
|
||||||
|
|
||||||
+chronyd+ was designed to work well in a wide range of conditions and it can
|
|
||||||
usually synchronise the system clock faster and with better time accuracy. It
|
|
||||||
doesn't implement some of the less useful NTP modes like broadcast client or
|
|
||||||
multicast server/client.
|
|
||||||
|
|
||||||
For a more detailed comparison of features and performance, see the
|
|
||||||
http://chrony.tuxfamily.org/comparison.html[comparison page] on the +chrony+
|
|
||||||
website and the
|
|
||||||
http://chrony.tuxfamily.org/manual.html#Comparison-with-ntpd[Comparison with
|
|
||||||
ntpd] section in the manual.
|
|
||||||
|
|
||||||
If your computer is connected to the internet only for few minutes at a time,
|
|
||||||
the network connection is often congested, you turn your computer off or
|
|
||||||
suspend it frequently, the clock is not very stable (e.g. there are rapid
|
|
||||||
changes in the temperature or it's a virtual machine), or you want to use NTP
|
|
||||||
on an isolated network with no hardware reference clocks in sight, +chrony+
|
|
||||||
will probably work much better for you.
|
|
||||||
|
|
||||||
The original reason +chrony+ was written was that +ntpd+ (called +xntpd+ at the
|
|
||||||
time) could not to do anything sensible on a PC which was connected to the 'net
|
|
||||||
only for about 5 minutes once or twice a day, mainly to upload/download email
|
|
||||||
and news. The requirements were
|
|
||||||
|
|
||||||
* slew the time to correct it when going online and NTP servers
|
|
||||||
become visible
|
|
||||||
* determine the rate at which the computer gains or loses time and
|
|
||||||
use this information to keep it reasonably correct between connects
|
|
||||||
to the 'net. This has to be done using a method that does not care
|
|
||||||
about the intermittent availability of the references or the fact
|
|
||||||
the computer is turned off between groups of measurements.
|
|
||||||
* maintain the time across reboots, by working out the error and
|
|
||||||
drift rate of the computer's real-time clock and using this
|
|
||||||
information to set the system clock correctly at boot up.
|
|
||||||
|
|
||||||
Also, when working with isolated networks with no true time references at all
|
|
||||||
+ntpd+ was found to give no help with managing the local clock's gain/loss rate
|
|
||||||
on the NTP master node (which was set from watch). Some automated support was
|
|
||||||
added to +chrony+ to deal with this.
|
|
||||||
|
|
||||||
== Configuration issues
|
|
||||||
|
|
||||||
=== What is the minimum recommended configuration for an NTP client?
|
|
||||||
|
|
||||||
First, the client needs to know which NTP servers it should ask for the current
|
|
||||||
time. They are specified by the +server+ or +pool+ directive. The +pool+
|
|
||||||
directive can be used for names that resolve to multiple addresses. For good
|
|
||||||
reliability the client should have at least three servers. The +iburst+ option
|
|
||||||
speeds up the initial synchronisation.
|
|
||||||
|
|
||||||
To stabilize the initial synchronisation on the next start, the estimated drift
|
|
||||||
of the system clock is saved by adding the +driftfile+ directive.
|
|
||||||
|
|
||||||
If the system clock can be far from the true time after boot for any reason,
|
|
||||||
+chronyd+ should be allowed to correct it quickly by stepping instead of
|
|
||||||
slewing, which would take a very long time. The +makestep+ directive does
|
|
||||||
that.
|
|
||||||
|
|
||||||
In order to keep the real-time clock (RTC) close to the true time on Linux, so
|
|
||||||
the system time is reasonably close to the true time when it's initialized on
|
|
||||||
the next boot from the RTC, the +rtcsync+ directive enables a kernel mode in
|
|
||||||
which the system time is copied to the RTC every 11 minutes.
|
|
||||||
|
|
||||||
If you want to use public NTP servers from the
|
|
||||||
http://www.pool.ntp.org/[pool.ntp.org] project, the minimal 'chrony.conf' file
|
|
||||||
could be:
|
|
||||||
|
|
||||||
----
|
|
||||||
pool pool.ntp.org iburst
|
|
||||||
driftfile /var/lib/chrony/drift
|
|
||||||
makestep 1 3
|
|
||||||
rtcsync
|
|
||||||
----
|
|
||||||
|
|
||||||
=== How do I make an NTP server from an NTP client?
|
|
||||||
|
|
||||||
You need to add an +allow+ directive to the 'chrony.conf' file in order to open
|
|
||||||
the NTP port and allow +chronyd+ to reply to client requests. +allow+ with no
|
|
||||||
specified subnet allows all IPv4 and IPv6 addresses.
|
|
||||||
|
|
||||||
=== I have several computers on a LAN. Should be all clients of an external server?
|
|
||||||
|
|
||||||
The best configuration is usually to make one computer the master, with
|
|
||||||
the others as clients of it. Add a +local+ directive to the master's
|
|
||||||
'chrony.conf' file. This configuration will be better because
|
|
||||||
|
|
||||||
* the load on the external connection is less
|
|
||||||
* the load on the external NTP server(s) is less
|
|
||||||
* if your external connection goes down, the computers on the LAN
|
|
||||||
will maintain a common time with each other.
|
|
||||||
|
|
||||||
=== Must I specify servers by IP address if DNS is not available on chronyd start?
|
|
||||||
|
|
||||||
No. Starting from version 1.25, +chronyd+ will keep trying to resolve
|
|
||||||
the hostnames specified in the +server+ and +peer+ directives in
|
|
||||||
increasing intervals until it succeeds. The +online+ command can be
|
|
||||||
issued from +chronyc+ to try to resolve them immediately.
|
|
||||||
|
|
||||||
=== How can I make +chronyd+ more secure?
|
|
||||||
|
|
||||||
If you don't need to serve time to NTP clients or peers, you can add +port 0+
|
|
||||||
to the 'chrony.conf' file to completely disable the NTP server functionality
|
|
||||||
and prevent NTP requests from reaching +chronyd+. Starting from version 2.0,
|
|
||||||
the NTP server port is open only when client access is allowed by the +allow+
|
|
||||||
directive or command, an NTP peer is configured, or the +broadcast+ directive
|
|
||||||
is used.
|
|
||||||
|
|
||||||
If you don't need to use +chronyc+ remotely, you can add the following
|
|
||||||
directives to the configuration file to bind the command sockets to the
|
|
||||||
loopback interface. This is done by default since version 2.0.
|
|
||||||
|
|
||||||
----
|
|
||||||
bindcmdaddress 127.0.0.1
|
|
||||||
bindcmdaddress ::1
|
|
||||||
----
|
|
||||||
|
|
||||||
If you don't need to use +chronyc+ at all or you need to run +chronyc+ only
|
|
||||||
under the root or chrony user (which can access +chronyd+ through a Unix domain
|
|
||||||
socket since version 2.2), you can disable the internet command sockets
|
|
||||||
completely by adding +cmdport 0+ to the configuration file.
|
|
||||||
|
|
||||||
You can specify an unprivileged user with the +-u+ option, or the +user+
|
|
||||||
directive in the 'chrony.conf' file, to which +chronyd+ will switch after start
|
|
||||||
in order to drop root privileges. The configure script has a +--with-user+
|
|
||||||
option, which sets the default user. On Linux, +chronyd+ needs to be compiled
|
|
||||||
with support for the +libcap+ library. On other systems, +chronyd+ forks into
|
|
||||||
two processes. The child process retains root privileges, but can only perform
|
|
||||||
a very limited range of privileged system calls on behalf of the parent.
|
|
||||||
|
|
||||||
Also, if +chronyd+ is compiled with support for the Linux secure computing
|
|
||||||
(seccomp) facility, you can enable a system call filter with the +-F+ option.
|
|
||||||
It will significantly reduce the kernel attack surface and possibly prevent
|
|
||||||
kernel exploits from the +chronyd+ process if it's compromised. It's
|
|
||||||
recommended to enable the filter only when it's known to work on the version of
|
|
||||||
the system where +chrony+ is installed as the filter needs to allow also system
|
|
||||||
calls made from libraries that +chronyd+ is using (e.g. libc) and different
|
|
||||||
versions or implementations of the libraries may make different system calls.
|
|
||||||
If the filter is missing some system call, +chronyd+ could be killed even in
|
|
||||||
normal operation.
|
|
||||||
|
|
||||||
=== How can I improve the accuracy of the system clock with NTP sources?
|
|
||||||
|
|
||||||
Select NTP servers that are well synchronised, stable and close to your
|
|
||||||
network. It's better to use more than one server, three or four is usually
|
|
||||||
recommended as the minimum, so +chronyd+ can detect falsetickers and combine
|
|
||||||
measurements from multiple sources.
|
|
||||||
|
|
||||||
There are also useful options which can be set in the +server+ directive, they
|
|
||||||
are +minpoll+, +maxpoll+, +polltarget+, +maxdelay+, +maxdelayratio+ and
|
|
||||||
+maxdelaydevratio+.
|
|
||||||
|
|
||||||
The first three options set the minimum and maximum allowed polling interval,
|
|
||||||
and how should be the actual interval adjusted in the specified range. Their
|
|
||||||
default values are 6 (64 seconds) for +minpoll+, 10 (1024 seconds) for
|
|
||||||
+maxpoll+ and 6 (samples) for +polltarget+. The default values should be used
|
|
||||||
for general servers on the internet. With your own NTP servers or if have
|
|
||||||
permission to poll some servers more frequently, setting these options for
|
|
||||||
shorter polling intervals may significantly improve the accuracy of the system
|
|
||||||
clock.
|
|
||||||
|
|
||||||
The optimal polling interval depends on many factors, including the ratio
|
|
||||||
between the wander of the clock and the network jitter (sometimes expressed in
|
|
||||||
NTP documents as the Allan intercept), the temperature sensitivity of the
|
|
||||||
crystal oscillator and the maximum rate of change of the temperature.
|
|
||||||
|
|
||||||
An example of the directive for an NTP server on the internet that you are
|
|
||||||
allowed to poll frequently could be
|
|
||||||
|
|
||||||
----
|
|
||||||
server foo.example.net minpoll 4 maxpoll 6 polltarget 16
|
|
||||||
----
|
|
||||||
|
|
||||||
An example using very short polling intervals for a server located in the same
|
|
||||||
LAN could be
|
|
||||||
|
|
||||||
----
|
|
||||||
server ntp.local minpoll 2 maxpoll 4 polltarget 30
|
|
||||||
----
|
|
||||||
|
|
||||||
The maxdelay options are useful to ignore measurements with larger delay (e.g.
|
|
||||||
due to congestion in the network) and improve the stability of the
|
|
||||||
synchronisation. The +maxdelaydevratio+ option could be added to the example
|
|
||||||
with local NTP server
|
|
||||||
|
|
||||||
----
|
|
||||||
server ntp.local minpoll 2 maxpoll 4 polltarget 30 maxdelaydevratio 2
|
|
||||||
----
|
|
||||||
|
|
||||||
=== What happened to the +commandkey+ and +generatecommandkey+ directives?
|
|
||||||
|
|
||||||
They were removed in version 2.2. Authentication is no longer supported in the
|
|
||||||
command protocol. Commands that required authentication are now allowed only
|
|
||||||
through a Unix domain socket, which is accessible only by the root and chrony
|
|
||||||
users. If you need to configure +chronyd+ remotely or locally without the root
|
|
||||||
password, please consider using ssh and/or sudo to run +chronyc+ under the root
|
|
||||||
or chrony user on the same host as +chronyd+ is running.
|
|
||||||
|
|
||||||
== Computer is not synchronising
|
|
||||||
|
|
||||||
This is the most common problem. There are a number of reasons, see the
|
|
||||||
following questions.
|
|
||||||
|
|
||||||
=== Behind a firewall?
|
|
||||||
|
|
||||||
If there is a firewall between you and the NTP server you're trying to use, the
|
|
||||||
packets may be blocked. Try using a tool like +wireshark+ or +tcpdump+ to see if
|
|
||||||
you're getting responses from the server. If you have an external modem, see
|
|
||||||
if the receive light blinks straight after the transmit light (when the link is
|
|
||||||
quiet apart from the NTP traffic.) Try adding +log measurements+ to the
|
|
||||||
'chrony.conf' file and look in the 'measurements.log' file after +chronyd+ has
|
|
||||||
been running for a short period. See if any measurements appear.
|
|
||||||
|
|
||||||
=== Are NTP servers specified with the +offline+ option?
|
|
||||||
|
|
||||||
Check that you're using +chronyc+\'s +online+ and +offline+ commands
|
|
||||||
appropriately. Again, check in 'measurements.log' to see if you're getting any
|
|
||||||
data back from the server.
|
|
||||||
|
|
||||||
=== Is +chronyd+ allowed to step the system clock?
|
|
||||||
|
|
||||||
By default, +chronyd+ adjusts the clock gradually by slowing it down or
|
|
||||||
speeding it up. If the clock is too far from the correct time, it will take
|
|
||||||
a long time to correct the error. The +System time+ value printed by the
|
|
||||||
+chronyc+'s +tracking+ command is the remaining correction that needs to be
|
|
||||||
applied to the system clock.
|
|
||||||
|
|
||||||
The +makestep+ directive can be used to allow +chronyd+ to step the clock. For
|
|
||||||
example, if 'chrony.conf' had
|
|
||||||
|
|
||||||
----
|
|
||||||
makestep 1 3
|
|
||||||
----
|
|
||||||
|
|
||||||
the clock would be stepped in the first three updates if its offset was larger
|
|
||||||
than one second. Normally, it's recommended to allow the step only in the
|
|
||||||
first few updates, but in some cases (e.g. a computer without RTC or virtual
|
|
||||||
machine which can be suspended and resumed with incorrect time) it may be
|
|
||||||
necessary to allow the step at any clock update. The example above would
|
|
||||||
change to
|
|
||||||
|
|
||||||
----
|
|
||||||
makestep 1 -1
|
|
||||||
----
|
|
||||||
|
|
||||||
== Issues with +chronyc+
|
|
||||||
|
|
||||||
=== I keep getting the error +506 Cannot talk to daemon+
|
|
||||||
|
|
||||||
When accessing +chronyd+ remotely, make sure that the 'chrony.conf' file (on
|
|
||||||
the computer where +chronyd+ is running) has a 'cmdallow' entry for the
|
|
||||||
computer you are running +chronyc+ on and an appropriate 'bindcmdaddress'
|
|
||||||
directive. This isn't necessary for localhost.
|
|
||||||
|
|
||||||
Perhaps +chronyd+ is not running. Try using the +ps+ command (e.g. on Linux,
|
|
||||||
+ps -auxw+) to see if it's running. Or try +netstat -a+ and see if the ports
|
|
||||||
123/udp and 323/udp are listening. If +chronyd+ is not running, you may have a
|
|
||||||
problem with the way you are trying to start it (e.g. at boot time).
|
|
||||||
|
|
||||||
Perhaps you have a firewall set up in a way that blocks packets on port
|
|
||||||
323/udp. You need to amend the firewall configuration in this case.
|
|
||||||
|
|
||||||
=== I keep getting the error +501 Not authorised+
|
|
||||||
|
|
||||||
Since version 2.2, the +password+ command doesn't do anything and +chronyc+
|
|
||||||
needs to run under the root or chrony user, which are allowed to access the
|
|
||||||
Unix domain command socket.
|
|
||||||
|
|
||||||
=== Is the +chronyc+ / +chronyd+ protocol documented anywhere?
|
|
||||||
|
|
||||||
Only by the source code :-) See 'cmdmon.c' (+chronyd+ side) and 'client.c'
|
|
||||||
(+chronyc+ side).
|
|
||||||
|
|
||||||
== Real-time clock issues
|
|
||||||
|
|
||||||
=== What is the real-time clock (RTC)?
|
|
||||||
|
|
||||||
This is the clock which keeps the time even when your computer is turned off.
|
|
||||||
It is used to initialize the system clock on boot. It normally doesn't drift
|
|
||||||
more than few seconds per day.
|
|
||||||
|
|
||||||
There are two approaches how +chronyd+ can work with it. One is to use the
|
|
||||||
+rtcsync+ directive, which tells +chronyd+ to enable a kernel mode which sets
|
|
||||||
the RTC from the system clock every 11 minutes. +chronyd+ itself won't touch
|
|
||||||
the RTC. If the computer is not turned off for a long time, the RTC should
|
|
||||||
still be close to the true time when the system clock will be initialized from
|
|
||||||
it on the next boot.
|
|
||||||
|
|
||||||
The other option is to use the +rtcfile+ directive, which will tell +chronyd+
|
|
||||||
to monitor the rate at which the RTC gains or loses time. When +chronyd+ is
|
|
||||||
started with the +-s+ option on the next boot, it will set the system time from
|
|
||||||
the RTC and also compensate for the drift it has measured previously. The
|
|
||||||
+rtcautotrim+ directive can be used to keep the RTC close to the true time, but
|
|
||||||
it's not strictly necessary if its only purpose is to set the system clock when
|
|
||||||
+chronyd+ is started on boot. See the documentation for details.
|
|
||||||
|
|
||||||
=== I want to use +chronyd+'s RTC support. Must I disable +hwclock+?
|
|
||||||
|
|
||||||
The +hwclock+ program is often set-up by default in the boot and shutdown
|
|
||||||
scripts with many Linux installations. With the kernel RTC synchronisation
|
|
||||||
(+rtcsync+ directive), the RTC will be set also every 11 minutes as long as the
|
|
||||||
system clock is synchronised. If you want to use +chronyd+'s RTC monitoring
|
|
||||||
(+rtcfile+ directive), it's important to disable +hwclock+ in the shutdown
|
|
||||||
procedure. If you don't, it will over-write the RTC with a new value, unknown
|
|
||||||
to +chronyd+. At the next reboot, +chronyd+ started with the +-s+ option will
|
|
||||||
compensate this (wrong) time with its estimate of how far the RTC has drifted
|
|
||||||
whilst the power was off, giving a meaningless initial system time.
|
|
||||||
|
|
||||||
There is no need to remove +hwclock+ from the boot process, as long as +chronyd+
|
|
||||||
is started after it has run.
|
|
||||||
|
|
||||||
=== I just keep getting the +513 RTC driver not running+ message
|
|
||||||
|
|
||||||
For the real time clock support to work, you need the following three
|
|
||||||
things
|
|
||||||
|
|
||||||
* a kernel that is supported (e.g. 2.2 onwards)
|
|
||||||
* enhanced RTC support compiled into the kernel
|
|
||||||
* an +rtcfile+ directive in your 'chrony.conf' file
|
|
||||||
|
|
||||||
== NTP-specific issues
|
|
||||||
|
|
||||||
=== Can +chronyd+ be driven from broadcast NTP servers?
|
|
||||||
|
|
||||||
No, the broadcast client mode is not supported and there is currently no plan
|
|
||||||
to implement it. The broadcast and multicast modes are inherently less
|
|
||||||
accurate and less secure (even with authentication) than the ordinary
|
|
||||||
server/client mode and they are not as useful as they used to be. Even with
|
|
||||||
very modest hardware a single NTP server can serve time to hundreds of
|
|
||||||
thousands of clients using the ordinary mode.
|
|
||||||
|
|
||||||
=== Can +chronyd+ transmit broadcast NTP packets?
|
|
||||||
|
|
||||||
Yes, the +broadcast+ directive can be used to enable the broadcast server mode
|
|
||||||
to serve time to clients in the network which support the broadcast client mode
|
|
||||||
(it's not supported in +chronyd+, see the previous question).
|
|
||||||
|
|
||||||
=== Can +chronyd+ keep the system clock a fixed offset away from real time?
|
|
||||||
|
|
||||||
This is not possible as the program currently stands.
|
|
||||||
|
|
||||||
=== What happens if the network connection is dropped without using +chronyc+'s +offline+ command first?
|
|
||||||
|
|
||||||
+chronyd+ will keep trying to access the server(s) that it thinks are online.
|
|
||||||
When the network is connected again, it will take some time (on average half of
|
|
||||||
the current polling interval) before new measurements are made and the clock is
|
|
||||||
corrected. If the servers were set to offline and the +online+ command was
|
|
||||||
issued when the network was connected, +chronyd+ would make new measurements
|
|
||||||
immediately.
|
|
||||||
|
|
||||||
The +auto_offline+ option to the +server+ entry in the 'chrony.conf' file may
|
|
||||||
be useful to switch the servers to the offline state automatically.
|
|
||||||
|
|
||||||
== Linux-specific issues
|
|
||||||
|
|
||||||
=== I get +Could not open /dev/rtc, Device or resource busy+ in my syslog file
|
|
||||||
|
|
||||||
Some other program running on the system may be using the device.
|
|
||||||
|
|
||||||
== Microsoft Windows
|
|
||||||
|
|
||||||
=== Does +chrony+ support Windows?
|
|
||||||
|
|
||||||
No. The +chronyc+ program (the command-line client used for configuring
|
|
||||||
+chronyd+ while it is running) has been successfully built and run under
|
|
||||||
Cygwin in the past. +chronyd+ is not portable, because part of it is
|
|
||||||
very system-dependent. It needs adapting to work with Windows'
|
|
||||||
equivalent of the adjtimex() call, and it needs to be made to work as a
|
|
||||||
service.
|
|
||||||
|
|
||||||
=== Are there any plans to support Windows?
|
|
||||||
|
|
||||||
We have no plans to do this. Anyone is welcome to pick this work up and
|
|
||||||
contribute it back to the project.
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Wait for chrony to synchronize system clock
|
|
||||||
After=chronyd.service
|
|
||||||
Requires=chronyd.service
|
|
||||||
Before=time-sync.target
|
|
||||||
Wants=time-sync.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
# Wait up to ~10 minutes for chronyd to synchronize and the remaining
|
|
||||||
# clock correction to be less than 0.1 seconds
|
|
||||||
ExecStart=/usr/bin/chronyc waitsync 600 0.1 0.0 1
|
|
||||||
RemainAfterExit=yes
|
|
||||||
StandardOutput=null
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
@@ -1,10 +1,27 @@
|
|||||||
#######################################################################
|
#######################################################################
|
||||||
|
# $Header: /cvs/src/chrony/examples/chrony.conf.example,v 1.2 2002/02/03 21:46:29 richard Exp $
|
||||||
#
|
#
|
||||||
# This is an example chrony configuration file. You should copy it to
|
# This is an example chrony configuration file. You should copy it to
|
||||||
# /etc/chrony.conf after uncommenting and editing the options that you
|
# /etc/chrony.conf after uncommenting and editing the options that you
|
||||||
# want to enable. The more obscure options are not included. Refer
|
# want to enable. I have not included the more obscure options. Refer
|
||||||
# to the documentation for these.
|
# to the documentation for these.
|
||||||
#
|
#
|
||||||
|
# Copyright 2002 Richard P. Curnow
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of version 2 of the GNU General Public License as
|
||||||
|
# published by the Free Software Foundation.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful, but
|
||||||
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License along
|
||||||
|
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
|
#
|
||||||
|
#
|
||||||
#######################################################################
|
#######################################################################
|
||||||
### COMMENTS
|
### COMMENTS
|
||||||
# Any of the following lines are comments (you have a choice of
|
# Any of the following lines are comments (you have a choice of
|
||||||
@@ -24,32 +41,28 @@
|
|||||||
# more 'NTP servers'. You will probably find that your Internet Service
|
# more 'NTP servers'. You will probably find that your Internet Service
|
||||||
# Provider or company have one or more NTP servers that you can specify.
|
# Provider or company have one or more NTP servers that you can specify.
|
||||||
# Failing that, there are a lot of public NTP servers. There is a list
|
# Failing that, there are a lot of public NTP servers. There is a list
|
||||||
# you can access at http://support.ntp.org/bin/view/Servers/WebHome or
|
# you can access at
|
||||||
# you can use servers from the pool.ntp.org project.
|
# http://www.eecis.udel.edu/~mills/ntp/servers.htm.
|
||||||
|
|
||||||
! server foo.example.net iburst
|
! server ntp0.your-isp.com
|
||||||
! server bar.example.net iburst
|
! server ntp1.your-isp.com
|
||||||
! server baz.example.net iburst
|
! server ntp.public-server.org
|
||||||
|
|
||||||
! pool pool.ntp.org iburst
|
|
||||||
|
|
||||||
# However, for dial-up use you probably want these instead. The word
|
# However, for dial-up use you probably want these instead. The word
|
||||||
# 'offline' means that the server is not visible at boot time. Use
|
# 'offline' means that the server is not visible at boot time. Use
|
||||||
# chronyc's 'online' command to tell chronyd that these servers have
|
# chronyc's 'online' command to tell chronyd that these servers have
|
||||||
# become visible after you go on-line.
|
# become visible after you go on-line.
|
||||||
|
|
||||||
! server foo.example.net offline
|
! server ntp0.your-isp.com offline
|
||||||
! server bar.example.net offline
|
! server ntp1.your-isp.com offline
|
||||||
! server baz.example.net offline
|
! server ntp.public-server.org offline
|
||||||
|
|
||||||
! pool pool.ntp.org offline
|
|
||||||
|
|
||||||
# You may want to specify NTP 'peers' instead. If you run a network
|
# You may want to specify NTP 'peers' instead. If you run a network
|
||||||
# with a lot of computers and want several computers running chrony to
|
# with a lot of computers and want several computers running chrony to
|
||||||
# have the 'front-line' interface to the public NTP servers, you can
|
# have the 'front-line' interface to the public NTP servers, you can
|
||||||
# 'peer' these machines together to increase robustness.
|
# 'peer' these machines together to increase robustness.
|
||||||
|
|
||||||
! peer foo.example.net
|
! peer ntp0.my-company.com
|
||||||
|
|
||||||
# There are other options to the 'server' and 'peer' directives that you
|
# There are other options to the 'server' and 'peer' directives that you
|
||||||
# might want to use. For example, you can ignore measurements whose
|
# might want to use. For example, you can ignore measurements whose
|
||||||
@@ -77,12 +90,22 @@
|
|||||||
# immediately so that it doesn't gain or lose any more time. You
|
# immediately so that it doesn't gain or lose any more time. You
|
||||||
# generally want this, so it is uncommented.
|
# generally want this, so it is uncommented.
|
||||||
|
|
||||||
driftfile /var/lib/chrony/drift
|
driftfile /etc/chrony.drift
|
||||||
|
|
||||||
# If you want to enable NTP authentication with symmetric keys, you will need
|
# If you want to use the program called chronyc to configure aspects of
|
||||||
# to uncomment the following line and edit the file to set up the keys.
|
# chronyd's operation once it is running (e.g. tell it the Internet link
|
||||||
|
# has gone up or down), you need a password. This is stored in the
|
||||||
|
# following keys file. (You also need keys to support authenticated NTP
|
||||||
|
# exchanges between cooperating machines.) Again, this option is
|
||||||
|
# assumed by default.
|
||||||
|
|
||||||
! keyfile /etc/chrony.keys
|
keyfile /etc/chrony.keys
|
||||||
|
|
||||||
|
# Tell chronyd which numbered key in the file is used as the password
|
||||||
|
# for chronyc. (You can pick any integer up to 2**32-1. '1' is just a
|
||||||
|
# default. Using another value will _NOT_ increase security.)
|
||||||
|
|
||||||
|
commandkey 1
|
||||||
|
|
||||||
# chronyd can save the measurement history for the servers to files when
|
# chronyd can save the measurement history for the servers to files when
|
||||||
# it it exits. This is useful in 2 situations:
|
# it it exits. This is useful in 2 situations:
|
||||||
@@ -100,7 +123,7 @@ driftfile /var/lib/chrony/drift
|
|||||||
# Enable these two options to use this.
|
# Enable these two options to use this.
|
||||||
|
|
||||||
! dumponexit
|
! dumponexit
|
||||||
! dumpdir /var/lib/chrony
|
! dumpdir /var/log/chrony
|
||||||
|
|
||||||
# chronyd writes its process ID to a file. If you try to start a second
|
# chronyd writes its process ID to a file. If you try to start a second
|
||||||
# copy of chronyd, it will detect that the process named in the file is
|
# copy of chronyd, it will detect that the process named in the file is
|
||||||
@@ -111,16 +134,17 @@ driftfile /var/lib/chrony/drift
|
|||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
### INITIAL CLOCK CORRECTION
|
### INITIAL CLOCK CORRECTION
|
||||||
# This option is useful to quickly correct the clock on start if it's
|
# This option is only useful if your NTP servers are visible at boot
|
||||||
# off by a large amount. The value '1.0' means that if the error is less
|
# time. This probably means you are on a LAN. If so, the following
|
||||||
# than 1 second, it will be gradually removed by speeding up or slowing
|
# option will choose the best-looking of the servers and correct the
|
||||||
# down your computer's clock until it is correct. If the error is above
|
# system time to that. The value '10' means that if the error is less
|
||||||
# 1 second, an immediate time jump will be applied to correct it. The
|
# than 10 seconds, it will be gradually removed by speeding up or
|
||||||
# value '3' means the step is allowed only in the first three updates of
|
# slowing down your computer's clock until it is correct. If the error
|
||||||
# the clock. Some software can get upset if the system clock jumps
|
# is above 10 seconds, an immediate time jump will be applied to correct
|
||||||
# (especially backwards), so be careful!
|
# it. Some software can get upset if the system clock jumps (especially
|
||||||
|
# backwards), so be careful!
|
||||||
|
|
||||||
! makestep 1.0 3
|
! initstepslew 10 ntp0.your-company.com ntp1.your-company.com ntp2.your-company.com
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
### LOGGING
|
### LOGGING
|
||||||
@@ -133,8 +157,8 @@ driftfile /var/lib/chrony/drift
|
|||||||
! logdir /var/log/chrony
|
! logdir /var/log/chrony
|
||||||
! log measurements statistics tracking
|
! log measurements statistics tracking
|
||||||
|
|
||||||
# If you have real time clock support enabled (see below), you might want
|
If you have real time clock support enabled (see below), you might want
|
||||||
# this line instead:
|
this line instead:
|
||||||
|
|
||||||
! log measurements statistics tracking rtc
|
! log measurements statistics tracking rtc
|
||||||
|
|
||||||
@@ -185,19 +209,6 @@ driftfile /var/lib/chrony/drift
|
|||||||
|
|
||||||
! noclientlog
|
! noclientlog
|
||||||
|
|
||||||
# The clientlog size is limited to 512KB by default. If you have many
|
|
||||||
# clients, especially in many different subnets, you might want to
|
|
||||||
# increase the limit.
|
|
||||||
|
|
||||||
! clientloglimit 4194304
|
|
||||||
|
|
||||||
# By default, chronyd tries to respond to all valid NTP requests from
|
|
||||||
# allowed addresses. If you want to limit the response rate for NTP
|
|
||||||
# clients that are sending requests too frequently, uncomment and edit
|
|
||||||
# the following line.
|
|
||||||
|
|
||||||
! limitrate interval 3 burst 8
|
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
### REPORTING BIG CLOCK CHANGES
|
### REPORTING BIG CLOCK CHANGES
|
||||||
# Perhaps you want to know if chronyd suddenly detects any large error
|
# Perhaps you want to know if chronyd suddenly detects any large error
|
||||||
@@ -215,19 +226,13 @@ driftfile /var/lib/chrony/drift
|
|||||||
# several people, you need to set up a mailing list or sendmail alias
|
# several people, you need to set up a mailing list or sendmail alias
|
||||||
# for them and use the address of that.)
|
# for them and use the address of that.)
|
||||||
|
|
||||||
! mailonchange wibble@foo.example.net 0.5
|
! mailonchange wibble@foobar.org 0.5
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
### COMMAND ACCESS
|
### COMMAND ACCESS
|
||||||
# The program chronyc is used to show the current operation of chronyd
|
# The program chronyc is used to show the current operation of chronyd
|
||||||
# and to change parts of its configuration whilst it is running.
|
# and to change parts of its configuration whilst it is running.
|
||||||
|
|
||||||
# By default chronyd binds to the loopback interface. Uncomment the
|
|
||||||
# following lines to allow receiving command packets from remote hosts.
|
|
||||||
|
|
||||||
! bindcmdaddress 0.0.0.0
|
|
||||||
! bindcmdaddress ::
|
|
||||||
|
|
||||||
# Normally, chronyd will only allow connections from chronyc on the same
|
# Normally, chronyd will only allow connections from chronyc on the same
|
||||||
# machine as itself. This is for security. If you have a subnet
|
# machine as itself. This is for security. If you have a subnet
|
||||||
# 192.168.*.* and you want to be able to use chronyc from any machine on
|
# 192.168.*.* and you want to be able to use chronyc from any machine on
|
||||||
@@ -240,10 +245,17 @@ driftfile /var/lib/chrony/drift
|
|||||||
# syntax and meaning is the same as for 'allow' and 'deny', except that
|
# syntax and meaning is the same as for 'allow' and 'deny', except that
|
||||||
# 'cmdallow' and 'cmddeny' control access to the chronyd's command port.
|
# 'cmdallow' and 'cmddeny' control access to the chronyd's command port.
|
||||||
|
|
||||||
# Rate limiting can be enabled also for command packets. (Note,
|
# NOTE, even if the host where you run chronyc is granted access, you
|
||||||
# commands from localhost are never limited.)
|
# still need a command key set up and you have to know the password to
|
||||||
|
# put into chronyc to allow you to modify chronyd's parameters. By
|
||||||
|
# default all you can do is view information about chronyd's operation.
|
||||||
|
|
||||||
! cmdratelimit interval 1 burst 16
|
# Some people have reported that the need the following line to allow
|
||||||
|
# chronyc to work even on the same machine. This should not be
|
||||||
|
# necessary, and the problem is being investigated. You can leave this
|
||||||
|
# line enabled, as it's benign otherwise.
|
||||||
|
|
||||||
|
cmdallow 127.0.0.1
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
### REAL TIME CLOCK
|
### REAL TIME CLOCK
|
||||||
@@ -256,7 +268,7 @@ driftfile /var/lib/chrony/drift
|
|||||||
# You need to have 'enhanced RTC support' compiled into your Linux
|
# You need to have 'enhanced RTC support' compiled into your Linux
|
||||||
# kernel. (Note, these options apply only to Linux.)
|
# kernel. (Note, these options apply only to Linux.)
|
||||||
|
|
||||||
! rtcfile /var/lib/chrony/rtc
|
! rtcfile /etc/chrony.rtc
|
||||||
|
|
||||||
# Your RTC can be set to keep Universal Coordinated Time (UTC) or local
|
# Your RTC can be set to keep Universal Coordinated Time (UTC) or local
|
||||||
# time. (Local time means UTC +/- the effect of your timezone.) If you
|
# time. (Local time means UTC +/- the effect of your timezone.) If you
|
||||||
@@ -275,21 +287,3 @@ driftfile /var/lib/chrony/drift
|
|||||||
! rtcdevice /dev/misc/rtc
|
! rtcdevice /dev/misc/rtc
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
### REAL TIME SCHEDULER
|
|
||||||
# This directive tells chronyd to use the real-time FIFO scheduler with the
|
|
||||||
# specified priority (which must be between 0 and 100). This should result
|
|
||||||
# in reduced latency. You don't need it unless you really have a requirement
|
|
||||||
# for extreme clock stability. Works only on Linux. Note that the "-P"
|
|
||||||
# command-line switch will override this.
|
|
||||||
|
|
||||||
! sched_priority 1
|
|
||||||
|
|
||||||
#######################################################################
|
|
||||||
### LOCKING CHRONYD INTO RAM
|
|
||||||
# This directive tells chronyd to use the mlockall() syscall to lock itself
|
|
||||||
# into RAM so that it will never be paged out. This should result in reduced
|
|
||||||
# latency. You don't need it unless you really have a requirement
|
|
||||||
# for extreme clock stability. Works only on Linux. Note that the "-m"
|
|
||||||
# command-line switch will also enable this feature.
|
|
||||||
|
|
||||||
! lock_all
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
# Use public NTP servers from the pool.ntp.org project.
|
|
||||||
pool pool.ntp.org iburst
|
|
||||||
|
|
||||||
# Record the rate at which the system clock gains/losses time.
|
|
||||||
driftfile /var/lib/chrony/drift
|
|
||||||
|
|
||||||
# In first three updates step the system clock instead of slew
|
|
||||||
# if the adjustment is larger than 1 second.
|
|
||||||
makestep 1.0 3
|
|
||||||
|
|
||||||
# Enable kernel synchronization of the real-time clock (RTC).
|
|
||||||
rtcsync
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
# Use public servers from the pool.ntp.org project.
|
|
||||||
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
|
|
||||||
pool pool.ntp.org iburst
|
|
||||||
|
|
||||||
# Record the rate at which the system clock gains/losses time.
|
|
||||||
driftfile /var/lib/chrony/drift
|
|
||||||
|
|
||||||
# In first three updates step the system clock instead of slew
|
|
||||||
# if the adjustment is larger than 1 second.
|
|
||||||
makestep 1.0 3
|
|
||||||
|
|
||||||
# Enable kernel synchronization of the real-time clock (RTC).
|
|
||||||
rtcsync
|
|
||||||
|
|
||||||
# Allow NTP client access from local network.
|
|
||||||
#allow 192.168/16
|
|
||||||
|
|
||||||
# Serve time even if not synchronized to any NTP server.
|
|
||||||
#local stratum 10
|
|
||||||
|
|
||||||
# Specify file containing keys for NTP authentication.
|
|
||||||
#keyfile /etc/chrony.keys
|
|
||||||
|
|
||||||
# Specify directory for log files.
|
|
||||||
logdir /var/log/chrony
|
|
||||||
|
|
||||||
# Select which information is logged.
|
|
||||||
#log measurements statistics tracking
|
|
||||||
@@ -1,12 +1,27 @@
|
|||||||
# This is an example chrony keys file. It is used for NTP authentication with
|
#######################################################################
|
||||||
# symmetric keys. It should be readable only by root or the user to which
|
# $Header: /cvs/src/chrony/examples/chrony.keys.example,v 1.1 2002/01/31 00:00:08 richard Exp $
|
||||||
# chronyd is configured to switch to after start.
|
|
||||||
#
|
#
|
||||||
# Don't use the example keys! It's recommended to generate random keys using
|
# This is an example chrony keys file. You should copy it to /etc/chrony.keys
|
||||||
# the chronyc keygen command.
|
# after editing it to set up the key(s) you want to use. In most situations,
|
||||||
|
# you will require a single key (the 'commandkey') so that you can supply a
|
||||||
|
# password to chronyc to enable you to modify chronyd's operation whilst it is
|
||||||
|
# running.
|
||||||
|
#
|
||||||
|
# Copyright 2002 Richard P. Curnow
|
||||||
|
#
|
||||||
|
#######################################################################
|
||||||
|
# A valid key line looks like this
|
||||||
|
|
||||||
# Examples of valid keys:
|
1 a_key
|
||||||
|
|
||||||
|
# It must consist of an integer, followed by whitespace, followed by a block of
|
||||||
|
# text with no spaces in it. (You cannot put a space in a key). If you wanted
|
||||||
|
# to use the above line as your commandkey (i.e. chronyc password), you would
|
||||||
|
# put the following line into chrony.conf (remove the # from the start):
|
||||||
|
|
||||||
|
# commandkey 1
|
||||||
|
|
||||||
|
# You might want to define more keys if you use the MD5 authentication facility
|
||||||
|
# in the network time protocol to authenticate request/response packets between
|
||||||
|
# trusted clients and servers.
|
||||||
|
|
||||||
#1 MD5 AVeryLongAndRandomPassword
|
|
||||||
#2 MD5 HEX:12114855C7931009B4049EF3EFC48A139C3F989F
|
|
||||||
#3 SHA1 HEX:B2159C05D6A219673A3B7E896B6DE07F6A440995
|
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
/var/log/chrony/*.log {
|
|
||||||
missingok
|
|
||||||
nocreate
|
|
||||||
sharedscripts
|
|
||||||
postrotate
|
|
||||||
/usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
|
|
||||||
endscript
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# This is a NetworkManager dispatcher script for chronyd to set its NTP sources
|
|
||||||
# online/offline when a default route is configured/removed on the system.
|
|
||||||
|
|
||||||
export LC_ALL=C
|
|
||||||
|
|
||||||
if [ "$2" = "up" ]; then
|
|
||||||
/sbin/ip route list dev "$1" | grep -q '^default' &&
|
|
||||||
/usr/bin/chronyc online > /dev/null 2>&1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$2" = "down" ]; then
|
|
||||||
/sbin/ip route list | grep -q '^default' ||
|
|
||||||
/usr/bin/chronyc offline > /dev/null 2>&1
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit 0
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
%global chrony_version @@VERSION@@
|
|
||||||
%if 0%(echo %{chrony_version} | grep -q pre && echo 1)
|
|
||||||
%global prerelease %(echo %{chrony_version} | sed 's/.*-//')
|
|
||||||
%endif
|
|
||||||
Summary: An NTP client/server
|
|
||||||
Name: chrony
|
|
||||||
Version: %(echo %{chrony_version} | sed 's/-.*//')
|
|
||||||
Release: %{!?prerelease:1}%{?prerelease:0.1.%{prerelease}}
|
|
||||||
Source: chrony-%{version}%{?prerelease:-%{prerelease}}.tar.gz
|
|
||||||
License: GPLv2
|
|
||||||
Group: Applications/Utilities
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
|
|
||||||
Requires: info
|
|
||||||
|
|
||||||
%description
|
|
||||||
chrony is a client and server for the Network Time Protocol (NTP).
|
|
||||||
This program keeps your computer's clock accurate. It was specially
|
|
||||||
designed to support systems with intermittent Internet connections,
|
|
||||||
but it also works well in permanently connected environments. It can
|
|
||||||
also use hardware reference clocks, the system real-time clock, or
|
|
||||||
manual input as time references.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n %{name}-%{version}%{?prerelease:-%{prerelease}}
|
|
||||||
|
|
||||||
%build
|
|
||||||
./configure \
|
|
||||||
--prefix=%{_prefix} \
|
|
||||||
--bindir=%{_bindir} \
|
|
||||||
--sbindir=%{_sbindir} \
|
|
||||||
--infodir=%{_infodir} \
|
|
||||||
--mandir=%{_mandir}
|
|
||||||
make
|
|
||||||
make chrony.txt
|
|
||||||
make chrony.info
|
|
||||||
|
|
||||||
%install
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
|
||||||
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_infodir}
|
|
||||||
cp chrony.info* $RPM_BUILD_ROOT%{_infodir}
|
|
||||||
|
|
||||||
%files
|
|
||||||
%{_sbindir}/chronyd
|
|
||||||
%{_bindir}/chronyc
|
|
||||||
%{_infodir}/chrony.info*
|
|
||||||
%{_mandir}/man1/chronyc.1.gz
|
|
||||||
%{_mandir}/man5/chrony.conf.5.gz
|
|
||||||
%{_mandir}/man8/chronyd.8.gz
|
|
||||||
%doc README
|
|
||||||
%doc chrony.txt
|
|
||||||
%doc COPYING
|
|
||||||
%doc examples/chrony.conf.example*
|
|
||||||
%doc examples/chrony.keys.example
|
|
||||||
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=NTP client/server
|
|
||||||
After=ntpdate.service sntp.service ntpd.service
|
|
||||||
Conflicts=ntpd.service systemd-timesyncd.service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=forking
|
|
||||||
PIDFile=/var/run/chronyd.pid
|
|
||||||
EnvironmentFile=-/etc/sysconfig/chronyd
|
|
||||||
ExecStart=/usr/sbin/chronyd $OPTIONS
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
387
faq.txt
Normal file
387
faq.txt
Normal file
@@ -0,0 +1,387 @@
|
|||||||
|
@@PROLOGUE
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Frequently asked questions</title>
|
||||||
|
<meta name="description" content="Chrony FAQ (frequently asked questions)">
|
||||||
|
<meta name="keywords" content="chrony,network time protocol,NTP,RFC 1305,dial-up connection,real time clock,RTC,Linux,FAQ,frequently asked questns">
|
||||||
|
<?php
|
||||||
|
$root = ".";
|
||||||
|
include "$root/styles.php";
|
||||||
|
?>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<?php
|
||||||
|
include 'main_banner.php';
|
||||||
|
include 'header.php';
|
||||||
|
?>
|
||||||
|
<?php pretty_h1("Introduction") ?>
|
||||||
|
<p>
|
||||||
|
This is a set of questions and answers to common problems and issues.
|
||||||
|
<p>
|
||||||
|
As I receive more emails about the software, I will add new questions
|
||||||
|
to this page.
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<p>
|
||||||
|
The author can be reached by email
|
||||||
|
<a href="mailto:rc@rc0.org.uk">
|
||||||
|
</a>
|
||||||
|
<p>
|
||||||
|
<b>PLEASE</b>
|
||||||
|
include the word "chrony" in your subject line if possible (so that my
|
||||||
|
mail reader can keep my mail sorted by topic)!
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<br clear=all>
|
||||||
|
@@ENDPROLOGUE
|
||||||
|
S: Administrative issues
|
||||||
|
|
||||||
|
Q: Where can I get chrony source code?
|
||||||
|
Via the home page, see below.
|
||||||
|
|
||||||
|
Q: Are there any packaged versions of chrony?
|
||||||
|
I am aware of packages for Debian, Mandrake and Redhat. I am not personally
|
||||||
|
involved with how these are built or distributed.
|
||||||
|
|
||||||
|
Q: Where is the home page?
|
||||||
|
It is currently at <a href="http://chrony.sunsite.dk/">http://chrony.sunsite.dk/</a>.
|
||||||
|
|
||||||
|
Q: Is there a mailing list?
|
||||||
|
Yes, it's currently at chrony-users@sunsite.dk. There is a low-volume
|
||||||
|
list called chrony-announce which is just for announcements of new releases or
|
||||||
|
similar matters of high importance. You can join the lists by sending a
|
||||||
|
message to <a href="mailto:chrony-users-subscribe@sunsite.dk">chrony-users-subscribe@sunsite.dk</a> or
|
||||||
|
<a href="mailto:chrony-announce-subscribe@sunsite.dk">chrony-announce-subscribe@sunsite.dk</a> respectively.
|
||||||
|
|
||||||
|
For those who want to contribute to the development of chrony, there is a
|
||||||
|
developers' mailing list. You can subscribe by sending mail to
|
||||||
|
<a href="mailto:chrony-dev-subscribe@sunsite.dk">chrony-dev-subscribe@sunsite.dk</a>.
|
||||||
|
|
||||||
|
Q: What licence is applied to chrony?
|
||||||
|
Starting from version 1.15, chrony is licensed under the GNU General Public
|
||||||
|
License. Versions prior to 1.15 were licensed under a custom BSD-like
|
||||||
|
license.
|
||||||
|
|
||||||
|
If you want to use parts of chrony in non-free software, you will need to use
|
||||||
|
older versions of the source code. Alternatively, contact me - I may be
|
||||||
|
prepared to licence parts of the source code to suit your purposes. I am quite
|
||||||
|
sympathetic to projects licensed under other free/open-source (but non-GPL)
|
||||||
|
licences, as well as to commercial projects which are of a single-customer
|
||||||
|
"turnkey" nature (as opposed to mass-market "shrink-wrap" or "floating-licence"
|
||||||
|
products).
|
||||||
|
|
||||||
|
S: Chrony compared to other programs
|
||||||
|
Q: How does chrony compare to xntpd?
|
||||||
|
If your computer is permenently connected, or connected for long periods (that
|
||||||
|
is, for the several hours it takes xntpd to settle down), or you need to
|
||||||
|
support hardware reference clocks to your computer, then xntpd will work fine.
|
||||||
|
Apart from not supporting hardware clocks, chrony will work fine too.
|
||||||
|
|
||||||
|
If your computer connects to the 'net for 5 minutes once a day (or something
|
||||||
|
like that), or you turn your (Linux v2.0) computer off when you're not using
|
||||||
|
it, or you want to use NTP on an isolated network with no hardware clocks in
|
||||||
|
sight, chrony will work much better for you.
|
||||||
|
|
||||||
|
The reason I wrote chrony was that I could not get xntpd to do
|
||||||
|
anything sensible on my PC at home, which is connected to the 'net for
|
||||||
|
about 5 minutes once or twice a day, mainly to upload/download email
|
||||||
|
and news. Nowadays it is also turned off for 22-23 hours a day, when
|
||||||
|
not in use. I wanted a program which would :
|
||||||
|
|
||||||
|
- slew the time to correct it when I go online and NTP servers become visible
|
||||||
|
|
||||||
|
- determine the rate at which the computer gains or loses time and use this
|
||||||
|
information to keep it reasonably correct between connects to the 'net. This
|
||||||
|
has to be done using a method that does not care about the intermittent
|
||||||
|
availability of the references or the fact the computer is turned off between
|
||||||
|
groups of measurements..
|
||||||
|
|
||||||
|
- maintain the time across reboots, by working out the error and drift rate of
|
||||||
|
the computer's real-time clock and using this information to set the system
|
||||||
|
clock correctly at boot up. (In the last few months, it became impossible for
|
||||||
|
me to leave my computer powered permanently.)
|
||||||
|
|
||||||
|
Also, when working with isolated networks with no true time references
|
||||||
|
at all, I found xntpd gave me no help with managing the local clock's
|
||||||
|
gain/loss rate on the NTP master node (which I set from my watch). I
|
||||||
|
added some automated support in chrony to deal with this.
|
||||||
|
|
||||||
|
S: Compilation issues
|
||||||
|
Q:How do I apply source patches?
|
||||||
|
Sometimes I release source patches rather than a full version when I need to
|
||||||
|
provide a fix for small problems. Supposing you have chrony-1.X.tar.gz and a
|
||||||
|
source patch chrony-1.X-1.X.1.gz. The steps required are:
|
||||||
|
|
||||||
|
tar xzvf ../chrony-1.X.tar.gz
|
||||||
|
cd chrony-1.X
|
||||||
|
gunzip < ../../chrony-1.X-1.X.1.gz | patch -p1
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
|
Q:Can I compile chrony with an ANSI-C compiler that is not GCC v2.x?
|
||||||
|
I have had reports that chrony can be compiled with GCC v1.42, by using the
|
||||||
|
following trick when running make
|
||||||
|
|
||||||
|
make CC='gcc -D__FUNCTION__=\"function_not_available\"'
|
||||||
|
|
||||||
|
(this gets around the lack of a __FUNCTION__ macro in GCC v1.)
|
||||||
|
|
||||||
|
The same trick may be enough to allow other compilers to be used.
|
||||||
|
|
||||||
|
Q: I get errors like 'client.c:44: readline/readline.h: file not found'
|
||||||
|
Read the section about 'readline' in the INSTALL file or in chrony.txt. You
|
||||||
|
may need to disable readline support (e.g. if you haven't got readline
|
||||||
|
installed at all, or just don't want it), or specify the location of the
|
||||||
|
readline files (e.g. if you've installed them in a non-standard place).
|
||||||
|
|
||||||
|
Q: I have RedHat 7.3 and can't compile rtc_linux.c (error in spinlock.h)
|
||||||
|
The following solution has been found for this. Enter the following 3 commands
|
||||||
|
(as root):
|
||||||
|
|
||||||
|
cd /usr/include/
|
||||||
|
mv linux linux.rh
|
||||||
|
ln -s /usr/src/linux/include/linux ./linux
|
||||||
|
|
||||||
|
The problem seems to be that RedHat provide their own kernel header files in
|
||||||
|
/usr/include/linux. Besides differing from those used by your current kernel,
|
||||||
|
if you compiled it yourself, they also seem to have been changed in a way that
|
||||||
|
causes a problem compiling chrony. Chrony compiles fine with standard kernel
|
||||||
|
header files.
|
||||||
|
|
||||||
|
There have also been reports that just replacing the file
|
||||||
|
/usr/src/linux/spinlock.h by the equivalent file from a vanilla kernel source
|
||||||
|
tree is sufficient to fix the problem.
|
||||||
|
|
||||||
|
Note : from version 1.21 onwards, this problem no longer exists. The kernel
|
||||||
|
header files are no longer included.
|
||||||
|
|
||||||
|
S: Selection of NTP servers
|
||||||
|
Q: I have several computers on a LAN. Should I make one the master, or make them all clients of an external server?
|
||||||
|
I think the best configuration is to make one computer the master, with the
|
||||||
|
others as clients of it. Add a 'local' directive to the master's chrony.conf
|
||||||
|
file. This configuration will be better because
|
||||||
|
|
||||||
|
* the load on the external connection is less
|
||||||
|
* the load on the external NTP server(s) is less
|
||||||
|
* if your external connection goes down, the computers on the LAN will maintain
|
||||||
|
a common time with each other.
|
||||||
|
|
||||||
|
S: Addressing issues
|
||||||
|
Q: I get the following error message : "Could not get IP adress for localhost"
|
||||||
|
Add a line like the following to your /etc/hosts file
|
||||||
|
127.0.0.1 localhost
|
||||||
|
|
||||||
|
Q: I have problems if I put the names of my NTP servers in the chrony.conf file.
|
||||||
|
If you have no connection to the Internet at boot time, chrony won't be able to
|
||||||
|
turn the names into IP addresses when it starts. There seem to be 2 solutions:
|
||||||
|
|
||||||
|
1. Put the numeric IP addresses in the chrony.conf file
|
||||||
|
or
|
||||||
|
2. Put the server->IP address mappings in your /etc/hosts file and ensure that
|
||||||
|
/etc/host.conf reads 'order hosts,bind'.
|
||||||
|
|
||||||
|
The problem is that chronyd (currently) isn't designed in a way that allows
|
||||||
|
hostname->IP address lookups during normal operation. I hope to work on this
|
||||||
|
problem very soon.
|
||||||
|
|
||||||
|
S: My computer is not synchronising.
|
||||||
|
This is the most common problem. There are a number of reasons, see the
|
||||||
|
following questions.
|
||||||
|
|
||||||
|
Q: Behind a firewall?
|
||||||
|
If there is a firewall between you and the NTP server you're trying to use,
|
||||||
|
the packets may be blocked. Try using a tool like etherfind or tcpdump to see
|
||||||
|
if you're getting responses from the server. If you have an external modem,
|
||||||
|
see if the receive light blinks straight after the transmit light (when the
|
||||||
|
link is quiet apart from the NTP traffic.) Try adding 'log measurements' to
|
||||||
|
the chrony.conf file and look in the measurements.log file after chrony has
|
||||||
|
been running for a short period. See if any measurements appear.
|
||||||
|
|
||||||
|
Most people run chronyd on the firewall itself, to avoid all issues of UDP
|
||||||
|
packet forwarding and/or masquerading.
|
||||||
|
|
||||||
|
Q: Do you have a non-permanant (i.e. intermittent) Internet connection?
|
||||||
|
Check that you're using chronyc's 'online' and 'offline' commands
|
||||||
|
appropriately. Again, check in measurements.log to see if you're getting any
|
||||||
|
data back from the server.
|
||||||
|
|
||||||
|
Q: In measurements.log, do the '7' and '8' flag columns always show zero?
|
||||||
|
Do you have a 'local stratum X' directive in the chrony.conf file? If X is
|
||||||
|
lower than the stratum of the server you're trying to use, this situation will
|
||||||
|
arise. You should always make X quite high (e.g. 10) in this directive.
|
||||||
|
|
||||||
|
S: Issues with chronyd
|
||||||
|
|
||||||
|
Q: chronyd crashes after a syslog message "adjtimex failed for set frequency"
|
||||||
|
The usual cause is that the kernel is running with a different value of 'HZ'
|
||||||
|
(the timer interrupt rate) than the value that was found in the kernel header
|
||||||
|
files when chrony was compiled. The chrony.conf file can include options to
|
||||||
|
modify the HZ value (see the discussion of linux_hz and linux_freq_scale in the
|
||||||
|
documentation), however the problem is to find the value of HZ being used.
|
||||||
|
|
||||||
|
At the end of the chrony v1.18 section of the <a href="./download.php">download page</a>
|
||||||
|
you'll find instructions on how to do this.
|
||||||
|
|
||||||
|
This will be fixed in version 1.19, by getting chronyd to auto-detect the
|
||||||
|
kernel's value rather than relying on the compiled-in default.
|
||||||
|
|
||||||
|
S: Issues with chronyc
|
||||||
|
|
||||||
|
Q: I keep getting the error '510 No command access from this host --- Reply not authenticated'.
|
||||||
|
Make sure that the chrony.conf file (on the computer where chronyd is running)
|
||||||
|
has a 'cmdallow' entry for the computer you are running chronyc on. This
|
||||||
|
shouldn't be necessary for localhost, but some people still seem to need an
|
||||||
|
entry like 'cmdallow 127.0.0.1'. (It would be good to understand why problem
|
||||||
|
only affects some people).
|
||||||
|
|
||||||
|
Q: I cannot log in from chronyc to carry out privileged tasks.
|
||||||
|
This is the second most common problem.
|
||||||
|
|
||||||
|
Perhaps your /etc/chrony.keys file is badly formatted. Make sure that the
|
||||||
|
final line has a line feed at the end, otherwise the key on that line will work
|
||||||
|
as though the last character is missing. (Note, this bug was fixed in version
|
||||||
|
1.16.)
|
||||||
|
|
||||||
|
Q: When I enter a command and hit <Return>, chronyc hangs
|
||||||
|
This probably means that chronyc cannot communicate with chronyd.
|
||||||
|
|
||||||
|
Perhaps chronyd is not running. Try using the ps command (e.g. on Linux, 'ps
|
||||||
|
-auxw') to see if it's running. Or try 'netstat -a' and see if the ports
|
||||||
|
123/udp and 323/udp are listening. If chronyd is not running, you may have a
|
||||||
|
problem with the way you are trying to start it (e.g. at boot time).
|
||||||
|
|
||||||
|
Perhaps you have a firewall set up in a way that blocks packets on port
|
||||||
|
323/udp. You need to amend the firewall configuration in this case.
|
||||||
|
|
||||||
|
Q: Is the chronyc<->chronyd protocol documented anywhere?
|
||||||
|
Only by the source code :-) See cmdmon.c (chronyd side) and client.c (chronyc
|
||||||
|
side).
|
||||||
|
|
||||||
|
S: Real-time clock issues.
|
||||||
|
Q: What is the real-time clock (RTC)?
|
||||||
|
This is the clock which keeps the time even when your computer is turned off.
|
||||||
|
It works with 1 second resolution. chronyd can monitor the rate at which the
|
||||||
|
real-time clock gains or loses time, and compensate for it when you set the
|
||||||
|
system time from it at the next reboot. See the documentation for details.
|
||||||
|
|
||||||
|
Q: I want to use chronyd's real-time clock support. Must I disable hwclock?
|
||||||
|
The hwclock program is often set-up by default in the boot and shutdown scripts
|
||||||
|
with many Linux installations. If you want to use chronyd's real-time clock
|
||||||
|
support, the important thing is to disable hwclock in the <b>shutdown</b>
|
||||||
|
procedure. If you don't, it will over-write the RTC with a new value, unknown
|
||||||
|
to chronyd. At the next reboot, chronyd will compensate this (wrong) time with
|
||||||
|
its estimate of how far the RTC has drifted whilst the power was off, giving a
|
||||||
|
meaningless initial system time.
|
||||||
|
|
||||||
|
There is no need to remove hwclock from the boot process, as long as chronyd is
|
||||||
|
started after it has run.
|
||||||
|
|
||||||
|
Q: I just keep getting the '513 RTC driver not running' message
|
||||||
|
For the real time clock support to work, you need the following three things:
|
||||||
|
|
||||||
|
* a kernel that is supported (e.g. 2.2 onwards)
|
||||||
|
* enhanced RTC support compiled into the kernel
|
||||||
|
* an 'rtcfile' directive in your chrony.conf file.
|
||||||
|
|
||||||
|
S: Problems with isolated networks.
|
||||||
|
|
||||||
|
Q: When I use the 'settime' command, chronyd crashes.
|
||||||
|
If you enter times that are too far away from the real time, chronyd will
|
||||||
|
think the system clock runs fast or slow by an excessive amount. The required
|
||||||
|
compensation factor will be outside the bounds for the adjtimex() system call.
|
||||||
|
chronyd will crash when it tries to apply such an excessive adjustment.
|
||||||
|
|
||||||
|
S: Microsoft Windows
|
||||||
|
|
||||||
|
Q: Does chrony support Windows?
|
||||||
|
No. The chronyc program (the command-line client used for configuring
|
||||||
|
chronyd while it is running) has been successfully built and run under Cygwin
|
||||||
|
in the past. chronyd is not portable, because part of it is very
|
||||||
|
system-dependent. It needs adapting to work with Windows' equivalent of the
|
||||||
|
adjtimex() call, and it needs to be made to work as an NT service.
|
||||||
|
|
||||||
|
Q: Are there any plans to support Windows?
|
||||||
|
I have no personal plans to do this. I have neither the time nor the
|
||||||
|
Windows programming expertise. Some time ago I did start work on a port which
|
||||||
|
I was developing under Cygwin. Anyone is welcome to pick this work up and
|
||||||
|
contribute it back to the project.
|
||||||
|
|
||||||
|
Q: What alternative NTP clients are there for Windows?
|
||||||
|
Some of the names I've seen mentioned are
|
||||||
|
- Automachron
|
||||||
|
- NetTime (nettime.sourceforge.net)
|
||||||
|
|
||||||
|
S: NTP-specific issues
|
||||||
|
Q: Can chrony be driven from broadcast NTP servers?
|
||||||
|
No. I remember looking at how they worked when I was first writing chrony.
|
||||||
|
Since the 'target market' then was dial-up systems, broadcast packets were not
|
||||||
|
relevant so I didn't bother working out how to deal with the complexities of
|
||||||
|
doing the delay estimation.
|
||||||
|
|
||||||
|
I no longer have root access to a LAN environment to develop and test broadcast
|
||||||
|
server support. Neither have I the time to work on this. I would be very
|
||||||
|
happy to accept a patch from anyone who can develop, test and debug the
|
||||||
|
necessary changes!
|
||||||
|
|
||||||
|
Q: Can chronyd transmit broadcast NTP packets (e.g. to synchronise other computers on a private LAN)?
|
||||||
|
Yes. Starting from version 1.17, chrony has this capability.
|
||||||
|
|
||||||
|
Q: Can chrony keep the system clock a fixed offset away from real time?
|
||||||
|
I have not experimented much, but I don't believe this would be possible as
|
||||||
|
the program currently stands.
|
||||||
|
|
||||||
|
Q: What happens if the network connection is dropped without using chronyc's 'offline' command first?
|
||||||
|
In this case chronyd will keep trying to access the server(s) that it thinks
|
||||||
|
are online. Eventually it will decide that they are unreachable and no longer
|
||||||
|
consider itself synchronised to them. If you have other computers on your LAN
|
||||||
|
accessing the computer that is affected this way, they too will become
|
||||||
|
'unsynchronised', unless you have the 'local' directive set up on the master
|
||||||
|
computer.
|
||||||
|
|
||||||
|
The 'auto_offline' option to the 'server' entry in the chrony.conf file may be
|
||||||
|
useful to avoid this situation.
|
||||||
|
|
||||||
|
S: Development
|
||||||
|
|
||||||
|
Q: Can I get the source via CVS from anywhere?
|
||||||
|
Yes. See <a href="http://chrony.sunsite.dk/cvs.php">http://chrony.sunsite.dk/cvs.php</a> for information. Currently there is
|
||||||
|
only anonymous read-only access. I keep the master copy on my own PC, which is
|
||||||
|
more convenient for me because I don't have to connect to the Internet to do
|
||||||
|
CVS operations on the files. So for now, there is no read-write access for
|
||||||
|
other developers. Please email me your patches + documentation instead.
|
||||||
|
|
||||||
|
S: Linux-specific issues
|
||||||
|
|
||||||
|
Q: Why does the source code include kernel header files?
|
||||||
|
The program needs to see the definitions of structures used to interact with
|
||||||
|
the real time clock (via /dev/rtc) and with the adjtimex() system call. Sadly
|
||||||
|
this has led to a number of compilation problems with newer kernels which have
|
||||||
|
been increasingly hard to fix in a way that makes the code compilable on all
|
||||||
|
Linux kernel versions (from 2.0 up anyway, I doubt 1.x still works.) Hopefully
|
||||||
|
the situation will not deteriorate further with future kernel versions.
|
||||||
|
|
||||||
|
Q: I get "Could not open /dev/rtc, Device or resource busy" in my syslog file.
|
||||||
|
Check that you haven't accidentally got two copies of chronyd running (perhaps
|
||||||
|
defined in different start-up scripts.)
|
||||||
|
|
||||||
|
S: Solaris-specific issues
|
||||||
|
Q: On Solaris 2.8, I get an error message about not being able to open kvm to change dosynctodr.
|
||||||
|
(The dosynctodr variable controls whether Solaris couples the equivalent of its
|
||||||
|
BIOS clock into its system clock at regular intervals). The Solaris port of
|
||||||
|
chrony was developed in the Solaris 2.5 era. Some aspect of the Solaris kernel
|
||||||
|
has changed which prevents the same technique working. I no longer have root
|
||||||
|
access to any Solaris machines to work on this, and am reliant on somebody
|
||||||
|
developing the patch and testing it. A good starting point would be to see if
|
||||||
|
xntpd has been modified to work for Solaris 2.8.
|
||||||
|
|
||||||
|
@@EPILOGUE
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
Back to
|
||||||
|
<a href="mailto:rc@rc0.org.uk?subject=chrony">the author</a>'s
|
||||||
|
<a href="http://www.rc0.org.uk/">main page</a>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
@@ENDEPILOGUE
|
||||||
140
faqgen.pl
Normal file
140
faqgen.pl
Normal file
@@ -0,0 +1,140 @@
|
|||||||
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
# $Header
|
||||||
|
|
||||||
|
# Copyright 2001 Richard P. Curnow
|
||||||
|
# LICENCE
|
||||||
|
|
||||||
|
# A script to generate an HTML FAQ page from a text input file. The input is assumed to consist of the following:
|
||||||
|
# Lines starting with 'S:'. These introduce sections.
|
||||||
|
# Lines starting with 'Q:'. These are the topics of questions.
|
||||||
|
# Body text (either as an introduction to the sections, or as answers to the questions.
|
||||||
|
# The body text is set as pre-formatted.
|
||||||
|
|
||||||
|
$| = 1;
|
||||||
|
|
||||||
|
@prologue = ();
|
||||||
|
@epilogue = ();
|
||||||
|
|
||||||
|
@sections=(); # section titles
|
||||||
|
@sect_text=(); # introductory text in sections
|
||||||
|
|
||||||
|
@questions=(); # questions in sections
|
||||||
|
@answers=(); # answers to questions
|
||||||
|
|
||||||
|
$sn = -1;
|
||||||
|
$had_q = 0;
|
||||||
|
|
||||||
|
#{{{ Parse input
|
||||||
|
while (<>) {
|
||||||
|
if (m/\@\@PROLOG/o) {
|
||||||
|
while (<>) {
|
||||||
|
last if (m/^\@\@ENDPROLOG/);
|
||||||
|
push (@prologue, $_);
|
||||||
|
}
|
||||||
|
} elsif (m/\@\@EPILOG/o) {
|
||||||
|
while (<>) {
|
||||||
|
last if (m/^\@\@ENDEPILOG/);
|
||||||
|
push (@epilogue, $_);
|
||||||
|
}
|
||||||
|
} elsif (m/^[sS]:[ \t]*(.*)$/) {
|
||||||
|
chomp;
|
||||||
|
$qn = -1;
|
||||||
|
++$sn;
|
||||||
|
$sections[$sn] = &guard($1);
|
||||||
|
$sect_text[$sn] = "";
|
||||||
|
$questions[$sn] = [ ];
|
||||||
|
$answers[$sn] = [ ];
|
||||||
|
$had_q = 0;
|
||||||
|
} elsif (/^[qQ]:[ \t]*(.*)$/) {
|
||||||
|
chomp;
|
||||||
|
die unless ($sn >= 0);
|
||||||
|
++$qn;
|
||||||
|
$questions[$sn]->[$qn] = &guard($1);
|
||||||
|
$had_q = 1;
|
||||||
|
} else {
|
||||||
|
if ($had_q) {
|
||||||
|
if ($qn >= 0) {
|
||||||
|
$answers[$sn]->[$qn] .= $_;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if ($sect_text[$sn] ne "" || $_ !~ /^\s*$/) {
|
||||||
|
$sect_text[$sn] .= $_;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#}}}
|
||||||
|
|
||||||
|
# Emit file header
|
||||||
|
if ($#prologue >= 0) {
|
||||||
|
print @prologue;
|
||||||
|
} else {
|
||||||
|
print <<EOF;
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>
|
||||||
|
Chrony Frequently Asked Questions
|
||||||
|
</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<font face=\"arial,helvetica\" size=+4><b>Table of contents</b></font>
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
|
# Emit table of contents
|
||||||
|
print "<ul>\n";
|
||||||
|
for $sn (0 .. $#sections) {
|
||||||
|
print "<b><li> <a href=\"#section_".($sn+1)."\">".($sn+1).".</a> ".$sections[$sn]."</b>\n";
|
||||||
|
print " <ul>\n";
|
||||||
|
for $qn (0 .. $#{$questions[$sn]}) {
|
||||||
|
$sq = ($sn+1).".".($qn+1);
|
||||||
|
print " <li> <a href=\"#question_".$sq."\">".$sq.".</a> ".$questions[$sn]->[$qn]."\n";
|
||||||
|
#print " <li> ".$sq.". ".$questions[$sn]->[$qn]."\n";
|
||||||
|
}
|
||||||
|
print " </ul>\n";
|
||||||
|
}
|
||||||
|
print "</ul>\n";
|
||||||
|
|
||||||
|
# Emit main sections
|
||||||
|
for $sn (0 .. $#sections) {
|
||||||
|
print "<hr>\n";
|
||||||
|
print "<a name=section_".($sn+1).">\n";
|
||||||
|
#print "<b><font size=+2 face=\"arial,helvetica\">".($sn+1).". ".$sections[$sn]."</font></b>\n";
|
||||||
|
print "<?php pretty_h2(\"".($sn+1).". ".$sections[$sn]."\"); ?>\n";
|
||||||
|
if ($sect_text[$sn] ne "") {
|
||||||
|
print "<pre>\n";
|
||||||
|
print $sect_text[$sn];
|
||||||
|
print "</pre>\n";
|
||||||
|
}
|
||||||
|
for $qn (0 .. $#{$questions[$sn]}) {
|
||||||
|
$sq = ($sn+1).".".($qn+1);
|
||||||
|
print "<p>\n";
|
||||||
|
print "<a name=question_".$sq.">\n";
|
||||||
|
print "<font size=+1 face=\"arial,helvetica\">".$sq.". ".$questions[$sn]->[$qn]."</font>\n";
|
||||||
|
print "<pre>\n";
|
||||||
|
print $answers[$sn]->[$qn];
|
||||||
|
print "</pre>\n";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Print footer
|
||||||
|
if ($#epilogue >= 0) {
|
||||||
|
print @epilogue;
|
||||||
|
} else {
|
||||||
|
print <<EOF;
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#{{{ sub guard {
|
||||||
|
sub guard {
|
||||||
|
# Hide wierd tags etc
|
||||||
|
my ($x) = @_;
|
||||||
|
return $x;
|
||||||
|
}
|
||||||
|
#}}}
|
||||||
|
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software Foundation,
|
along with this program; if not, write to the Free Software Foundation,
|
||||||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* Modified from the original to add stdlib.h and string.h */
|
/* Modified from the original to add stdlib.h and string.h */
|
||||||
|
|
||||||
|
|||||||
@@ -1,69 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Miroslav Lichvar 2012
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Routines implementing crypto hashing using internal MD5 implementation.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "sysincl.h"
|
|
||||||
#include "hash.h"
|
|
||||||
#include "memory.h"
|
|
||||||
|
|
||||||
#include "md5.c"
|
|
||||||
|
|
||||||
static MD5_CTX ctx;
|
|
||||||
|
|
||||||
int
|
|
||||||
HSH_GetHashId(const char *name)
|
|
||||||
{
|
|
||||||
/* only MD5 is supported */
|
|
||||||
if (strcmp(name, "MD5"))
|
|
||||||
return -1;
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
unsigned int
|
|
||||||
HSH_Hash(int id, const unsigned char *in1, unsigned int in1_len,
|
|
||||||
const unsigned char *in2, unsigned int in2_len,
|
|
||||||
unsigned char *out, unsigned int out_len)
|
|
||||||
{
|
|
||||||
if (out_len < 16)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
MD5Init(&ctx);
|
|
||||||
MD5Update(&ctx, in1, in1_len);
|
|
||||||
if (in2)
|
|
||||||
MD5Update(&ctx, in2, in2_len);
|
|
||||||
MD5Final(&ctx);
|
|
||||||
|
|
||||||
memcpy(out, ctx.digest, 16);
|
|
||||||
|
|
||||||
return 16;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
HSH_Finalise(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
104
hash_nss.c
104
hash_nss.c
@@ -1,104 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Miroslav Lichvar 2012
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Routines implementing crypto hashing using NSSLOWHASH API of the NSS library.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include <nss.h>
|
|
||||||
#include <hasht.h>
|
|
||||||
#include <nsslowhash.h>
|
|
||||||
|
|
||||||
#include "hash.h"
|
|
||||||
|
|
||||||
static NSSLOWInitContext *ictx;
|
|
||||||
|
|
||||||
struct hash {
|
|
||||||
HASH_HashType type;
|
|
||||||
const char *name;
|
|
||||||
NSSLOWHASHContext *context;
|
|
||||||
};
|
|
||||||
|
|
||||||
static struct hash hashes[] = {
|
|
||||||
{ HASH_AlgMD5, "MD5", NULL },
|
|
||||||
{ HASH_AlgSHA1, "SHA1", NULL },
|
|
||||||
{ HASH_AlgSHA256, "SHA256", NULL },
|
|
||||||
{ HASH_AlgSHA384, "SHA384", NULL },
|
|
||||||
{ HASH_AlgSHA512, "SHA512", NULL },
|
|
||||||
{ 0, NULL, NULL }
|
|
||||||
};
|
|
||||||
|
|
||||||
int
|
|
||||||
HSH_GetHashId(const char *name)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
|
|
||||||
for (i = 0; hashes[i].name; i++) {
|
|
||||||
if (!strcmp(name, hashes[i].name))
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!hashes[i].name)
|
|
||||||
return -1; /* not found */
|
|
||||||
|
|
||||||
if (!ictx && !(ictx = NSSLOW_Init()))
|
|
||||||
return -1; /* couldn't init NSS */
|
|
||||||
|
|
||||||
if (!hashes[i].context &&
|
|
||||||
!(hashes[i].context = NSSLOWHASH_NewContext(ictx, hashes[i].type)))
|
|
||||||
return -1; /* couldn't init hash */
|
|
||||||
|
|
||||||
return i;
|
|
||||||
}
|
|
||||||
|
|
||||||
unsigned int
|
|
||||||
HSH_Hash(int id, const unsigned char *in1, unsigned int in1_len,
|
|
||||||
const unsigned char *in2, unsigned int in2_len,
|
|
||||||
unsigned char *out, unsigned int out_len)
|
|
||||||
{
|
|
||||||
unsigned int ret;
|
|
||||||
|
|
||||||
NSSLOWHASH_Begin(hashes[id].context);
|
|
||||||
NSSLOWHASH_Update(hashes[id].context, in1, in1_len);
|
|
||||||
if (in2)
|
|
||||||
NSSLOWHASH_Update(hashes[id].context, in2, in2_len);
|
|
||||||
NSSLOWHASH_End(hashes[id].context, out, &ret, out_len);
|
|
||||||
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
HSH_Finalise(void)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
|
|
||||||
for (i = 0; hashes[i].name; i++) {
|
|
||||||
if (hashes[i].context)
|
|
||||||
NSSLOWHASH_Destroy(hashes[i].context);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ictx)
|
|
||||||
NSSLOW_Shutdown(ictx);
|
|
||||||
}
|
|
||||||
121
hash_tomcrypt.c
121
hash_tomcrypt.c
@@ -1,121 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Miroslav Lichvar 2012
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Routines implementing crypto hashing using tomcrypt library.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <tomcrypt.h>
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "hash.h"
|
|
||||||
|
|
||||||
struct hash {
|
|
||||||
const char *name;
|
|
||||||
const char *int_name;
|
|
||||||
const struct ltc_hash_descriptor *desc;
|
|
||||||
};
|
|
||||||
|
|
||||||
static const struct hash hashes[] = {
|
|
||||||
{ "MD5", "md5", &md5_desc },
|
|
||||||
#ifdef LTC_RIPEMD128
|
|
||||||
{ "RMD128", "rmd128", &rmd128_desc },
|
|
||||||
#endif
|
|
||||||
#ifdef LTC_RIPEMD160
|
|
||||||
{ "RMD160", "rmd160", &rmd160_desc },
|
|
||||||
#endif
|
|
||||||
#ifdef LTC_RIPEMD256
|
|
||||||
{ "RMD256", "rmd256", &rmd256_desc },
|
|
||||||
#endif
|
|
||||||
#ifdef LTC_RIPEMD320
|
|
||||||
{ "RMD320", "rmd320", &rmd320_desc },
|
|
||||||
#endif
|
|
||||||
#ifdef LTC_SHA1
|
|
||||||
{ "SHA1", "sha1", &sha1_desc },
|
|
||||||
#endif
|
|
||||||
#ifdef LTC_SHA256
|
|
||||||
{ "SHA256", "sha256", &sha256_desc },
|
|
||||||
#endif
|
|
||||||
#ifdef LTC_SHA384
|
|
||||||
{ "SHA384", "sha384", &sha384_desc },
|
|
||||||
#endif
|
|
||||||
#ifdef LTC_SHA512
|
|
||||||
{ "SHA512", "sha512", &sha512_desc },
|
|
||||||
#endif
|
|
||||||
#ifdef LTC_TIGER
|
|
||||||
{ "TIGER", "tiger", &tiger_desc },
|
|
||||||
#endif
|
|
||||||
#ifdef LTC_WHIRLPOOL
|
|
||||||
{ "WHIRLPOOL", "whirlpool", &whirlpool_desc },
|
|
||||||
#endif
|
|
||||||
{ NULL, NULL, NULL }
|
|
||||||
};
|
|
||||||
|
|
||||||
int
|
|
||||||
HSH_GetHashId(const char *name)
|
|
||||||
{
|
|
||||||
int i, h;
|
|
||||||
|
|
||||||
for (i = 0; hashes[i].name; i++) {
|
|
||||||
if (!strcmp(name, hashes[i].name))
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!hashes[i].name)
|
|
||||||
return -1; /* not found */
|
|
||||||
|
|
||||||
h = find_hash(hashes[i].int_name);
|
|
||||||
if (h >= 0)
|
|
||||||
return h; /* already registered */
|
|
||||||
|
|
||||||
/* register and try again */
|
|
||||||
register_hash(hashes[i].desc);
|
|
||||||
|
|
||||||
return find_hash(hashes[i].int_name);
|
|
||||||
}
|
|
||||||
|
|
||||||
unsigned int
|
|
||||||
HSH_Hash(int id, const unsigned char *in1, unsigned int in1_len,
|
|
||||||
const unsigned char *in2, unsigned int in2_len,
|
|
||||||
unsigned char *out, unsigned int out_len)
|
|
||||||
{
|
|
||||||
unsigned long len;
|
|
||||||
int r;
|
|
||||||
|
|
||||||
len = out_len;
|
|
||||||
if (in2)
|
|
||||||
r = hash_memory_multi(id, out, &len,
|
|
||||||
in1, (unsigned long)in1_len, in2, (unsigned long)in2_len, NULL, 0);
|
|
||||||
else
|
|
||||||
r = hash_memory(id, in1, in1_len, out, &len);
|
|
||||||
|
|
||||||
if (r != CRYPT_OK)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return len;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
HSH_Finalise(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
74
io_linux.h
Normal file
74
io_linux.h
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
/* Taken from <asm-$foo/ioctl.h> in the Linux kernel sources.
|
||||||
|
* The ioctl.h file is pretty similar from one architecture to another.
|
||||||
|
* */
|
||||||
|
#ifndef IO_LINUX_H
|
||||||
|
#define IO_LINUX_H
|
||||||
|
|
||||||
|
/* Hmm. These constants vary a bit between systems. */
|
||||||
|
/* (__sh__ includes both sh and sh64) */
|
||||||
|
#if defined(__i386__) || defined(__sh__) || defined(__arm__)||defined(__x86_64__)
|
||||||
|
#define CHRONY_IOC_NRBITS 8
|
||||||
|
#define CHRONY_IOC_TYPEBITS 8
|
||||||
|
#define CHRONY_IOC_SIZEBITS 14
|
||||||
|
#define CHRONY_IOC_DIRBITS 2
|
||||||
|
|
||||||
|
#define CHRONY_IOC_NONE 0U
|
||||||
|
#define CHRONY_IOC_WRITE 1U
|
||||||
|
#define CHRONY_IOC_READ 2U
|
||||||
|
|
||||||
|
#elif defined(__alpha__) || defined(__sparc__) || defined(__ppc__) || defined(__ppc64__) || defined(__sparc64__)
|
||||||
|
#define CHRONY_IOC_NRBITS 8
|
||||||
|
#define CHRONY_IOC_TYPEBITS 8
|
||||||
|
#define CHRONY_IOC_SIZEBITS 13
|
||||||
|
#define CHRONY_IOC_DIRBITS 2
|
||||||
|
|
||||||
|
#define CHRONY_IOC_NONE 1U
|
||||||
|
#define CHRONY_IOC_READ 2U
|
||||||
|
#define CHRONY_IOC_WRITE 4U
|
||||||
|
|
||||||
|
#elif defined(__mips__) || defined(__mips32__)
|
||||||
|
#define CHRONY_IOC_NRBITS 8
|
||||||
|
#define CHRONY_IOC_TYPEBITS 8
|
||||||
|
#define CHRONY_IOC_SIZEBITS 13
|
||||||
|
#define CHRONY_IOC_DIRBITS 3
|
||||||
|
#define CHRONY_IOC_NONE 1U
|
||||||
|
#define CHRONY_IOC_READ 2U
|
||||||
|
#define CHRONY_IOC_WRITE 4U
|
||||||
|
|
||||||
|
#else
|
||||||
|
#error "I don't know the values of the _IOC_* constants for your architecture"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define CHRONY_IOC_NRMASK ((1 << CHRONY_IOC_NRBITS)-1)
|
||||||
|
#define CHRONY_IOC_TYPEMASK ((1 << CHRONY_IOC_TYPEBITS)-1)
|
||||||
|
#define CHRONY_IOC_SIZEMASK ((1 << CHRONY_IOC_SIZEBITS)-1)
|
||||||
|
#define CHRONY_IOC_DIRMASK ((1 << CHRONY_IOC_DIRBITS)-1)
|
||||||
|
|
||||||
|
#define CHRONY_IOC_NRSHIFT 0
|
||||||
|
#define CHRONY_IOC_TYPESHIFT (CHRONY_IOC_NRSHIFT+CHRONY_IOC_NRBITS)
|
||||||
|
#define CHRONY_IOC_SIZESHIFT (CHRONY_IOC_TYPESHIFT+CHRONY_IOC_TYPEBITS)
|
||||||
|
#define CHRONY_IOC_DIRSHIFT (CHRONY_IOC_SIZESHIFT+CHRONY_IOC_SIZEBITS)
|
||||||
|
|
||||||
|
#define CHRONY_IOC(dir,type,nr,size) \
|
||||||
|
(((dir) << CHRONY_IOC_DIRSHIFT) | \
|
||||||
|
((type) << CHRONY_IOC_TYPESHIFT) | \
|
||||||
|
((nr) << CHRONY_IOC_NRSHIFT) | \
|
||||||
|
((size) << CHRONY_IOC_SIZESHIFT))
|
||||||
|
|
||||||
|
/* used to create numbers */
|
||||||
|
#define CHRONY_IO(type,nr) CHRONY_IOC(CHRONY_IOC_NONE,(type),(nr),0)
|
||||||
|
#define CHRONY_IOR(type,nr,size) CHRONY_IOC(CHRONY_IOC_READ,(type),(nr),sizeof(size))
|
||||||
|
#define CHRONY_IOW(type,nr,size) CHRONY_IOC(CHRONY_IOC_WRITE,(type),(nr),sizeof(size))
|
||||||
|
#define CHRONY_IOWR(type,nr,size) CHRONY_IOC(CHRONY_IOC_READ|CHRONY_IOC_WRITE,(type),(nr),sizeof(size))
|
||||||
|
|
||||||
|
#define RTC_UIE_ON CHRONY_IO('p', 0x03) /* Update int. enable on */
|
||||||
|
#define RTC_UIE_OFF CHRONY_IO('p', 0x04) /* ... off */
|
||||||
|
|
||||||
|
#define RTC_RD_TIME CHRONY_IOR('p', 0x09, struct rtc_time) /* Read RTC time */
|
||||||
|
#define RTC_SET_TIME CHRONY_IOW('p', 0x0a, struct rtc_time) /* Set RTC time */
|
||||||
|
|
||||||
|
/* From mc146818.h */
|
||||||
|
#define RTC_UIE 0x10 /* update-finished interrupt enable */
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
353
keys.c
353
keys.c
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/keys.c,v 1.12 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2003
|
* Copyright (C) Richard P. Curnow 1997-2003
|
||||||
* Copyright (C) Miroslav Lichvar 2012-2016
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -26,58 +29,41 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "sysincl.h"
|
|
||||||
|
|
||||||
#include "array.h"
|
|
||||||
#include "keys.h"
|
#include "keys.h"
|
||||||
#include "cmdparse.h"
|
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "util.h"
|
|
||||||
#include "local.h"
|
|
||||||
#include "logging.h"
|
|
||||||
|
|
||||||
/* Consider 80 bits as the absolute minimum for a secure key */
|
|
||||||
#define MIN_SECURE_KEY_LENGTH 10
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t id;
|
unsigned long id;
|
||||||
char *val;
|
char *val;
|
||||||
int len;
|
int len;
|
||||||
int hash_id;
|
|
||||||
int auth_delay;
|
|
||||||
} Key;
|
} Key;
|
||||||
|
|
||||||
static ARR_Instance keys;
|
#define MAX_KEYS 256
|
||||||
|
|
||||||
|
static int n_keys;
|
||||||
|
static Key keys[MAX_KEYS];
|
||||||
|
|
||||||
|
static int command_key_valid;
|
||||||
|
static int command_key_pos;
|
||||||
static int cache_valid;
|
static int cache_valid;
|
||||||
static uint32_t cache_key_id;
|
static unsigned long cache_key_id;
|
||||||
static int cache_key_pos;
|
static int cache_key_pos;
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
|
||||||
free_keys(void)
|
|
||||||
{
|
|
||||||
unsigned int i;
|
|
||||||
|
|
||||||
for (i = 0; i < ARR_GetSize(keys); i++)
|
|
||||||
Free(((Key *)ARR_GetElement(keys, i))->val);
|
|
||||||
|
|
||||||
ARR_SetSize(keys, 0);
|
|
||||||
cache_valid = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
void
|
||||||
KEY_Initialise(void)
|
KEY_Initialise(void)
|
||||||
{
|
{
|
||||||
keys = ARR_CreateInstance(sizeof (Key));
|
n_keys = 0;
|
||||||
|
command_key_valid = 0;
|
||||||
cache_valid = 0;
|
cache_valid = 0;
|
||||||
KEY_Reload();
|
KEY_Reload();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -85,47 +71,8 @@ KEY_Initialise(void)
|
|||||||
void
|
void
|
||||||
KEY_Finalise(void)
|
KEY_Finalise(void)
|
||||||
{
|
{
|
||||||
free_keys();
|
/* Nothing to do */
|
||||||
ARR_DestroyInstance(keys);
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static Key *
|
|
||||||
get_key(unsigned int index)
|
|
||||||
{
|
|
||||||
return ((Key *)ARR_GetElements(keys)) + index;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static int
|
|
||||||
determine_hash_delay(uint32_t key_id)
|
|
||||||
{
|
|
||||||
NTP_Packet pkt;
|
|
||||||
struct timeval before, after;
|
|
||||||
unsigned long usecs, min_usecs=0;
|
|
||||||
int i;
|
|
||||||
|
|
||||||
for (i = 0; i < 10; i++) {
|
|
||||||
LCL_ReadRawTime(&before);
|
|
||||||
KEY_GenerateAuth(key_id, (unsigned char *)&pkt, NTP_NORMAL_PACKET_LENGTH,
|
|
||||||
(unsigned char *)&pkt.auth_data, sizeof (pkt.auth_data));
|
|
||||||
LCL_ReadRawTime(&after);
|
|
||||||
|
|
||||||
usecs = (after.tv_sec - before.tv_sec) * 1000000 + (after.tv_usec - before.tv_usec);
|
|
||||||
|
|
||||||
if (i == 0 || usecs < min_usecs) {
|
|
||||||
min_usecs = usecs;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Add on a bit extra to allow for copying, conversions etc */
|
|
||||||
min_usecs += min_usecs >> 4;
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_Keys, "authentication delay for key %"PRIu32": %ld useconds", key_id, min_usecs);
|
|
||||||
|
|
||||||
return min_usecs;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -150,191 +97,147 @@ compare_keys_by_id(const void *a, const void *b)
|
|||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
#define KEYLEN 2047
|
||||||
|
#define SKEYLEN "2047"
|
||||||
|
|
||||||
void
|
void
|
||||||
KEY_Reload(void)
|
KEY_Reload(void)
|
||||||
{
|
{
|
||||||
unsigned int i, line_number;
|
int i, len1;
|
||||||
|
char *key_file;
|
||||||
FILE *in;
|
FILE *in;
|
||||||
uint32_t key_id;
|
unsigned long key_id;
|
||||||
char line[2048], *keyval, *key_file;
|
char line[KEYLEN+1], keyval[KEYLEN+1];
|
||||||
const char *hashname;
|
|
||||||
Key key;
|
|
||||||
|
|
||||||
free_keys();
|
for (i=0; i<n_keys; i++) {
|
||||||
|
Free(keys[i].val);
|
||||||
|
}
|
||||||
|
|
||||||
|
n_keys = 0;
|
||||||
|
|
||||||
key_file = CNF_GetKeysFile();
|
key_file = CNF_GetKeysFile();
|
||||||
line_number = 0;
|
|
||||||
|
|
||||||
if (!key_file)
|
if (key_file) {
|
||||||
return;
|
in = fopen(key_file, "r");
|
||||||
|
if (in) {
|
||||||
|
while (fgets(line, sizeof(line), in)) {
|
||||||
|
len1 = strlen(line) - 1;
|
||||||
|
|
||||||
in = fopen(key_file, "r");
|
/* Guard against removing last character of the line
|
||||||
if (!in) {
|
* if the last line of the file is missing an end-of-line */
|
||||||
LOG(LOGS_WARN, LOGF_Keys, "Could not open keyfile %s", key_file);
|
if (line[len1] == '\n') {
|
||||||
return;
|
line[len1] = '\0';
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sscanf(line, "%lu%" SKEYLEN "s", &key_id, keyval) == 2) {
|
||||||
|
keys[n_keys].id = key_id;
|
||||||
|
keys[n_keys].len = strlen(keyval);
|
||||||
|
keys[n_keys].val = MallocArray(char, 1 + keys[n_keys].len);
|
||||||
|
strcpy(keys[n_keys].val, keyval);
|
||||||
|
n_keys++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
fclose(in);
|
||||||
|
|
||||||
|
/* Sort keys into order. Note, if there's a duplicate, it is
|
||||||
|
arbitrary which one we use later - the user should have been
|
||||||
|
more careful! */
|
||||||
|
qsort((void *) keys, n_keys, sizeof(Key), compare_keys_by_id);
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
while (fgets(line, sizeof (line), in)) {
|
command_key_valid = 0;
|
||||||
line_number++;
|
cache_valid = 0;
|
||||||
|
|
||||||
CPS_NormalizeLine(line);
|
return;
|
||||||
if (!*line)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if (!CPS_ParseKey(line, &key_id, &hashname, &keyval)) {
|
|
||||||
LOG(LOGS_WARN, LOGF_Keys, "Could not parse key at line %d in file %s", line_number, key_file);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
key.hash_id = HSH_GetHashId(hashname);
|
|
||||||
if (key.hash_id < 0) {
|
|
||||||
LOG(LOGS_WARN, LOGF_Keys, "Unknown hash function in key %"PRIu32, key_id);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
key.len = UTI_DecodePasswordFromText(keyval);
|
|
||||||
if (!key.len) {
|
|
||||||
LOG(LOGS_WARN, LOGF_Keys, "Could not decode password in key %"PRIu32, key_id);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
key.id = key_id;
|
|
||||||
key.val = MallocArray(char, key.len);
|
|
||||||
memcpy(key.val, keyval, key.len);
|
|
||||||
ARR_AppendElement(keys, &key);
|
|
||||||
}
|
|
||||||
|
|
||||||
fclose(in);
|
|
||||||
|
|
||||||
/* Sort keys into order. Note, if there's a duplicate, it is
|
|
||||||
arbitrary which one we use later - the user should have been
|
|
||||||
more careful! */
|
|
||||||
qsort(ARR_GetElements(keys), ARR_GetSize(keys), sizeof (Key), compare_keys_by_id);
|
|
||||||
|
|
||||||
/* Check for duplicates */
|
|
||||||
for (i = 1; i < ARR_GetSize(keys); i++) {
|
|
||||||
if (get_key(i - 1)->id == get_key(i)->id)
|
|
||||||
LOG(LOGS_WARN, LOGF_Keys, "Detected duplicate key %"PRIu32, get_key(i - 1)->id);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Erase any passwords from stack */
|
|
||||||
memset(line, 0, sizeof (line));
|
|
||||||
|
|
||||||
for (i = 0; i < ARR_GetSize(keys); i++)
|
|
||||||
get_key(i)->auth_delay = determine_hash_delay(get_key(i)->id);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
lookup_key(uint32_t id)
|
lookup_key(unsigned long id)
|
||||||
{
|
{
|
||||||
Key specimen, *where, *keys_ptr;
|
Key specimen, *where;
|
||||||
int pos;
|
int pos;
|
||||||
|
|
||||||
keys_ptr = ARR_GetElements(keys);
|
|
||||||
specimen.id = id;
|
specimen.id = id;
|
||||||
where = (Key *)bsearch((void *)&specimen, keys_ptr, ARR_GetSize(keys),
|
where = (Key *) bsearch((void *)&specimen, (void *)keys, n_keys, sizeof(Key), compare_keys_by_id);
|
||||||
sizeof (Key), compare_keys_by_id);
|
|
||||||
if (!where) {
|
if (!where) {
|
||||||
return -1;
|
return -1;
|
||||||
} else {
|
} else {
|
||||||
pos = where - keys_ptr;
|
pos = where - keys;
|
||||||
return pos;
|
return pos;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static Key *
|
void
|
||||||
get_key_by_id(uint32_t key_id)
|
KEY_CommandKey(char **key, int *len)
|
||||||
|
{
|
||||||
|
unsigned long command_key_id;
|
||||||
|
|
||||||
|
if (!command_key_valid) {
|
||||||
|
command_key_id = CNF_GetCommandKey();
|
||||||
|
command_key_pos = lookup_key(command_key_id);
|
||||||
|
command_key_valid = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (command_key_pos >= 0) {
|
||||||
|
*key = keys[command_key_pos].val;
|
||||||
|
*len = keys[command_key_pos].len;
|
||||||
|
} else {
|
||||||
|
*key = "";
|
||||||
|
*len = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
int
|
||||||
|
KEY_GetKey(unsigned long key_id, char **key, int *len)
|
||||||
|
{
|
||||||
|
if (!cache_valid || key_id != cache_key_id) {
|
||||||
|
cache_valid = 1;
|
||||||
|
cache_key_pos = lookup_key(key_id);
|
||||||
|
cache_key_id = key_id;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (cache_key_pos >= 0) {
|
||||||
|
*key = keys[cache_key_pos].val;
|
||||||
|
*len = keys[cache_key_pos].len;
|
||||||
|
return 1;
|
||||||
|
} else {
|
||||||
|
*key = "";
|
||||||
|
*len = 0;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
int
|
||||||
|
KEY_KeyKnown(unsigned long key_id)
|
||||||
{
|
{
|
||||||
int position;
|
int position;
|
||||||
|
|
||||||
if (cache_valid && key_id == cache_key_id)
|
if (cache_valid && (key_id == cache_key_id)) {
|
||||||
return get_key(cache_key_pos);
|
return 1;
|
||||||
|
} else {
|
||||||
|
|
||||||
position = lookup_key(key_id);
|
position = lookup_key(key_id);
|
||||||
|
|
||||||
if (position >= 0) {
|
if (position >= 0) {
|
||||||
cache_valid = 1;
|
/* Store key in cache, we will probably be using it in a
|
||||||
cache_key_pos = position;
|
minute... */
|
||||||
cache_key_id = key_id;
|
cache_valid = 1;
|
||||||
|
cache_key_pos = position;
|
||||||
return get_key(position);
|
cache_key_id = key_id;
|
||||||
|
return 1;
|
||||||
|
} else {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
KEY_KeyKnown(uint32_t key_id)
|
|
||||||
{
|
|
||||||
return get_key_by_id(key_id) != NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
KEY_GetAuthDelay(uint32_t key_id)
|
|
||||||
{
|
|
||||||
Key *key;
|
|
||||||
|
|
||||||
key = get_key_by_id(key_id);
|
|
||||||
|
|
||||||
if (!key)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return key->auth_delay;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
KEY_CheckKeyLength(uint32_t key_id)
|
|
||||||
{
|
|
||||||
Key *key;
|
|
||||||
|
|
||||||
key = get_key_by_id(key_id);
|
|
||||||
|
|
||||||
if (!key)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return key->len >= MIN_SECURE_KEY_LENGTH;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
KEY_GenerateAuth(uint32_t key_id, const unsigned char *data, int data_len,
|
|
||||||
unsigned char *auth, int auth_len)
|
|
||||||
{
|
|
||||||
Key *key;
|
|
||||||
|
|
||||||
key = get_key_by_id(key_id);
|
|
||||||
|
|
||||||
if (!key)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return UTI_GenerateNTPAuth(key->hash_id, (unsigned char *)key->val,
|
|
||||||
key->len, data, data_len, auth, auth_len);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
KEY_CheckAuth(uint32_t key_id, const unsigned char *data, int data_len,
|
|
||||||
const unsigned char *auth, int auth_len)
|
|
||||||
{
|
|
||||||
Key *key;
|
|
||||||
|
|
||||||
key = get_key_by_id(key_id);
|
|
||||||
|
|
||||||
if (!key)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return UTI_CheckNTPAuth(key->hash_id, (unsigned char *)key->val,
|
|
||||||
key->len, data, data_len, auth, auth_len);
|
|
||||||
}
|
}
|
||||||
|
|||||||
19
keys.h
19
keys.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/keys.h,v 1.8 2002/02/28 23:27:10 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -27,21 +31,14 @@
|
|||||||
#ifndef GOT_KEYS_H
|
#ifndef GOT_KEYS_H
|
||||||
#define GOT_KEYS_H
|
#define GOT_KEYS_H
|
||||||
|
|
||||||
#include "sysincl.h"
|
|
||||||
|
|
||||||
extern void KEY_Initialise(void);
|
extern void KEY_Initialise(void);
|
||||||
extern void KEY_Finalise(void);
|
extern void KEY_Finalise(void);
|
||||||
|
|
||||||
extern void KEY_Reload(void);
|
extern void KEY_Reload(void);
|
||||||
|
|
||||||
extern int KEY_GetKey(uint32_t key_id, char **key, int *len);
|
extern void KEY_CommandKey(char **key, int *len);
|
||||||
extern int KEY_KeyKnown(uint32_t key_id);
|
|
||||||
extern int KEY_GetAuthDelay(uint32_t key_id);
|
|
||||||
extern int KEY_CheckKeyLength(uint32_t key_id);
|
|
||||||
|
|
||||||
extern int KEY_GenerateAuth(uint32_t key_id, const unsigned char *data,
|
extern int KEY_GetKey(unsigned long key_id, char **key, int *len);
|
||||||
int data_len, unsigned char *auth, int auth_len);
|
extern int KEY_KeyKnown(unsigned long key_id);
|
||||||
extern int KEY_CheckAuth(uint32_t key_id, const unsigned char *data,
|
|
||||||
int data_len, const unsigned char *auth, int auth_len);
|
|
||||||
|
|
||||||
#endif /* GOT_KEYS_H */
|
#endif /* GOT_KEYS_H */
|
||||||
|
|||||||
467
local.c
467
local.c
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/local.c,v 1.21 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2003
|
* Copyright (C) Richard P. Curnow 1997-2003
|
||||||
* Copyright (C) Miroslav Lichvar 2011, 2014-2015
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -28,30 +31,20 @@
|
|||||||
They interface with the system specific driver files in sys_*.c
|
They interface with the system specific driver files in sys_*.c
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include <assert.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "sysincl.h"
|
|
||||||
|
|
||||||
#include "conf.h"
|
|
||||||
#include "local.h"
|
#include "local.h"
|
||||||
#include "localp.h"
|
#include "localp.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "smooth.h"
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
/* Maximum allowed frequency offset in ppm, the time must not stop
|
|
||||||
or run backwards */
|
|
||||||
#define MAX_FREQ 500000.0
|
|
||||||
|
|
||||||
/* Variable to store the current frequency, in ppm */
|
/* Variable to store the current frequency, in ppm */
|
||||||
static double current_freq_ppm;
|
static double current_freq_ppm;
|
||||||
|
|
||||||
/* Temperature compensation, in ppm */
|
|
||||||
static double temp_comp_ppm;
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
/* Store the system dependent drivers */
|
/* Store the system dependent drivers */
|
||||||
|
|
||||||
@@ -60,8 +53,7 @@ static lcl_SetFrequencyDriver drv_set_freq;
|
|||||||
static lcl_AccrueOffsetDriver drv_accrue_offset;
|
static lcl_AccrueOffsetDriver drv_accrue_offset;
|
||||||
static lcl_ApplyStepOffsetDriver drv_apply_step_offset;
|
static lcl_ApplyStepOffsetDriver drv_apply_step_offset;
|
||||||
static lcl_OffsetCorrectionDriver drv_offset_convert;
|
static lcl_OffsetCorrectionDriver drv_offset_convert;
|
||||||
static lcl_SetLeapDriver drv_set_leap;
|
static lcl_ImmediateStepDriver drv_immediate_step;
|
||||||
static lcl_SetSyncStatusDriver drv_set_sync_status;
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
@@ -96,8 +88,6 @@ static DispersionNotifyListEntry dispersion_notify_list;
|
|||||||
static int precision_log;
|
static int precision_log;
|
||||||
static double precision_quantum;
|
static double precision_quantum;
|
||||||
|
|
||||||
static double max_clock_error;
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
/* Define the number of increments of the system clock that we want
|
/* Define the number of increments of the system clock that we want
|
||||||
@@ -110,15 +100,17 @@ static double max_clock_error;
|
|||||||
static void
|
static void
|
||||||
calculate_sys_precision(void)
|
calculate_sys_precision(void)
|
||||||
{
|
{
|
||||||
struct timeval tv, old_tv;
|
struct timeval tv, old_tv, first_tv;
|
||||||
|
struct timezone tz;
|
||||||
int dusec, best_dusec;
|
int dusec, best_dusec;
|
||||||
int iters;
|
int iters;
|
||||||
|
|
||||||
gettimeofday(&old_tv, NULL);
|
gettimeofday(&old_tv, &tz);
|
||||||
|
first_tv = old_tv;
|
||||||
best_dusec = 1000000; /* Assume we must be better than a second */
|
best_dusec = 1000000; /* Assume we must be better than a second */
|
||||||
iters = 0;
|
iters = 0;
|
||||||
do {
|
do {
|
||||||
gettimeofday(&tv, NULL);
|
gettimeofday(&tv, &tz);
|
||||||
dusec = 1000000*(tv.tv_sec - old_tv.tv_sec) + (tv.tv_usec - old_tv.tv_usec);
|
dusec = 1000000*(tv.tv_sec - old_tv.tv_sec) + (tv.tv_usec - old_tv.tv_usec);
|
||||||
old_tv = tv;
|
old_tv = tv;
|
||||||
if (dusec > 0) {
|
if (dusec > 0) {
|
||||||
@@ -128,19 +120,18 @@ calculate_sys_precision(void)
|
|||||||
iters++;
|
iters++;
|
||||||
}
|
}
|
||||||
} while (iters < NITERS);
|
} while (iters < NITERS);
|
||||||
|
if (!(best_dusec > 0)) {
|
||||||
assert(best_dusec > 0);
|
CROAK("best_dusec should be positive");
|
||||||
|
}
|
||||||
precision_quantum = best_dusec * 1.0e-6;
|
|
||||||
|
|
||||||
/* Get rounded log2 value of the measured precision */
|
|
||||||
precision_log = 0;
|
precision_log = 0;
|
||||||
while (best_dusec < 707107) {
|
while (best_dusec < 500000) {
|
||||||
precision_log--;
|
precision_log--;
|
||||||
best_dusec *= 2;
|
best_dusec *= 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_Local, "Clock precision %.9f (%d)", precision_quantum, precision_log);
|
precision_quantum = 1.0 / (double)(1<<(-precision_log));
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -162,11 +153,8 @@ LCL_Initialise(void)
|
|||||||
|
|
||||||
/* This ought to be set from the system driver layer */
|
/* This ought to be set from the system driver layer */
|
||||||
current_freq_ppm = 0.0;
|
current_freq_ppm = 0.0;
|
||||||
temp_comp_ppm = 0.0;
|
|
||||||
|
|
||||||
calculate_sys_precision();
|
calculate_sys_precision();
|
||||||
|
|
||||||
max_clock_error = CNF_GetMaxClockError() * 1e-6;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -174,13 +162,7 @@ LCL_Initialise(void)
|
|||||||
void
|
void
|
||||||
LCL_Finalise(void)
|
LCL_Finalise(void)
|
||||||
{
|
{
|
||||||
while (change_list.next != &change_list)
|
return;
|
||||||
LCL_RemoveParameterChangeHandler(change_list.next->handler,
|
|
||||||
change_list.next->anything);
|
|
||||||
|
|
||||||
while (dispersion_notify_list.next != &dispersion_notify_list)
|
|
||||||
LCL_RemoveDispersionNotifyHandler(dispersion_notify_list.next->handler,
|
|
||||||
dispersion_notify_list.next->anything);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -203,14 +185,6 @@ LCL_GetSysPrecisionAsQuantum(void)
|
|||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
double
|
|
||||||
LCL_GetMaxClockError(void)
|
|
||||||
{
|
|
||||||
return max_clock_error;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
void
|
||||||
LCL_AddParameterChangeHandler(LCL_ParameterChangeHandler handler, void *anything)
|
LCL_AddParameterChangeHandler(LCL_ParameterChangeHandler handler, void *anything)
|
||||||
{
|
{
|
||||||
@@ -219,7 +193,7 @@ LCL_AddParameterChangeHandler(LCL_ParameterChangeHandler handler, void *anything
|
|||||||
/* Check that the handler is not already registered */
|
/* Check that the handler is not already registered */
|
||||||
for (ptr = change_list.next; ptr != &change_list; ptr = ptr->next) {
|
for (ptr = change_list.next; ptr != &change_list; ptr = ptr->next) {
|
||||||
if (!(ptr->handler != handler || ptr->anything != anything)) {
|
if (!(ptr->handler != handler || ptr->anything != anything)) {
|
||||||
assert(0);
|
CROAK("a handler is already registered");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -233,11 +207,14 @@ LCL_AddParameterChangeHandler(LCL_ParameterChangeHandler handler, void *anything
|
|||||||
new_entry->prev = change_list.prev;
|
new_entry->prev = change_list.prev;
|
||||||
change_list.prev->next = new_entry;
|
change_list.prev->next = new_entry;
|
||||||
change_list.prev = new_entry;
|
change_list.prev = new_entry;
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
/* Remove a handler */
|
/* Remove a handler */
|
||||||
|
extern
|
||||||
void LCL_RemoveParameterChangeHandler(LCL_ParameterChangeHandler handler, void *anything)
|
void LCL_RemoveParameterChangeHandler(LCL_ParameterChangeHandler handler, void *anything)
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -254,35 +231,17 @@ void LCL_RemoveParameterChangeHandler(LCL_ParameterChangeHandler handler, void *
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(ok);
|
if (!ok) {
|
||||||
|
CROAK("did not find a matching handler");
|
||||||
|
}
|
||||||
|
|
||||||
/* Unlink entry from the list */
|
/* Unlink entry from the list */
|
||||||
ptr->next->prev = ptr->prev;
|
ptr->next->prev = ptr->prev;
|
||||||
ptr->prev->next = ptr->next;
|
ptr->prev->next = ptr->next;
|
||||||
|
|
||||||
Free(ptr);
|
free(ptr);
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
return;
|
||||||
|
|
||||||
int
|
|
||||||
LCL_IsFirstParameterChangeHandler(LCL_ParameterChangeHandler handler)
|
|
||||||
{
|
|
||||||
return change_list.next->handler == handler;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static void
|
|
||||||
invoke_parameter_change_handlers(struct timeval *raw, struct timeval *cooked,
|
|
||||||
double dfreq, double doffset,
|
|
||||||
LCL_ChangeType change_type)
|
|
||||||
{
|
|
||||||
ChangeListEntry *ptr;
|
|
||||||
|
|
||||||
for (ptr = change_list.next; ptr != &change_list; ptr = ptr->next) {
|
|
||||||
(ptr->handler)(raw, cooked, dfreq, doffset, change_type, ptr->anything);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -295,7 +254,7 @@ LCL_AddDispersionNotifyHandler(LCL_DispersionNotifyHandler handler, void *anythi
|
|||||||
/* Check that the handler is not already registered */
|
/* Check that the handler is not already registered */
|
||||||
for (ptr = dispersion_notify_list.next; ptr != &dispersion_notify_list; ptr = ptr->next) {
|
for (ptr = dispersion_notify_list.next; ptr != &dispersion_notify_list; ptr = ptr->next) {
|
||||||
if (!(ptr->handler != handler || ptr->anything != anything)) {
|
if (!(ptr->handler != handler || ptr->anything != anything)) {
|
||||||
assert(0);
|
CROAK("a handler is already registered");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -309,6 +268,8 @@ LCL_AddDispersionNotifyHandler(LCL_DispersionNotifyHandler handler, void *anythi
|
|||||||
new_entry->prev = dispersion_notify_list.prev;
|
new_entry->prev = dispersion_notify_list.prev;
|
||||||
dispersion_notify_list.prev->next = new_entry;
|
dispersion_notify_list.prev->next = new_entry;
|
||||||
dispersion_notify_list.prev = new_entry;
|
dispersion_notify_list.prev = new_entry;
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -331,13 +292,17 @@ void LCL_RemoveDispersionNotifyHandler(LCL_DispersionNotifyHandler handler, void
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(ok);
|
if (!ok) {
|
||||||
|
CROAK("no matching handler found");
|
||||||
|
}
|
||||||
|
|
||||||
/* Unlink entry from the list */
|
/* Unlink entry from the list */
|
||||||
ptr->next->prev = ptr->prev;
|
ptr->next->prev = ptr->prev;
|
||||||
ptr->prev->next = ptr->next;
|
ptr->prev->next = ptr->next;
|
||||||
|
|
||||||
Free(ptr);
|
free(ptr);
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -347,9 +312,13 @@ void LCL_RemoveDispersionNotifyHandler(LCL_DispersionNotifyHandler handler, void
|
|||||||
void
|
void
|
||||||
LCL_ReadRawTime(struct timeval *result)
|
LCL_ReadRawTime(struct timeval *result)
|
||||||
{
|
{
|
||||||
if (gettimeofday(result, NULL) < 0) {
|
struct timezone tz;
|
||||||
LOG_FATAL(LOGF_Local, "gettimeofday() failed");
|
|
||||||
|
if (!(gettimeofday(result, &tz) >= 0)) {
|
||||||
|
CROAK("Could not get time of day");
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -358,104 +327,67 @@ void
|
|||||||
LCL_ReadCookedTime(struct timeval *result, double *err)
|
LCL_ReadCookedTime(struct timeval *result, double *err)
|
||||||
{
|
{
|
||||||
struct timeval raw;
|
struct timeval raw;
|
||||||
|
|
||||||
LCL_ReadRawTime(&raw);
|
|
||||||
LCL_CookTime(&raw, result, err);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
LCL_CookTime(struct timeval *raw, struct timeval *cooked, double *err)
|
|
||||||
{
|
|
||||||
double correction;
|
double correction;
|
||||||
|
|
||||||
LCL_GetOffsetCorrection(raw, &correction, err);
|
LCL_ReadRawTime(&raw);
|
||||||
UTI_AddDoubleToTimeval(raw, correction, cooked);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* For now, cheat and set the error to zero in all cases.
|
||||||
|
*/
|
||||||
|
|
||||||
|
*err = 0.0;
|
||||||
|
|
||||||
void
|
|
||||||
LCL_GetOffsetCorrection(struct timeval *raw, double *correction, double *err)
|
|
||||||
{
|
|
||||||
/* Call system specific driver to get correction */
|
/* Call system specific driver to get correction */
|
||||||
(*drv_offset_convert)(raw, correction, err);
|
(*drv_offset_convert)(&raw, &correction);
|
||||||
|
UTI_AddDoubleToTimeval(&raw, correction, result);
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
/* Return current frequency */
|
|
||||||
|
double
|
||||||
|
LCL_GetOffsetCorrection(struct timeval *raw)
|
||||||
|
{
|
||||||
|
double correction;
|
||||||
|
(*drv_offset_convert)(raw, &correction);
|
||||||
|
return correction;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
/* This is just a simple passthrough of the system specific routine */
|
||||||
|
|
||||||
double
|
double
|
||||||
LCL_ReadAbsoluteFrequency(void)
|
LCL_ReadAbsoluteFrequency(void)
|
||||||
{
|
{
|
||||||
double freq;
|
return (*drv_read_freq)();
|
||||||
|
|
||||||
freq = current_freq_ppm;
|
|
||||||
|
|
||||||
/* Undo temperature compensation */
|
|
||||||
if (temp_comp_ppm != 0.0) {
|
|
||||||
freq = (freq + temp_comp_ppm) / (1.0 - 1.0e-6 * temp_comp_ppm);
|
|
||||||
}
|
|
||||||
|
|
||||||
return freq;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static double
|
|
||||||
clamp_freq(double freq)
|
|
||||||
{
|
|
||||||
if (freq <= MAX_FREQ && freq >= -MAX_FREQ)
|
|
||||||
return freq;
|
|
||||||
|
|
||||||
LOG(LOGS_WARN, LOGF_Local, "Frequency %.1f ppm exceeds allowed maximum", freq);
|
|
||||||
|
|
||||||
return freq >= MAX_FREQ ? MAX_FREQ : -MAX_FREQ;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static int
|
|
||||||
check_offset(struct timeval *now, double offset)
|
|
||||||
{
|
|
||||||
/* Check if the time will be still sane with accumulated offset */
|
|
||||||
if (UTI_IsTimeOffsetSane(now, -offset))
|
|
||||||
return 1;
|
|
||||||
|
|
||||||
LOG(LOGS_WARN, LOGF_Local, "Adjustment of %.1f seconds is invalid", -offset);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
/* This involves both setting the absolute frequency with the
|
/* This involves both setting the absolute frequency with the
|
||||||
system-specific driver, as well as calling all notify handlers */
|
system-specific driver, as well as calling all notify handlers */
|
||||||
|
|
||||||
void
|
void
|
||||||
LCL_SetAbsoluteFrequency(double afreq_ppm)
|
LCL_SetAbsoluteFrequency(double afreq_ppm)
|
||||||
{
|
{
|
||||||
|
ChangeListEntry *ptr;
|
||||||
struct timeval raw, cooked;
|
struct timeval raw, cooked;
|
||||||
|
double correction;
|
||||||
double dfreq;
|
double dfreq;
|
||||||
|
|
||||||
afreq_ppm = clamp_freq(afreq_ppm);
|
|
||||||
|
|
||||||
/* Apply temperature compensation */
|
|
||||||
if (temp_comp_ppm != 0.0) {
|
|
||||||
afreq_ppm = afreq_ppm * (1.0 - 1.0e-6 * temp_comp_ppm) - temp_comp_ppm;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Call the system-specific driver for setting the frequency */
|
/* Call the system-specific driver for setting the frequency */
|
||||||
|
|
||||||
afreq_ppm = (*drv_set_freq)(afreq_ppm);
|
(*drv_set_freq)(afreq_ppm);
|
||||||
|
|
||||||
dfreq = (afreq_ppm - current_freq_ppm) / (1.0e6 - current_freq_ppm);
|
dfreq = 1.0e-6 * (afreq_ppm - current_freq_ppm) / (1.0 - 1.0e-6 * current_freq_ppm);
|
||||||
|
|
||||||
LCL_ReadRawTime(&raw);
|
LCL_ReadRawTime(&raw);
|
||||||
LCL_CookTime(&raw, &cooked, NULL);
|
(drv_offset_convert)(&raw, &correction);
|
||||||
|
UTI_AddDoubleToTimeval(&raw, correction, &cooked);
|
||||||
|
|
||||||
/* Dispatch to all handlers */
|
/* Dispatch to all handlers */
|
||||||
invoke_parameter_change_handlers(&raw, &cooked, dfreq, 0.0, LCL_ChangeAdjust);
|
for (ptr = change_list.next; ptr != &change_list; ptr = ptr->next) {
|
||||||
|
(ptr->handler)(&raw, &cooked, dfreq, afreq_ppm, 0.0, 0, ptr->anything);
|
||||||
|
}
|
||||||
|
|
||||||
current_freq_ppm = afreq_ppm;
|
current_freq_ppm = afreq_ppm;
|
||||||
|
|
||||||
@@ -466,147 +398,120 @@ LCL_SetAbsoluteFrequency(double afreq_ppm)
|
|||||||
void
|
void
|
||||||
LCL_AccumulateDeltaFrequency(double dfreq)
|
LCL_AccumulateDeltaFrequency(double dfreq)
|
||||||
{
|
{
|
||||||
|
ChangeListEntry *ptr;
|
||||||
struct timeval raw, cooked;
|
struct timeval raw, cooked;
|
||||||
double old_freq_ppm;
|
double correction;
|
||||||
|
|
||||||
old_freq_ppm = current_freq_ppm;
|
|
||||||
|
|
||||||
/* Work out new absolute frequency. Note that absolute frequencies
|
/* Work out new absolute frequency. Note that absolute frequencies
|
||||||
are handled in units of ppm, whereas the 'dfreq' argument is in
|
are handled in units of ppm, whereas the 'dfreq' argument is in
|
||||||
terms of the gradient of the (offset) v (local time) function. */
|
terms of the gradient of the (offset) v (local time) function. */
|
||||||
|
|
||||||
current_freq_ppm += dfreq * (1.0e6 - current_freq_ppm);
|
current_freq_ppm = (1.0 - dfreq) * current_freq_ppm +
|
||||||
|
(1.0e6 * dfreq);
|
||||||
current_freq_ppm = clamp_freq(current_freq_ppm);
|
|
||||||
|
|
||||||
/* Call the system-specific driver for setting the frequency */
|
/* Call the system-specific driver for setting the frequency */
|
||||||
current_freq_ppm = (*drv_set_freq)(current_freq_ppm);
|
(*drv_set_freq)(current_freq_ppm);
|
||||||
dfreq = (current_freq_ppm - old_freq_ppm) / (1.0e6 - old_freq_ppm);
|
|
||||||
|
|
||||||
LCL_ReadRawTime(&raw);
|
LCL_ReadRawTime(&raw);
|
||||||
LCL_CookTime(&raw, &cooked, NULL);
|
(drv_offset_convert)(&raw, &correction);
|
||||||
|
UTI_AddDoubleToTimeval(&raw, correction, &cooked);
|
||||||
|
|
||||||
/* Dispatch to all handlers */
|
/* Dispatch to all handlers */
|
||||||
invoke_parameter_change_handlers(&raw, &cooked, dfreq, 0.0, LCL_ChangeAdjust);
|
for (ptr = change_list.next; ptr != &change_list; ptr = ptr->next) {
|
||||||
}
|
(ptr->handler)(&raw, &cooked, dfreq, current_freq_ppm, 0.0, 0, ptr->anything);
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
LCL_AccumulateOffset(double offset, double corr_rate)
|
|
||||||
{
|
|
||||||
struct timeval raw, cooked;
|
|
||||||
|
|
||||||
/* In this case, the cooked time to be passed to the notify clients
|
|
||||||
has to be the cooked time BEFORE the change was made */
|
|
||||||
|
|
||||||
LCL_ReadRawTime(&raw);
|
|
||||||
LCL_CookTime(&raw, &cooked, NULL);
|
|
||||||
|
|
||||||
if (!check_offset(&cooked, offset))
|
|
||||||
return;
|
|
||||||
|
|
||||||
(*drv_accrue_offset)(offset, corr_rate);
|
|
||||||
|
|
||||||
/* Dispatch to all handlers */
|
|
||||||
invoke_parameter_change_handlers(&raw, &cooked, 0.0, offset, LCL_ChangeAdjust);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
LCL_ApplyStepOffset(double offset)
|
|
||||||
{
|
|
||||||
struct timeval raw, cooked;
|
|
||||||
|
|
||||||
/* In this case, the cooked time to be passed to the notify clients
|
|
||||||
has to be the cooked time BEFORE the change was made */
|
|
||||||
|
|
||||||
LCL_ReadRawTime(&raw);
|
|
||||||
LCL_CookTime(&raw, &cooked, NULL);
|
|
||||||
|
|
||||||
if (!check_offset(&raw, offset))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (!(*drv_apply_step_offset)(offset)) {
|
|
||||||
LOG(LOGS_ERR, LOGF_Local, "Could not step clock");
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reset smoothing on all clock steps */
|
|
||||||
SMT_Reset(&cooked);
|
|
||||||
|
|
||||||
/* Dispatch to all handlers */
|
|
||||||
invoke_parameter_change_handlers(&raw, &cooked, 0.0, offset, LCL_ChangeStep);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
void
|
void
|
||||||
LCL_NotifyExternalTimeStep(struct timeval *raw, struct timeval *cooked,
|
LCL_AccumulateOffset(double offset)
|
||||||
double offset, double dispersion)
|
|
||||||
{
|
|
||||||
/* Dispatch to all handlers */
|
|
||||||
invoke_parameter_change_handlers(raw, cooked, 0.0, offset, LCL_ChangeUnknownStep);
|
|
||||||
|
|
||||||
lcl_InvokeDispersionNotifyHandlers(dispersion);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
LCL_NotifyLeap(int leap)
|
|
||||||
{
|
{
|
||||||
|
ChangeListEntry *ptr;
|
||||||
struct timeval raw, cooked;
|
struct timeval raw, cooked;
|
||||||
|
double correction;
|
||||||
|
|
||||||
|
/* In this case, the cooked time to be passed to the notify clients
|
||||||
|
has to be the cooked time BEFORE the change was made */
|
||||||
|
|
||||||
LCL_ReadRawTime(&raw);
|
LCL_ReadRawTime(&raw);
|
||||||
LCL_CookTime(&raw, &cooked, NULL);
|
(drv_offset_convert)(&raw, &correction);
|
||||||
|
UTI_AddDoubleToTimeval(&raw, correction, &cooked);
|
||||||
|
|
||||||
/* Smooth the leap second out */
|
(*drv_accrue_offset)(offset);
|
||||||
SMT_Leap(&cooked, leap);
|
|
||||||
|
/* Dispatch to all handlers */
|
||||||
|
for (ptr = change_list.next; ptr != &change_list; ptr = ptr->next) {
|
||||||
|
(ptr->handler)(&raw, &cooked, 0.0, current_freq_ppm, offset, 0, ptr->anything);
|
||||||
|
}
|
||||||
|
|
||||||
/* Dispatch to all handlers as if the clock was stepped */
|
|
||||||
invoke_parameter_change_handlers(&raw, &cooked, 0.0, -leap, LCL_ChangeStep);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
void
|
void
|
||||||
LCL_AccumulateFrequencyAndOffset(double dfreq, double doffset, double corr_rate)
|
LCL_ApplyStepOffset(double offset)
|
||||||
{
|
{
|
||||||
|
ChangeListEntry *ptr;
|
||||||
struct timeval raw, cooked;
|
struct timeval raw, cooked;
|
||||||
|
double correction;
|
||||||
|
|
||||||
|
/* In this case, the cooked time to be passed to the notify clients
|
||||||
|
has to be the cooked time BEFORE the change was made */
|
||||||
|
|
||||||
|
LCL_ReadRawTime(&raw);
|
||||||
|
(drv_offset_convert)(&raw, &correction);
|
||||||
|
UTI_AddDoubleToTimeval(&raw, correction, &cooked);
|
||||||
|
|
||||||
|
(*drv_apply_step_offset)(offset);
|
||||||
|
|
||||||
|
/* Dispatch to all handlers */
|
||||||
|
for (ptr = change_list.next; ptr != &change_list; ptr = ptr->next) {
|
||||||
|
(ptr->handler)(&raw, &cooked, 0.0, current_freq_ppm, offset, 1, ptr->anything);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
LCL_AccumulateFrequencyAndOffset(double dfreq, double doffset)
|
||||||
|
{
|
||||||
|
ChangeListEntry *ptr;
|
||||||
|
struct timeval raw, cooked;
|
||||||
|
double correction;
|
||||||
double old_freq_ppm;
|
double old_freq_ppm;
|
||||||
|
|
||||||
LCL_ReadRawTime(&raw);
|
LCL_ReadRawTime(&raw);
|
||||||
|
(drv_offset_convert)(&raw, &correction);
|
||||||
/* Due to modifying the offset, this has to be the cooked time prior
|
/* Due to modifying the offset, this has to be the cooked time prior
|
||||||
to the change we are about to make */
|
to the change we are about to make */
|
||||||
LCL_CookTime(&raw, &cooked, NULL);
|
UTI_AddDoubleToTimeval(&raw, correction, &cooked);
|
||||||
|
|
||||||
if (!check_offset(&cooked, doffset))
|
|
||||||
return;
|
|
||||||
|
|
||||||
old_freq_ppm = current_freq_ppm;
|
old_freq_ppm = current_freq_ppm;
|
||||||
|
|
||||||
/* Work out new absolute frequency. Note that absolute frequencies
|
/* Work out new absolute frequency. Note that absolute frequencies
|
||||||
are handled in units of ppm, whereas the 'dfreq' argument is in
|
are handled in units of ppm, whereas the 'dfreq' argument is in
|
||||||
terms of the gradient of the (offset) v (local time) function. */
|
terms of the gradient of the (offset) v (local time) function. */
|
||||||
current_freq_ppm += dfreq * (1.0e6 - current_freq_ppm);
|
current_freq_ppm = (1.0 - dfreq) * old_freq_ppm +
|
||||||
|
(1.0e6 * dfreq);
|
||||||
|
|
||||||
current_freq_ppm = clamp_freq(current_freq_ppm);
|
#ifdef TRACEON
|
||||||
|
LOG(LOGS_INFO, LOGF_Local, "old_freq=%.3fppm new_freq=%.3fppm offset=%.6fsec",
|
||||||
DEBUG_LOG(LOGF_Local, "old_freq=%.3fppm new_freq=%.3fppm offset=%.6fsec",
|
|
||||||
old_freq_ppm, current_freq_ppm, doffset);
|
old_freq_ppm, current_freq_ppm, doffset);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Call the system-specific driver for setting the frequency */
|
/* Call the system-specific driver for setting the frequency */
|
||||||
current_freq_ppm = (*drv_set_freq)(current_freq_ppm);
|
(*drv_set_freq)(current_freq_ppm);
|
||||||
dfreq = (current_freq_ppm - old_freq_ppm) / (1.0e6 - old_freq_ppm);
|
(*drv_accrue_offset)(doffset);
|
||||||
|
|
||||||
(*drv_accrue_offset)(doffset, corr_rate);
|
|
||||||
|
|
||||||
/* Dispatch to all handlers */
|
/* Dispatch to all handlers */
|
||||||
invoke_parameter_change_handlers(&raw, &cooked, dfreq, doffset, LCL_ChangeAdjust);
|
for (ptr = change_list.next; ptr != &change_list; ptr = ptr->next) {
|
||||||
|
(ptr->handler)(&raw, &cooked, dfreq, current_freq_ppm, doffset, 0, ptr->anything);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -630,20 +535,22 @@ lcl_RegisterSystemDrivers(lcl_ReadFrequencyDriver read_freq,
|
|||||||
lcl_AccrueOffsetDriver accrue_offset,
|
lcl_AccrueOffsetDriver accrue_offset,
|
||||||
lcl_ApplyStepOffsetDriver apply_step_offset,
|
lcl_ApplyStepOffsetDriver apply_step_offset,
|
||||||
lcl_OffsetCorrectionDriver offset_convert,
|
lcl_OffsetCorrectionDriver offset_convert,
|
||||||
lcl_SetLeapDriver set_leap,
|
lcl_ImmediateStepDriver immediate_step)
|
||||||
lcl_SetSyncStatusDriver set_sync_status)
|
|
||||||
{
|
{
|
||||||
drv_read_freq = read_freq;
|
drv_read_freq = read_freq;
|
||||||
drv_set_freq = set_freq;
|
drv_set_freq = set_freq;
|
||||||
drv_accrue_offset = accrue_offset;
|
drv_accrue_offset = accrue_offset;
|
||||||
drv_apply_step_offset = apply_step_offset;
|
drv_apply_step_offset = apply_step_offset;
|
||||||
drv_offset_convert = offset_convert;
|
drv_offset_convert = offset_convert;
|
||||||
drv_set_leap = set_leap;
|
drv_immediate_step = immediate_step;
|
||||||
drv_set_sync_status = set_sync_status;
|
|
||||||
|
|
||||||
current_freq_ppm = (*drv_read_freq)();
|
current_freq_ppm = (*drv_read_freq)();
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_Local, "Local freq=%.3fppm", current_freq_ppm);
|
#ifdef TRACEON
|
||||||
|
LOG(LOGS_INFO, LOGF_Local, "Local freq=%.3fppm", current_freq_ppm);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -653,79 +560,15 @@ lcl_RegisterSystemDrivers(lcl_ReadFrequencyDriver read_freq,
|
|||||||
int
|
int
|
||||||
LCL_MakeStep(void)
|
LCL_MakeStep(void)
|
||||||
{
|
{
|
||||||
struct timeval raw;
|
if (drv_immediate_step) {
|
||||||
double correction;
|
(drv_immediate_step)();
|
||||||
|
#ifdef TRACEON
|
||||||
LCL_ReadRawTime(&raw);
|
LOG(LOGS_INFO, LOGF_Local, "Made step to system time to apply remaining slew");
|
||||||
LCL_GetOffsetCorrection(&raw, &correction, NULL);
|
#endif
|
||||||
|
return 1;
|
||||||
if (!check_offset(&raw, -correction))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
/* Cancel remaining slew and make the step */
|
|
||||||
LCL_AccumulateOffset(correction, 0.0);
|
|
||||||
if (!LCL_ApplyStepOffset(-correction))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
LOG(LOGS_WARN, LOGF_Local, "System clock was stepped by %.6f seconds", correction);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
LCL_CanSystemLeap(void)
|
|
||||||
{
|
|
||||||
return drv_set_leap ? 1 : 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
LCL_SetSystemLeap(int leap)
|
|
||||||
{
|
|
||||||
if (drv_set_leap) {
|
|
||||||
(drv_set_leap)(leap);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
double
|
|
||||||
LCL_SetTempComp(double comp)
|
|
||||||
{
|
|
||||||
double uncomp_freq_ppm;
|
|
||||||
|
|
||||||
if (temp_comp_ppm == comp)
|
|
||||||
return comp;
|
|
||||||
|
|
||||||
/* Undo previous compensation */
|
|
||||||
current_freq_ppm = (current_freq_ppm + temp_comp_ppm) /
|
|
||||||
(1.0 - 1.0e-6 * temp_comp_ppm);
|
|
||||||
|
|
||||||
uncomp_freq_ppm = current_freq_ppm;
|
|
||||||
|
|
||||||
/* Apply new compensation */
|
|
||||||
current_freq_ppm = current_freq_ppm * (1.0 - 1.0e-6 * comp) - comp;
|
|
||||||
|
|
||||||
/* Call the system-specific driver for setting the frequency */
|
|
||||||
current_freq_ppm = (*drv_set_freq)(current_freq_ppm);
|
|
||||||
|
|
||||||
temp_comp_ppm = (uncomp_freq_ppm - current_freq_ppm) /
|
|
||||||
(1.0e-6 * uncomp_freq_ppm + 1.0);
|
|
||||||
|
|
||||||
return temp_comp_ppm;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
LCL_SetSyncStatus(int synchronised, double est_error, double max_error)
|
|
||||||
{
|
|
||||||
if (drv_set_sync_status) {
|
|
||||||
(drv_set_sync_status)(synchronised, est_error, max_error);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|||||||
77
local.h
77
local.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/local.h,v 1.16 2002/02/28 23:27:10 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -46,13 +50,11 @@ extern void LCL_ReadRawTime(struct timeval *);
|
|||||||
|
|
||||||
extern void LCL_ReadCookedTime(struct timeval *t, double *err);
|
extern void LCL_ReadCookedTime(struct timeval *t, double *err);
|
||||||
|
|
||||||
/* Convert raw time to cooked. */
|
|
||||||
extern void LCL_CookTime(struct timeval *raw, struct timeval *cooked, double *err);
|
|
||||||
|
|
||||||
/* Read the current offset between the system clock and true time
|
/* Read the current offset between the system clock and true time
|
||||||
(i.e. 'cooked' - 'raw') (in seconds). */
|
(i.e. 'cooked' - 'raw') (in seconds). Only intended for use in
|
||||||
|
status reporting, really. */
|
||||||
|
|
||||||
extern void LCL_GetOffsetCorrection(struct timeval *raw, double *correction, double *err);
|
extern double LCL_GetOffsetCorrection(struct timeval *raw);
|
||||||
|
|
||||||
/* Type of routines that may be invoked as callbacks when there is a
|
/* Type of routines that may be invoked as callbacks when there is a
|
||||||
change to the frequency or offset.
|
change to the frequency or offset.
|
||||||
@@ -64,25 +66,23 @@ extern void LCL_GetOffsetCorrection(struct timeval *raw, double *correction, dou
|
|||||||
dfreq : delta frequency relative to previous value (in terms of
|
dfreq : delta frequency relative to previous value (in terms of
|
||||||
seconds gained by system clock per unit system clock time)
|
seconds gained by system clock per unit system clock time)
|
||||||
|
|
||||||
|
afreq : absolute frequency relative to uncompensated system (in
|
||||||
|
terms of ppm seconds gained by system clock per unit of the
|
||||||
|
uncalibrated system clock)
|
||||||
|
|
||||||
doffset : delta offset applied (positive => make local system fast
|
doffset : delta offset applied (positive => make local system fast
|
||||||
by that amount, negative => make it slow by that amount)
|
by that amount, negative => make it slow by that amount)
|
||||||
|
|
||||||
change_type : what type of change is being applied
|
is_step_change : true if change is being applied as a jump (using
|
||||||
|
settimeofday rather than adjtime)
|
||||||
|
|
||||||
anything : Passthrough argument from call to registration routine */
|
anything : Passthrough argument from call to registration routine */
|
||||||
|
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
LCL_ChangeAdjust,
|
|
||||||
LCL_ChangeStep,
|
|
||||||
LCL_ChangeUnknownStep
|
|
||||||
} LCL_ChangeType;
|
|
||||||
|
|
||||||
typedef void (*LCL_ParameterChangeHandler)
|
typedef void (*LCL_ParameterChangeHandler)
|
||||||
(struct timeval *raw, struct timeval *cooked,
|
(struct timeval *raw, struct timeval *cooked,
|
||||||
double dfreq,
|
double dfreq, double afreq_ppm,
|
||||||
double doffset,
|
double doffset, int is_step_change,
|
||||||
LCL_ChangeType change_type,
|
|
||||||
void *anything
|
void *anything
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -92,9 +92,6 @@ extern void LCL_AddParameterChangeHandler(LCL_ParameterChangeHandler handler, vo
|
|||||||
/* Remove a handler */
|
/* Remove a handler */
|
||||||
extern void LCL_RemoveParameterChangeHandler(LCL_ParameterChangeHandler, void *anything);
|
extern void LCL_RemoveParameterChangeHandler(LCL_ParameterChangeHandler, void *anything);
|
||||||
|
|
||||||
/* Check if a handler is invoked first when dispatching */
|
|
||||||
extern int LCL_IsFirstParameterChangeHandler(LCL_ParameterChangeHandler handler);
|
|
||||||
|
|
||||||
/* Function type for handlers to be called back when an indeterminate
|
/* Function type for handlers to be called back when an indeterminate
|
||||||
offset is introduced into the local time. This situation occurs
|
offset is introduced into the local time. This situation occurs
|
||||||
when the frequency must be adjusted to effect a clock slew and
|
when the frequency must be adjusted to effect a clock slew and
|
||||||
@@ -147,10 +144,9 @@ extern void LCL_AccumulateDeltaFrequency(double dfreq);
|
|||||||
/* Routine to apply an offset (in seconds) to the local clock. The
|
/* Routine to apply an offset (in seconds) to the local clock. The
|
||||||
argument should be positive to move the clock backwards (i.e. the
|
argument should be positive to move the clock backwards (i.e. the
|
||||||
local clock is currently fast of true time), or negative to move it
|
local clock is currently fast of true time), or negative to move it
|
||||||
forwards (i.e. it is currently slow of true time). Provided is also
|
forwards (i.e. it is currently slow of true time). */
|
||||||
a suggested correction rate (correction time * offset). */
|
|
||||||
|
|
||||||
extern void LCL_AccumulateOffset(double offset, double corr_rate);
|
extern void LCL_AccumulateOffset(double offset);
|
||||||
|
|
||||||
/* Routine to apply an immediate offset by doing a sudden step if
|
/* Routine to apply an immediate offset by doing a sudden step if
|
||||||
possible. (Intended for use after an initial estimate of offset has
|
possible. (Intended for use after an initial estimate of offset has
|
||||||
@@ -159,20 +155,11 @@ extern void LCL_AccumulateOffset(double offset, double corr_rate);
|
|||||||
the system clock is fast on true time, i.e. it needs to be stepped
|
the system clock is fast on true time, i.e. it needs to be stepped
|
||||||
backwards. (Same convention as for AccumulateOffset routine). */
|
backwards. (Same convention as for AccumulateOffset routine). */
|
||||||
|
|
||||||
extern int LCL_ApplyStepOffset(double offset);
|
extern void LCL_ApplyStepOffset(double offset);
|
||||||
|
|
||||||
/* Routine to invoke notify handlers on an unexpected time jump
|
|
||||||
in system clock */
|
|
||||||
extern void LCL_NotifyExternalTimeStep(struct timeval *raw, struct timeval *cooked,
|
|
||||||
double offset, double dispersion);
|
|
||||||
|
|
||||||
/* Routine to invoke notify handlers on leap second when the system clock
|
|
||||||
doesn't correct itself */
|
|
||||||
extern void LCL_NotifyLeap(int leap);
|
|
||||||
|
|
||||||
/* Perform the combination of modifying the frequency and applying
|
/* Perform the combination of modifying the frequency and applying
|
||||||
a slew, in one easy step */
|
a slew, in one easy step */
|
||||||
extern void LCL_AccumulateFrequencyAndOffset(double dfreq, double doffset, double corr_rate);
|
extern void LCL_AccumulateFrequencyAndOffset(double dfreq, double doffset);
|
||||||
|
|
||||||
/* Routine to read the system precision as a log to base 2 value. */
|
/* Routine to read the system precision as a log to base 2 value. */
|
||||||
extern int LCL_GetSysPrecisionAsLog(void);
|
extern int LCL_GetSysPrecisionAsLog(void);
|
||||||
@@ -180,10 +167,6 @@ extern int LCL_GetSysPrecisionAsLog(void);
|
|||||||
/* Routine to read the system precision in terms of the actual time step */
|
/* Routine to read the system precision in terms of the actual time step */
|
||||||
extern double LCL_GetSysPrecisionAsQuantum(void);
|
extern double LCL_GetSysPrecisionAsQuantum(void);
|
||||||
|
|
||||||
/* Routine to read the maximum frequency error of the local clock. This
|
|
||||||
is a frequency stability, not an absolute error. */
|
|
||||||
extern double LCL_GetMaxClockError(void);
|
|
||||||
|
|
||||||
/* Routine to initialise the module (to be called once at program
|
/* Routine to initialise the module (to be called once at program
|
||||||
start-up) */
|
start-up) */
|
||||||
|
|
||||||
@@ -198,24 +181,4 @@ extern void LCL_Finalise(void);
|
|||||||
to a timezone problem. */
|
to a timezone problem. */
|
||||||
extern int LCL_MakeStep(void);
|
extern int LCL_MakeStep(void);
|
||||||
|
|
||||||
/* Check if the system driver supports leap seconds, i.e. LCL_SetSystemLeap
|
|
||||||
does something */
|
|
||||||
extern int LCL_CanSystemLeap(void);
|
|
||||||
|
|
||||||
/* Routine to set the system clock to correct itself for a leap second if
|
|
||||||
supported. Leap second will be inserted at the end of the day if the
|
|
||||||
argument is positive, deleted if negative, and zero resets the setting. */
|
|
||||||
extern void LCL_SetSystemLeap(int leap);
|
|
||||||
|
|
||||||
/* Routine to set a frequency correction (in ppm) that should be applied
|
|
||||||
to local clock to compensate for temperature changes. A positive
|
|
||||||
argument means that the clock frequency should be increased. Return the
|
|
||||||
actual compensation (may be different from the requested compensation
|
|
||||||
due to clamping or rounding). */
|
|
||||||
extern double LCL_SetTempComp(double comp);
|
|
||||||
|
|
||||||
/* Routine to update the synchronisation status in the kernel to allow other
|
|
||||||
applications to know if the system clock is synchronised and error bounds */
|
|
||||||
extern void LCL_SetSyncStatus(int synchronised, double est_error, double max_error);
|
|
||||||
|
|
||||||
#endif /* GOT_LOCAL_H */
|
#endif /* GOT_LOCAL_H */
|
||||||
|
|||||||
31
localp.h
31
localp.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/localp.h,v 1.9 2002/02/28 23:27:10 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -36,29 +40,25 @@ typedef double (*lcl_ReadFrequencyDriver)(void);
|
|||||||
|
|
||||||
/* System driver to set the current local frequency, in ppm relative
|
/* System driver to set the current local frequency, in ppm relative
|
||||||
to nominal. A positive value indicates that the local clock runs
|
to nominal. A positive value indicates that the local clock runs
|
||||||
fast when uncompensated. Return actual frequency (may be different
|
fast when uncompensated. */
|
||||||
from the requested frequency due to clamping or rounding). */
|
typedef void (*lcl_SetFrequencyDriver)(double freq_ppm);
|
||||||
typedef double (*lcl_SetFrequencyDriver)(double freq_ppm);
|
|
||||||
|
|
||||||
/* System driver to accrue an offset. A positive argument means slew
|
/* System driver to accrue an offset. A positive argument means slew
|
||||||
the clock forwards. The suggested correction rate of time to correct the
|
the clock forwards. */
|
||||||
offset is given in 'corr_rate'. */
|
typedef void (*lcl_AccrueOffsetDriver)(double offset);
|
||||||
typedef void (*lcl_AccrueOffsetDriver)(double offset, double corr_rate);
|
|
||||||
|
|
||||||
/* System driver to apply a step offset. A positive argument means step
|
/* System driver to apply a step offset. A positive argument means step
|
||||||
the clock forwards. */
|
the clock forwards. */
|
||||||
typedef int (*lcl_ApplyStepOffsetDriver)(double offset);
|
typedef void (*lcl_ApplyStepOffsetDriver)(double offset);
|
||||||
|
|
||||||
/* System driver to convert a raw time to an adjusted (cooked) time.
|
/* System driver to convert a raw time to an adjusted (cooked) time.
|
||||||
The number of seconds returned in 'corr' have to be added to the
|
The number of seconds returned in 'corr' have to be added to the
|
||||||
raw time to get the corrected time */
|
raw time to get the corrected time */
|
||||||
typedef void (*lcl_OffsetCorrectionDriver)(struct timeval *raw, double *corr, double *err);
|
typedef void (*lcl_OffsetCorrectionDriver)(struct timeval *raw, double *corr);
|
||||||
|
|
||||||
/* System driver to schedule leap second */
|
/* System driver to stop slewing the current offset and to apply is
|
||||||
typedef void (*lcl_SetLeapDriver)(int leap);
|
as an immediate step instead */
|
||||||
|
typedef void (*lcl_ImmediateStepDriver)(void);
|
||||||
/* System driver to set the synchronisation status */
|
|
||||||
typedef void (*lcl_SetSyncStatusDriver)(int synchronised, double est_error, double max_error);
|
|
||||||
|
|
||||||
extern void lcl_InvokeDispersionNotifyHandlers(double dispersion);
|
extern void lcl_InvokeDispersionNotifyHandlers(double dispersion);
|
||||||
|
|
||||||
@@ -68,7 +68,6 @@ lcl_RegisterSystemDrivers(lcl_ReadFrequencyDriver read_freq,
|
|||||||
lcl_AccrueOffsetDriver accrue_offset,
|
lcl_AccrueOffsetDriver accrue_offset,
|
||||||
lcl_ApplyStepOffsetDriver apply_step_offset,
|
lcl_ApplyStepOffsetDriver apply_step_offset,
|
||||||
lcl_OffsetCorrectionDriver offset_convert,
|
lcl_OffsetCorrectionDriver offset_convert,
|
||||||
lcl_SetLeapDriver set_leap,
|
lcl_ImmediateStepDriver immediate_step_driver);
|
||||||
lcl_SetSyncStatusDriver set_sync_status);
|
|
||||||
|
|
||||||
#endif /* GOT_LOCALP_H */
|
#endif /* GOT_LOCALP_H */
|
||||||
|
|||||||
356
logging.c
356
logging.c
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/logging.c,v 1.15 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2003
|
* Copyright (C) Richard P. Curnow 1997-2003
|
||||||
* Copyright (C) Miroslav Lichvar 2011-2014
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -25,42 +28,23 @@
|
|||||||
Module to handle logging of diagnostic information
|
Module to handle logging of diagnostic information
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
|
|
||||||
#include "conf.h"
|
#include "main.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
#include "util.h"
|
#include "version.h"
|
||||||
|
|
||||||
/* This is used by DEBUG_LOG macro */
|
|
||||||
int log_debug_enabled = 0;
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
/* Flag indicating we have initialised */
|
/* Flag indicating we have initialised */
|
||||||
static int initialised = 0;
|
static int initialised = 0;
|
||||||
|
|
||||||
static int system_log = 0;
|
static int is_detached = 0;
|
||||||
|
|
||||||
static int parent_fd = 0;
|
static time_t last_limited = 0;
|
||||||
|
|
||||||
#define DEBUG_LEVEL_PRINT_FUNCTION 2
|
#ifdef WINNT
|
||||||
#define DEBUG_LEVEL_PRINT_DEBUG 2
|
static FILE *logfile;
|
||||||
static int debug_level = 0;
|
#endif
|
||||||
|
|
||||||
struct LogFile {
|
|
||||||
const char *name;
|
|
||||||
const char *banner;
|
|
||||||
FILE *file;
|
|
||||||
unsigned long writes;
|
|
||||||
};
|
|
||||||
|
|
||||||
static int n_filelogs = 0;
|
|
||||||
|
|
||||||
/* Increase this when adding a new logfile */
|
|
||||||
#define MAX_FILELOGS 6
|
|
||||||
|
|
||||||
static struct LogFile logfiles[MAX_FILELOGS];
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
/* Init function */
|
/* Init function */
|
||||||
@@ -69,6 +53,12 @@ void
|
|||||||
LOG_Initialise(void)
|
LOG_Initialise(void)
|
||||||
{
|
{
|
||||||
initialised = 1;
|
initialised = 1;
|
||||||
|
|
||||||
|
#ifdef WINNT
|
||||||
|
logfile = fopen("./chronyd.err", "a");
|
||||||
|
#endif
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -77,218 +67,168 @@ LOG_Initialise(void)
|
|||||||
void
|
void
|
||||||
LOG_Finalise(void)
|
LOG_Finalise(void)
|
||||||
{
|
{
|
||||||
if (system_log) {
|
#ifdef WINNT
|
||||||
|
if (logfile) {
|
||||||
|
fclose(logfile);
|
||||||
|
}
|
||||||
|
#else
|
||||||
|
if (is_detached) {
|
||||||
closelog();
|
closelog();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
LOG_CycleLogFiles();
|
|
||||||
|
|
||||||
initialised = 0;
|
initialised = 0;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void log_message(int fatal, LOG_Severity severity, const char *message)
|
void
|
||||||
{
|
LOG_Line_Function(LOG_Severity severity, LOG_Facility facility, const char *format, ...)
|
||||||
if (system_log) {
|
|
||||||
int priority;
|
|
||||||
switch (severity) {
|
|
||||||
case LOGS_DEBUG:
|
|
||||||
priority = LOG_DEBUG;
|
|
||||||
break;
|
|
||||||
case LOGS_INFO:
|
|
||||||
priority = LOG_INFO;
|
|
||||||
break;
|
|
||||||
case LOGS_WARN:
|
|
||||||
priority = LOG_WARNING;
|
|
||||||
break;
|
|
||||||
case LOGS_ERR:
|
|
||||||
priority = LOG_ERR;
|
|
||||||
break;
|
|
||||||
case LOGS_FATAL:
|
|
||||||
priority = LOG_CRIT;
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
assert(0);
|
|
||||||
}
|
|
||||||
syslog(priority, fatal ? "Fatal error : %s" : "%s", message);
|
|
||||||
} else {
|
|
||||||
fprintf(stderr, fatal ? "Fatal error : %s\n" : "%s\n", message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void LOG_Message(LOG_Severity severity,
|
|
||||||
#if DEBUG > 0
|
|
||||||
LOG_Facility facility, int line_number,
|
|
||||||
const char *filename, const char *function_name,
|
|
||||||
#endif
|
|
||||||
const char *format, ...)
|
|
||||||
{
|
{
|
||||||
char buf[2048];
|
char buf[2048];
|
||||||
va_list other_args;
|
va_list other_args;
|
||||||
time_t t;
|
va_start(other_args, format);
|
||||||
struct tm stm;
|
vsnprintf(buf, sizeof(buf), format, other_args);
|
||||||
|
va_end(other_args);
|
||||||
if (!system_log) {
|
#ifdef WINNT
|
||||||
/* Don't clutter up syslog with timestamps and internal debugging info */
|
if (logfile) {
|
||||||
time(&t);
|
fprintf(logfile, "%s\n", buf);
|
||||||
stm = *gmtime(&t);
|
|
||||||
strftime(buf, sizeof(buf), "%Y-%m-%dT%H:%M:%SZ", &stm);
|
|
||||||
fprintf(stderr, "%s ", buf);
|
|
||||||
#if DEBUG > 0
|
|
||||||
if (debug_level >= DEBUG_LEVEL_PRINT_FUNCTION)
|
|
||||||
fprintf(stderr, "%s:%d:(%s) ", filename, line_number, function_name);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
if (is_detached) {
|
||||||
|
switch (severity) {
|
||||||
|
case LOGS_INFO:
|
||||||
|
syslog(LOG_INFO, "%s", buf);
|
||||||
|
break;
|
||||||
|
case LOGS_WARN:
|
||||||
|
syslog(LOG_WARNING, "%s", buf);
|
||||||
|
break;
|
||||||
|
case LOGS_ERR:
|
||||||
|
default:
|
||||||
|
syslog(LOG_ERR, "%s", buf);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
fprintf(stderr, "%s\n", buf);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
LOG_Fatal_Function(LOG_Facility facility, const char *format, ...)
|
||||||
|
{
|
||||||
|
char buf[2048];
|
||||||
|
va_list other_args;
|
||||||
va_start(other_args, format);
|
va_start(other_args, format);
|
||||||
vsnprintf(buf, sizeof(buf), format, other_args);
|
vsnprintf(buf, sizeof(buf), format, other_args);
|
||||||
va_end(other_args);
|
va_end(other_args);
|
||||||
|
|
||||||
switch (severity) {
|
#ifdef WINNT
|
||||||
case LOGS_DEBUG:
|
if (logfile) {
|
||||||
case LOGS_INFO:
|
fprintf(logfile, "Fatal error : %s\n", buf);
|
||||||
case LOGS_WARN:
|
}
|
||||||
case LOGS_ERR:
|
#else
|
||||||
log_message(0, severity, buf);
|
if (is_detached) {
|
||||||
break;
|
syslog(LOG_CRIT, "Fatal error : %s", buf);
|
||||||
case LOGS_FATAL:
|
} else {
|
||||||
log_message(1, severity, buf);
|
fprintf(stderr, "Fatal error : %s\n", buf);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* With syslog, send the message also to the grandparent
|
MAI_CleanupAndExit();
|
||||||
process or write it to stderr if not detached */
|
|
||||||
if (system_log) {
|
return;
|
||||||
if (parent_fd > 0) {
|
}
|
||||||
if (write(parent_fd, buf, strlen(buf) + 1) < 0)
|
|
||||||
; /* Not much we can do here */
|
/* ================================================== */
|
||||||
} else if (parent_fd == 0) {
|
|
||||||
system_log = 0;
|
void
|
||||||
log_message(1, severity, buf);
|
LOG_Position(const char *filename, int line_number, const char *function_name)
|
||||||
}
|
{
|
||||||
|
#ifdef WINNT
|
||||||
|
#else
|
||||||
|
time_t t;
|
||||||
|
struct tm stm;
|
||||||
|
char buf[64];
|
||||||
|
if (!is_detached) {
|
||||||
|
/* Don't clutter up syslog with internal debugging info */
|
||||||
|
time(&t);
|
||||||
|
stm = *gmtime(&t);
|
||||||
|
strftime(buf, sizeof(buf), "%d-%H:%M:%S", &stm);
|
||||||
|
fprintf(stderr, "%s:%d:(%s)[%s] ", filename, line_number, function_name, buf);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
LOG_GoDaemon(void)
|
||||||
|
{
|
||||||
|
#ifdef WINNT
|
||||||
|
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
int pid, fd;
|
||||||
|
|
||||||
|
/* Does this preserve existing signal handlers? */
|
||||||
|
pid = fork();
|
||||||
|
|
||||||
|
if (pid < 0) {
|
||||||
|
LOG(LOGS_ERR, LOGF_Logging, "Could not detach, fork failed : %s", strerror(errno));
|
||||||
|
} else if (pid > 0) {
|
||||||
|
exit(0); /* In the 'grandparent' */
|
||||||
|
} else {
|
||||||
|
|
||||||
|
setsid();
|
||||||
|
|
||||||
|
/* Do 2nd fork, as-per recommended practice for launching daemons. */
|
||||||
|
pid = fork();
|
||||||
|
|
||||||
|
if (pid < 0) {
|
||||||
|
LOG(LOGS_ERR, LOGF_Logging, "Could not detach, fork failed : %s", strerror(errno));
|
||||||
|
} else if (pid > 0) {
|
||||||
|
exit(0); /* In the 'parent' */
|
||||||
|
} else {
|
||||||
|
/* In the child we want to leave running as the daemon */
|
||||||
|
|
||||||
|
/* Don't keep stdin/out/err from before. */
|
||||||
|
for (fd=0; fd<1024; fd++) {
|
||||||
|
close(fd);
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
default:
|
|
||||||
assert(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
is_detached = 1;
|
||||||
|
|
||||||
void
|
openlog("chronyd", LOG_PID, LOG_DAEMON);
|
||||||
LOG_OpenSystemLog(void)
|
|
||||||
{
|
|
||||||
system_log = 1;
|
|
||||||
openlog("chronyd", LOG_PID, LOG_DAEMON);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
LOG(LOGS_INFO, LOGF_Logging, "chronyd version %s starting", PROGRAM_VERSION_STRING);
|
||||||
|
|
||||||
void LOG_SetDebugLevel(int level)
|
|
||||||
{
|
|
||||||
debug_level = level;
|
|
||||||
if (level >= DEBUG_LEVEL_PRINT_DEBUG) {
|
|
||||||
log_debug_enabled = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
LOG_SetParentFd(int fd)
|
|
||||||
{
|
|
||||||
parent_fd = fd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
LOG_CloseParentFd()
|
|
||||||
{
|
|
||||||
if (parent_fd > 0)
|
|
||||||
close(parent_fd);
|
|
||||||
parent_fd = -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
LOG_FileID
|
|
||||||
LOG_FileOpen(const char *name, const char *banner)
|
|
||||||
{
|
|
||||||
assert(n_filelogs < MAX_FILELOGS);
|
|
||||||
|
|
||||||
logfiles[n_filelogs].name = name;
|
|
||||||
logfiles[n_filelogs].banner = banner;
|
|
||||||
logfiles[n_filelogs].file = NULL;
|
|
||||||
logfiles[n_filelogs].writes = 0;
|
|
||||||
|
|
||||||
return n_filelogs++;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
LOG_FileWrite(LOG_FileID id, const char *format, ...)
|
|
||||||
{
|
|
||||||
va_list other_args;
|
|
||||||
int banner;
|
|
||||||
|
|
||||||
if (id < 0 || id >= n_filelogs || !logfiles[id].name)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (!logfiles[id].file) {
|
|
||||||
char filename[512];
|
|
||||||
|
|
||||||
if (snprintf(filename, sizeof(filename), "%s/%s.log",
|
|
||||||
CNF_GetLogDir(), logfiles[id].name) >= sizeof(filename) ||
|
|
||||||
!(logfiles[id].file = fopen(filename, "a"))) {
|
|
||||||
LOG(LOGS_WARN, LOGF_Refclock, "Couldn't open logfile %s for update", filename);
|
|
||||||
logfiles[id].name = NULL;
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Close on exec */
|
|
||||||
UTI_FdSetCloexec(fileno(logfiles[id].file));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
banner = CNF_GetLogBanner();
|
#endif
|
||||||
if (banner && logfiles[id].writes++ % banner == 0) {
|
|
||||||
char bannerline[256];
|
|
||||||
int i, bannerlen;
|
|
||||||
|
|
||||||
bannerlen = strlen(logfiles[id].banner);
|
|
||||||
|
|
||||||
for (i = 0; i < bannerlen; i++)
|
|
||||||
bannerline[i] = '=';
|
|
||||||
bannerline[i] = '\0';
|
|
||||||
|
|
||||||
fprintf(logfiles[id].file, "%s\n", bannerline);
|
|
||||||
fprintf(logfiles[id].file, "%s\n", logfiles[id].banner);
|
|
||||||
fprintf(logfiles[id].file, "%s\n", bannerline);
|
|
||||||
}
|
|
||||||
|
|
||||||
va_start(other_args, format);
|
|
||||||
vfprintf(logfiles[id].file, format, other_args);
|
|
||||||
va_end(other_args);
|
|
||||||
fprintf(logfiles[id].file, "\n");
|
|
||||||
|
|
||||||
fflush(logfiles[id].file);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
void
|
int
|
||||||
LOG_CycleLogFiles(void)
|
LOG_RateLimited(void)
|
||||||
{
|
{
|
||||||
LOG_FileID i;
|
time_t now;
|
||||||
|
|
||||||
for (i = 0; i < n_filelogs; i++) {
|
now = time(NULL);
|
||||||
if (logfiles[i].file)
|
|
||||||
fclose(logfiles[i].file);
|
if (last_limited + 10 > now && last_limited <= now)
|
||||||
logfiles[i].file = NULL;
|
return 1;
|
||||||
logfiles[i].writes = 0;
|
|
||||||
}
|
last_limited = now;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|||||||
121
logging.h
121
logging.h
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/logging.h,v 1.15 2002/02/28 23:27:10 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2002
|
* Copyright (C) Richard P. Curnow 1997-2002
|
||||||
* Copyright (C) Miroslav Lichvar 2013-2015
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -29,51 +32,11 @@
|
|||||||
#ifndef GOT_LOGGING_H
|
#ifndef GOT_LOGGING_H
|
||||||
#define GOT_LOGGING_H
|
#define GOT_LOGGING_H
|
||||||
|
|
||||||
#include "sysincl.h"
|
|
||||||
|
|
||||||
/* Flag indicating whether debug messages are logged */
|
|
||||||
extern int log_debug_enabled;
|
|
||||||
|
|
||||||
/* Line logging macros. If the compiler is GNU C, we take advantage of
|
|
||||||
being able to get the function name also. */
|
|
||||||
|
|
||||||
#ifdef __GNUC__
|
|
||||||
#define FUNCTION_NAME __FUNCTION__
|
|
||||||
#define FORMAT_ATTRIBUTE_PRINTF(str, first) __attribute__ ((format (printf, str, first)))
|
|
||||||
#else
|
|
||||||
#define FUNCTION_NAME ""
|
|
||||||
#define FORMAT_ATTRIBUTE_PRINTF(str, first)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if DEBUG > 0
|
|
||||||
#define LOG_MESSAGE(severity, facility, ...) \
|
|
||||||
LOG_Message(severity, facility, __LINE__, __FILE__, FUNCTION_NAME, __VA_ARGS__);
|
|
||||||
#else
|
|
||||||
#define LOG_MESSAGE(severity, facility, ...) \
|
|
||||||
LOG_Message(severity, __VA_ARGS__);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define DEBUG_LOG(facility, ...) \
|
|
||||||
do { \
|
|
||||||
if (DEBUG && log_debug_enabled) \
|
|
||||||
LOG_MESSAGE(LOGS_DEBUG, facility, __VA_ARGS__); \
|
|
||||||
} while (0)
|
|
||||||
|
|
||||||
#define LOG_FATAL(facility, ...) \
|
|
||||||
do { \
|
|
||||||
LOG_MESSAGE(LOGS_FATAL, facility, __VA_ARGS__); \
|
|
||||||
exit(1); \
|
|
||||||
} while (0)
|
|
||||||
|
|
||||||
#define LOG(severity, facility, ...) LOG_MESSAGE(severity, facility, __VA_ARGS__)
|
|
||||||
|
|
||||||
/* Definition of severity */
|
/* Definition of severity */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
LOGS_INFO,
|
LOGS_INFO,
|
||||||
LOGS_WARN,
|
LOGS_WARN,
|
||||||
LOGS_ERR,
|
LOGS_ERR
|
||||||
LOGS_FATAL,
|
|
||||||
LOGS_DEBUG
|
|
||||||
} LOG_Severity;
|
} LOG_Severity;
|
||||||
|
|
||||||
/* Definition of facility. Each message is tagged with who generated
|
/* Definition of facility. Each message is tagged with who generated
|
||||||
@@ -90,31 +53,19 @@ typedef enum {
|
|||||||
LOGF_Local,
|
LOGF_Local,
|
||||||
LOGF_Util,
|
LOGF_Util,
|
||||||
LOGF_Main,
|
LOGF_Main,
|
||||||
LOGF_Memory,
|
|
||||||
LOGF_Client,
|
|
||||||
LOGF_ClientLog,
|
LOGF_ClientLog,
|
||||||
LOGF_Configure,
|
LOGF_Configure,
|
||||||
LOGF_CmdMon,
|
LOGF_CmdMon,
|
||||||
LOGF_Acquire,
|
LOGF_Acquire,
|
||||||
LOGF_Manual,
|
LOGF_Manual,
|
||||||
LOGF_Keys,
|
|
||||||
LOGF_Logging,
|
LOGF_Logging,
|
||||||
LOGF_Nameserv,
|
|
||||||
LOGF_PrivOps,
|
|
||||||
LOGF_Rtc,
|
LOGF_Rtc,
|
||||||
LOGF_Regress,
|
LOGF_Regress,
|
||||||
LOGF_Sys,
|
|
||||||
LOGF_SysGeneric,
|
|
||||||
LOGF_SysLinux,
|
LOGF_SysLinux,
|
||||||
LOGF_SysMacOSX,
|
|
||||||
LOGF_SysNetBSD,
|
|
||||||
LOGF_SysSolaris,
|
LOGF_SysSolaris,
|
||||||
LOGF_SysTimex,
|
LOGF_SysSunOS,
|
||||||
LOGF_SysWinnt,
|
LOGF_SysWinnt,
|
||||||
LOGF_TempComp,
|
LOGF_RtcLinux
|
||||||
LOGF_RtcLinux,
|
|
||||||
LOGF_Refclock,
|
|
||||||
LOGF_Smooth,
|
|
||||||
} LOG_Facility;
|
} LOG_Facility;
|
||||||
|
|
||||||
/* Init function */
|
/* Init function */
|
||||||
@@ -124,41 +75,27 @@ extern void LOG_Initialise(void);
|
|||||||
extern void LOG_Finalise(void);
|
extern void LOG_Finalise(void);
|
||||||
|
|
||||||
/* Line logging function */
|
/* Line logging function */
|
||||||
#if DEBUG > 0
|
extern void LOG_Line_Function(LOG_Severity severity, LOG_Facility facility, const char *format, ...);
|
||||||
FORMAT_ATTRIBUTE_PRINTF(6, 7)
|
|
||||||
extern void LOG_Message(LOG_Severity severity, LOG_Facility facility,
|
/* Logging function for fatal errors */
|
||||||
int line_number, const char *filename,
|
extern void LOG_Fatal_Function(LOG_Facility facility, const char *format, ...);
|
||||||
const char *function_name, const char *format, ...);
|
|
||||||
|
/* Position in code reporting function */
|
||||||
|
extern void LOG_Position(const char *filename, int line_number, const char *function_name);
|
||||||
|
|
||||||
|
extern void LOG_GoDaemon(void);
|
||||||
|
|
||||||
|
/* Return zero once per 10 seconds */
|
||||||
|
extern int LOG_RateLimited(void);
|
||||||
|
|
||||||
|
/* Line logging macro. If the compiler is GNU C, we take advantage of
|
||||||
|
being able to get the function name also. */
|
||||||
|
#if defined(__GNUC__)
|
||||||
|
#define LOG LOG_Position(__FILE__, __LINE__, __FUNCTION__); LOG_Line_Function
|
||||||
|
#define LOG_FATAL LOG_Position(__FILE__, __LINE__, __FUNCTION__); LOG_Fatal_Function
|
||||||
#else
|
#else
|
||||||
FORMAT_ATTRIBUTE_PRINTF(2, 3)
|
#define LOG LOG_Position(__FILE__, __LINE__, ""); LOG_Line_Function
|
||||||
extern void LOG_Message(LOG_Severity severity, const char *format, ...);
|
#define LOG_FATAL LOG_Position(__FILE__, __LINE__, ""); LOG_Fatal_Function
|
||||||
#endif
|
#endif /* defined (__GNUC__) */
|
||||||
|
|
||||||
/* Set debug level:
|
|
||||||
0, 1 - only non-debug messages are logged
|
|
||||||
2 - debug messages are logged too, all messages are prefixed with
|
|
||||||
filename, line, and function name
|
|
||||||
*/
|
|
||||||
extern void LOG_SetDebugLevel(int level);
|
|
||||||
|
|
||||||
/* Log messages to syslog instead of stderr */
|
|
||||||
extern void LOG_OpenSystemLog(void);
|
|
||||||
|
|
||||||
/* Send fatal message also to the foreground process */
|
|
||||||
extern void LOG_SetParentFd(int fd);
|
|
||||||
|
|
||||||
/* Close the pipe to the foreground process so it can exit */
|
|
||||||
extern void LOG_CloseParentFd(void);
|
|
||||||
|
|
||||||
/* File logging functions */
|
|
||||||
|
|
||||||
typedef int LOG_FileID;
|
|
||||||
|
|
||||||
extern LOG_FileID LOG_FileOpen(const char *name, const char *banner);
|
|
||||||
|
|
||||||
FORMAT_ATTRIBUTE_PRINTF(2, 3)
|
|
||||||
extern void LOG_FileWrite(LOG_FileID id, const char *format, ...);
|
|
||||||
|
|
||||||
extern void LOG_CycleLogFiles(void);
|
|
||||||
|
|
||||||
#endif /* GOT_LOGGING_H */
|
#endif /* GOT_LOGGING_H */
|
||||||
|
|||||||
380
main.c
380
main.c
@@ -1,10 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/main.c,v 1.31 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2003
|
* Copyright (C) Richard P. Curnow 1997-2003
|
||||||
* Copyright (C) John G. Hasler 2009
|
|
||||||
* Copyright (C) Miroslav Lichvar 2012-2015
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -17,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -26,8 +28,6 @@
|
|||||||
The main program
|
The main program
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
@@ -44,15 +44,12 @@
|
|||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "cmdmon.h"
|
#include "cmdmon.h"
|
||||||
#include "keys.h"
|
#include "keys.h"
|
||||||
|
#include "acquire.h"
|
||||||
#include "manual.h"
|
#include "manual.h"
|
||||||
|
#include "version.h"
|
||||||
#include "rtc.h"
|
#include "rtc.h"
|
||||||
#include "refclock.h"
|
|
||||||
#include "clientlog.h"
|
#include "clientlog.h"
|
||||||
#include "nameserv.h"
|
#include "broadcast.h"
|
||||||
#include "privops.h"
|
|
||||||
#include "smooth.h"
|
|
||||||
#include "tempcomp.h"
|
|
||||||
#include "util.h"
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
@@ -61,23 +58,9 @@
|
|||||||
|
|
||||||
static int initialised = 0;
|
static int initialised = 0;
|
||||||
|
|
||||||
static int exit_status = 0;
|
|
||||||
|
|
||||||
static int reload = 0;
|
|
||||||
|
|
||||||
static REF_Mode ref_mode = REF_ModeNormal;
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
static int reload = 0;
|
||||||
do_platform_checks(void)
|
|
||||||
{
|
|
||||||
/* Require at least 32-bit integers, two's complement representation and
|
|
||||||
the usual implementation of conversion of unsigned integers */
|
|
||||||
assert(sizeof (int) >= 4);
|
|
||||||
assert(-1 == ~0);
|
|
||||||
assert((int32_t)4294967295U == (int32_t)-1);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
@@ -94,42 +77,34 @@ delete_pidfile(void)
|
|||||||
void
|
void
|
||||||
MAI_CleanupAndExit(void)
|
MAI_CleanupAndExit(void)
|
||||||
{
|
{
|
||||||
if (!initialised) exit(exit_status);
|
if (!initialised) exit(0);
|
||||||
|
|
||||||
if (CNF_GetDumpOnExit()) {
|
if (CNF_GetDumpOnExit()) {
|
||||||
SRC_DumpSources();
|
SRC_DumpSources();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Don't update clock when removing sources */
|
RTC_Finalise();
|
||||||
REF_SetMode(REF_ModeIgnore);
|
|
||||||
|
|
||||||
SMT_Finalise();
|
|
||||||
TMC_Finalise();
|
|
||||||
MNL_Finalise();
|
MNL_Finalise();
|
||||||
CLG_Finalise();
|
ACQ_Finalise();
|
||||||
NSR_Finalise();
|
|
||||||
SST_Finalise();
|
|
||||||
NCR_Finalise();
|
|
||||||
NIO_Finalise();
|
|
||||||
CAM_Finalise();
|
CAM_Finalise();
|
||||||
KEY_Finalise();
|
KEY_Finalise();
|
||||||
RCL_Finalise();
|
CLG_Finalise();
|
||||||
|
NIO_Finalise();
|
||||||
|
NSR_Finalise();
|
||||||
|
NCR_Finalise();
|
||||||
|
BRD_Finalise();
|
||||||
SRC_Finalise();
|
SRC_Finalise();
|
||||||
|
SST_Finalise();
|
||||||
REF_Finalise();
|
REF_Finalise();
|
||||||
RTC_Finalise();
|
|
||||||
SYS_Finalise();
|
SYS_Finalise();
|
||||||
SCH_Finalise();
|
SCH_Finalise();
|
||||||
LCL_Finalise();
|
LCL_Finalise();
|
||||||
PRV_Finalise();
|
|
||||||
|
|
||||||
delete_pidfile();
|
delete_pidfile();
|
||||||
|
|
||||||
CNF_Finalise();
|
|
||||||
LOG_Finalise();
|
LOG_Finalise();
|
||||||
|
|
||||||
HSH_Finalise();
|
exit(0);
|
||||||
|
|
||||||
exit(exit_status);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -137,17 +112,18 @@ MAI_CleanupAndExit(void)
|
|||||||
static void
|
static void
|
||||||
signal_cleanup(int x)
|
signal_cleanup(int x)
|
||||||
{
|
{
|
||||||
if (!initialised) exit(0);
|
LOG(LOGS_WARN, LOGF_Main, "chronyd exiting on signal");
|
||||||
SCH_QuitProgram();
|
MAI_CleanupAndExit();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ntp_source_resolving_end(void)
|
post_acquire_hook(void *anything)
|
||||||
{
|
{
|
||||||
NSR_SetSourceResolvingEndHandler(NULL);
|
|
||||||
|
|
||||||
|
CNF_AddSources();
|
||||||
|
CNF_AddBroadcasts();
|
||||||
if (reload) {
|
if (reload) {
|
||||||
/* Note, we want reload to come well after the initialisation from
|
/* Note, we want reload to come well after the initialisation from
|
||||||
the real time clock - this gives us a fighting chance that the
|
the real time clock - this gives us a fighting chance that the
|
||||||
@@ -155,62 +131,9 @@ ntp_source_resolving_end(void)
|
|||||||
semblence of validity about it. */
|
semblence of validity about it. */
|
||||||
SRC_ReloadSources();
|
SRC_ReloadSources();
|
||||||
}
|
}
|
||||||
|
CNF_SetupAccessRestrictions();
|
||||||
|
|
||||||
RTC_StartMeasurements();
|
RTC_StartMeasurements();
|
||||||
RCL_StartRefclocks();
|
|
||||||
NSR_StartSources();
|
|
||||||
NSR_AutoStartSources();
|
|
||||||
|
|
||||||
/* Special modes can end only when sources update their reachability.
|
|
||||||
Give up immediatelly if there are no active sources. */
|
|
||||||
if (ref_mode != REF_ModeNormal && !SRC_ActiveSources()) {
|
|
||||||
REF_SetUnsynchronised();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static void
|
|
||||||
post_init_ntp_hook(void *anything)
|
|
||||||
{
|
|
||||||
if (ref_mode == REF_ModeInitStepSlew) {
|
|
||||||
/* Remove the initstepslew sources and set normal mode */
|
|
||||||
NSR_RemoveAllSources();
|
|
||||||
ref_mode = REF_ModeNormal;
|
|
||||||
REF_SetMode(ref_mode);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Close the pipe to the foreground process so it can exit */
|
|
||||||
LOG_CloseParentFd();
|
|
||||||
|
|
||||||
CNF_AddSources();
|
|
||||||
CNF_AddBroadcasts();
|
|
||||||
|
|
||||||
NSR_SetSourceResolvingEndHandler(ntp_source_resolving_end);
|
|
||||||
NSR_ResolveSources();
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static void
|
|
||||||
reference_mode_end(int result)
|
|
||||||
{
|
|
||||||
switch (ref_mode) {
|
|
||||||
case REF_ModeNormal:
|
|
||||||
case REF_ModeUpdateOnce:
|
|
||||||
case REF_ModePrintOnce:
|
|
||||||
exit_status = !result;
|
|
||||||
SCH_QuitProgram();
|
|
||||||
break;
|
|
||||||
case REF_ModeInitStepSlew:
|
|
||||||
/* Switch to the normal mode, the delay is used to prevent polling
|
|
||||||
interval shorter than the burst interval if some configured servers
|
|
||||||
were used also for initstepslew */
|
|
||||||
SCH_AddTimeoutByDelay(2.0, post_init_ntp_hook, NULL);
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
assert(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -218,14 +141,7 @@ reference_mode_end(int result)
|
|||||||
static void
|
static void
|
||||||
post_init_rtc_hook(void *anything)
|
post_init_rtc_hook(void *anything)
|
||||||
{
|
{
|
||||||
if (CNF_GetInitSources() > 0) {
|
CNF_ProcessInitStepSlew(post_acquire_hook, NULL);
|
||||||
CNF_AddInitSources();
|
|
||||||
NSR_StartSources();
|
|
||||||
assert(REF_GetMode() != REF_ModeNormal);
|
|
||||||
/* Wait for mode end notification */
|
|
||||||
} else {
|
|
||||||
(post_init_ntp_hook)(NULL);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -277,95 +193,22 @@ write_lockfile(void)
|
|||||||
|
|
||||||
out = fopen(pidfile, "w");
|
out = fopen(pidfile, "w");
|
||||||
if (!out) {
|
if (!out) {
|
||||||
LOG_FATAL(LOGF_Main, "could not open lockfile %s for writing", pidfile);
|
LOG(LOGS_ERR, LOGF_Main, "could not open lockfile %s for writing", pidfile);
|
||||||
} else {
|
} else {
|
||||||
fprintf(out, "%d\n", (int)getpid());
|
fprintf(out, "%d\n", getpid());
|
||||||
fclose(out);
|
fclose(out);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
|
||||||
go_daemon(void)
|
|
||||||
{
|
|
||||||
int pid, fd, pipefd[2];
|
|
||||||
|
|
||||||
/* Create pipe which will the daemon use to notify the grandparent
|
|
||||||
when it's initialised or send an error message */
|
|
||||||
if (pipe(pipefd)) {
|
|
||||||
LOG_FATAL(LOGF_Logging, "Could not detach, pipe failed : %s", strerror(errno));
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Does this preserve existing signal handlers? */
|
|
||||||
pid = fork();
|
|
||||||
|
|
||||||
if (pid < 0) {
|
|
||||||
LOG_FATAL(LOGF_Logging, "Could not detach, fork failed : %s", strerror(errno));
|
|
||||||
} else if (pid > 0) {
|
|
||||||
/* In the 'grandparent' */
|
|
||||||
char message[1024];
|
|
||||||
int r;
|
|
||||||
|
|
||||||
close(pipefd[1]);
|
|
||||||
r = read(pipefd[0], message, sizeof (message));
|
|
||||||
if (r) {
|
|
||||||
if (r > 0) {
|
|
||||||
/* Print the error message from the child */
|
|
||||||
fprintf(stderr, "%.1024s\n", message);
|
|
||||||
}
|
|
||||||
exit(1);
|
|
||||||
} else
|
|
||||||
exit(0);
|
|
||||||
} else {
|
|
||||||
close(pipefd[0]);
|
|
||||||
|
|
||||||
setsid();
|
|
||||||
|
|
||||||
/* Do 2nd fork, as-per recommended practice for launching daemons. */
|
|
||||||
pid = fork();
|
|
||||||
|
|
||||||
if (pid < 0) {
|
|
||||||
LOG_FATAL(LOGF_Logging, "Could not detach, fork failed : %s", strerror(errno));
|
|
||||||
} else if (pid > 0) {
|
|
||||||
exit(0); /* In the 'parent' */
|
|
||||||
} else {
|
|
||||||
/* In the child we want to leave running as the daemon */
|
|
||||||
|
|
||||||
/* Change current directory to / */
|
|
||||||
if (chdir("/") < 0) {
|
|
||||||
LOG_FATAL(LOGF_Logging, "Could not chdir to / : %s", strerror(errno));
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Don't keep stdin/out/err from before. But don't close
|
|
||||||
the parent pipe yet. */
|
|
||||||
for (fd=0; fd<1024; fd++) {
|
|
||||||
if (fd != pipefd[1])
|
|
||||||
close(fd);
|
|
||||||
}
|
|
||||||
|
|
||||||
LOG_SetParentFd(pipefd[1]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int main
|
int main
|
||||||
(int argc, char **argv)
|
(int argc, char **argv)
|
||||||
{
|
{
|
||||||
const char *conf_file = DEFAULT_CONF_FILE;
|
char *conf_file = NULL;
|
||||||
const char *progname = argv[0];
|
int debug = 0;
|
||||||
char *user = NULL;
|
int do_init_rtc = 0;
|
||||||
struct passwd *pw;
|
|
||||||
int debug = 0, nofork = 0, address_family = IPADDR_UNSPEC;
|
|
||||||
int do_init_rtc = 0, restarted = 0;
|
|
||||||
int other_pid;
|
int other_pid;
|
||||||
int scfilter_level = 0, lock_memory = 0, sched_priority = 0;
|
|
||||||
int system_log = 1;
|
|
||||||
int config_args = 0;
|
|
||||||
|
|
||||||
do_platform_checks();
|
|
||||||
|
|
||||||
LOG_Initialise();
|
LOG_Initialise();
|
||||||
|
|
||||||
@@ -375,188 +218,91 @@ int main
|
|||||||
if (!strcmp("-f", *argv)) {
|
if (!strcmp("-f", *argv)) {
|
||||||
++argv, --argc;
|
++argv, --argc;
|
||||||
conf_file = *argv;
|
conf_file = *argv;
|
||||||
} else if (!strcmp("-P", *argv)) {
|
|
||||||
++argv, --argc;
|
|
||||||
if (argc == 0 || sscanf(*argv, "%d", &sched_priority) != 1) {
|
|
||||||
LOG_FATAL(LOGF_Main, "Bad scheduler priority");
|
|
||||||
}
|
|
||||||
} else if (!strcmp("-m", *argv)) {
|
|
||||||
lock_memory = 1;
|
|
||||||
} else if (!strcmp("-r", *argv)) {
|
} else if (!strcmp("-r", *argv)) {
|
||||||
reload = 1;
|
reload = 1;
|
||||||
} else if (!strcmp("-R", *argv)) {
|
|
||||||
restarted = 1;
|
|
||||||
} else if (!strcmp("-u", *argv)) {
|
|
||||||
++argv, --argc;
|
|
||||||
if (argc == 0) {
|
|
||||||
LOG_FATAL(LOGF_Main, "Missing user name");
|
|
||||||
} else {
|
|
||||||
user = *argv;
|
|
||||||
}
|
|
||||||
} else if (!strcmp("-F", *argv)) {
|
|
||||||
++argv, --argc;
|
|
||||||
if (argc == 0 || sscanf(*argv, "%d", &scfilter_level) != 1)
|
|
||||||
LOG_FATAL(LOGF_Main, "Bad syscall filter level");
|
|
||||||
} else if (!strcmp("-s", *argv)) {
|
} else if (!strcmp("-s", *argv)) {
|
||||||
do_init_rtc = 1;
|
do_init_rtc = 1;
|
||||||
} else if (!strcmp("-v", *argv) || !strcmp("--version",*argv)) {
|
} else if (!strcmp("-v", *argv) || !strcmp("--version",*argv)) {
|
||||||
/* This write to the terminal is OK, it comes before we turn into a daemon */
|
/* This write to the terminal is OK, it comes before we turn into a daemon */
|
||||||
printf("chronyd (chrony) version %s (%s)\n", CHRONY_VERSION, CHRONYD_FEATURES);
|
printf("chronyd (chrony) version %s\n", PROGRAM_VERSION_STRING);
|
||||||
return 0;
|
exit(0);
|
||||||
} else if (!strcmp("-n", *argv)) {
|
|
||||||
nofork = 1;
|
|
||||||
} else if (!strcmp("-d", *argv)) {
|
} else if (!strcmp("-d", *argv)) {
|
||||||
debug++;
|
debug = 1;
|
||||||
nofork = 1;
|
|
||||||
system_log = 0;
|
|
||||||
} else if (!strcmp("-q", *argv)) {
|
|
||||||
ref_mode = REF_ModeUpdateOnce;
|
|
||||||
nofork = 1;
|
|
||||||
system_log = 0;
|
|
||||||
} else if (!strcmp("-Q", *argv)) {
|
|
||||||
ref_mode = REF_ModePrintOnce;
|
|
||||||
nofork = 1;
|
|
||||||
system_log = 0;
|
|
||||||
} else if (!strcmp("-4", *argv)) {
|
|
||||||
address_family = IPADDR_INET4;
|
|
||||||
} else if (!strcmp("-6", *argv)) {
|
|
||||||
address_family = IPADDR_INET6;
|
|
||||||
} else if (!strcmp("-h", *argv) || !strcmp("--help", *argv)) {
|
|
||||||
printf("Usage: %s [-4|-6] [-n|-d] [-q|-Q] [-r] [-R] [-s] [-f FILE|COMMAND...]\n",
|
|
||||||
progname);
|
|
||||||
return 0;
|
|
||||||
} else if (*argv[0] == '-') {
|
|
||||||
LOG_FATAL(LOGF_Main, "Unrecognized command line option [%s]", *argv);
|
|
||||||
} else {
|
} else {
|
||||||
/* Process remaining arguments and configuration lines */
|
LOG(LOGS_WARN, LOGF_Main, "Unrecognized command line option [%s]", *argv);
|
||||||
config_args = argc;
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef SYS_WINNT
|
||||||
if (getuid() != 0) {
|
if (getuid() != 0) {
|
||||||
/* This write to the terminal is OK, it comes before we turn into a daemon */
|
/* This write to the terminal is OK, it comes before we turn into a daemon */
|
||||||
fprintf(stderr,"Not superuser\n");
|
fprintf(stderr,"Not superuser\n");
|
||||||
return 1;
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Turn into a daemon */
|
/* Turn into a daemon */
|
||||||
if (!nofork) {
|
if (!debug) {
|
||||||
go_daemon();
|
LOG_GoDaemon();
|
||||||
}
|
|
||||||
|
|
||||||
if (system_log) {
|
|
||||||
LOG_OpenSystemLog();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_SetDebugLevel(debug);
|
|
||||||
|
|
||||||
LOG(LOGS_INFO, LOGF_Main, "chronyd version %s starting (%s)",
|
|
||||||
CHRONY_VERSION, CHRONYD_FEATURES);
|
|
||||||
|
|
||||||
DNS_SetAddressFamily(address_family);
|
|
||||||
|
|
||||||
CNF_Initialise(restarted);
|
|
||||||
|
|
||||||
/* Parse the config file or the remaining command line arguments */
|
|
||||||
if (!config_args) {
|
|
||||||
CNF_ReadFile(conf_file);
|
|
||||||
} else {
|
|
||||||
do {
|
|
||||||
CNF_ParseLine(NULL, config_args - argc + 1, *argv);
|
|
||||||
} while (++argv, --argc);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Check whether another chronyd may already be running. Do this after
|
/* Check whether another chronyd may already be running. Do this after
|
||||||
* forking, so that message logging goes to the right place (i.e. syslog), in
|
* forking, so that message logging goes to the right place (i.e. syslog), in
|
||||||
* case this chronyd is being run from a boot script. */
|
* case this chronyd is being run from a boot script. */
|
||||||
if (maybe_another_chronyd_running(&other_pid)) {
|
if (maybe_another_chronyd_running(&other_pid)) {
|
||||||
LOG_FATAL(LOGF_Main, "Another chronyd may already be running (pid=%d), check lockfile (%s)",
|
LOG_FATAL(LOGF_Main, "Another chronyd may already be running (pid=%d), check lockfile (%s)",
|
||||||
other_pid, CNF_GetPidFile());
|
other_pid, CNF_GetPidFile());
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Write our lockfile to prevent other chronyds running. This has *GOT* to
|
/* Write our lockfile to prevent other chronyds running. This has *GOT* to
|
||||||
* be done *AFTER* the daemon-creation fork() */
|
* be done *AFTER* the daemon-creation fork() */
|
||||||
write_lockfile();
|
write_lockfile();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
CNF_ReadFile(conf_file);
|
||||||
|
|
||||||
|
if (do_init_rtc) {
|
||||||
|
RTC_TimePreInit();
|
||||||
|
}
|
||||||
|
|
||||||
PRV_Initialise();
|
|
||||||
LCL_Initialise();
|
LCL_Initialise();
|
||||||
SCH_Initialise();
|
SCH_Initialise();
|
||||||
SYS_Initialise();
|
SYS_Initialise();
|
||||||
RTC_Initialise(do_init_rtc);
|
|
||||||
SRC_Initialise();
|
|
||||||
RCL_Initialise();
|
|
||||||
KEY_Initialise();
|
|
||||||
|
|
||||||
/* Open privileged ports before dropping root */
|
|
||||||
CAM_Initialise(address_family);
|
|
||||||
NIO_Initialise(address_family);
|
|
||||||
NCR_Initialise();
|
|
||||||
CNF_SetupAccessRestrictions();
|
|
||||||
|
|
||||||
/* Command-line switch must have priority */
|
|
||||||
if (!sched_priority) {
|
|
||||||
sched_priority = CNF_GetSchedPriority();
|
|
||||||
}
|
|
||||||
if (sched_priority) {
|
|
||||||
SYS_SetScheduler(sched_priority);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (lock_memory || CNF_GetLockMemory()) {
|
|
||||||
SYS_LockMemory();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!user) {
|
|
||||||
user = CNF_GetUser();
|
|
||||||
}
|
|
||||||
|
|
||||||
if ((pw = getpwnam(user)) == NULL)
|
|
||||||
LOG_FATAL(LOGF_Main, "Could not get %s uid/gid", user);
|
|
||||||
|
|
||||||
/* Create all directories before dropping root */
|
|
||||||
CNF_CreateDirs(pw->pw_uid, pw->pw_gid);
|
|
||||||
|
|
||||||
/* Drop root privileges if the user has non-zero uid or gid */
|
|
||||||
if (pw->pw_uid || pw->pw_gid)
|
|
||||||
SYS_DropRoot(pw->pw_uid, pw->pw_gid);
|
|
||||||
|
|
||||||
REF_Initialise();
|
REF_Initialise();
|
||||||
SST_Initialise();
|
SST_Initialise();
|
||||||
|
SRC_Initialise();
|
||||||
|
BRD_Initialise();
|
||||||
|
NCR_Initialise();
|
||||||
NSR_Initialise();
|
NSR_Initialise();
|
||||||
|
NIO_Initialise();
|
||||||
CLG_Initialise();
|
CLG_Initialise();
|
||||||
|
KEY_Initialise();
|
||||||
|
CAM_Initialise();
|
||||||
|
ACQ_Initialise();
|
||||||
MNL_Initialise();
|
MNL_Initialise();
|
||||||
TMC_Initialise();
|
RTC_Initialise();
|
||||||
SMT_Initialise();
|
|
||||||
|
|
||||||
/* From now on, it is safe to do finalisation on exit */
|
/* From now on, it is safe to do finalisation on exit */
|
||||||
initialised = 1;
|
initialised = 1;
|
||||||
|
|
||||||
UTI_SetQuitSignalsHandler(signal_cleanup);
|
|
||||||
|
|
||||||
CAM_OpenUnixSocket();
|
|
||||||
|
|
||||||
if (scfilter_level)
|
|
||||||
SYS_EnableSystemCallFilter(scfilter_level);
|
|
||||||
|
|
||||||
if (ref_mode == REF_ModeNormal && CNF_GetInitSources() > 0) {
|
|
||||||
ref_mode = REF_ModeInitStepSlew;
|
|
||||||
}
|
|
||||||
|
|
||||||
REF_SetModeEndHandler(reference_mode_end);
|
|
||||||
REF_SetMode(ref_mode);
|
|
||||||
|
|
||||||
if (do_init_rtc) {
|
if (do_init_rtc) {
|
||||||
RTC_TimeInit(post_init_rtc_hook, NULL);
|
RTC_TimeInit(post_init_rtc_hook, NULL);
|
||||||
} else {
|
} else {
|
||||||
post_init_rtc_hook(NULL);
|
post_init_rtc_hook(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
signal(SIGINT, signal_cleanup);
|
||||||
|
signal(SIGTERM, signal_cleanup);
|
||||||
|
#if !defined(WINNT)
|
||||||
|
signal(SIGQUIT, signal_cleanup);
|
||||||
|
signal(SIGHUP, signal_cleanup);
|
||||||
|
#endif /* WINNT */
|
||||||
|
|
||||||
/* The program normally runs under control of the main loop in
|
/* The program normally runs under control of the main loop in
|
||||||
the scheduler. */
|
the scheduler. */
|
||||||
SCH_MainLoop();
|
SCH_MainLoop();
|
||||||
|
|
||||||
LOG(LOGS_INFO, LOGF_Main, "chronyd exiting");
|
|
||||||
|
|
||||||
MAI_CleanupAndExit();
|
MAI_CleanupAndExit();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
6
main.h
6
main.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/main.h,v 1.8 2002/02/28 23:27:10 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
|
|||||||
96
make_release
96
make_release
@@ -1,70 +1,52 @@
|
|||||||
#!/bin/sh
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
LANG=C
|
$tool = "chrony";
|
||||||
export LANG
|
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
$version = shift || die "Usage : $0 <version>\n";
|
||||||
echo "Usage : $0 <version>"
|
$subdir = "${tool}-${version}";
|
||||||
exit 2
|
|
||||||
fi
|
|
||||||
|
|
||||||
version=$1
|
unless (-d ".git") {
|
||||||
tag=$version
|
die "No .git subdirectory?"
|
||||||
subdir=chrony-${version}
|
}
|
||||||
mandate=$(date +'%B %Y')
|
|
||||||
|
|
||||||
umask 022
|
unless (-d "RELEASES") {
|
||||||
|
mkdir "RELEASES", 0755;
|
||||||
|
}
|
||||||
|
|
||||||
if [ ! -d .git ]; then
|
system ("git-tag -s $version");
|
||||||
echo "No .git subdirectory?"
|
die "git-tag failed" if ($? != 0);
|
||||||
exit 3
|
if (-d "RELEASES/$subdir") {
|
||||||
fi
|
system ("rm -rf RELEASES/$subdir");
|
||||||
|
}
|
||||||
|
|
||||||
[ -d RELEASES ] || mkdir RELEASES
|
system ("git-archive --format=tar --prefix=RELEASES/${subdir}/ $version | tar xf -");
|
||||||
|
die "git-tar-tree failed" if ($? != 0);
|
||||||
|
|
||||||
rm -rf RELEASES/$subdir
|
chdir "RELEASES";
|
||||||
|
$here = qx/pwd/;
|
||||||
|
chomp $here;
|
||||||
|
chdir $subdir;
|
||||||
|
|
||||||
if [ $version != test ]; then
|
open (OUT, ">version.txt");
|
||||||
git tag -s $tag || exit 1
|
print OUT $version."\n";
|
||||||
else
|
close OUT;
|
||||||
tag=HEAD
|
|
||||||
fi
|
|
||||||
|
|
||||||
git archive --format=tar --prefix=RELEASES/${subdir}/ $tag | \
|
open (IN, "<${tool}.spec.sample");
|
||||||
tar xf - || exit 1
|
open (OUT, ">${tool}.spec");
|
||||||
|
while (<IN>) {
|
||||||
|
s/\@\@VERSION\@\@/$version/;
|
||||||
|
print OUT;
|
||||||
|
}
|
||||||
|
close (IN);
|
||||||
|
close (OUT);
|
||||||
|
|
||||||
cd RELEASES/$subdir || exit 1
|
system("makeinfo --no-headers --number-sections -o chrony.txt chrony.texi");
|
||||||
|
unlink "make_release";
|
||||||
|
unlink "${tool}.spec.sample";
|
||||||
|
unlink ".gitignore";
|
||||||
|
|
||||||
echo $version > version.txt
|
chdir $here;
|
||||||
|
system ("tar cvf - $subdir | gzip -9 > ${subdir}.tar.gz");
|
||||||
|
system ("gpg -b -a -o ${subdir}-tar-gz-asc.txt ${subdir}.tar.gz");
|
||||||
|
|
||||||
sed -i -e "s%@@VERSION@@%${version}%" examples/chrony.spec
|
|
||||||
|
|
||||||
for m in chronyc.1.in chrony.conf.5.in chronyd.8.in; do
|
|
||||||
sed -e "s%@VERSION@%${version}%;s%@MAN_DATE@%${mandate}%" \
|
|
||||||
< $m > ${m}_
|
|
||||||
mv -f ${m}_ $m
|
|
||||||
done
|
|
||||||
|
|
||||||
./configure && make chrony.txt getdate.c || exit 1
|
|
||||||
|
|
||||||
awk '/^[1-9] Installation$/{p=1}
|
|
||||||
/^[1-9]\.. Support for line editing/{exit}; p' chrony.txt | \
|
|
||||||
tail -n +4 > INSTALL
|
|
||||||
|
|
||||||
if [ $(wc -l < INSTALL) -gt 100 -o $(wc -l < INSTALL) -lt 85 ]; then
|
|
||||||
echo "INSTALL generated incorrectly?"
|
|
||||||
exit 3
|
|
||||||
fi
|
|
||||||
|
|
||||||
a2x --lynx -f text doc/faq.adoc || exit 1
|
|
||||||
mv doc/faq.text FAQ
|
|
||||||
rm -rf doc
|
|
||||||
|
|
||||||
make distclean
|
|
||||||
rm -f config.h config.log make_release .gitignore
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
tar cv --owner root --group root $subdir | gzip -9 > ${subdir}.tar.gz
|
|
||||||
|
|
||||||
[ $version != test ] && \
|
|
||||||
gpg -b -a -o ${subdir}-tar-gz-asc.txt ${subdir}.tar.gz
|
|
||||||
|
|||||||
78
manual.c
78
manual.c
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/manual.c,v 1.21 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -30,9 +34,7 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "sysincl.h"
|
|
||||||
|
|
||||||
#include "manual.h"
|
#include "manual.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
@@ -54,21 +56,27 @@ typedef struct {
|
|||||||
(measured-predicted)) */
|
(measured-predicted)) */
|
||||||
} Sample;
|
} Sample;
|
||||||
|
|
||||||
#define MIN_SAMPLE_SEPARATION 1.0
|
|
||||||
|
|
||||||
#define MAX_SAMPLES 16
|
#define MAX_SAMPLES 16
|
||||||
|
|
||||||
static Sample samples[16];
|
static Sample samples[16];
|
||||||
static int n_samples;
|
static int n_samples;
|
||||||
|
|
||||||
|
static int replace_margin;
|
||||||
|
static int error;
|
||||||
|
|
||||||
|
/* Eventually these constants need to be user-defined in conf file */
|
||||||
|
#define REPLACE_MARGIN 300
|
||||||
|
#define ERROR_MARGIN 0.2
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
slew_samples(struct timeval *raw,
|
slew_samples(struct timeval *raw,
|
||||||
struct timeval *cooked,
|
struct timeval *cooked,
|
||||||
double dfreq,
|
double dfreq,
|
||||||
|
double afreq,
|
||||||
double doffset,
|
double doffset,
|
||||||
LCL_ChangeType change_type,
|
int is_step_change,
|
||||||
void *not_used);
|
void *not_used);
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -84,7 +92,12 @@ MNL_Initialise(void)
|
|||||||
|
|
||||||
n_samples = 0;
|
n_samples = 0;
|
||||||
|
|
||||||
|
replace_margin = REPLACE_MARGIN;
|
||||||
|
error = ERROR_MARGIN;
|
||||||
|
|
||||||
LCL_AddParameterChangeHandler(slew_samples, NULL);
|
LCL_AddParameterChangeHandler(slew_samples, NULL);
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -92,6 +105,7 @@ MNL_Initialise(void)
|
|||||||
void
|
void
|
||||||
MNL_Finalise(void)
|
MNL_Finalise(void)
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -134,8 +148,6 @@ estimate_and_set_system(struct timeval *now, int offset_provided, double offset,
|
|||||||
}
|
}
|
||||||
b1 = freq = 0.0;
|
b1 = freq = 0.0;
|
||||||
found_freq = 0;
|
found_freq = 0;
|
||||||
agos[0] = 0.0;
|
|
||||||
offsets[0] = b0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (offset_provided) {
|
if (offset_provided) {
|
||||||
@@ -146,7 +158,7 @@ estimate_and_set_system(struct timeval *now, int offset_provided, double offset,
|
|||||||
|
|
||||||
if (found_freq) {
|
if (found_freq) {
|
||||||
LOG(LOGS_INFO, LOGF_Manual,
|
LOG(LOGS_INFO, LOGF_Manual,
|
||||||
"Making a frequency change of %.3f ppm and a slew of %.6f",
|
"Making a frequency change of %.3fppm and a slew of %.6f\n",
|
||||||
1.0e6 * freq, slew_by);
|
1.0e6 * freq, slew_by);
|
||||||
|
|
||||||
REF_SetManualReference(now,
|
REF_SetManualReference(now,
|
||||||
@@ -176,23 +188,14 @@ int
|
|||||||
MNL_AcceptTimestamp(struct timeval *ts, long *offset_cs, double *dfreq_ppm, double *new_afreq_ppm)
|
MNL_AcceptTimestamp(struct timeval *ts, long *offset_cs, double *dfreq_ppm, double *new_afreq_ppm)
|
||||||
{
|
{
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
double offset, diff;
|
double local_clock_err;
|
||||||
|
double offset;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (enabled) {
|
if (enabled) {
|
||||||
LCL_ReadCookedTime(&now, NULL);
|
|
||||||
|
|
||||||
/* Make sure the provided timestamp is sane and the sample
|
/* Check whether timestamp is within margin of old one */
|
||||||
is not too close to the last one */
|
LCL_ReadCookedTime(&now, &local_clock_err);
|
||||||
|
|
||||||
if (!UTI_IsTimeOffsetSane(ts, 0.0))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (n_samples) {
|
|
||||||
UTI_DiffTimevalsToDouble(&diff, &now, &samples[n_samples - 1].when);
|
|
||||||
if (diff < MIN_SAMPLE_SEPARATION)
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
UTI_DiffTimevalsToDouble(&offset, &now, ts);
|
UTI_DiffTimevalsToDouble(&offset, &now, ts);
|
||||||
|
|
||||||
@@ -227,22 +230,20 @@ static void
|
|||||||
slew_samples(struct timeval *raw,
|
slew_samples(struct timeval *raw,
|
||||||
struct timeval *cooked,
|
struct timeval *cooked,
|
||||||
double dfreq,
|
double dfreq,
|
||||||
|
double afreq,
|
||||||
double doffset,
|
double doffset,
|
||||||
LCL_ChangeType change_type,
|
int is_step_change,
|
||||||
void *not_used)
|
void *not_used)
|
||||||
{
|
{
|
||||||
double delta_time;
|
double elapsed, delta_time;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (change_type == LCL_ChangeUnknownStep) {
|
|
||||||
MNL_Reset();
|
|
||||||
}
|
|
||||||
|
|
||||||
for (i=0; i<n_samples; i++) {
|
for (i=0; i<n_samples; i++) {
|
||||||
UTI_AdjustTimeval(&samples[i].when, cooked, &samples[i].when, &delta_time,
|
UTI_DiffTimevalsToDouble(&elapsed, cooked, &samples[i].when);
|
||||||
dfreq, doffset);
|
delta_time = elapsed * dfreq - doffset;
|
||||||
|
UTI_AddDoubleToTimeval(&samples[i].when, delta_time, &samples[i].when);
|
||||||
samples[i].offset += delta_time;
|
samples[i].offset += delta_time;
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -270,14 +271,6 @@ MNL_Reset(void)
|
|||||||
n_samples = 0;
|
n_samples = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
MNL_IsEnabled(void)
|
|
||||||
{
|
|
||||||
return enabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
/* Generate report data for the REQ_MANUAL_LIST command/monitoring
|
/* Generate report data for the REQ_MANUAL_LIST command/monitoring
|
||||||
protocol */
|
protocol */
|
||||||
@@ -294,7 +287,7 @@ MNL_ReportSamples(RPT_ManualSamplesReport *report, int max, int *n)
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (i=0; i<n_samples && i<max; i++) {
|
for (i=0; i<n_samples && i<max; i++) {
|
||||||
report[i].when = samples[i].when;
|
report[i].when = samples[i].when.tv_sec;
|
||||||
report[i].slewed_offset = samples[i].offset;
|
report[i].slewed_offset = samples[i].offset;
|
||||||
report[i].orig_offset = samples[i].orig_offset;
|
report[i].orig_offset = samples[i].orig_offset;
|
||||||
report[i].residual = samples[i].residual;
|
report[i].residual = samples[i].residual;
|
||||||
@@ -310,6 +303,7 @@ MNL_DeleteSample(int index)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
|
double local_clock_err;
|
||||||
|
|
||||||
if ((index < 0) || (index >= n_samples)) {
|
if ((index < 0) || (index >= n_samples)) {
|
||||||
return 0;
|
return 0;
|
||||||
@@ -325,7 +319,7 @@ MNL_DeleteSample(int index)
|
|||||||
|
|
||||||
/* Now re-estimate. NULLs because we don't want the parameters back
|
/* Now re-estimate. NULLs because we don't want the parameters back
|
||||||
in this case. */
|
in this case. */
|
||||||
LCL_ReadCookedTime(&now, NULL);
|
LCL_ReadCookedTime(&now, &local_clock_err);
|
||||||
estimate_and_set_system(&now, 0, 0.0, NULL, NULL, NULL);
|
estimate_and_set_system(&now, 0, 0.0, NULL, NULL, NULL);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
7
manual.h
7
manual.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/manual.h,v 1.12 2002/02/28 23:27:11 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -38,7 +42,6 @@ extern int MNL_AcceptTimestamp(struct timeval *ts, long *offset_cs, double *dfre
|
|||||||
extern void MNL_Enable(void);
|
extern void MNL_Enable(void);
|
||||||
extern void MNL_Disable(void);
|
extern void MNL_Disable(void);
|
||||||
extern void MNL_Reset(void);
|
extern void MNL_Reset(void);
|
||||||
extern int MNL_IsEnabled(void);
|
|
||||||
|
|
||||||
extern void MNL_ReportSamples(RPT_ManualSamplesReport *report, int max, int *n);
|
extern void MNL_ReportSamples(RPT_ManualSamplesReport *report, int max, int *n);
|
||||||
extern int MNL_DeleteSample(int index);
|
extern int MNL_DeleteSample(int index);
|
||||||
|
|||||||
6
md5.h
6
md5.h
@@ -32,7 +32,11 @@
|
|||||||
***********************************************************************
|
***********************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sysincl.h"
|
#ifdef HAS_STDINT_H
|
||||||
|
#include <stdint.h>
|
||||||
|
#elif defined(HAS_INTTYPES_H)
|
||||||
|
#include <inttypes.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* typedef a 32-bit type */
|
/* typedef a 32-bit type */
|
||||||
typedef uint32_t UINT4;
|
typedef uint32_t UINT4;
|
||||||
|
|||||||
20
memory.h
20
memory.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/memory.h,v 1.7 2002/02/28 23:27:11 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -27,15 +31,13 @@
|
|||||||
#ifndef GOT_MEMORY_H
|
#ifndef GOT_MEMORY_H
|
||||||
#define GOT_MEMORY_H
|
#define GOT_MEMORY_H
|
||||||
|
|
||||||
/* Wrappers checking for errors */
|
#include <stdlib.h>
|
||||||
extern void *Malloc(size_t size);
|
|
||||||
extern void *Realloc(void *ptr, size_t size);
|
|
||||||
extern char *Strdup(const char *s);
|
|
||||||
|
|
||||||
/* Convenient macros */
|
#define Malloc(x) malloc(x)
|
||||||
#define MallocNew(T) ((T *) Malloc(sizeof(T)))
|
#define MallocNew(T) ((T *) malloc(sizeof(T)))
|
||||||
#define MallocArray(T, n) ((T *) Malloc((n) * sizeof(T)))
|
#define MallocArray(T, n) ((T *) malloc((n) * sizeof(T)))
|
||||||
#define ReallocArray(T,n,x) ((T *) Realloc((void *)(x), (n)*sizeof(T)))
|
#define Realloc(x,y) realloc(x,y)
|
||||||
|
#define ReallocArray(T,n,x) ((T *) realloc((void *)(x), (n)*sizeof(T)))
|
||||||
#define Free(x) free(x)
|
#define Free(x) free(x)
|
||||||
|
|
||||||
#endif /* GOT_MEMORY_H */
|
#endif /* GOT_MEMORY_H */
|
||||||
|
|||||||
135
mkdirpp.c
Normal file
135
mkdirpp.c
Normal file
@@ -0,0 +1,135 @@
|
|||||||
|
/*
|
||||||
|
$Header: /cvs/src/chrony/mkdirpp.c,v 1.10 2002/11/03 22:49:17 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
|
**********************************************************************
|
||||||
|
* Copyright (C) Richard P. Curnow 1997-2002
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
|
*
|
||||||
|
**********************************************************************
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
|
A function for creating a directory and any parent directories that
|
||||||
|
don't exist.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sysincl.h"
|
||||||
|
|
||||||
|
#include "mkdirpp.h"
|
||||||
|
|
||||||
|
static int
|
||||||
|
do_dir(char *p)
|
||||||
|
{
|
||||||
|
int status;
|
||||||
|
struct stat buf;
|
||||||
|
|
||||||
|
#if defined(TEST)
|
||||||
|
fprintf(stderr, "do_dir(%s)\n", p);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* See if directory exists */
|
||||||
|
status = stat(p, &buf);
|
||||||
|
|
||||||
|
if (status < 0) {
|
||||||
|
if (errno == ENOENT) {
|
||||||
|
/* Try to create directory */
|
||||||
|
status = mkdir(p, 0755);
|
||||||
|
return status;
|
||||||
|
} else {
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!S_ISDIR(buf.st_mode)) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
/* Return 0 if the directory couldn't be created, 1 if it could (or
|
||||||
|
already existed) */
|
||||||
|
|
||||||
|
int
|
||||||
|
mkdir_and_parents(const char *path)
|
||||||
|
{
|
||||||
|
char *p;
|
||||||
|
int len;
|
||||||
|
int i, j, k, last;
|
||||||
|
len = strlen(path);
|
||||||
|
|
||||||
|
p = (char *) malloc(1 + len);
|
||||||
|
|
||||||
|
i = k = 0;
|
||||||
|
while (1) {
|
||||||
|
p[i++] = path[k++];
|
||||||
|
|
||||||
|
if (path[k] == '/' || !path[k]) {
|
||||||
|
p[i] = 0;
|
||||||
|
|
||||||
|
if (do_dir(p) < 0) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!path[k]) {
|
||||||
|
/* End of the string */
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* check whether its a trailing / or group of / */
|
||||||
|
last = 1;
|
||||||
|
j = k+1;
|
||||||
|
while (path[j]) {
|
||||||
|
if (path[j] != '/') {
|
||||||
|
k = j - 1; /* Pick up a / into p[] thru the assignment at the top of the loop */
|
||||||
|
last = 0;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
j++;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (last) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!path[k]) break;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
free(p);
|
||||||
|
return 1;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
#if defined(TEST)
|
||||||
|
int main(int argc, char **argv) {
|
||||||
|
if (argc > 1) {
|
||||||
|
/* Invert sense of result */
|
||||||
|
return mkdir_and_parents(argv[1]) ? 0 : 1;
|
||||||
|
} else {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
@@ -1,8 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/mkdirpp.h,v 1.6 2002/02/28 23:27:11 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Miroslav Lichvar 2011
|
* Copyright (C) Richard P. Curnow 1997-2002
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -15,15 +19,17 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
=======================================================================
|
=======================================================================
|
||||||
|
|
||||||
Header file for temperature compensation.
|
*/
|
||||||
|
|
||||||
*/
|
#ifndef GOT_MKDIRPP_H
|
||||||
|
#define GOT_MKDIRPP_H
|
||||||
|
|
||||||
extern void TMC_Initialise(void);
|
extern int mkdir_and_parents(const char *path);
|
||||||
extern void TMC_Finalise(void);
|
|
||||||
|
#endif
|
||||||
15
mkversion
Executable file
15
mkversion
Executable file
@@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rm -f version.h
|
||||||
|
echo "#ifndef VERSION_H" > version.h
|
||||||
|
echo "#define VERSION_H 1" >> version.h
|
||||||
|
|
||||||
|
if [ -f version.txt ]; then
|
||||||
|
ver=`cat version.txt`
|
||||||
|
echo "#define PROGRAM_VERSION_STRING \"$ver\"" >> version.h
|
||||||
|
else
|
||||||
|
echo "#define PROGRAM_VERSION_STRING \"DEVELOPMENT\"" >> version.h
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "#endif /* VERSION_H */" >> version.h
|
||||||
|
|
||||||
174
nameserv.c
174
nameserv.c
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/nameserv.c,v 1.15 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2003
|
* Copyright (C) Richard P. Curnow 1997-2003
|
||||||
* Copyright (C) Miroslav Lichvar 2009-2011
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -26,162 +29,63 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
|
|
||||||
#include "nameserv.h"
|
#include "nameserv.h"
|
||||||
#include "util.h"
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static int address_family = IPADDR_UNSPEC;
|
unsigned long
|
||||||
|
DNS_Name2IPAddress(const char *name)
|
||||||
void
|
|
||||||
DNS_SetAddressFamily(int family)
|
|
||||||
{
|
{
|
||||||
address_family = family;
|
|
||||||
}
|
|
||||||
|
|
||||||
DNS_Status
|
|
||||||
DNS_Name2IPAddress(const char *name, IPAddr *ip_addrs, int max_addrs)
|
|
||||||
{
|
|
||||||
#ifdef HAVE_GETADDRINFO
|
|
||||||
struct addrinfo hints, *res, *ai;
|
|
||||||
int i, result;
|
|
||||||
|
|
||||||
max_addrs = MIN(max_addrs, DNS_MAX_ADDRESSES);
|
|
||||||
|
|
||||||
memset(&hints, 0, sizeof (hints));
|
|
||||||
hints.ai_family = AF_UNSPEC;
|
|
||||||
hints.ai_socktype = SOCK_STREAM;
|
|
||||||
|
|
||||||
result = getaddrinfo(name, NULL, &hints, &res);
|
|
||||||
|
|
||||||
if (result) {
|
|
||||||
#ifdef FORCE_DNSRETRY
|
|
||||||
return DNS_TryAgain;
|
|
||||||
#else
|
|
||||||
return result == EAI_AGAIN ? DNS_TryAgain : DNS_Failure;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
for (ai = res, i = 0; i < max_addrs && ai != NULL; ai = ai->ai_next) {
|
|
||||||
switch (ai->ai_family) {
|
|
||||||
case AF_INET:
|
|
||||||
if (address_family != IPADDR_UNSPEC && address_family != IPADDR_INET4)
|
|
||||||
continue;
|
|
||||||
ip_addrs[i].family = IPADDR_INET4;
|
|
||||||
ip_addrs[i].addr.in4 = ntohl(((struct sockaddr_in *)ai->ai_addr)->sin_addr.s_addr);
|
|
||||||
i++;
|
|
||||||
break;
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
case AF_INET6:
|
|
||||||
if (address_family != IPADDR_UNSPEC && address_family != IPADDR_INET6)
|
|
||||||
continue;
|
|
||||||
ip_addrs[i].family = IPADDR_INET6;
|
|
||||||
memcpy(&ip_addrs[i].addr.in6, &((struct sockaddr_in6 *)ai->ai_addr)->sin6_addr.s6_addr,
|
|
||||||
sizeof (ip_addrs->addr.in6));
|
|
||||||
i++;
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
for (; i < max_addrs; i++)
|
|
||||||
ip_addrs[i].family = IPADDR_UNSPEC;
|
|
||||||
|
|
||||||
freeaddrinfo(res);
|
|
||||||
|
|
||||||
return !max_addrs || ip_addrs[0].family != IPADDR_UNSPEC ? DNS_Success : DNS_Failure;
|
|
||||||
#else
|
|
||||||
struct hostent *host;
|
struct hostent *host;
|
||||||
int i;
|
unsigned char *address0;
|
||||||
|
unsigned long result;
|
||||||
if (address_family != IPADDR_UNSPEC && address_family != IPADDR_INET4)
|
|
||||||
return DNS_Failure;
|
|
||||||
|
|
||||||
max_addrs = MIN(max_addrs, DNS_MAX_ADDRESSES);
|
|
||||||
|
|
||||||
host = gethostbyname(name);
|
host = gethostbyname(name);
|
||||||
|
|
||||||
if (host == NULL) {
|
if (host == NULL) {
|
||||||
if (h_errno == TRY_AGAIN)
|
result = DNS_Failed_Address;
|
||||||
return DNS_TryAgain;
|
|
||||||
} else {
|
} else {
|
||||||
if (host->h_addrtype != AF_INET || !host->h_addr_list[0])
|
address0 = host->h_addr_list[0];
|
||||||
return DNS_Failure;
|
result = ((((unsigned long)address0[0])<<24) |
|
||||||
|
(((unsigned long)address0[1])<<16) |
|
||||||
for (i = 0; host->h_addr_list[i] && i < max_addrs; i++) {
|
(((unsigned long)address0[2])<<8) |
|
||||||
ip_addrs[i].family = IPADDR_INET4;
|
(((unsigned long)address0[3])));
|
||||||
ip_addrs[i].addr.in4 = ntohl(*(uint32_t *)host->h_addr_list[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
for (; i < max_addrs; i++)
|
|
||||||
ip_addrs[i].family = IPADDR_UNSPEC;
|
|
||||||
|
|
||||||
return DNS_Success;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef FORCE_DNSRETRY
|
return result;
|
||||||
return DNS_TryAgain;
|
|
||||||
#else
|
|
||||||
return DNS_Failure;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
int
|
const char *
|
||||||
DNS_IPAddress2Name(IPAddr *ip_addr, char *name, int len)
|
DNS_IPAddress2Name(unsigned long ip_addr)
|
||||||
{
|
{
|
||||||
char *result = NULL;
|
|
||||||
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
struct sockaddr_in6 in6;
|
|
||||||
socklen_t slen;
|
|
||||||
char hbuf[NI_MAXHOST];
|
|
||||||
|
|
||||||
slen = UTI_IPAndPortToSockaddr(ip_addr, 0, (struct sockaddr *)&in6);
|
|
||||||
if (!getnameinfo((struct sockaddr *)&in6, slen, hbuf, sizeof (hbuf), NULL, 0, 0))
|
|
||||||
result = hbuf;
|
|
||||||
#else
|
|
||||||
struct hostent *host;
|
struct hostent *host;
|
||||||
uint32_t addr;
|
static char buffer[16];
|
||||||
|
unsigned int a, b, c, d;
|
||||||
|
unsigned long addr;
|
||||||
|
|
||||||
switch (ip_addr->family) {
|
addr = htonl(ip_addr);
|
||||||
case IPADDR_INET4:
|
if (addr == 0UL) {
|
||||||
addr = htonl(ip_addr->addr.in4);
|
/* Catch this as a special case that will never resolve to
|
||||||
host = gethostbyaddr((const char *) &addr, sizeof (ip_addr), AF_INET);
|
anything */
|
||||||
break;
|
strcpy(buffer, "0.0.0.0");
|
||||||
#ifdef FEAT_IPV6
|
return buffer;
|
||||||
case IPADDR_INET6:
|
} else {
|
||||||
host = gethostbyaddr((const void *) ip_addr->addr.in6, sizeof (ip_addr->addr.in6), AF_INET6);
|
host = gethostbyaddr((const char *) &addr, sizeof(ip_addr), AF_INET);
|
||||||
break;
|
if (!host) {
|
||||||
#endif
|
a = (ip_addr >> 24) & 0xff;
|
||||||
default:
|
b = (ip_addr >> 16) & 0xff;
|
||||||
host = NULL;
|
c = (ip_addr >> 8) & 0xff;
|
||||||
|
d = (ip_addr) & 0xff;
|
||||||
|
snprintf(buffer, sizeof(buffer), "%u.%u.%u.%u", a, b, c, d);
|
||||||
|
return buffer;
|
||||||
|
} else {
|
||||||
|
return host->h_name;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (host)
|
|
||||||
result = host->h_name;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (result == NULL)
|
|
||||||
result = UTI_IPToString(ip_addr);
|
|
||||||
if (snprintf(name, len, "%s", result) >= len)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
DNS_Reload(void)
|
|
||||||
{
|
|
||||||
res_init();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|||||||
26
nameserv.h
26
nameserv.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/nameserv.h,v 1.8 2002/02/28 23:27:11 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -28,25 +32,11 @@
|
|||||||
#ifndef GOT_NAMESERV_H
|
#ifndef GOT_NAMESERV_H
|
||||||
#define GOT_NAMESERV_H
|
#define GOT_NAMESERV_H
|
||||||
|
|
||||||
#include "addressing.h"
|
static const unsigned long DNS_Failed_Address = 0x0UL;
|
||||||
|
|
||||||
typedef enum {
|
extern unsigned long DNS_Name2IPAddress(const char *name);
|
||||||
DNS_Success,
|
|
||||||
DNS_TryAgain,
|
|
||||||
DNS_Failure
|
|
||||||
} DNS_Status;
|
|
||||||
|
|
||||||
/* Resolve names only to selected address family */
|
const char *DNS_IPAddress2Name(unsigned long ip_addr);
|
||||||
extern void DNS_SetAddressFamily(int family);
|
|
||||||
|
|
||||||
/* Maximum number of addresses returned by DNS_Name2IPAddress */
|
|
||||||
#define DNS_MAX_ADDRESSES 16
|
|
||||||
|
|
||||||
extern DNS_Status DNS_Name2IPAddress(const char *name, IPAddr *ip_addrs, int max_addrs);
|
|
||||||
|
|
||||||
extern int DNS_IPAddress2Name(IPAddr *ip_addr, char *name, int len);
|
|
||||||
|
|
||||||
extern void DNS_Reload(void);
|
|
||||||
|
|
||||||
#endif /* GOT_NAMESERV_H */
|
#endif /* GOT_NAMESERV_H */
|
||||||
|
|
||||||
|
|||||||
130
nameserv_async.c
130
nameserv_async.c
@@ -1,130 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Miroslav Lichvar 2014
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Functions to asynchronously convert name to IP address
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "sysincl.h"
|
|
||||||
|
|
||||||
#include "nameserv_async.h"
|
|
||||||
#include "logging.h"
|
|
||||||
#include "memory.h"
|
|
||||||
#include "privops.h"
|
|
||||||
#include "sched.h"
|
|
||||||
#include "util.h"
|
|
||||||
|
|
||||||
#ifdef USE_PTHREAD_ASYNCDNS
|
|
||||||
#include <pthread.h>
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
struct DNS_Async_Instance {
|
|
||||||
const char *name;
|
|
||||||
DNS_Status status;
|
|
||||||
IPAddr addresses[DNS_MAX_ADDRESSES];
|
|
||||||
DNS_NameResolveHandler handler;
|
|
||||||
void *arg;
|
|
||||||
|
|
||||||
pthread_t thread;
|
|
||||||
int pipe[2];
|
|
||||||
};
|
|
||||||
|
|
||||||
static int resolving_threads = 0;
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static void *
|
|
||||||
start_resolving(void *anything)
|
|
||||||
{
|
|
||||||
struct DNS_Async_Instance *inst = (struct DNS_Async_Instance *)anything;
|
|
||||||
|
|
||||||
inst->status = PRV_Name2IPAddress(inst->name, inst->addresses, DNS_MAX_ADDRESSES);
|
|
||||||
|
|
||||||
/* Notify the main thread that the result is ready */
|
|
||||||
if (write(inst->pipe[1], "", 1) < 0)
|
|
||||||
;
|
|
||||||
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static void
|
|
||||||
end_resolving(void *anything)
|
|
||||||
{
|
|
||||||
struct DNS_Async_Instance *inst = (struct DNS_Async_Instance *)anything;
|
|
||||||
int i;
|
|
||||||
|
|
||||||
if (pthread_join(inst->thread, NULL)) {
|
|
||||||
LOG_FATAL(LOGF_Nameserv, "pthread_join() failed");
|
|
||||||
}
|
|
||||||
|
|
||||||
resolving_threads--;
|
|
||||||
|
|
||||||
SCH_RemoveInputFileHandler(inst->pipe[0]);
|
|
||||||
close(inst->pipe[0]);
|
|
||||||
close(inst->pipe[1]);
|
|
||||||
|
|
||||||
for (i = 0; inst->status == DNS_Success && i < DNS_MAX_ADDRESSES &&
|
|
||||||
inst->addresses[i].family != IPADDR_UNSPEC; i++)
|
|
||||||
;
|
|
||||||
|
|
||||||
(inst->handler)(inst->status, i, inst->addresses, inst->arg);
|
|
||||||
|
|
||||||
Free(inst);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
DNS_Name2IPAddressAsync(const char *name, DNS_NameResolveHandler handler, void *anything)
|
|
||||||
{
|
|
||||||
struct DNS_Async_Instance *inst;
|
|
||||||
|
|
||||||
inst = MallocNew(struct DNS_Async_Instance);
|
|
||||||
inst->name = name;
|
|
||||||
inst->handler = handler;
|
|
||||||
inst->arg = anything;
|
|
||||||
inst->status = DNS_Failure;
|
|
||||||
|
|
||||||
if (pipe(inst->pipe)) {
|
|
||||||
LOG_FATAL(LOGF_Nameserv, "pipe() failed");
|
|
||||||
}
|
|
||||||
|
|
||||||
resolving_threads++;
|
|
||||||
assert(resolving_threads <= 1);
|
|
||||||
|
|
||||||
if (pthread_create(&inst->thread, NULL, start_resolving, inst)) {
|
|
||||||
LOG_FATAL(LOGF_Nameserv, "pthread_create() failed");
|
|
||||||
}
|
|
||||||
|
|
||||||
SCH_AddInputFileHandler(inst->pipe[0], end_resolving, inst);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
#else
|
|
||||||
#error
|
|
||||||
#endif
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Miroslav Lichvar 2014
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Header for asynchronous nameserver functions
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef GOT_NAMESERV_ASYNC_H
|
|
||||||
#define GOT_NAMESERV_ASYNC_H
|
|
||||||
|
|
||||||
#include "nameserv.h"
|
|
||||||
|
|
||||||
/* Function type for callback to process the result */
|
|
||||||
typedef void (*DNS_NameResolveHandler)(DNS_Status status, int n_addrs, IPAddr *ip_addrs, void *anything);
|
|
||||||
|
|
||||||
/* Request resolving of a name to IP address. The handler will be
|
|
||||||
called when the result is available. */
|
|
||||||
extern void DNS_Name2IPAddressAsync(const char *name, DNS_NameResolveHandler handler, void *anything);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
83
ntp.h
83
ntp.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/ntp.h,v 1.12 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -27,9 +31,11 @@
|
|||||||
#ifndef GOT_NTP_H
|
#ifndef GOT_NTP_H
|
||||||
#define GOT_NTP_H
|
#define GOT_NTP_H
|
||||||
|
|
||||||
#include "sysincl.h"
|
#ifdef HAS_STDINT_H
|
||||||
|
#include <stdint.h>
|
||||||
#include "hash.h"
|
#elif defined(HAS_INTTYPES_H)
|
||||||
|
#include <inttypes.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t hi;
|
uint32_t hi;
|
||||||
@@ -38,23 +44,7 @@ typedef struct {
|
|||||||
|
|
||||||
typedef uint32_t NTP_int32;
|
typedef uint32_t NTP_int32;
|
||||||
|
|
||||||
/* The NTP protocol version that we support */
|
#define AUTH_DATA_LEN 16
|
||||||
#define NTP_VERSION 4
|
|
||||||
|
|
||||||
/* Maximum stratum number (infinity) */
|
|
||||||
#define NTP_MAX_STRATUM 16
|
|
||||||
|
|
||||||
/* The minimum valid length of an extension field */
|
|
||||||
#define NTP_MIN_EXTENSION_LENGTH 16
|
|
||||||
|
|
||||||
/* The maximum assumed length of all extension fields in received
|
|
||||||
packets (RFC 5905 doesn't specify a limit on length or number of
|
|
||||||
extension fields in one packet) */
|
|
||||||
#define NTP_MAX_EXTENSIONS_LENGTH 1024
|
|
||||||
|
|
||||||
/* The minimum and maximum supported length of MAC */
|
|
||||||
#define NTP_MIN_MAC_LENGTH 16
|
|
||||||
#define NTP_MAX_MAC_LENGTH MAX_HASH_LENGTH
|
|
||||||
|
|
||||||
/* Type definition for leap bits */
|
/* Type definition for leap bits */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
@@ -85,33 +75,42 @@ typedef struct {
|
|||||||
NTP_int64 originate_ts;
|
NTP_int64 originate_ts;
|
||||||
NTP_int64 receive_ts;
|
NTP_int64 receive_ts;
|
||||||
NTP_int64 transmit_ts;
|
NTP_int64 transmit_ts;
|
||||||
|
|
||||||
/* Optional extension fields, we don't send packets with them yet */
|
|
||||||
/* uint8_t extensions[] */
|
|
||||||
|
|
||||||
/* Optional message authentication code (MAC) */
|
|
||||||
NTP_int32 auth_keyid;
|
NTP_int32 auth_keyid;
|
||||||
uint8_t auth_data[NTP_MAX_MAC_LENGTH];
|
uint8_t auth_data[AUTH_DATA_LEN];
|
||||||
} NTP_Packet;
|
} NTP_Packet;
|
||||||
|
|
||||||
#define NTP_NORMAL_PACKET_LENGTH (int)offsetof(NTP_Packet, auth_keyid)
|
/* We have to declare a buffer type to hold a datagram read from the
|
||||||
|
network. Even though we won't be using them (yet?!), this must be
|
||||||
|
large enough to hold NTP control messages. */
|
||||||
|
|
||||||
/* The buffer used to hold a datagram read from the network */
|
/* Define the maximum number of bytes that can be read in a single
|
||||||
typedef struct {
|
message. (This is cribbed from ntp.h in the xntpd source code). */
|
||||||
|
|
||||||
|
#define MAX_NTP_MESSAGE_SIZE (468+12+16+4)
|
||||||
|
|
||||||
|
typedef union {
|
||||||
NTP_Packet ntp_pkt;
|
NTP_Packet ntp_pkt;
|
||||||
uint8_t extensions[NTP_MAX_EXTENSIONS_LENGTH];
|
uint8_t arbitrary[MAX_NTP_MESSAGE_SIZE];
|
||||||
} NTP_Receive_Buffer;
|
} ReceiveBuffer;
|
||||||
|
|
||||||
/* Macros to work with the lvm field */
|
#define NTP_NORMAL_PACKET_SIZE (sizeof(NTP_Packet) - (sizeof(NTP_int32) + AUTH_DATA_LEN))
|
||||||
#define NTP_LVM_TO_LEAP(lvm) (((lvm) >> 6) & 0x3)
|
|
||||||
#define NTP_LVM_TO_VERSION(lvm) (((lvm) >> 3) & 0x7)
|
|
||||||
#define NTP_LVM_TO_MODE(lvm) ((lvm) & 0x7)
|
|
||||||
#define NTP_LVM(leap, version, mode) \
|
|
||||||
((((leap) << 6) & 0xc0) | (((version) << 3) & 0x38) | ((mode) & 0x07))
|
|
||||||
|
|
||||||
/* Special NTP reference IDs */
|
/* ================================================== */
|
||||||
#define NTP_REFID_UNSYNC 0x0UL
|
|
||||||
#define NTP_REFID_LOCAL 0x7F7F0101UL /* 127.127.1.1 */
|
inline static double
|
||||||
#define NTP_REFID_SMOOTH 0x7F7F01FFUL /* 127.127.1.255 */
|
int32_to_double(NTP_int32 x)
|
||||||
|
{
|
||||||
|
return (double) ntohl(x) / 65536.0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
inline static NTP_int32
|
||||||
|
double_to_int32(double x)
|
||||||
|
{
|
||||||
|
return htonl((NTP_int32)(0.5 + 65536.0 * x));
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
#endif /* GOT_NTP_H */
|
#endif /* GOT_NTP_H */
|
||||||
|
|||||||
2751
ntp_core.c
2751
ntp_core.c
File diff suppressed because it is too large
Load Diff
57
ntp_core.h
57
ntp_core.h
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/ntp_core.h,v 1.16 2002/02/28 23:27:12 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -34,10 +38,6 @@
|
|||||||
#include "ntp.h"
|
#include "ntp.h"
|
||||||
#include "reports.h"
|
#include "reports.h"
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
NTP_SERVER, NTP_PEER
|
|
||||||
} NTP_Source_Type;
|
|
||||||
|
|
||||||
/* This is a private data type used for storing the instance record for
|
/* This is a private data type used for storing the instance record for
|
||||||
each source that we are chiming with */
|
each source that we are chiming with */
|
||||||
typedef struct NCR_Instance_Record *NCR_Instance;
|
typedef struct NCR_Instance_Record *NCR_Instance;
|
||||||
@@ -46,28 +46,31 @@ typedef struct NCR_Instance_Record *NCR_Instance;
|
|||||||
extern void NCR_Initialise(void);
|
extern void NCR_Initialise(void);
|
||||||
extern void NCR_Finalise(void);
|
extern void NCR_Finalise(void);
|
||||||
|
|
||||||
/* Get a new instance for a server or peer */
|
/* Get a new instance for a server */
|
||||||
extern NCR_Instance NCR_GetInstance(NTP_Remote_Address *remote_addr, NTP_Source_Type type, SourceParameters *params);
|
extern NCR_Instance NCR_GetServerInstance(NTP_Remote_Address *remote_addr, SourceParameters *params);
|
||||||
|
|
||||||
|
/* Get a new instance for a peer */
|
||||||
|
extern NCR_Instance NCR_GetPeerInstance(NTP_Remote_Address *remote_addr, SourceParameters *params);
|
||||||
|
|
||||||
/* Destroy an instance */
|
/* Destroy an instance */
|
||||||
extern void NCR_DestroyInstance(NCR_Instance instance);
|
extern void NCR_DestroyInstance(NCR_Instance instance);
|
||||||
|
|
||||||
/* Start an instance */
|
|
||||||
extern void NCR_StartInstance(NCR_Instance instance);
|
|
||||||
|
|
||||||
/* Reset an instance */
|
|
||||||
extern void NCR_ResetInstance(NCR_Instance inst);
|
|
||||||
|
|
||||||
/* Change the remote address of an instance */
|
|
||||||
extern void NCR_ChangeRemoteAddress(NCR_Instance inst, NTP_Remote_Address *remote_addr);
|
|
||||||
|
|
||||||
/* This routine is called when a new packet arrives off the network,
|
/* This routine is called when a new packet arrives off the network,
|
||||||
and it relates to a source we have an ongoing protocol exchange with */
|
and it relates to a source we have an ongoing protocol exchange with */
|
||||||
extern int NCR_ProcessKnown(NTP_Packet *message, struct timeval *now, double now_err, NCR_Instance data, NTP_Local_Address *local_addr, int length);
|
extern void NCR_ProcessNoauthKnown(NTP_Packet *message, struct timeval *now, NCR_Instance data);
|
||||||
|
|
||||||
/* This routine is called when a new packet arrives off the network,
|
/* This routine is called when a new packet arrives off the network,
|
||||||
and we do not recognize its source */
|
and we do not recognize its source */
|
||||||
extern void NCR_ProcessUnknown(NTP_Packet *message, struct timeval *now, double now_err, NTP_Remote_Address *remote_addr, NTP_Local_Address *local_addr, int length);
|
extern void NCR_ProcessNoauthUnknown(NTP_Packet *message, struct timeval *now, NTP_Remote_Address *remote_addr);
|
||||||
|
|
||||||
|
/* This routine is called when a new authenticated packet arrives off
|
||||||
|
the network, and it relates to a source we have an ongoing protocol
|
||||||
|
exchange with */
|
||||||
|
extern void NCR_ProcessAuthKnown(NTP_Packet *message, struct timeval *now, NCR_Instance data);
|
||||||
|
|
||||||
|
/* This routine is called when a new authenticated packet arrives off
|
||||||
|
the network, and we do not recognize its source */
|
||||||
|
extern void NCR_ProcessAuthUnknown(NTP_Packet *message, struct timeval *now, NTP_Remote_Address *remote_addr);
|
||||||
|
|
||||||
/* Slew receive and transmit times in instance records */
|
/* Slew receive and transmit times in instance records */
|
||||||
extern void NCR_SlewTimes(NCR_Instance inst, struct timeval *when, double dfreq, double doffset);
|
extern void NCR_SlewTimes(NCR_Instance inst, struct timeval *when, double dfreq, double doffset);
|
||||||
@@ -87,26 +90,16 @@ extern void NCR_ModifyMaxdelay(NCR_Instance inst, double new_max_delay);
|
|||||||
|
|
||||||
extern void NCR_ModifyMaxdelayratio(NCR_Instance inst, double new_max_delay_ratio);
|
extern void NCR_ModifyMaxdelayratio(NCR_Instance inst, double new_max_delay_ratio);
|
||||||
|
|
||||||
extern void NCR_ModifyMaxdelaydevratio(NCR_Instance inst, double new_max_delay_dev_ratio);
|
|
||||||
|
|
||||||
extern void NCR_ModifyMinstratum(NCR_Instance inst, int new_min_stratum);
|
|
||||||
|
|
||||||
extern void NCR_ModifyPolltarget(NCR_Instance inst, int new_poll_target);
|
|
||||||
|
|
||||||
extern void NCR_InitiateSampleBurst(NCR_Instance inst, int n_good_samples, int n_total_samples);
|
extern void NCR_InitiateSampleBurst(NCR_Instance inst, int n_good_samples, int n_total_samples);
|
||||||
|
|
||||||
extern void NCR_ReportSource(NCR_Instance inst, RPT_SourceReport *report, struct timeval *now);
|
extern void NCR_ReportSource(NCR_Instance inst, RPT_SourceReport *report, struct timeval *now);
|
||||||
|
|
||||||
extern int NCR_AddAccessRestriction(IPAddr *ip_addr, int subnet_bits, int allow, int all);
|
extern int NCR_AddAccessRestriction(unsigned long ip_addr, int subnet_bits, int allow, int all);
|
||||||
extern int NCR_CheckAccessRestriction(IPAddr *ip_addr);
|
extern int NCR_CheckAccessRestriction(unsigned long ip_addr);
|
||||||
|
|
||||||
|
extern void NCR_CycleLogFile(void);
|
||||||
|
|
||||||
extern void NCR_IncrementActivityCounters(NCR_Instance inst, int *online, int *offline,
|
extern void NCR_IncrementActivityCounters(NCR_Instance inst, int *online, int *offline,
|
||||||
int *burst_online, int *burst_offline);
|
int *burst_online, int *burst_offline);
|
||||||
|
|
||||||
extern NTP_Remote_Address *NCR_GetRemoteAddress(NCR_Instance instance);
|
|
||||||
|
|
||||||
extern int NCR_IsSyncPeer(NCR_Instance instance);
|
|
||||||
|
|
||||||
extern void NCR_AddBroadcastDestination(IPAddr *addr, unsigned short port, int interval);
|
|
||||||
|
|
||||||
#endif /* GOT_NTP_CORE_H */
|
#endif /* GOT_NTP_CORE_H */
|
||||||
|
|||||||
716
ntp_io.c
716
ntp_io.c
@@ -1,10 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/ntp_io.c,v 1.24 2003/09/22 21:22:30 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2003
|
* Copyright (C) Richard P. Curnow 1997-2003
|
||||||
* Copyright (C) Timo Teras 2009
|
|
||||||
* Copyright (C) Miroslav Lichvar 2009, 2013-2015
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -17,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -26,8 +28,6 @@
|
|||||||
This file deals with the IO aspects of reading and writing NTP packets
|
This file deals with the IO aspects of reading and writing NTP packets
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
|
|
||||||
#include "ntp_io.h"
|
#include "ntp_io.h"
|
||||||
@@ -37,42 +37,12 @@
|
|||||||
#include "local.h"
|
#include "local.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "privops.h"
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
#define INVALID_SOCK_FD -1
|
#include <fcntl.h>
|
||||||
|
|
||||||
union sockaddr_in46 {
|
/* The file descriptor for the socket */
|
||||||
struct sockaddr_in in4;
|
static int sock_fd;
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
struct sockaddr_in6 in6;
|
|
||||||
#endif
|
|
||||||
struct sockaddr u;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* The server/peer and client sockets for IPv4 and IPv6 */
|
|
||||||
static int server_sock_fd4;
|
|
||||||
static int client_sock_fd4;
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
static int server_sock_fd6;
|
|
||||||
static int client_sock_fd6;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Reference counters for server sockets to keep them open only when needed */
|
|
||||||
static int server_sock_ref4;
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
static int server_sock_ref6;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Flag indicating we create a new connected client socket for each
|
|
||||||
server instead of sharing client_sock_fd4 and client_sock_fd6 */
|
|
||||||
static int separate_client_sockets;
|
|
||||||
|
|
||||||
/* Flag indicating the server sockets are not created dynamically when needed,
|
|
||||||
either to have a socket for client requests when separate client sockets
|
|
||||||
are disabled and client port is equal to server port, or the server port is
|
|
||||||
disabled */
|
|
||||||
static int permanent_server_sockets;
|
|
||||||
|
|
||||||
/* Flag indicating that we have been initialised */
|
/* Flag indicating that we have been initialised */
|
||||||
static int initialised=0;
|
static int initialised=0;
|
||||||
@@ -84,272 +54,105 @@ static void read_from_socket(void *anything);
|
|||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static int
|
static void
|
||||||
prepare_socket(int family, int port_number, int client_only)
|
do_size_checks(void)
|
||||||
{
|
{
|
||||||
union sockaddr_in46 my_addr;
|
/* Assertions to check the sizes of certain data types
|
||||||
socklen_t my_addr_len;
|
and the positions of certain record fields */
|
||||||
int sock_fd;
|
|
||||||
IPAddr bind_address;
|
/* Check that certain invariants are true */
|
||||||
|
assert(sizeof(NTP_int32) == 4);
|
||||||
|
assert(sizeof(NTP_int64) == 8);
|
||||||
|
|
||||||
|
/* Check offsets of all fields in the NTP packet format */
|
||||||
|
assert(offsetof(NTP_Packet, lvm) == 0);
|
||||||
|
assert(offsetof(NTP_Packet, stratum) == 1);
|
||||||
|
assert(offsetof(NTP_Packet, poll) == 2);
|
||||||
|
assert(offsetof(NTP_Packet, precision) == 3);
|
||||||
|
assert(offsetof(NTP_Packet, root_delay) == 4);
|
||||||
|
assert(offsetof(NTP_Packet, root_dispersion) == 8);
|
||||||
|
assert(offsetof(NTP_Packet, reference_id) == 12);
|
||||||
|
assert(offsetof(NTP_Packet, reference_ts) == 16);
|
||||||
|
assert(offsetof(NTP_Packet, originate_ts) == 24);
|
||||||
|
assert(offsetof(NTP_Packet, receive_ts) == 32);
|
||||||
|
assert(offsetof(NTP_Packet, transmit_ts) == 40);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
void
|
||||||
|
NIO_Initialise(void)
|
||||||
|
{
|
||||||
|
struct sockaddr_in my_addr;
|
||||||
|
unsigned short port_number;
|
||||||
|
unsigned long bind_address;
|
||||||
int on_off = 1;
|
int on_off = 1;
|
||||||
|
|
||||||
|
assert(!initialised);
|
||||||
|
initialised = 1;
|
||||||
|
|
||||||
|
do_size_checks();
|
||||||
|
|
||||||
|
port_number = CNF_GetNTPPort();
|
||||||
|
|
||||||
/* Open Internet domain UDP socket for NTP message transmissions */
|
/* Open Internet domain UDP socket for NTP message transmissions */
|
||||||
|
|
||||||
sock_fd = socket(family, SOCK_DGRAM, 0);
|
#if 0
|
||||||
|
sock_fd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
|
||||||
|
#else
|
||||||
|
sock_fd = socket(AF_INET, SOCK_DGRAM, 0);
|
||||||
|
#endif
|
||||||
if (sock_fd < 0) {
|
if (sock_fd < 0) {
|
||||||
if (!client_only) {
|
LOG_FATAL(LOGF_NtpIO, "Could not open socket : %s", strerror(errno));
|
||||||
LOG(LOGS_ERR, LOGF_NtpIO, "Could not open %s NTP socket : %s",
|
|
||||||
UTI_SockaddrFamilyToString(family), strerror(errno));
|
|
||||||
} else {
|
|
||||||
DEBUG_LOG(LOGF_NtpIO, "Could not open %s NTP socket : %s",
|
|
||||||
UTI_SockaddrFamilyToString(family), strerror(errno));
|
|
||||||
}
|
|
||||||
return INVALID_SOCK_FD;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Close on exec */
|
/* Make the socket capable of re-using an old address */
|
||||||
UTI_FdSetCloexec(sock_fd);
|
if (setsockopt(sock_fd, SOL_SOCKET, SO_REUSEADDR, (char *)&on_off, sizeof(on_off)) < 0) {
|
||||||
|
|
||||||
/* Prepare local address */
|
|
||||||
memset(&my_addr, 0, sizeof (my_addr));
|
|
||||||
my_addr_len = 0;
|
|
||||||
|
|
||||||
switch (family) {
|
|
||||||
case AF_INET:
|
|
||||||
if (!client_only)
|
|
||||||
CNF_GetBindAddress(IPADDR_INET4, &bind_address);
|
|
||||||
else
|
|
||||||
CNF_GetBindAcquisitionAddress(IPADDR_INET4, &bind_address);
|
|
||||||
|
|
||||||
if (bind_address.family == IPADDR_INET4)
|
|
||||||
my_addr.in4.sin_addr.s_addr = htonl(bind_address.addr.in4);
|
|
||||||
else if (port_number)
|
|
||||||
my_addr.in4.sin_addr.s_addr = htonl(INADDR_ANY);
|
|
||||||
else
|
|
||||||
break;
|
|
||||||
|
|
||||||
my_addr.in4.sin_family = family;
|
|
||||||
my_addr.in4.sin_port = htons(port_number);
|
|
||||||
my_addr_len = sizeof (my_addr.in4);
|
|
||||||
|
|
||||||
break;
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
case AF_INET6:
|
|
||||||
if (!client_only)
|
|
||||||
CNF_GetBindAddress(IPADDR_INET6, &bind_address);
|
|
||||||
else
|
|
||||||
CNF_GetBindAcquisitionAddress(IPADDR_INET6, &bind_address);
|
|
||||||
|
|
||||||
if (bind_address.family == IPADDR_INET6)
|
|
||||||
memcpy(my_addr.in6.sin6_addr.s6_addr, bind_address.addr.in6,
|
|
||||||
sizeof (my_addr.in6.sin6_addr.s6_addr));
|
|
||||||
else if (port_number)
|
|
||||||
my_addr.in6.sin6_addr = in6addr_any;
|
|
||||||
else
|
|
||||||
break;
|
|
||||||
|
|
||||||
my_addr.in6.sin6_family = family;
|
|
||||||
my_addr.in6.sin6_port = htons(port_number);
|
|
||||||
my_addr_len = sizeof (my_addr.in6);
|
|
||||||
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
default:
|
|
||||||
assert(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Make the socket capable of re-using an old address if binding to a specific port */
|
|
||||||
if (port_number &&
|
|
||||||
setsockopt(sock_fd, SOL_SOCKET, SO_REUSEADDR, (char *)&on_off, sizeof(on_off)) < 0) {
|
|
||||||
LOG(LOGS_ERR, LOGF_NtpIO, "Could not set reuseaddr socket options");
|
LOG(LOGS_ERR, LOGF_NtpIO, "Could not set reuseaddr socket options");
|
||||||
/* Don't quit - we might survive anyway */
|
/* Don't quit - we might survive anyway */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make the socket capable of sending broadcast pkts - needed for NTP broadcast mode */
|
/* Make the socket capable of sending broadcast pkts - needed for NTP broadcast mode */
|
||||||
if (!client_only &&
|
if (setsockopt(sock_fd, SOL_SOCKET, SO_BROADCAST, (char *)&on_off, sizeof(on_off)) < 0) {
|
||||||
setsockopt(sock_fd, SOL_SOCKET, SO_BROADCAST, (char *)&on_off, sizeof(on_off)) < 0) {
|
|
||||||
LOG(LOGS_ERR, LOGF_NtpIO, "Could not set broadcast socket options");
|
LOG(LOGS_ERR, LOGF_NtpIO, "Could not set broadcast socket options");
|
||||||
/* Don't quit - we might survive anyway */
|
/* Don't quit - we might survive anyway */
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SO_TIMESTAMP
|
/* Bind the port */
|
||||||
/* Enable receiving of timestamp control messages */
|
my_addr.sin_family = AF_INET;
|
||||||
if (setsockopt(sock_fd, SOL_SOCKET, SO_TIMESTAMP, (char *)&on_off, sizeof(on_off)) < 0) {
|
my_addr.sin_port = htons(port_number);
|
||||||
LOG(LOGS_ERR, LOGF_NtpIO, "Could not set timestamp socket options");
|
|
||||||
/* Don't quit - we might survive anyway */
|
CNF_GetBindAddress(&bind_address);
|
||||||
|
|
||||||
|
if (bind_address != 0UL) {
|
||||||
|
my_addr.sin_addr.s_addr = htonl(bind_address);
|
||||||
|
} else {
|
||||||
|
my_addr.sin_addr.s_addr = htonl(INADDR_ANY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
LOG(LOGS_INFO, LOGF_NtpIO, "Initialising, socket fd=%d", sock_fd);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef IP_FREEBIND
|
if (bind(sock_fd, (struct sockaddr *) &my_addr, sizeof(my_addr)) < 0) {
|
||||||
/* Allow binding to address that doesn't exist yet */
|
LOG_FATAL(LOGF_NtpIO, "Could not bind socket : %s", strerror(errno));
|
||||||
if (my_addr_len > 0 &&
|
|
||||||
setsockopt(sock_fd, IPPROTO_IP, IP_FREEBIND, (char *)&on_off, sizeof(on_off)) < 0) {
|
|
||||||
LOG(LOGS_ERR, LOGF_NtpIO, "Could not set free bind socket option");
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (family == AF_INET) {
|
|
||||||
#ifdef HAVE_IN_PKTINFO
|
|
||||||
/* We want the local IP info on server sockets */
|
|
||||||
if (setsockopt(sock_fd, IPPROTO_IP, IP_PKTINFO, (char *)&on_off, sizeof(on_off)) < 0) {
|
|
||||||
LOG(LOGS_ERR, LOGF_NtpIO, "Could not set packet info socket option");
|
|
||||||
/* Don't quit - we might survive anyway */
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
else if (family == AF_INET6) {
|
|
||||||
#ifdef IPV6_V6ONLY
|
|
||||||
/* Receive IPv6 packets only */
|
|
||||||
if (setsockopt(sock_fd, IPPROTO_IPV6, IPV6_V6ONLY, (char *)&on_off, sizeof(on_off)) < 0) {
|
|
||||||
LOG(LOGS_ERR, LOGF_NtpIO, "Could not set IPV6_V6ONLY socket option");
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_IN6_PKTINFO
|
|
||||||
#ifdef IPV6_RECVPKTINFO
|
|
||||||
if (setsockopt(sock_fd, IPPROTO_IPV6, IPV6_RECVPKTINFO, (char *)&on_off, sizeof(on_off)) < 0) {
|
|
||||||
LOG(LOGS_ERR, LOGF_NtpIO, "Could not set IPv6 packet info socket option");
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
if (setsockopt(sock_fd, IPPROTO_IPV6, IPV6_PKTINFO, (char *)&on_off, sizeof(on_off)) < 0) {
|
|
||||||
LOG(LOGS_ERR, LOGF_NtpIO, "Could not set IPv6 packet info socket option");
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Bind the socket if a port or address was specified */
|
|
||||||
if (my_addr_len > 0 && PRV_BindSocket(sock_fd, &my_addr.u, my_addr_len) < 0) {
|
|
||||||
LOG(LOGS_ERR, LOGF_NtpIO, "Could not bind %s NTP socket : %s",
|
|
||||||
UTI_SockaddrFamilyToString(family), strerror(errno));
|
|
||||||
close(sock_fd);
|
|
||||||
return INVALID_SOCK_FD;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Register handler for read events on the socket */
|
/* Register handler for read events on the socket */
|
||||||
SCH_AddInputFileHandler(sock_fd, read_from_socket, (void *)(long)sock_fd);
|
SCH_AddInputFileHandler(sock_fd, read_from_socket, NULL);
|
||||||
|
|
||||||
return sock_fd;
|
#if 0
|
||||||
}
|
if (fcntl(sock_fd, F_SETFL, O_NONBLOCK | O_NDELAY) < 0) {
|
||||||
|
LOG(LOGS_ERR, LOGF_NtpIO, "Could not make socket non-blocking");
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static int
|
|
||||||
prepare_separate_client_socket(int family)
|
|
||||||
{
|
|
||||||
switch (family) {
|
|
||||||
case IPADDR_INET4:
|
|
||||||
return prepare_socket(AF_INET, 0, 1);
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
case IPADDR_INET6:
|
|
||||||
return prepare_socket(AF_INET6, 0, 1);
|
|
||||||
#endif
|
|
||||||
default:
|
|
||||||
return INVALID_SOCK_FD;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static int
|
|
||||||
connect_socket(int sock_fd, NTP_Remote_Address *remote_addr)
|
|
||||||
{
|
|
||||||
union sockaddr_in46 addr;
|
|
||||||
socklen_t addr_len;
|
|
||||||
|
|
||||||
addr_len = UTI_IPAndPortToSockaddr(&remote_addr->ip_addr, remote_addr->port, &addr.u);
|
|
||||||
|
|
||||||
assert(addr_len);
|
|
||||||
|
|
||||||
if (connect(sock_fd, &addr.u, addr_len) < 0) {
|
|
||||||
DEBUG_LOG(LOGF_NtpIO, "Could not connect NTP socket to %s:%d : %s",
|
|
||||||
UTI_IPToString(&remote_addr->ip_addr), remote_addr->port,
|
|
||||||
strerror(errno));
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
if (ioctl(sock_fd, I_SETSIG, S_INPUT) < 0) {
|
||||||
}
|
LOG(LOGS_ERR, LOGF_NtpIO, "Could not enable signal");
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
static void
|
|
||||||
close_socket(int sock_fd)
|
|
||||||
{
|
|
||||||
if (sock_fd == INVALID_SOCK_FD)
|
|
||||||
return;
|
|
||||||
|
|
||||||
SCH_RemoveInputFileHandler(sock_fd);
|
|
||||||
close(sock_fd);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
void
|
|
||||||
NIO_Initialise(int family)
|
|
||||||
{
|
|
||||||
int server_port, client_port;
|
|
||||||
|
|
||||||
assert(!initialised);
|
|
||||||
initialised = 1;
|
|
||||||
|
|
||||||
server_port = CNF_GetNTPPort();
|
|
||||||
client_port = CNF_GetAcquisitionPort();
|
|
||||||
|
|
||||||
/* Use separate connected sockets if client port is negative */
|
|
||||||
separate_client_sockets = client_port < 0;
|
|
||||||
if (client_port < 0)
|
|
||||||
client_port = 0;
|
|
||||||
|
|
||||||
permanent_server_sockets = !server_port || (!separate_client_sockets &&
|
|
||||||
client_port == server_port);
|
|
||||||
|
|
||||||
server_sock_fd4 = INVALID_SOCK_FD;
|
|
||||||
client_sock_fd4 = INVALID_SOCK_FD;
|
|
||||||
server_sock_ref4 = 0;
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
server_sock_fd6 = INVALID_SOCK_FD;
|
|
||||||
client_sock_fd6 = INVALID_SOCK_FD;
|
|
||||||
server_sock_ref6 = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (family == IPADDR_UNSPEC || family == IPADDR_INET4) {
|
|
||||||
if (permanent_server_sockets && server_port)
|
|
||||||
server_sock_fd4 = prepare_socket(AF_INET, server_port, 0);
|
|
||||||
if (!separate_client_sockets) {
|
|
||||||
if (client_port != server_port || !server_port)
|
|
||||||
client_sock_fd4 = prepare_socket(AF_INET, client_port, 1);
|
|
||||||
else
|
|
||||||
client_sock_fd4 = server_sock_fd4;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
if (family == IPADDR_UNSPEC || family == IPADDR_INET6) {
|
|
||||||
if (permanent_server_sockets && server_port)
|
|
||||||
server_sock_fd6 = prepare_socket(AF_INET6, server_port, 0);
|
|
||||||
if (!separate_client_sockets) {
|
|
||||||
if (client_port != server_port || !server_port)
|
|
||||||
client_sock_fd6 = prepare_socket(AF_INET6, client_port, 1);
|
|
||||||
else
|
|
||||||
client_sock_fd6 = server_sock_fd6;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ((server_port && server_sock_fd4 == INVALID_SOCK_FD &&
|
return;
|
||||||
permanent_server_sockets
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
&& server_sock_fd6 == INVALID_SOCK_FD
|
|
||||||
#endif
|
|
||||||
) || (!separate_client_sockets && client_sock_fd4 == INVALID_SOCK_FD
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
&& client_sock_fd6 == INVALID_SOCK_FD
|
|
||||||
#endif
|
|
||||||
)) {
|
|
||||||
LOG_FATAL(LOGF_NtpIO, "Could not open NTP sockets");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
@@ -357,127 +160,17 @@ NIO_Initialise(int family)
|
|||||||
void
|
void
|
||||||
NIO_Finalise(void)
|
NIO_Finalise(void)
|
||||||
{
|
{
|
||||||
if (server_sock_fd4 != client_sock_fd4)
|
if (sock_fd >= 0) {
|
||||||
close_socket(client_sock_fd4);
|
SCH_RemoveInputFileHandler(sock_fd);
|
||||||
close_socket(server_sock_fd4);
|
close(sock_fd);
|
||||||
server_sock_fd4 = client_sock_fd4 = INVALID_SOCK_FD;
|
}
|
||||||
#ifdef FEAT_IPV6
|
sock_fd = -1;
|
||||||
if (server_sock_fd6 != client_sock_fd6)
|
|
||||||
close_socket(client_sock_fd6);
|
|
||||||
close_socket(server_sock_fd6);
|
|
||||||
server_sock_fd6 = client_sock_fd6 = INVALID_SOCK_FD;
|
|
||||||
#endif
|
|
||||||
initialised = 0;
|
initialised = 0;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
int
|
|
||||||
NIO_OpenClientSocket(NTP_Remote_Address *remote_addr)
|
|
||||||
{
|
|
||||||
if (separate_client_sockets) {
|
|
||||||
int sock_fd = prepare_separate_client_socket(remote_addr->ip_addr.family);
|
|
||||||
|
|
||||||
if (sock_fd == INVALID_SOCK_FD)
|
|
||||||
return INVALID_SOCK_FD;
|
|
||||||
|
|
||||||
if (!connect_socket(sock_fd, remote_addr)) {
|
|
||||||
close_socket(sock_fd);
|
|
||||||
return INVALID_SOCK_FD;
|
|
||||||
}
|
|
||||||
|
|
||||||
return sock_fd;
|
|
||||||
} else {
|
|
||||||
switch (remote_addr->ip_addr.family) {
|
|
||||||
case IPADDR_INET4:
|
|
||||||
return client_sock_fd4;
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
case IPADDR_INET6:
|
|
||||||
return client_sock_fd6;
|
|
||||||
#endif
|
|
||||||
default:
|
|
||||||
return INVALID_SOCK_FD;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
NIO_OpenServerSocket(NTP_Remote_Address *remote_addr)
|
|
||||||
{
|
|
||||||
switch (remote_addr->ip_addr.family) {
|
|
||||||
case IPADDR_INET4:
|
|
||||||
if (permanent_server_sockets)
|
|
||||||
return server_sock_fd4;
|
|
||||||
if (server_sock_fd4 == INVALID_SOCK_FD)
|
|
||||||
server_sock_fd4 = prepare_socket(AF_INET, CNF_GetNTPPort(), 0);
|
|
||||||
if (server_sock_fd4 != INVALID_SOCK_FD)
|
|
||||||
server_sock_ref4++;
|
|
||||||
return server_sock_fd4;
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
case IPADDR_INET6:
|
|
||||||
if (permanent_server_sockets)
|
|
||||||
return server_sock_fd6;
|
|
||||||
if (server_sock_fd6 == INVALID_SOCK_FD)
|
|
||||||
server_sock_fd6 = prepare_socket(AF_INET6, CNF_GetNTPPort(), 0);
|
|
||||||
if (server_sock_fd6 != INVALID_SOCK_FD)
|
|
||||||
server_sock_ref6++;
|
|
||||||
return server_sock_fd6;
|
|
||||||
#endif
|
|
||||||
default:
|
|
||||||
return INVALID_SOCK_FD;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
NIO_CloseClientSocket(int sock_fd)
|
|
||||||
{
|
|
||||||
if (separate_client_sockets)
|
|
||||||
close_socket(sock_fd);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
void
|
|
||||||
NIO_CloseServerSocket(int sock_fd)
|
|
||||||
{
|
|
||||||
if (permanent_server_sockets || sock_fd == INVALID_SOCK_FD)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (sock_fd == server_sock_fd4) {
|
|
||||||
if (--server_sock_ref4 <= 0) {
|
|
||||||
close_socket(server_sock_fd4);
|
|
||||||
server_sock_fd4 = INVALID_SOCK_FD;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
else if (sock_fd == server_sock_fd6) {
|
|
||||||
if (--server_sock_ref6 <= 0) {
|
|
||||||
close_socket(server_sock_fd6);
|
|
||||||
server_sock_fd6 = INVALID_SOCK_FD;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
else {
|
|
||||||
assert(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
NIO_IsServerSocket(int sock_fd)
|
|
||||||
{
|
|
||||||
return sock_fd != INVALID_SOCK_FD &&
|
|
||||||
(sock_fd == server_sock_fd4
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
|| sock_fd == server_sock_fd6
|
|
||||||
#endif
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
@@ -487,35 +180,24 @@ read_from_socket(void *anything)
|
|||||||
/* This should only be called when there is something
|
/* This should only be called when there is something
|
||||||
to read, otherwise it will block. */
|
to read, otherwise it will block. */
|
||||||
|
|
||||||
int status, sock_fd;
|
int status;
|
||||||
NTP_Receive_Buffer message;
|
ReceiveBuffer message;
|
||||||
union sockaddr_in46 where_from;
|
int message_length;
|
||||||
|
struct sockaddr_in where_from;
|
||||||
|
socklen_t from_length;
|
||||||
unsigned int flags = 0;
|
unsigned int flags = 0;
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
double now_err;
|
|
||||||
NTP_Remote_Address remote_addr;
|
NTP_Remote_Address remote_addr;
|
||||||
NTP_Local_Address local_addr;
|
double local_clock_err;
|
||||||
char cmsgbuf[256];
|
|
||||||
struct msghdr msg;
|
|
||||||
struct iovec iov;
|
|
||||||
struct cmsghdr *cmsg;
|
|
||||||
|
|
||||||
assert(initialised);
|
assert(initialised);
|
||||||
|
|
||||||
SCH_GetLastEventTime(&now, &now_err, NULL);
|
from_length = sizeof(where_from);
|
||||||
|
message_length = sizeof(message);
|
||||||
|
|
||||||
iov.iov_base = &message.ntp_pkt;
|
LCL_ReadCookedTime(&now, &local_clock_err);
|
||||||
iov.iov_len = sizeof(message);
|
status = recvfrom(sock_fd, (char *)&message, message_length, flags,
|
||||||
msg.msg_name = &where_from;
|
(struct sockaddr *)&where_from, &from_length);
|
||||||
msg.msg_namelen = sizeof(where_from);
|
|
||||||
msg.msg_iov = &iov;
|
|
||||||
msg.msg_iovlen = 1;
|
|
||||||
msg.msg_control = (void *) cmsgbuf;
|
|
||||||
msg.msg_controllen = sizeof(cmsgbuf);
|
|
||||||
msg.msg_flags = 0;
|
|
||||||
|
|
||||||
sock_fd = (long)anything;
|
|
||||||
status = recvmsg(sock_fd, &msg, flags);
|
|
||||||
|
|
||||||
/* Don't bother checking if read failed or why if it did. More
|
/* Don't bother checking if read failed or why if it did. More
|
||||||
likely than not, it will be connection refused, resulting from a
|
likely than not, it will be connection refused, resulting from a
|
||||||
@@ -525,54 +207,16 @@ read_from_socket(void *anything)
|
|||||||
reponse on a subsequent recvfrom). */
|
reponse on a subsequent recvfrom). */
|
||||||
|
|
||||||
if (status > 0) {
|
if (status > 0) {
|
||||||
if (msg.msg_namelen > sizeof (where_from))
|
remote_addr.ip_addr = ntohl(where_from.sin_addr.s_addr);
|
||||||
LOG_FATAL(LOGF_NtpIO, "Truncated source address");
|
remote_addr.port = ntohs(where_from.sin_port);
|
||||||
|
|
||||||
UTI_SockaddrToIPAndPort(&where_from.u, &remote_addr.ip_addr, &remote_addr.port);
|
if (status == NTP_NORMAL_PACKET_SIZE) {
|
||||||
|
|
||||||
local_addr.ip_addr.family = IPADDR_UNSPEC;
|
NSR_ProcessReceive((NTP_Packet *) &message.ntp_pkt, &now, &remote_addr);
|
||||||
local_addr.sock_fd = sock_fd;
|
|
||||||
|
|
||||||
for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
|
} else if (status == sizeof(NTP_Packet)) {
|
||||||
#ifdef HAVE_IN_PKTINFO
|
|
||||||
if (cmsg->cmsg_level == IPPROTO_IP && cmsg->cmsg_type == IP_PKTINFO) {
|
|
||||||
struct in_pktinfo ipi;
|
|
||||||
|
|
||||||
memcpy(&ipi, CMSG_DATA(cmsg), sizeof(ipi));
|
NSR_ProcessAuthenticatedReceive((NTP_Packet *) &message.ntp_pkt, &now, &remote_addr);
|
||||||
local_addr.ip_addr.addr.in4 = ntohl(ipi.ipi_spec_dst.s_addr);
|
|
||||||
local_addr.ip_addr.family = IPADDR_INET4;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_IN6_PKTINFO
|
|
||||||
if (cmsg->cmsg_level == IPPROTO_IPV6 && cmsg->cmsg_type == IPV6_PKTINFO) {
|
|
||||||
struct in6_pktinfo ipi;
|
|
||||||
|
|
||||||
memcpy(&ipi, CMSG_DATA(cmsg), sizeof(ipi));
|
|
||||||
memcpy(&local_addr.ip_addr.addr.in6, &ipi.ipi6_addr.s6_addr,
|
|
||||||
sizeof (local_addr.ip_addr.addr.in6));
|
|
||||||
local_addr.ip_addr.family = IPADDR_INET6;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SO_TIMESTAMP
|
|
||||||
if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SO_TIMESTAMP) {
|
|
||||||
struct timeval tv;
|
|
||||||
|
|
||||||
memcpy(&tv, CMSG_DATA(cmsg), sizeof(tv));
|
|
||||||
LCL_CookTime(&tv, &now, &now_err);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_NtpIO, "Received %d bytes from %s:%d to %s fd %d",
|
|
||||||
status, UTI_IPToString(&remote_addr.ip_addr), remote_addr.port,
|
|
||||||
UTI_IPToString(&local_addr.ip_addr), local_addr.sock_fd);
|
|
||||||
|
|
||||||
if (status >= NTP_NORMAL_PACKET_LENGTH) {
|
|
||||||
|
|
||||||
NSR_ProcessReceive((NTP_Packet *) &message.ntp_pkt, &now, now_err,
|
|
||||||
&remote_addr, &local_addr, status);
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
@@ -580,120 +224,76 @@ read_from_socket(void *anything)
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
/* Send a packet to remote address from local address */
|
/* Send an unauthenticated packet to a given address */
|
||||||
|
|
||||||
static int
|
void
|
||||||
send_packet(void *packet, int packetlen, NTP_Remote_Address *remote_addr, NTP_Local_Address *local_addr)
|
NIO_SendNormalPacket(NTP_Packet *packet, NTP_Remote_Address *remote_addr)
|
||||||
{
|
{
|
||||||
union sockaddr_in46 remote;
|
struct sockaddr_in remote;
|
||||||
struct msghdr msg;
|
|
||||||
struct iovec iov;
|
|
||||||
char cmsgbuf[256];
|
|
||||||
int cmsglen;
|
|
||||||
socklen_t addrlen = 0;
|
|
||||||
|
|
||||||
assert(initialised);
|
assert(initialised);
|
||||||
|
|
||||||
if (local_addr->sock_fd == INVALID_SOCK_FD) {
|
remote.sin_family = AF_INET;
|
||||||
DEBUG_LOG(LOGF_NtpIO, "No socket to send to %s:%d",
|
remote.sin_port = htons(remote_addr->port);
|
||||||
UTI_IPToString(&remote_addr->ip_addr), remote_addr->port);
|
remote.sin_addr.s_addr = htonl(remote_addr->ip_addr);
|
||||||
return 0;
|
|
||||||
|
if (sendto(sock_fd, (void *) packet, NTP_NORMAL_PACKET_SIZE, 0,
|
||||||
|
(struct sockaddr *) &remote, sizeof(remote)) < 0 &&
|
||||||
|
!LOG_RateLimited()) {
|
||||||
|
LOG(LOGS_WARN, LOGF_NtpIO, "Could not send to %s:%d : %s",
|
||||||
|
UTI_IPToDottedQuad(remote_addr->ip_addr), remote_addr->port, strerror(errno));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Don't set address with connected socket */
|
return;
|
||||||
if (local_addr->sock_fd == server_sock_fd4 ||
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
local_addr->sock_fd == server_sock_fd6 ||
|
|
||||||
#endif
|
|
||||||
!separate_client_sockets) {
|
|
||||||
addrlen = UTI_IPAndPortToSockaddr(&remote_addr->ip_addr, remote_addr->port,
|
|
||||||
&remote.u);
|
|
||||||
if (!addrlen)
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (addrlen) {
|
|
||||||
msg.msg_name = &remote.u;
|
|
||||||
msg.msg_namelen = addrlen;
|
|
||||||
} else {
|
|
||||||
msg.msg_name = NULL;
|
|
||||||
msg.msg_namelen = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
iov.iov_base = packet;
|
|
||||||
iov.iov_len = packetlen;
|
|
||||||
msg.msg_iov = &iov;
|
|
||||||
msg.msg_iovlen = 1;
|
|
||||||
msg.msg_control = cmsgbuf;
|
|
||||||
msg.msg_controllen = sizeof(cmsgbuf);
|
|
||||||
msg.msg_flags = 0;
|
|
||||||
cmsglen = 0;
|
|
||||||
|
|
||||||
#ifdef HAVE_IN_PKTINFO
|
|
||||||
if (local_addr->ip_addr.family == IPADDR_INET4) {
|
|
||||||
struct cmsghdr *cmsg;
|
|
||||||
struct in_pktinfo *ipi;
|
|
||||||
|
|
||||||
cmsg = CMSG_FIRSTHDR(&msg);
|
|
||||||
memset(cmsg, 0, CMSG_SPACE(sizeof(struct in_pktinfo)));
|
|
||||||
cmsglen += CMSG_SPACE(sizeof(struct in_pktinfo));
|
|
||||||
|
|
||||||
cmsg->cmsg_level = IPPROTO_IP;
|
|
||||||
cmsg->cmsg_type = IP_PKTINFO;
|
|
||||||
cmsg->cmsg_len = CMSG_LEN(sizeof(struct in_pktinfo));
|
|
||||||
|
|
||||||
ipi = (struct in_pktinfo *) CMSG_DATA(cmsg);
|
|
||||||
ipi->ipi_spec_dst.s_addr = htonl(local_addr->ip_addr.addr.in4);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_IN6_PKTINFO
|
|
||||||
if (local_addr->ip_addr.family == IPADDR_INET6) {
|
|
||||||
struct cmsghdr *cmsg;
|
|
||||||
struct in6_pktinfo *ipi;
|
|
||||||
|
|
||||||
cmsg = CMSG_FIRSTHDR(&msg);
|
|
||||||
memset(cmsg, 0, CMSG_SPACE(sizeof(struct in6_pktinfo)));
|
|
||||||
cmsglen += CMSG_SPACE(sizeof(struct in6_pktinfo));
|
|
||||||
|
|
||||||
cmsg->cmsg_level = IPPROTO_IPV6;
|
|
||||||
cmsg->cmsg_type = IPV6_PKTINFO;
|
|
||||||
cmsg->cmsg_len = CMSG_LEN(sizeof(struct in6_pktinfo));
|
|
||||||
|
|
||||||
ipi = (struct in6_pktinfo *) CMSG_DATA(cmsg);
|
|
||||||
memcpy(&ipi->ipi6_addr.s6_addr, &local_addr->ip_addr.addr.in6,
|
|
||||||
sizeof(ipi->ipi6_addr.s6_addr));
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
msg.msg_controllen = cmsglen;
|
|
||||||
/* This is apparently required on some systems */
|
|
||||||
if (!cmsglen)
|
|
||||||
msg.msg_control = NULL;
|
|
||||||
|
|
||||||
if (sendmsg(local_addr->sock_fd, &msg, 0) < 0) {
|
|
||||||
DEBUG_LOG(LOGF_NtpIO, "Could not send to %s:%d from %s fd %d : %s",
|
|
||||||
UTI_IPToString(&remote_addr->ip_addr), remote_addr->port,
|
|
||||||
UTI_IPToString(&local_addr->ip_addr), local_addr->sock_fd,
|
|
||||||
strerror(errno));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_NtpIO, "Sent %d bytes to %s:%d from %s fd %d", packetlen,
|
|
||||||
UTI_IPToString(&remote_addr->ip_addr), remote_addr->port,
|
|
||||||
UTI_IPToString(&local_addr->ip_addr), local_addr->sock_fd);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
/* Send a packet to a given address */
|
/* Send an authenticated packet to a given address */
|
||||||
|
|
||||||
int
|
void
|
||||||
NIO_SendPacket(NTP_Packet *packet, NTP_Remote_Address *remote_addr, NTP_Local_Address *local_addr, int length)
|
NIO_SendAuthenticatedPacket(NTP_Packet *packet, NTP_Remote_Address *remote_addr)
|
||||||
{
|
{
|
||||||
return send_packet((void *) packet, length, remote_addr, local_addr);
|
struct sockaddr_in remote;
|
||||||
|
|
||||||
|
assert(initialised);
|
||||||
|
|
||||||
|
remote.sin_family = AF_INET;
|
||||||
|
remote.sin_port = htons(remote_addr->port);
|
||||||
|
remote.sin_addr.s_addr = htonl(remote_addr->ip_addr);
|
||||||
|
|
||||||
|
if (sendto(sock_fd, (void *) packet, sizeof(NTP_Packet), 0,
|
||||||
|
(struct sockaddr *) &remote, sizeof(remote)) < 0 &&
|
||||||
|
!LOG_RateLimited()) {
|
||||||
|
LOG(LOGS_WARN, LOGF_NtpIO, "Could not send to %s:%d : %s",
|
||||||
|
UTI_IPToDottedQuad(remote_addr->ip_addr), remote_addr->port, strerror(errno));
|
||||||
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ================================================== */
|
||||||
|
|
||||||
|
/* We ought to use getservbyname, but I can't really see this changing */
|
||||||
|
#define ECHO_PORT 7
|
||||||
|
|
||||||
|
void
|
||||||
|
NIO_SendEcho(NTP_Remote_Address *remote_addr)
|
||||||
|
{
|
||||||
|
unsigned long magic_message = 0xbe7ab1e7UL;
|
||||||
|
struct sockaddr_in addr;
|
||||||
|
|
||||||
|
addr.sin_family = AF_INET;
|
||||||
|
addr.sin_port = htons(ECHO_PORT);
|
||||||
|
addr.sin_addr.s_addr = htonl(remote_addr->ip_addr);
|
||||||
|
|
||||||
|
/* Just ignore error status on send - this is not a big deal anyway */
|
||||||
|
sendto(sock_fd, (void *) &magic_message, sizeof(unsigned long), 0,
|
||||||
|
(struct sockaddr *) &addr, sizeof(addr));
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
32
ntp_io.h
32
ntp_io.h
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/ntp_io.h,v 1.9 2002/02/28 23:27:12 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2002
|
* Copyright (C) Richard P. Curnow 1997-2002
|
||||||
* Copyright (C) Miroslav Lichvar 2014
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -33,27 +36,18 @@
|
|||||||
#include "addressing.h"
|
#include "addressing.h"
|
||||||
|
|
||||||
/* Function to initialise the module. */
|
/* Function to initialise the module. */
|
||||||
extern void NIO_Initialise(int family);
|
extern void NIO_Initialise(void);
|
||||||
|
|
||||||
/* Function to finalise the module */
|
/* Function to finalise the module */
|
||||||
extern void NIO_Finalise(void);
|
extern void NIO_Finalise(void);
|
||||||
|
|
||||||
/* Function to obtain a socket for sending client packets */
|
|
||||||
extern int NIO_OpenClientSocket(NTP_Remote_Address *remote_addr);
|
|
||||||
|
|
||||||
/* Function to obtain a socket for sending server/peer packets */
|
|
||||||
extern int NIO_OpenServerSocket(NTP_Remote_Address *remote_addr);
|
|
||||||
|
|
||||||
/* Function to close a socket returned by NIO_OpenClientSocket() */
|
|
||||||
extern void NIO_CloseClientSocket(int sock_fd);
|
|
||||||
|
|
||||||
/* Function to close a socket returned by NIO_OpenServerSocket() */
|
|
||||||
extern void NIO_CloseServerSocket(int sock_fd);
|
|
||||||
|
|
||||||
/* Function to check if socket is a server socket */
|
|
||||||
extern int NIO_IsServerSocket(int sock_fd);
|
|
||||||
|
|
||||||
/* Function to transmit a packet */
|
/* Function to transmit a packet */
|
||||||
extern int NIO_SendPacket(NTP_Packet *packet, NTP_Remote_Address *remote_addr, NTP_Local_Address *local_addr, int length);
|
extern void NIO_SendNormalPacket(NTP_Packet *packet, NTP_Remote_Address *remote_addr);
|
||||||
|
|
||||||
|
/* Function to transmit an authenticated packet */
|
||||||
|
extern void NIO_SendAuthenticatedPacket(NTP_Packet *packet, NTP_Remote_Address *remote_addr);
|
||||||
|
|
||||||
|
/* Function to send a datagram to a remote machine's UDP echo port. */
|
||||||
|
extern void NIO_SendEcho(NTP_Remote_Address *remote_addr);
|
||||||
|
|
||||||
#endif /* GOT_NTP_IO_H */
|
#endif /* GOT_NTP_IO_H */
|
||||||
|
|||||||
907
ntp_sources.c
907
ntp_sources.c
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/ntp_sources.h,v 1.12 2002/02/28 23:27:12 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2002
|
* Copyright (C) Richard P. Curnow 1997-2002
|
||||||
* Copyright (C) Miroslav Lichvar 2014
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -42,49 +45,26 @@
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
NSR_Success, /* Operation successful */
|
NSR_Success, /* Operation successful */
|
||||||
NSR_NoSuchSource, /* Remove - attempt to remove a source that is not known */
|
NSR_NoSuchSource, /* Remove - attempt to remove a source that is not known */
|
||||||
NSR_AlreadyInUse, /* AddSource - attempt to add a source that is already known */
|
NSR_AlreadyInUse, /* AddServer, AddPeer - attempt to add a source that is already known */
|
||||||
NSR_TooManySources, /* AddSource - too many sources already present */
|
NSR_TooManySources /* AddServer, AddPeer - too many sources already present */
|
||||||
NSR_InvalidAF /* AddSource - attempt to add a source with invalid address family */
|
|
||||||
} NSR_Status;
|
} NSR_Status;
|
||||||
|
|
||||||
/* Procedure to add a new server or peer source. */
|
/* Procedure to add a new server source (to which this machine will be
|
||||||
extern NSR_Status NSR_AddSource(NTP_Remote_Address *remote_addr, NTP_Source_Type type, SourceParameters *params);
|
a client) */
|
||||||
|
extern NSR_Status NSR_AddServer(NTP_Remote_Address *remote_addr, SourceParameters *params);
|
||||||
|
|
||||||
/* Procedure to add a new server, peer source, or pool of servers specified by
|
/* Procedure to add a new peer source. We will use symmetric active
|
||||||
name instead of address. The name is resolved in exponentially increasing
|
mode packets when communicating with this source */
|
||||||
intervals until it succeeds or fails with a non-temporary error. */
|
extern NSR_Status NSR_AddPeer(NTP_Remote_Address *remote_addr, SourceParameters *params);
|
||||||
extern void NSR_AddSourceByName(char *name, int port, int pool, NTP_Source_Type type, SourceParameters *params);
|
|
||||||
|
|
||||||
/* Function type for handlers to be called back when an attempt
|
|
||||||
* (possibly unsuccessful) to resolve unresolved sources ends */
|
|
||||||
typedef void (*NSR_SourceResolvingEndHandler)(void);
|
|
||||||
|
|
||||||
/* Set the handler, or NULL to disable the notification */
|
|
||||||
extern void NSR_SetSourceResolvingEndHandler(NSR_SourceResolvingEndHandler handler);
|
|
||||||
|
|
||||||
/* Procedure to start resolving unresolved sources */
|
|
||||||
extern void NSR_ResolveSources(void);
|
|
||||||
|
|
||||||
/* Procedure to start all sources */
|
|
||||||
extern void NSR_StartSources(void);
|
|
||||||
|
|
||||||
/* Start new sources automatically */
|
|
||||||
extern void NSR_AutoStartSources(void);
|
|
||||||
|
|
||||||
/* Procedure to remove a source */
|
/* Procedure to remove a source */
|
||||||
extern NSR_Status NSR_RemoveSource(NTP_Remote_Address *remote_addr);
|
extern NSR_Status NSR_RemoveSource(NTP_Remote_Address *remote_addr);
|
||||||
|
|
||||||
/* Procedure to remove all sources */
|
|
||||||
extern void NSR_RemoveAllSources(void);
|
|
||||||
|
|
||||||
/* Procedure to try to find a replacement for a bad source */
|
|
||||||
extern void NSR_HandleBadSource(IPAddr *address);
|
|
||||||
|
|
||||||
/* Procedure to resolve all names again */
|
|
||||||
extern void NSR_RefreshAddresses(void);
|
|
||||||
|
|
||||||
/* This routine is called by ntp_io when a new packet arrives off the network */
|
/* This routine is called by ntp_io when a new packet arrives off the network */
|
||||||
extern void NSR_ProcessReceive(NTP_Packet *message, struct timeval *now, double now_err, NTP_Remote_Address *remote_addr, NTP_Local_Address *local_addr, int length);
|
extern void NSR_ProcessReceive(NTP_Packet *message, struct timeval *now, NTP_Remote_Address *remote_addr);
|
||||||
|
|
||||||
|
/* This routine is called by ntp_io when a new packet with an authentication tail arrives off the network */
|
||||||
|
extern void NSR_ProcessAuthenticatedReceive(NTP_Packet *message, struct timeval *now, NTP_Remote_Address *remote_addr);
|
||||||
|
|
||||||
/* Initialisation function */
|
/* Initialisation function */
|
||||||
extern void NSR_Initialise(void);
|
extern void NSR_Initialise(void);
|
||||||
@@ -95,28 +75,22 @@ extern void NSR_Finalise(void);
|
|||||||
/* This routine is used to indicate that sources whose IP addresses
|
/* This routine is used to indicate that sources whose IP addresses
|
||||||
match a particular subnet should be set online again. Returns a
|
match a particular subnet should be set online again. Returns a
|
||||||
flag indicating whether any hosts matched the address */
|
flag indicating whether any hosts matched the address */
|
||||||
extern int NSR_TakeSourcesOnline(IPAddr *mask, IPAddr *address);
|
extern int NSR_TakeSourcesOnline(unsigned long mask, unsigned long address);
|
||||||
|
|
||||||
/* This routine is used to indicate that sources whose IP addresses
|
/* This routine is used to indicate that sources whose IP addresses
|
||||||
match a particular subnet should be set offline. Returns a flag
|
match a particular subnet should be set offline. Returns a flag
|
||||||
indicating whether any hosts matched the address */
|
indicating whether any hosts matched the address */
|
||||||
extern int NSR_TakeSourcesOffline(IPAddr *mask, IPAddr *address);
|
extern int NSR_TakeSourcesOffline(unsigned long mask, unsigned long address);
|
||||||
|
|
||||||
extern int NSR_ModifyMinpoll(IPAddr *address, int new_minpoll);
|
extern int NSR_ModifyMinpoll(unsigned long address, int new_minpoll);
|
||||||
|
|
||||||
extern int NSR_ModifyMaxpoll(IPAddr *address, int new_maxpoll);
|
extern int NSR_ModifyMaxpoll(unsigned long address, int new_maxpoll);
|
||||||
|
|
||||||
extern int NSR_ModifyMaxdelay(IPAddr *address, double new_max_delay);
|
extern int NSR_ModifyMaxdelay(unsigned long address, double new_max_delay);
|
||||||
|
|
||||||
extern int NSR_ModifyMaxdelayratio(IPAddr *address, double new_max_delay_ratio);
|
extern int NSR_ModifyMaxdelayratio(unsigned long address, double new_max_delay_ratio);
|
||||||
|
|
||||||
extern int NSR_ModifyMaxdelaydevratio(IPAddr *address, double new_max_delay_ratio);
|
extern int NSR_InitiateSampleBurst(int n_good_samples, int n_total_samples, unsigned long mask, unsigned long address);
|
||||||
|
|
||||||
extern int NSR_ModifyMinstratum(IPAddr *address, int new_min_stratum);
|
|
||||||
|
|
||||||
extern int NSR_ModifyPolltarget(IPAddr *address, int new_poll_target);
|
|
||||||
|
|
||||||
extern int NSR_InitiateSampleBurst(int n_good_samples, int n_total_samples, IPAddr *mask, IPAddr *address);
|
|
||||||
|
|
||||||
extern void NSR_ReportSource(RPT_SourceReport *report, struct timeval *now);
|
extern void NSR_ReportSource(RPT_SourceReport *report, struct timeval *now);
|
||||||
|
|
||||||
|
|||||||
333
pktlength.c
333
pktlength.c
@@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/pktlength.c,v 1.12 2002/02/28 23:27:12 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* Copyright (C) Richard P. Curnow 1997-2002
|
* Copyright (C) Richard P. Curnow 1997-2002
|
||||||
* Copyright (C) Miroslav Lichvar 2014-2016
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
* it under the terms of version 2 of the GNU General Public License as
|
||||||
@@ -16,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -27,182 +30,210 @@
|
|||||||
integer endianness within the structures.
|
integer endianness within the structures.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "pktlength.h"
|
#include "pktlength.h"
|
||||||
|
|
||||||
#define PADDING_LENGTH_(request_length, reply_length) \
|
|
||||||
(uint16_t)((request_length) < (reply_length) ? (reply_length) - (request_length) : 0)
|
|
||||||
|
|
||||||
#define PADDING_LENGTH(request_data, reply_data) \
|
|
||||||
PADDING_LENGTH_(offsetof(CMD_Request, request_data), offsetof(CMD_Reply, reply_data))
|
|
||||||
|
|
||||||
#define REQ_LENGTH_ENTRY(request_data_field, reply_data_field) \
|
|
||||||
{ offsetof(CMD_Request, data.request_data_field.EOR), \
|
|
||||||
PADDING_LENGTH(data.request_data_field.EOR, data.reply_data_field.EOR) }
|
|
||||||
|
|
||||||
#define RPY_LENGTH_ENTRY(reply_data_field) \
|
|
||||||
offsetof(CMD_Reply, data.reply_data_field.EOR)
|
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
struct request_length {
|
|
||||||
uint16_t command;
|
|
||||||
uint16_t padding;
|
|
||||||
};
|
|
||||||
|
|
||||||
static const struct request_length request_lengths[] = {
|
|
||||||
REQ_LENGTH_ENTRY(null, null), /* NULL */
|
|
||||||
REQ_LENGTH_ENTRY(online, null), /* ONLINE */
|
|
||||||
REQ_LENGTH_ENTRY(offline, null), /* OFFLINE */
|
|
||||||
REQ_LENGTH_ENTRY(burst, null), /* BURST */
|
|
||||||
REQ_LENGTH_ENTRY(modify_minpoll, null), /* MODIFY_MINPOLL */
|
|
||||||
REQ_LENGTH_ENTRY(modify_maxpoll, null), /* MODIFY_MAXPOLL */
|
|
||||||
REQ_LENGTH_ENTRY(dump, null), /* DUMP */
|
|
||||||
REQ_LENGTH_ENTRY(modify_maxdelay, null), /* MODIFY_MAXDELAY */
|
|
||||||
REQ_LENGTH_ENTRY(modify_maxdelayratio, null), /* MODIFY_MAXDELAYRATIO */
|
|
||||||
REQ_LENGTH_ENTRY(modify_maxupdateskew, null), /* MODIFY_MAXUPDATESKEW */
|
|
||||||
REQ_LENGTH_ENTRY(logon, null), /* LOGON */
|
|
||||||
REQ_LENGTH_ENTRY(settime, manual_timestamp), /* SETTIME */
|
|
||||||
REQ_LENGTH_ENTRY(local, null), /* LOCAL */
|
|
||||||
REQ_LENGTH_ENTRY(manual, null), /* MANUAL */
|
|
||||||
REQ_LENGTH_ENTRY(null, n_sources), /* N_SOURCES */
|
|
||||||
REQ_LENGTH_ENTRY(source_data, source_data), /* SOURCE_DATA */
|
|
||||||
REQ_LENGTH_ENTRY(null, null), /* REKEY */
|
|
||||||
REQ_LENGTH_ENTRY(allow_deny, null), /* ALLOW */
|
|
||||||
REQ_LENGTH_ENTRY(allow_deny, null), /* ALLOWALL */
|
|
||||||
REQ_LENGTH_ENTRY(allow_deny, null), /* DENY */
|
|
||||||
REQ_LENGTH_ENTRY(allow_deny, null), /* DENYALL */
|
|
||||||
REQ_LENGTH_ENTRY(allow_deny, null), /* CMDALLOW */
|
|
||||||
REQ_LENGTH_ENTRY(allow_deny, null), /* CMDALLOWALL */
|
|
||||||
REQ_LENGTH_ENTRY(allow_deny, null), /* CMDDENY */
|
|
||||||
REQ_LENGTH_ENTRY(allow_deny, null), /* CMDDENYALL */
|
|
||||||
REQ_LENGTH_ENTRY(ac_check, null), /* ACCHECK */
|
|
||||||
REQ_LENGTH_ENTRY(ac_check, null), /* CMDACCHECK */
|
|
||||||
REQ_LENGTH_ENTRY(ntp_source, null), /* ADD_SERVER */
|
|
||||||
REQ_LENGTH_ENTRY(ntp_source, null), /* ADD_PEER */
|
|
||||||
REQ_LENGTH_ENTRY(del_source, null), /* DEL_SOURCE */
|
|
||||||
REQ_LENGTH_ENTRY(null, null), /* WRITERTC */
|
|
||||||
REQ_LENGTH_ENTRY(dfreq, null), /* DFREQ */
|
|
||||||
REQ_LENGTH_ENTRY(doffset, null), /* DOFFSET */
|
|
||||||
REQ_LENGTH_ENTRY(null, tracking), /* TRACKING */
|
|
||||||
REQ_LENGTH_ENTRY(sourcestats, sourcestats), /* SOURCESTATS */
|
|
||||||
REQ_LENGTH_ENTRY(null, rtc), /* RTCREPORT */
|
|
||||||
REQ_LENGTH_ENTRY(null, null), /* TRIMRTC */
|
|
||||||
REQ_LENGTH_ENTRY(null, null), /* CYCLELOGS */
|
|
||||||
{ 0, 0 }, /* SUBNETS_ACCESSED - not supported */
|
|
||||||
{ 0, 0 }, /* CLIENT_ACCESSES - not supported */
|
|
||||||
{ 0, 0 }, /* CLIENT_ACCESSES_BY_INDEX - not supported */
|
|
||||||
REQ_LENGTH_ENTRY(null, manual_list), /* MANUAL_LIST */
|
|
||||||
REQ_LENGTH_ENTRY(manual_delete, null), /* MANUAL_DELETE */
|
|
||||||
REQ_LENGTH_ENTRY(null, null), /* MAKESTEP */
|
|
||||||
REQ_LENGTH_ENTRY(null, activity), /* ACTIVITY */
|
|
||||||
REQ_LENGTH_ENTRY(modify_minstratum, null), /* MODIFY_MINSTRATUM */
|
|
||||||
REQ_LENGTH_ENTRY(modify_polltarget, null), /* MODIFY_POLLTARGET */
|
|
||||||
REQ_LENGTH_ENTRY(modify_maxdelaydevratio, null), /* MODIFY_MAXDELAYDEVRATIO */
|
|
||||||
REQ_LENGTH_ENTRY(null, null), /* RESELECT */
|
|
||||||
REQ_LENGTH_ENTRY(reselect_distance, null), /* RESELECTDISTANCE */
|
|
||||||
REQ_LENGTH_ENTRY(modify_makestep, null), /* MODIFY_MAKESTEP */
|
|
||||||
REQ_LENGTH_ENTRY(null, smoothing), /* SMOOTHING */
|
|
||||||
REQ_LENGTH_ENTRY(smoothtime, null), /* SMOOTHTIME */
|
|
||||||
REQ_LENGTH_ENTRY(null, null), /* REFRESH */
|
|
||||||
REQ_LENGTH_ENTRY(null, server_stats), /* SERVER_STATS */
|
|
||||||
REQ_LENGTH_ENTRY(client_accesses_by_index,
|
|
||||||
client_accesses_by_index), /* CLIENT_ACCESSES_BY_INDEX2 */
|
|
||||||
};
|
|
||||||
|
|
||||||
static const uint16_t reply_lengths[] = {
|
|
||||||
0, /* empty slot */
|
|
||||||
RPY_LENGTH_ENTRY(null), /* NULL */
|
|
||||||
RPY_LENGTH_ENTRY(n_sources), /* N_SOURCES */
|
|
||||||
RPY_LENGTH_ENTRY(source_data), /* SOURCE_DATA */
|
|
||||||
RPY_LENGTH_ENTRY(manual_timestamp), /* MANUAL_TIMESTAMP */
|
|
||||||
RPY_LENGTH_ENTRY(tracking), /* TRACKING */
|
|
||||||
RPY_LENGTH_ENTRY(sourcestats), /* SOURCESTATS */
|
|
||||||
RPY_LENGTH_ENTRY(rtc), /* RTC */
|
|
||||||
0, /* SUBNETS_ACCESSED - not supported */
|
|
||||||
0, /* CLIENT_ACCESSES - not supported */
|
|
||||||
0, /* CLIENT_ACCESSES_BY_INDEX - not supported */
|
|
||||||
0, /* MANUAL_LIST - variable length */
|
|
||||||
RPY_LENGTH_ENTRY(activity), /* ACTIVITY */
|
|
||||||
RPY_LENGTH_ENTRY(smoothing), /* SMOOTHING */
|
|
||||||
RPY_LENGTH_ENTRY(server_stats), /* SERVER_STATS */
|
|
||||||
RPY_LENGTH_ENTRY(client_accesses_by_index), /* CLIENT_ACCESSES_BY_INDEX2 */
|
|
||||||
};
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
int
|
int
|
||||||
PKL_CommandLength(CMD_Request *r)
|
PKL_CommandLength(CMD_Request *r)
|
||||||
{
|
{
|
||||||
uint32_t type;
|
int type;
|
||||||
int command_length;
|
|
||||||
|
|
||||||
assert(sizeof (request_lengths) / sizeof (request_lengths[0]) == N_REQUEST_TYPES);
|
|
||||||
|
|
||||||
type = ntohs(r->command);
|
type = ntohs(r->command);
|
||||||
if (type >= N_REQUEST_TYPES)
|
if (type < 0 || type >= N_REQUEST_TYPES) {
|
||||||
return 0;
|
return 0;
|
||||||
|
} else {
|
||||||
|
switch (type) {
|
||||||
|
|
||||||
|
case REQ_NULL:
|
||||||
|
return offsetof(CMD_Request, data);
|
||||||
|
case REQ_ONLINE:
|
||||||
|
return offsetof(CMD_Request, data.online.EOR);
|
||||||
|
case REQ_OFFLINE:
|
||||||
|
return offsetof(CMD_Request, data.offline.EOR);
|
||||||
|
case REQ_BURST:
|
||||||
|
return offsetof(CMD_Request, data.burst.EOR);
|
||||||
|
case REQ_MODIFY_MINPOLL:
|
||||||
|
return offsetof(CMD_Request, data.modify_minpoll.EOR);
|
||||||
|
case REQ_MODIFY_MAXPOLL:
|
||||||
|
return offsetof(CMD_Request, data.modify_maxpoll.EOR);
|
||||||
|
case REQ_DUMP:
|
||||||
|
return offsetof(CMD_Request, data.dump.EOR);
|
||||||
|
case REQ_MODIFY_MAXDELAY:
|
||||||
|
return offsetof(CMD_Request, data.modify_maxdelay.EOR);
|
||||||
|
case REQ_MODIFY_MAXDELAYRATIO:
|
||||||
|
return offsetof(CMD_Request, data.modify_maxdelayratio.EOR);
|
||||||
|
case REQ_MODIFY_MAXUPDATESKEW:
|
||||||
|
return offsetof(CMD_Request, data.modify_maxupdateskew.EOR);
|
||||||
|
case REQ_LOGON :
|
||||||
|
return offsetof(CMD_Request, data.logon.EOR);
|
||||||
|
case REQ_SETTIME :
|
||||||
|
return offsetof(CMD_Request, data.settime.EOR);
|
||||||
|
case REQ_LOCAL :
|
||||||
|
return offsetof(CMD_Request, data.local.EOR);
|
||||||
|
case REQ_MANUAL :
|
||||||
|
return offsetof(CMD_Request, data.manual.EOR);
|
||||||
|
case REQ_N_SOURCES :
|
||||||
|
return offsetof(CMD_Request, data.n_sources.EOR);
|
||||||
|
case REQ_SOURCE_DATA :
|
||||||
|
return offsetof(CMD_Request, data.source_data.EOR);
|
||||||
|
case REQ_REKEY :
|
||||||
|
return offsetof(CMD_Request, data.rekey.EOR);
|
||||||
|
case REQ_ALLOW :
|
||||||
|
return offsetof(CMD_Request, data.allow_deny.EOR);
|
||||||
|
case REQ_ALLOWALL :
|
||||||
|
return offsetof(CMD_Request, data.allow_deny.EOR);
|
||||||
|
case REQ_DENY :
|
||||||
|
return offsetof(CMD_Request, data.allow_deny.EOR);
|
||||||
|
case REQ_DENYALL :
|
||||||
|
return offsetof(CMD_Request, data.allow_deny.EOR);
|
||||||
|
case REQ_CMDALLOW :
|
||||||
|
return offsetof(CMD_Request, data.allow_deny.EOR);
|
||||||
|
case REQ_CMDALLOWALL :
|
||||||
|
return offsetof(CMD_Request, data.allow_deny.EOR);
|
||||||
|
case REQ_CMDDENY :
|
||||||
|
return offsetof(CMD_Request, data.allow_deny.EOR);
|
||||||
|
case REQ_CMDDENYALL :
|
||||||
|
return offsetof(CMD_Request, data.allow_deny.EOR);
|
||||||
|
case REQ_ACCHECK :
|
||||||
|
return offsetof(CMD_Request, data.ac_check.EOR);
|
||||||
|
case REQ_CMDACCHECK :
|
||||||
|
return offsetof(CMD_Request, data.ac_check.EOR);
|
||||||
|
case REQ_ADD_SERVER :
|
||||||
|
return offsetof(CMD_Request, data.ntp_source.EOR);
|
||||||
|
case REQ_ADD_PEER :
|
||||||
|
return offsetof(CMD_Request, data.ntp_source.EOR);
|
||||||
|
case REQ_DEL_SOURCE :
|
||||||
|
return offsetof(CMD_Request, data.del_source.EOR);
|
||||||
|
case REQ_WRITERTC :
|
||||||
|
return offsetof(CMD_Request, data.writertc.EOR);
|
||||||
|
case REQ_DFREQ :
|
||||||
|
return offsetof(CMD_Request, data.dfreq.EOR);
|
||||||
|
case REQ_DOFFSET :
|
||||||
|
return offsetof(CMD_Request, data.doffset.EOR);
|
||||||
|
case REQ_TRACKING :
|
||||||
|
return offsetof(CMD_Request, data.tracking.EOR);
|
||||||
|
case REQ_SOURCESTATS :
|
||||||
|
return offsetof(CMD_Request, data.sourcestats.EOR);
|
||||||
|
case REQ_RTCREPORT :
|
||||||
|
return offsetof(CMD_Request, data.rtcreport.EOR);
|
||||||
|
case REQ_TRIMRTC :
|
||||||
|
return offsetof(CMD_Request, data.trimrtc.EOR);
|
||||||
|
case REQ_CYCLELOGS :
|
||||||
|
return offsetof(CMD_Request, data.cyclelogs.EOR);
|
||||||
|
case REQ_SUBNETS_ACCESSED :
|
||||||
|
{
|
||||||
|
unsigned long ns;
|
||||||
|
ns = ntohl(r->data.subnets_accessed.n_subnets);
|
||||||
|
return (offsetof(CMD_Request, data.subnets_accessed.subnets) +
|
||||||
|
ns * sizeof(REQ_SubnetsAccessed_Subnet));
|
||||||
|
}
|
||||||
|
case REQ_CLIENT_ACCESSES:
|
||||||
|
{
|
||||||
|
unsigned long nc;
|
||||||
|
nc = ntohl(r->data.client_accesses.n_clients);
|
||||||
|
return (offsetof(CMD_Request, data.client_accesses.client_ips) +
|
||||||
|
nc * sizeof(unsigned long));
|
||||||
|
}
|
||||||
|
case REQ_CLIENT_ACCESSES_BY_INDEX:
|
||||||
|
return offsetof(CMD_Request, data.client_accesses_by_index.EOR);
|
||||||
|
case REQ_MANUAL_LIST:
|
||||||
|
return offsetof(CMD_Request, data.manual_list.EOR);
|
||||||
|
case REQ_MANUAL_DELETE:
|
||||||
|
return offsetof(CMD_Request, data.manual_delete.EOR);
|
||||||
|
case REQ_MAKESTEP:
|
||||||
|
return offsetof(CMD_Request, data.make_step.EOR);
|
||||||
|
case REQ_ACTIVITY:
|
||||||
|
return offsetof(CMD_Request, data.activity.EOR);
|
||||||
|
default:
|
||||||
|
/* If we fall through the switch, it most likely means we've forgotten to implement a new case */
|
||||||
|
assert(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
command_length = request_lengths[type].command;
|
/* Catch-all case */
|
||||||
if (!command_length)
|
return 0;
|
||||||
return 0;
|
|
||||||
|
|
||||||
return command_length + PKL_CommandPaddingLength(r);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
|
||||||
|
|
||||||
int
|
|
||||||
PKL_CommandPaddingLength(CMD_Request *r)
|
|
||||||
{
|
|
||||||
uint32_t type;
|
|
||||||
|
|
||||||
if (r->version < PROTO_VERSION_PADDING)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
type = ntohs(r->command);
|
|
||||||
|
|
||||||
if (type >= N_REQUEST_TYPES)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return request_lengths[ntohs(r->command)].padding;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
int
|
int
|
||||||
PKL_ReplyLength(CMD_Reply *r)
|
PKL_ReplyLength(CMD_Reply *r)
|
||||||
{
|
{
|
||||||
uint32_t type;
|
int type;
|
||||||
|
|
||||||
assert(sizeof (reply_lengths) / sizeof (reply_lengths[0]) == N_REPLY_TYPES);
|
|
||||||
|
|
||||||
type = ntohs(r->reply);
|
type = ntohs(r->reply);
|
||||||
|
|
||||||
/* Note that reply type codes start from 1, not 0 */
|
/* Note that reply type codes start from 1, not 0 */
|
||||||
if (type < 1 || type >= N_REPLY_TYPES)
|
if (type < 1 || type >= N_REPLY_TYPES) {
|
||||||
return 0;
|
return 0;
|
||||||
|
} else {
|
||||||
/* Length of MANUAL_LIST depends on number of samples stored in it */
|
switch (type) {
|
||||||
if (type == RPY_MANUAL_LIST) {
|
case RPY_NULL:
|
||||||
uint32_t ns;
|
return offsetof(CMD_Reply, data.null.EOR);
|
||||||
|
case RPY_N_SOURCES:
|
||||||
if (r->status != htons(STT_SUCCESS))
|
return offsetof(CMD_Reply, data.n_sources.EOR);
|
||||||
return offsetof(CMD_Reply, data);
|
case RPY_SOURCE_DATA:
|
||||||
|
return offsetof(CMD_Reply, data.source_data.EOR);
|
||||||
ns = ntohl(r->data.manual_list.n_samples);
|
case RPY_MANUAL_TIMESTAMP:
|
||||||
if (ns > MAX_MANUAL_LIST_SAMPLES)
|
return offsetof(CMD_Reply, data.manual_timestamp.EOR);
|
||||||
return 0;
|
case RPY_TRACKING:
|
||||||
|
return offsetof(CMD_Reply, data.tracking.EOR);
|
||||||
return offsetof(CMD_Reply, data.manual_list.samples) +
|
case RPY_SOURCESTATS:
|
||||||
ns * sizeof (RPY_ManualListSample);
|
return offsetof(CMD_Reply, data.sourcestats.EOR);
|
||||||
|
case RPY_RTC:
|
||||||
|
return offsetof(CMD_Reply, data.rtc.EOR);
|
||||||
|
case RPY_SUBNETS_ACCESSED :
|
||||||
|
{
|
||||||
|
unsigned long ns = ntohl(r->data.subnets_accessed.n_subnets);
|
||||||
|
if (r->status == htons(STT_SUCCESS)) {
|
||||||
|
return (offsetof(CMD_Reply, data.subnets_accessed.subnets) +
|
||||||
|
ns * sizeof(RPY_SubnetsAccessed_Subnet));
|
||||||
|
} else {
|
||||||
|
return offsetof(CMD_Reply, data);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
case RPY_CLIENT_ACCESSES:
|
||||||
|
{
|
||||||
|
unsigned long nc = ntohl(r->data.client_accesses.n_clients);
|
||||||
|
if (r->status == htons(STT_SUCCESS)) {
|
||||||
|
return (offsetof(CMD_Reply, data.client_accesses.clients) +
|
||||||
|
nc * sizeof(RPY_ClientAccesses_Client));
|
||||||
|
} else {
|
||||||
|
return offsetof(CMD_Reply, data);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
case RPY_CLIENT_ACCESSES_BY_INDEX:
|
||||||
|
{
|
||||||
|
unsigned long nc = ntohl(r->data.client_accesses_by_index.n_clients);
|
||||||
|
if (r->status == htons(STT_SUCCESS)) {
|
||||||
|
return (offsetof(CMD_Reply, data.client_accesses_by_index.clients) +
|
||||||
|
nc * sizeof(RPY_ClientAccesses_Client));
|
||||||
|
} else {
|
||||||
|
return offsetof(CMD_Reply, data);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
case RPY_MANUAL_LIST:
|
||||||
|
{
|
||||||
|
unsigned long ns = ntohl(r->data.manual_list.n_samples);
|
||||||
|
if (r->status == htons(STT_SUCCESS)) {
|
||||||
|
return (offsetof(CMD_Reply, data.manual_list.samples) +
|
||||||
|
ns * sizeof(RPY_ManualListSample));
|
||||||
|
} else {
|
||||||
|
return offsetof(CMD_Reply, data);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
case RPY_ACTIVITY:
|
||||||
|
return offsetof(CMD_Reply, data.activity.EOR);
|
||||||
|
|
||||||
|
default:
|
||||||
|
assert(0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return reply_lengths[type];
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
|
$Header: /cvs/src/chrony/pktlength.h,v 1.4 2002/02/28 23:27:12 richard Exp $
|
||||||
|
|
||||||
|
=======================================================================
|
||||||
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
|
|
||||||
@@ -33,8 +37,6 @@
|
|||||||
|
|
||||||
extern int PKL_CommandLength(CMD_Request *r);
|
extern int PKL_CommandLength(CMD_Request *r);
|
||||||
|
|
||||||
extern int PKL_CommandPaddingLength(CMD_Request *r);
|
|
||||||
|
|
||||||
extern int PKL_ReplyLength(CMD_Reply *r);
|
extern int PKL_ReplyLength(CMD_Reply *r);
|
||||||
|
|
||||||
#endif /* GOT_PKTLENGTH_H */
|
#endif /* GOT_PKTLENGTH_H */
|
||||||
|
|||||||
689
privops.c
689
privops.c
@@ -1,689 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Bryan Christianson 2015
|
|
||||||
* Copyright (C) Miroslav Lichvar 2016
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Perform privileged operations over a unix socket to a privileged fork.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "sysincl.h"
|
|
||||||
|
|
||||||
#include "conf.h"
|
|
||||||
#include "nameserv.h"
|
|
||||||
#include "logging.h"
|
|
||||||
#include "privops.h"
|
|
||||||
#include "util.h"
|
|
||||||
|
|
||||||
#define OP_ADJUSTTIME 1024
|
|
||||||
#define OP_ADJUSTTIMEX 1025
|
|
||||||
#define OP_SETTIME 1026
|
|
||||||
#define OP_BINDSOCKET 1027
|
|
||||||
#define OP_NAME2IPADDRESS 1028
|
|
||||||
#define OP_QUIT 1099
|
|
||||||
|
|
||||||
union sockaddr_in46 {
|
|
||||||
struct sockaddr_in in4;
|
|
||||||
#ifdef FEAT_IPV6
|
|
||||||
struct sockaddr_in6 in6;
|
|
||||||
#endif
|
|
||||||
struct sockaddr u;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* daemon request structs */
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
struct timeval tv;
|
|
||||||
} ReqAdjustTime;
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIMEX
|
|
||||||
typedef struct {
|
|
||||||
struct timex tmx;
|
|
||||||
} ReqAdjustTimex;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
struct timeval tv;
|
|
||||||
} ReqSetTime;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
int sock;
|
|
||||||
socklen_t sa_len;
|
|
||||||
union sockaddr_in46 sa;
|
|
||||||
} ReqBindSocket;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
char name[256];
|
|
||||||
} ReqName2IPAddress;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
int op;
|
|
||||||
union {
|
|
||||||
ReqAdjustTime adjust_time;
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIMEX
|
|
||||||
ReqAdjustTimex adjust_timex;
|
|
||||||
#endif
|
|
||||||
ReqSetTime set_time;
|
|
||||||
ReqBindSocket bind_socket;
|
|
||||||
#ifdef PRIVOPS_NAME2IPADDRESS
|
|
||||||
ReqName2IPAddress name_to_ipaddress;
|
|
||||||
#endif
|
|
||||||
} data;
|
|
||||||
} PrvRequest;
|
|
||||||
|
|
||||||
/* helper response structs */
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
struct timeval tv;
|
|
||||||
} ResAdjustTime;
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIMEX
|
|
||||||
typedef struct {
|
|
||||||
struct timex tmx;
|
|
||||||
} ResAdjustTimex;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
IPAddr addresses[DNS_MAX_ADDRESSES];
|
|
||||||
} ResName2IPAddress;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
char msg[256];
|
|
||||||
} ResFatalMsg;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
int fatal_error;
|
|
||||||
int rc;
|
|
||||||
int res_errno;
|
|
||||||
union {
|
|
||||||
ResFatalMsg fatal_msg;
|
|
||||||
ResAdjustTime adjust_time;
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIMEX
|
|
||||||
ResAdjustTimex adjust_timex;
|
|
||||||
#endif
|
|
||||||
#ifdef PRIVOPS_NAME2IPADDRESS
|
|
||||||
ResName2IPAddress name_to_ipaddress;
|
|
||||||
#endif
|
|
||||||
} data;
|
|
||||||
} PrvResponse;
|
|
||||||
|
|
||||||
static int helper_fd;
|
|
||||||
static pid_t helper_pid;
|
|
||||||
|
|
||||||
static int
|
|
||||||
have_helper(void)
|
|
||||||
{
|
|
||||||
return helper_fd >= 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* HELPER - prepare fatal error for daemon */
|
|
||||||
static void
|
|
||||||
res_fatal(PrvResponse *res, const char *fmt, ...)
|
|
||||||
{
|
|
||||||
va_list ap;
|
|
||||||
|
|
||||||
res->fatal_error = 1;
|
|
||||||
va_start(ap, fmt);
|
|
||||||
vsnprintf(res->data.fatal_msg.msg, sizeof (res->data.fatal_msg.msg), fmt, ap);
|
|
||||||
va_end(ap);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* HELPER - send response to the fd */
|
|
||||||
|
|
||||||
static int
|
|
||||||
send_response(int fd, const PrvResponse *res)
|
|
||||||
{
|
|
||||||
if (send(fd, res, sizeof (*res), 0) != sizeof (*res))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
/* receive daemon request plus optional file descriptor over a unix socket */
|
|
||||||
|
|
||||||
static int
|
|
||||||
receive_from_daemon(int fd, PrvRequest *req)
|
|
||||||
{
|
|
||||||
struct msghdr msg;
|
|
||||||
struct cmsghdr *cmsg;
|
|
||||||
struct iovec iov;
|
|
||||||
char cmsgbuf[256];
|
|
||||||
|
|
||||||
iov.iov_base = req;
|
|
||||||
iov.iov_len = sizeof (*req);
|
|
||||||
|
|
||||||
msg.msg_name = NULL;
|
|
||||||
msg.msg_namelen = 0;
|
|
||||||
msg.msg_iov = &iov;
|
|
||||||
msg.msg_iovlen = 1;
|
|
||||||
msg.msg_control = (void *)cmsgbuf;
|
|
||||||
msg.msg_controllen = sizeof (cmsgbuf);
|
|
||||||
msg.msg_flags = MSG_WAITALL;
|
|
||||||
|
|
||||||
/* read the data */
|
|
||||||
if (recvmsg(fd, &msg, 0) != sizeof (*req))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (req->op == OP_BINDSOCKET) {
|
|
||||||
/* extract transferred descriptor */
|
|
||||||
req->data.bind_socket.sock = -1;
|
|
||||||
for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
|
|
||||||
if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS)
|
|
||||||
memcpy(&req->data.bind_socket.sock, CMSG_DATA(cmsg), sizeof (int));
|
|
||||||
}
|
|
||||||
|
|
||||||
/* return error if valid descriptor not found */
|
|
||||||
if (req->data.bind_socket.sock < 0)
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* HELPER - perform adjtime() */
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIME
|
|
||||||
static void
|
|
||||||
do_adjust_time(const ReqAdjustTime *req, PrvResponse *res)
|
|
||||||
{
|
|
||||||
res->rc = adjtime(&req->tv, &res->data.adjust_time.tv);
|
|
||||||
if (res->rc)
|
|
||||||
res->res_errno = errno;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* HELPER - perform ntp_adjtime() */
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIMEX
|
|
||||||
static void
|
|
||||||
do_adjust_timex(const ReqAdjustTimex *req, PrvResponse *res)
|
|
||||||
{
|
|
||||||
res->data.adjust_timex.tmx = req->tmx;
|
|
||||||
res->rc = ntp_adjtime(&res->data.adjust_timex.tmx);
|
|
||||||
if (res->rc < 0)
|
|
||||||
res->res_errno = errno;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* HELPER - perform settimeofday() */
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_SETTIME
|
|
||||||
static void
|
|
||||||
do_set_time(const ReqSetTime *req, PrvResponse *res)
|
|
||||||
{
|
|
||||||
res->rc = settimeofday(&req->tv, NULL);
|
|
||||||
if (res->rc)
|
|
||||||
res->res_errno = errno;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* HELPER - perform bind() */
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_BINDSOCKET
|
|
||||||
static void
|
|
||||||
do_bind_socket(ReqBindSocket *req, PrvResponse *res)
|
|
||||||
{
|
|
||||||
unsigned short port;
|
|
||||||
IPAddr ip;
|
|
||||||
int sock_fd;
|
|
||||||
struct sockaddr *sa;
|
|
||||||
socklen_t sa_len;
|
|
||||||
|
|
||||||
sa = &req->sa.u;
|
|
||||||
sa_len = req->sa_len;
|
|
||||||
sock_fd = req->sock;
|
|
||||||
|
|
||||||
UTI_SockaddrToIPAndPort(sa, &ip, &port);
|
|
||||||
if (port && port != CNF_GetNTPPort()) {
|
|
||||||
close(sock_fd);
|
|
||||||
res_fatal(res, "Invalid port %d", port);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
res->rc = bind(sock_fd, sa, sa_len);
|
|
||||||
if (res->rc)
|
|
||||||
res->res_errno = errno;
|
|
||||||
|
|
||||||
/* sock is still open on daemon side, but we're done with it in the helper */
|
|
||||||
close(sock_fd);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* HELPER - perform DNS_Name2IPAddress() */
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_NAME2IPADDRESS
|
|
||||||
static void
|
|
||||||
do_name_to_ipaddress(ReqName2IPAddress *req, PrvResponse *res)
|
|
||||||
{
|
|
||||||
/* make sure the string is terminated */
|
|
||||||
req->name[sizeof (req->name) - 1] = '\0';
|
|
||||||
|
|
||||||
DNS_Reload();
|
|
||||||
|
|
||||||
res->rc = DNS_Name2IPAddress(req->name, res->data.name_to_ipaddress.addresses,
|
|
||||||
DNS_MAX_ADDRESSES);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* HELPER - main loop - action requests from the daemon */
|
|
||||||
|
|
||||||
static void
|
|
||||||
helper_main(int fd)
|
|
||||||
{
|
|
||||||
PrvRequest req;
|
|
||||||
PrvResponse res;
|
|
||||||
int quit = 0;
|
|
||||||
|
|
||||||
while (!quit) {
|
|
||||||
if (!receive_from_daemon(fd, &req))
|
|
||||||
/* read error or closed input - we cannot recover - give up */
|
|
||||||
break;
|
|
||||||
|
|
||||||
memset(&res, 0, sizeof (res));
|
|
||||||
|
|
||||||
switch (req.op) {
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIME
|
|
||||||
case OP_ADJUSTTIME:
|
|
||||||
do_adjust_time(&req.data.adjust_time, &res);
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIMEX
|
|
||||||
case OP_ADJUSTTIMEX:
|
|
||||||
do_adjust_timex(&req.data.adjust_timex, &res);
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
#ifdef PRIVOPS_SETTIME
|
|
||||||
case OP_SETTIME:
|
|
||||||
do_set_time(&req.data.set_time, &res);
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
#ifdef PRIVOPS_BINDSOCKET
|
|
||||||
case OP_BINDSOCKET:
|
|
||||||
do_bind_socket(&req.data.bind_socket, &res);
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
#ifdef PRIVOPS_NAME2IPADDRESS
|
|
||||||
case OP_NAME2IPADDRESS:
|
|
||||||
do_name_to_ipaddress(&req.data.name_to_ipaddress, &res);
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
case OP_QUIT:
|
|
||||||
quit = 1;
|
|
||||||
continue;
|
|
||||||
|
|
||||||
default:
|
|
||||||
res_fatal(&res, "Unexpected operator %d", req.op);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
send_response(fd, &res);
|
|
||||||
}
|
|
||||||
|
|
||||||
close(fd);
|
|
||||||
exit(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - receive helper response */
|
|
||||||
|
|
||||||
static void
|
|
||||||
receive_response(PrvResponse *res)
|
|
||||||
{
|
|
||||||
int resp_len;
|
|
||||||
|
|
||||||
resp_len = recv(helper_fd, res, sizeof (*res), 0);
|
|
||||||
if (resp_len < 0)
|
|
||||||
LOG_FATAL(LOGF_PrivOps, "Could not read from helper : %s", strerror(errno));
|
|
||||||
if (resp_len != sizeof (*res))
|
|
||||||
LOG_FATAL(LOGF_PrivOps, "Invalid helper response");
|
|
||||||
|
|
||||||
if (res->fatal_error)
|
|
||||||
LOG_FATAL(LOGF_PrivOps, "Error in helper : %s", res->data.fatal_msg.msg);
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_PrivOps, "Received response rc=%d", res->rc);
|
|
||||||
|
|
||||||
/* if operation failed in the helper, set errno so daemon can print log message */
|
|
||||||
if (res->res_errno)
|
|
||||||
errno = res->res_errno;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - send daemon request to the helper */
|
|
||||||
|
|
||||||
static void
|
|
||||||
send_request(PrvRequest *req)
|
|
||||||
{
|
|
||||||
struct msghdr msg;
|
|
||||||
struct iovec iov;
|
|
||||||
char cmsgbuf[256];
|
|
||||||
|
|
||||||
iov.iov_base = req;
|
|
||||||
iov.iov_len = sizeof (*req);
|
|
||||||
|
|
||||||
msg.msg_name = NULL;
|
|
||||||
msg.msg_namelen = 0;
|
|
||||||
msg.msg_iov = &iov;
|
|
||||||
msg.msg_iovlen = 1;
|
|
||||||
msg.msg_control = NULL;
|
|
||||||
msg.msg_controllen = 0;
|
|
||||||
msg.msg_flags = 0;
|
|
||||||
|
|
||||||
if (req->op == OP_BINDSOCKET) {
|
|
||||||
/* send file descriptor as a control message */
|
|
||||||
struct cmsghdr *cmsg;
|
|
||||||
int *ptr_send_fd;
|
|
||||||
|
|
||||||
msg.msg_control = cmsgbuf;
|
|
||||||
msg.msg_controllen = CMSG_SPACE(sizeof (int));
|
|
||||||
|
|
||||||
cmsg = CMSG_FIRSTHDR(&msg);
|
|
||||||
memset(cmsg, 0, CMSG_SPACE(sizeof (int)));
|
|
||||||
|
|
||||||
cmsg->cmsg_level = SOL_SOCKET;
|
|
||||||
cmsg->cmsg_type = SCM_RIGHTS;
|
|
||||||
cmsg->cmsg_len = CMSG_LEN(sizeof (int));
|
|
||||||
|
|
||||||
ptr_send_fd = (int *)CMSG_DATA(cmsg);
|
|
||||||
*ptr_send_fd = req->data.bind_socket.sock;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sendmsg(helper_fd, &msg, 0) < 0) {
|
|
||||||
/* don't try to send another request from exit() */
|
|
||||||
helper_fd = -1;
|
|
||||||
LOG_FATAL(LOGF_PrivOps, "Could not send to helper : %s", strerror(errno));
|
|
||||||
}
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_PrivOps, "Sent request op=%d", req->op);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - send daemon request and wait for response */
|
|
||||||
|
|
||||||
static void
|
|
||||||
submit_request(PrvRequest *req, PrvResponse *res)
|
|
||||||
{
|
|
||||||
send_request(req);
|
|
||||||
receive_response(res);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - send the helper a request to exit and wait until it exits */
|
|
||||||
|
|
||||||
static void
|
|
||||||
stop_helper(void)
|
|
||||||
{
|
|
||||||
PrvRequest req;
|
|
||||||
int status;
|
|
||||||
|
|
||||||
if (!have_helper())
|
|
||||||
return;
|
|
||||||
|
|
||||||
memset(&req, 0, sizeof (req));
|
|
||||||
req.op = OP_QUIT;
|
|
||||||
send_request(&req);
|
|
||||||
|
|
||||||
waitpid(helper_pid, &status, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - request adjtime() */
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIME
|
|
||||||
int
|
|
||||||
PRV_AdjustTime(const struct timeval *delta, struct timeval *olddelta)
|
|
||||||
{
|
|
||||||
PrvRequest req;
|
|
||||||
PrvResponse res;
|
|
||||||
|
|
||||||
if (!have_helper() || delta == NULL)
|
|
||||||
/* helper is not running or read adjustment call */
|
|
||||||
return adjtime(delta, olddelta);
|
|
||||||
|
|
||||||
memset(&req, 0, sizeof (req));
|
|
||||||
req.op = OP_ADJUSTTIME;
|
|
||||||
req.data.adjust_time.tv = *delta;
|
|
||||||
|
|
||||||
submit_request(&req, &res);
|
|
||||||
|
|
||||||
if (olddelta)
|
|
||||||
*olddelta = res.data.adjust_time.tv;
|
|
||||||
|
|
||||||
return res.rc;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - request ntp_adjtime() */
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIMEX
|
|
||||||
int
|
|
||||||
PRV_AdjustTimex(struct timex *tmx)
|
|
||||||
{
|
|
||||||
PrvRequest req;
|
|
||||||
PrvResponse res;
|
|
||||||
|
|
||||||
if (!have_helper())
|
|
||||||
return ntp_adjtime(tmx);
|
|
||||||
|
|
||||||
memset(&req, 0, sizeof (req));
|
|
||||||
req.op = OP_ADJUSTTIMEX;
|
|
||||||
req.data.adjust_timex.tmx = *tmx;
|
|
||||||
|
|
||||||
submit_request(&req, &res);
|
|
||||||
|
|
||||||
*tmx = res.data.adjust_timex.tmx;
|
|
||||||
|
|
||||||
return res.rc;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - request settimeofday() */
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_SETTIME
|
|
||||||
int
|
|
||||||
PRV_SetTime(const struct timeval *tp, const struct timezone *tzp)
|
|
||||||
{
|
|
||||||
PrvRequest req;
|
|
||||||
PrvResponse res;
|
|
||||||
|
|
||||||
/* only support setting the time */
|
|
||||||
assert(tp != NULL);
|
|
||||||
assert(tzp == NULL);
|
|
||||||
|
|
||||||
if (!have_helper())
|
|
||||||
return settimeofday(tp, NULL);
|
|
||||||
|
|
||||||
memset(&req, 0, sizeof (req));
|
|
||||||
req.op = OP_SETTIME;
|
|
||||||
req.data.set_time.tv = *tp;
|
|
||||||
|
|
||||||
submit_request(&req, &res);
|
|
||||||
|
|
||||||
return res.rc;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - request bind() */
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_BINDSOCKET
|
|
||||||
int
|
|
||||||
PRV_BindSocket(int sock, struct sockaddr *address, socklen_t address_len)
|
|
||||||
{
|
|
||||||
PrvRequest req;
|
|
||||||
PrvResponse res;
|
|
||||||
IPAddr ip;
|
|
||||||
unsigned short port;
|
|
||||||
|
|
||||||
UTI_SockaddrToIPAndPort(address, &ip, &port);
|
|
||||||
assert(!port || port == CNF_GetNTPPort());
|
|
||||||
|
|
||||||
if (!have_helper())
|
|
||||||
return bind(sock, address, address_len);
|
|
||||||
|
|
||||||
memset(&req, 0, sizeof (req));
|
|
||||||
req.op = OP_BINDSOCKET;
|
|
||||||
req.data.bind_socket.sock = sock;
|
|
||||||
req.data.bind_socket.sa_len = address_len;
|
|
||||||
memcpy(&req.data.bind_socket.sa.u, address, address_len);
|
|
||||||
|
|
||||||
submit_request(&req, &res);
|
|
||||||
|
|
||||||
return res.rc;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - request DNS_Name2IPAddress() */
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_NAME2IPADDRESS
|
|
||||||
int
|
|
||||||
PRV_Name2IPAddress(const char *name, IPAddr *ip_addrs, int max_addrs)
|
|
||||||
{
|
|
||||||
PrvRequest req;
|
|
||||||
PrvResponse res;
|
|
||||||
int i;
|
|
||||||
|
|
||||||
if (!have_helper())
|
|
||||||
return DNS_Name2IPAddress(name, ip_addrs, max_addrs);
|
|
||||||
|
|
||||||
memset(&req, 0, sizeof (req));
|
|
||||||
req.op = OP_NAME2IPADDRESS;
|
|
||||||
if (snprintf(req.data.name_to_ipaddress.name, sizeof (req.data.name_to_ipaddress.name),
|
|
||||||
"%s", name) >= sizeof (req.data.name_to_ipaddress.name)) {
|
|
||||||
DEBUG_LOG(LOGF_PrivOps, "Name too long");
|
|
||||||
return DNS_Failure;
|
|
||||||
}
|
|
||||||
|
|
||||||
submit_request(&req, &res);
|
|
||||||
|
|
||||||
for (i = 0; i < max_addrs && i < DNS_MAX_ADDRESSES; i++)
|
|
||||||
ip_addrs[i] = res.data.name_to_ipaddress.addresses[i];
|
|
||||||
|
|
||||||
return res.rc;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
void
|
|
||||||
PRV_Initialise(void)
|
|
||||||
{
|
|
||||||
helper_fd = -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - setup socket(s) then fork to run the helper */
|
|
||||||
/* must be called before privileges are dropped */
|
|
||||||
|
|
||||||
void
|
|
||||||
PRV_StartHelper(void)
|
|
||||||
{
|
|
||||||
pid_t pid;
|
|
||||||
int fd, sock_pair[2];
|
|
||||||
|
|
||||||
if (have_helper())
|
|
||||||
LOG_FATAL(LOGF_PrivOps, "Helper already running");
|
|
||||||
|
|
||||||
if (
|
|
||||||
#ifdef SOCK_SEQPACKET
|
|
||||||
socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sock_pair) &&
|
|
||||||
#endif
|
|
||||||
socketpair(AF_UNIX, SOCK_DGRAM, 0, sock_pair))
|
|
||||||
LOG_FATAL(LOGF_PrivOps, "socketpair() failed : %s", strerror(errno));
|
|
||||||
|
|
||||||
UTI_FdSetCloexec(sock_pair[0]);
|
|
||||||
UTI_FdSetCloexec(sock_pair[1]);
|
|
||||||
|
|
||||||
pid = fork();
|
|
||||||
if (pid < 0)
|
|
||||||
LOG_FATAL(LOGF_PrivOps, "fork() failed : %s", strerror(errno));
|
|
||||||
|
|
||||||
if (pid == 0) {
|
|
||||||
/* child process */
|
|
||||||
close(sock_pair[0]);
|
|
||||||
|
|
||||||
/* close other descriptors inherited from the parent process */
|
|
||||||
for (fd = 0; fd < 1024; fd++) {
|
|
||||||
if (fd != sock_pair[1])
|
|
||||||
close(fd);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ignore signals, the process will exit on OP_QUIT request */
|
|
||||||
UTI_SetQuitSignalsHandler(SIG_IGN);
|
|
||||||
|
|
||||||
helper_main(sock_pair[1]);
|
|
||||||
|
|
||||||
} else {
|
|
||||||
/* parent process */
|
|
||||||
close(sock_pair[1]);
|
|
||||||
helper_fd = sock_pair[0];
|
|
||||||
helper_pid = pid;
|
|
||||||
|
|
||||||
/* stop the helper even when not exiting cleanly from the main function */
|
|
||||||
atexit(stop_helper);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================================= */
|
|
||||||
|
|
||||||
/* DAEMON - graceful shutdown of the helper */
|
|
||||||
|
|
||||||
void
|
|
||||||
PRV_Finalise(void)
|
|
||||||
{
|
|
||||||
if (!have_helper())
|
|
||||||
return;
|
|
||||||
|
|
||||||
stop_helper();
|
|
||||||
close(helper_fd);
|
|
||||||
helper_fd = -1;
|
|
||||||
}
|
|
||||||
71
privops.h
71
privops.h
@@ -1,71 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Bryan Christianson 2015
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Perform privileged operations over a unix socket to a privileged fork.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef GOT_PRIVOPS_H
|
|
||||||
#define GOT_PRIVOPS_H
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIME
|
|
||||||
int PRV_AdjustTime(const struct timeval *delta, struct timeval *olddelta);
|
|
||||||
#else
|
|
||||||
#define PRV_AdjustTime adjtime
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_ADJUSTTIMEX
|
|
||||||
int PRV_AdjustTimex(struct timex *txc);
|
|
||||||
#else
|
|
||||||
#define PRV_AdjustTimex ntp_adjtime
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_SETTIME
|
|
||||||
int PRV_SetTime(const struct timeval *tp, const struct timezone *tzp);
|
|
||||||
#else
|
|
||||||
#define PRV_SetTime settimeofday
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_BINDSOCKET
|
|
||||||
int PRV_BindSocket(int sock, struct sockaddr *address, socklen_t address_len);
|
|
||||||
#else
|
|
||||||
#define PRV_BindSocket bind
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_NAME2IPADDRESS
|
|
||||||
int PRV_Name2IPAddress(const char *name, IPAddr *ip_addrs, int max_addrs);
|
|
||||||
#else
|
|
||||||
#define PRV_Name2IPAddress DNS_Name2IPAddress
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PRIVOPS_HELPER
|
|
||||||
void PRV_Initialise(void);
|
|
||||||
void PRV_StartHelper(void);
|
|
||||||
void PRV_Finalise(void);
|
|
||||||
#else
|
|
||||||
#define PRV_Initialise()
|
|
||||||
#define PRV_StartHelper()
|
|
||||||
#define PRV_Finalise()
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
||||||
942
refclock.c
942
refclock.c
@@ -1,942 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Miroslav Lichvar 2009-2011, 2013-2014
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Routines implementing reference clocks.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "array.h"
|
|
||||||
#include "refclock.h"
|
|
||||||
#include "reference.h"
|
|
||||||
#include "conf.h"
|
|
||||||
#include "local.h"
|
|
||||||
#include "memory.h"
|
|
||||||
#include "util.h"
|
|
||||||
#include "sources.h"
|
|
||||||
#include "logging.h"
|
|
||||||
#include "regress.h"
|
|
||||||
#include "sched.h"
|
|
||||||
|
|
||||||
/* list of refclock drivers */
|
|
||||||
extern RefclockDriver RCL_SHM_driver;
|
|
||||||
extern RefclockDriver RCL_SOCK_driver;
|
|
||||||
extern RefclockDriver RCL_PPS_driver;
|
|
||||||
extern RefclockDriver RCL_PHC_driver;
|
|
||||||
|
|
||||||
struct FilterSample {
|
|
||||||
double offset;
|
|
||||||
double dispersion;
|
|
||||||
struct timeval sample_time;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct MedianFilter {
|
|
||||||
int length;
|
|
||||||
int index;
|
|
||||||
int used;
|
|
||||||
int last;
|
|
||||||
int avg_var_n;
|
|
||||||
double avg_var;
|
|
||||||
double max_var;
|
|
||||||
struct FilterSample *samples;
|
|
||||||
int *selected;
|
|
||||||
double *x_data;
|
|
||||||
double *y_data;
|
|
||||||
double *w_data;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct RCL_Instance_Record {
|
|
||||||
RefclockDriver *driver;
|
|
||||||
void *data;
|
|
||||||
char *driver_parameter;
|
|
||||||
int driver_parameter_length;
|
|
||||||
int driver_poll;
|
|
||||||
int driver_polled;
|
|
||||||
int poll;
|
|
||||||
int leap_status;
|
|
||||||
int pps_rate;
|
|
||||||
int pps_active;
|
|
||||||
struct MedianFilter filter;
|
|
||||||
uint32_t ref_id;
|
|
||||||
uint32_t lock_ref;
|
|
||||||
double offset;
|
|
||||||
double delay;
|
|
||||||
double precision;
|
|
||||||
SCH_TimeoutID timeout_id;
|
|
||||||
SRC_Instance source;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Array of RCL_Instance_Record */
|
|
||||||
static ARR_Instance refclocks;
|
|
||||||
|
|
||||||
static LOG_FileID logfileid;
|
|
||||||
|
|
||||||
static int valid_sample_time(RCL_Instance instance, struct timeval *tv);
|
|
||||||
static int pps_stratum(RCL_Instance instance, struct timeval *tv);
|
|
||||||
static void poll_timeout(void *arg);
|
|
||||||
static void slew_samples(struct timeval *raw, struct timeval *cooked, double dfreq,
|
|
||||||
double doffset, LCL_ChangeType change_type, void *anything);
|
|
||||||
static void add_dispersion(double dispersion, void *anything);
|
|
||||||
static void log_sample(RCL_Instance instance, struct timeval *sample_time, int filtered, int pulse, double raw_offset, double cooked_offset, double dispersion);
|
|
||||||
|
|
||||||
static void filter_init(struct MedianFilter *filter, int length, double max_dispersion);
|
|
||||||
static void filter_fini(struct MedianFilter *filter);
|
|
||||||
static void filter_reset(struct MedianFilter *filter);
|
|
||||||
static double filter_get_avg_sample_dispersion(struct MedianFilter *filter);
|
|
||||||
static void filter_add_sample(struct MedianFilter *filter, struct timeval *sample_time, double offset, double dispersion);
|
|
||||||
static int filter_get_last_sample(struct MedianFilter *filter, struct timeval *sample_time, double *offset, double *dispersion);
|
|
||||||
static int filter_select_samples(struct MedianFilter *filter);
|
|
||||||
static int filter_get_sample(struct MedianFilter *filter, struct timeval *sample_time, double *offset, double *dispersion);
|
|
||||||
static void filter_slew_samples(struct MedianFilter *filter, struct timeval *when, double dfreq, double doffset);
|
|
||||||
static void filter_add_dispersion(struct MedianFilter *filter, double dispersion);
|
|
||||||
|
|
||||||
static RCL_Instance
|
|
||||||
get_refclock(unsigned int index)
|
|
||||||
{
|
|
||||||
return (RCL_Instance)ARR_GetElement(refclocks, index);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
RCL_Initialise(void)
|
|
||||||
{
|
|
||||||
refclocks = ARR_CreateInstance(sizeof (struct RCL_Instance_Record));
|
|
||||||
|
|
||||||
CNF_AddRefclocks();
|
|
||||||
|
|
||||||
if (ARR_GetSize(refclocks) > 0) {
|
|
||||||
LCL_AddParameterChangeHandler(slew_samples, NULL);
|
|
||||||
LCL_AddDispersionNotifyHandler(add_dispersion, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
logfileid = CNF_GetLogRefclocks() ? LOG_FileOpen("refclocks",
|
|
||||||
" Date (UTC) Time Refid DP L P Raw offset Cooked offset Disp.")
|
|
||||||
: -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
RCL_Finalise(void)
|
|
||||||
{
|
|
||||||
unsigned int i;
|
|
||||||
|
|
||||||
for (i = 0; i < ARR_GetSize(refclocks); i++) {
|
|
||||||
RCL_Instance inst = get_refclock(i);
|
|
||||||
|
|
||||||
if (inst->driver->fini)
|
|
||||||
inst->driver->fini(inst);
|
|
||||||
|
|
||||||
filter_fini(&inst->filter);
|
|
||||||
Free(inst->driver_parameter);
|
|
||||||
SRC_DestroyInstance(inst->source);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ARR_GetSize(refclocks) > 0) {
|
|
||||||
LCL_RemoveParameterChangeHandler(slew_samples, NULL);
|
|
||||||
LCL_RemoveDispersionNotifyHandler(add_dispersion, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
ARR_DestroyInstance(refclocks);
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
|
||||||
RCL_AddRefclock(RefclockParameters *params)
|
|
||||||
{
|
|
||||||
int pps_source = 0;
|
|
||||||
|
|
||||||
RCL_Instance inst = ARR_GetNewElement(refclocks);
|
|
||||||
|
|
||||||
if (strcmp(params->driver_name, "SHM") == 0) {
|
|
||||||
inst->driver = &RCL_SHM_driver;
|
|
||||||
inst->precision = 1e-6;
|
|
||||||
} else if (strcmp(params->driver_name, "SOCK") == 0) {
|
|
||||||
inst->driver = &RCL_SOCK_driver;
|
|
||||||
inst->precision = 1e-9;
|
|
||||||
pps_source = 1;
|
|
||||||
} else if (strcmp(params->driver_name, "PPS") == 0) {
|
|
||||||
inst->driver = &RCL_PPS_driver;
|
|
||||||
inst->precision = 1e-9;
|
|
||||||
pps_source = 1;
|
|
||||||
} else if (strcmp(params->driver_name, "PHC") == 0) {
|
|
||||||
inst->driver = &RCL_PHC_driver;
|
|
||||||
inst->precision = 1e-9;
|
|
||||||
} else {
|
|
||||||
LOG_FATAL(LOGF_Refclock, "unknown refclock driver %s", params->driver_name);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!inst->driver->init && !inst->driver->poll) {
|
|
||||||
LOG_FATAL(LOGF_Refclock, "refclock driver %s is not compiled in", params->driver_name);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
inst->data = NULL;
|
|
||||||
inst->driver_parameter = params->driver_parameter;
|
|
||||||
inst->driver_parameter_length = 0;
|
|
||||||
inst->driver_poll = params->driver_poll;
|
|
||||||
inst->poll = params->poll;
|
|
||||||
inst->driver_polled = 0;
|
|
||||||
inst->leap_status = LEAP_Normal;
|
|
||||||
inst->pps_rate = params->pps_rate;
|
|
||||||
inst->pps_active = 0;
|
|
||||||
inst->lock_ref = params->lock_ref_id;
|
|
||||||
inst->offset = params->offset;
|
|
||||||
inst->delay = params->delay;
|
|
||||||
if (params->precision > 0.0)
|
|
||||||
inst->precision = params->precision;
|
|
||||||
inst->timeout_id = -1;
|
|
||||||
inst->source = NULL;
|
|
||||||
|
|
||||||
if (inst->driver_parameter) {
|
|
||||||
int i;
|
|
||||||
|
|
||||||
inst->driver_parameter_length = strlen(inst->driver_parameter);
|
|
||||||
for (i = 0; i < inst->driver_parameter_length; i++)
|
|
||||||
if (inst->driver_parameter[i] == ':')
|
|
||||||
inst->driver_parameter[i] = '\0';
|
|
||||||
}
|
|
||||||
|
|
||||||
if (pps_source) {
|
|
||||||
if (inst->pps_rate < 1)
|
|
||||||
inst->pps_rate = 1;
|
|
||||||
} else {
|
|
||||||
inst->pps_rate = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (params->ref_id)
|
|
||||||
inst->ref_id = params->ref_id;
|
|
||||||
else {
|
|
||||||
unsigned char ref[5] = { 0, 0, 0, 0, 0 };
|
|
||||||
unsigned int index = ARR_GetSize(refclocks) - 1;
|
|
||||||
|
|
||||||
snprintf((char *)ref, sizeof (ref), "%3.3s", params->driver_name);
|
|
||||||
ref[3] = index % 10 + '0';
|
|
||||||
if (index >= 10)
|
|
||||||
ref[2] = (index / 10) % 10 + '0';
|
|
||||||
|
|
||||||
inst->ref_id = (uint32_t)ref[0] << 24 | ref[1] << 16 | ref[2] << 8 | ref[3];
|
|
||||||
}
|
|
||||||
|
|
||||||
if (inst->driver->poll) {
|
|
||||||
int max_samples;
|
|
||||||
|
|
||||||
if (inst->driver_poll > inst->poll)
|
|
||||||
inst->driver_poll = inst->poll;
|
|
||||||
|
|
||||||
max_samples = 1 << (inst->poll - inst->driver_poll);
|
|
||||||
if (max_samples < params->filter_length) {
|
|
||||||
if (max_samples < 4) {
|
|
||||||
LOG(LOGS_WARN, LOGF_Refclock, "Setting filter length for %s to %d",
|
|
||||||
UTI_RefidToString(inst->ref_id), max_samples);
|
|
||||||
}
|
|
||||||
params->filter_length = max_samples;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (inst->driver->init)
|
|
||||||
if (!inst->driver->init(inst)) {
|
|
||||||
LOG_FATAL(LOGF_Refclock, "refclock %s initialisation failed", params->driver_name);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
filter_init(&inst->filter, params->filter_length, params->max_dispersion);
|
|
||||||
|
|
||||||
inst->source = SRC_CreateNewInstance(inst->ref_id, SRC_REFCLOCK, params->sel_options, NULL,
|
|
||||||
params->min_samples, params->max_samples);
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_Refclock, "refclock %s refid=%s poll=%d dpoll=%d filter=%d",
|
|
||||||
params->driver_name, UTI_RefidToString(inst->ref_id),
|
|
||||||
inst->poll, inst->driver_poll, params->filter_length);
|
|
||||||
|
|
||||||
Free(params->driver_name);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
RCL_StartRefclocks(void)
|
|
||||||
{
|
|
||||||
unsigned int i, j, n;
|
|
||||||
|
|
||||||
n = ARR_GetSize(refclocks);
|
|
||||||
|
|
||||||
for (i = 0; i < n; i++) {
|
|
||||||
RCL_Instance inst = get_refclock(i);
|
|
||||||
|
|
||||||
SRC_SetActive(inst->source);
|
|
||||||
inst->timeout_id = SCH_AddTimeoutByDelay(0.0, poll_timeout, (void *)inst);
|
|
||||||
|
|
||||||
if (inst->lock_ref) {
|
|
||||||
/* Replace lock refid with index to refclocks */
|
|
||||||
for (j = 0; j < n && get_refclock(j)->ref_id != inst->lock_ref; j++)
|
|
||||||
;
|
|
||||||
inst->lock_ref = j < n ? j : -1;
|
|
||||||
} else
|
|
||||||
inst->lock_ref = -1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
RCL_ReportSource(RPT_SourceReport *report, struct timeval *now)
|
|
||||||
{
|
|
||||||
unsigned int i;
|
|
||||||
uint32_t ref_id;
|
|
||||||
|
|
||||||
assert(report->ip_addr.family == IPADDR_INET4);
|
|
||||||
ref_id = report->ip_addr.addr.in4;
|
|
||||||
|
|
||||||
for (i = 0; i < ARR_GetSize(refclocks); i++) {
|
|
||||||
RCL_Instance inst = get_refclock(i);
|
|
||||||
if (inst->ref_id == ref_id) {
|
|
||||||
report->poll = inst->poll;
|
|
||||||
report->mode = RPT_LOCAL_REFERENCE;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
RCL_SetDriverData(RCL_Instance instance, void *data)
|
|
||||||
{
|
|
||||||
instance->data = data;
|
|
||||||
}
|
|
||||||
|
|
||||||
void *
|
|
||||||
RCL_GetDriverData(RCL_Instance instance)
|
|
||||||
{
|
|
||||||
return instance->data;
|
|
||||||
}
|
|
||||||
|
|
||||||
char *
|
|
||||||
RCL_GetDriverParameter(RCL_Instance instance)
|
|
||||||
{
|
|
||||||
return instance->driver_parameter;
|
|
||||||
}
|
|
||||||
|
|
||||||
char *
|
|
||||||
RCL_GetDriverOption(RCL_Instance instance, char *name)
|
|
||||||
{
|
|
||||||
char *s, *e;
|
|
||||||
int n;
|
|
||||||
|
|
||||||
s = instance->driver_parameter;
|
|
||||||
e = s + instance->driver_parameter_length;
|
|
||||||
n = strlen(name);
|
|
||||||
|
|
||||||
while (1) {
|
|
||||||
s += strlen(s) + 1;
|
|
||||||
if (s >= e)
|
|
||||||
break;
|
|
||||||
if (!strncmp(name, s, n)) {
|
|
||||||
if (s[n] == '=')
|
|
||||||
return s + n + 1;
|
|
||||||
if (s[n] == '\0')
|
|
||||||
return s + n;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
|
||||||
RCL_AddSample(RCL_Instance instance, struct timeval *sample_time, double offset, int leap)
|
|
||||||
{
|
|
||||||
double correction, dispersion;
|
|
||||||
struct timeval cooked_time;
|
|
||||||
|
|
||||||
LCL_GetOffsetCorrection(sample_time, &correction, &dispersion);
|
|
||||||
UTI_AddDoubleToTimeval(sample_time, correction, &cooked_time);
|
|
||||||
dispersion += instance->precision;
|
|
||||||
|
|
||||||
/* Make sure the timestamp and offset provided by the driver are sane */
|
|
||||||
if (!UTI_IsTimeOffsetSane(sample_time, offset) ||
|
|
||||||
!valid_sample_time(instance, sample_time))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
switch (leap) {
|
|
||||||
case LEAP_Normal:
|
|
||||||
case LEAP_InsertSecond:
|
|
||||||
case LEAP_DeleteSecond:
|
|
||||||
instance->leap_status = leap;
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
DEBUG_LOG(LOGF_Refclock, "refclock sample ignored bad leap %d", leap);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
filter_add_sample(&instance->filter, &cooked_time, offset - correction + instance->offset, dispersion);
|
|
||||||
instance->pps_active = 0;
|
|
||||||
|
|
||||||
log_sample(instance, &cooked_time, 0, 0, offset, offset - correction + instance->offset, dispersion);
|
|
||||||
|
|
||||||
/* for logging purposes */
|
|
||||||
if (!instance->driver->poll)
|
|
||||||
instance->driver_polled++;
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
|
||||||
RCL_AddPulse(RCL_Instance instance, struct timeval *pulse_time, double second)
|
|
||||||
{
|
|
||||||
double correction, dispersion, offset;
|
|
||||||
struct timeval cooked_time;
|
|
||||||
int rate;
|
|
||||||
NTP_Leap leap;
|
|
||||||
|
|
||||||
leap = LEAP_Normal;
|
|
||||||
LCL_GetOffsetCorrection(pulse_time, &correction, &dispersion);
|
|
||||||
UTI_AddDoubleToTimeval(pulse_time, correction, &cooked_time);
|
|
||||||
dispersion += instance->precision;
|
|
||||||
|
|
||||||
if (!UTI_IsTimeOffsetSane(pulse_time, 0.0) ||
|
|
||||||
!valid_sample_time(instance, pulse_time))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
rate = instance->pps_rate;
|
|
||||||
assert(rate > 0);
|
|
||||||
|
|
||||||
offset = -second - correction + instance->offset;
|
|
||||||
|
|
||||||
/* Adjust the offset to [-0.5/rate, 0.5/rate) interval */
|
|
||||||
offset -= (long)(offset * rate) / (double)rate;
|
|
||||||
if (offset < -0.5 / rate)
|
|
||||||
offset += 1.0 / rate;
|
|
||||||
else if (offset >= 0.5 / rate)
|
|
||||||
offset -= 1.0 / rate;
|
|
||||||
|
|
||||||
if (instance->lock_ref != -1) {
|
|
||||||
RCL_Instance lock_refclock;
|
|
||||||
struct timeval ref_sample_time;
|
|
||||||
double sample_diff, ref_offset, ref_dispersion, shift;
|
|
||||||
|
|
||||||
lock_refclock = get_refclock(instance->lock_ref);
|
|
||||||
|
|
||||||
if (!filter_get_last_sample(&lock_refclock->filter,
|
|
||||||
&ref_sample_time, &ref_offset, &ref_dispersion)) {
|
|
||||||
DEBUG_LOG(LOGF_Refclock, "refclock pulse ignored no ref sample");
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
ref_dispersion += filter_get_avg_sample_dispersion(&lock_refclock->filter);
|
|
||||||
|
|
||||||
UTI_DiffTimevalsToDouble(&sample_diff, &cooked_time, &ref_sample_time);
|
|
||||||
if (fabs(sample_diff) >= 2.0 / rate) {
|
|
||||||
DEBUG_LOG(LOGF_Refclock, "refclock pulse ignored samplediff=%.9f",
|
|
||||||
sample_diff);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Align the offset to the reference sample */
|
|
||||||
if ((ref_offset - offset) >= 0.0)
|
|
||||||
shift = (long)((ref_offset - offset) * rate + 0.5) / (double)rate;
|
|
||||||
else
|
|
||||||
shift = (long)((ref_offset - offset) * rate - 0.5) / (double)rate;
|
|
||||||
|
|
||||||
offset += shift;
|
|
||||||
|
|
||||||
if (fabs(ref_offset - offset) + ref_dispersion + dispersion >= 0.2 / rate) {
|
|
||||||
DEBUG_LOG(LOGF_Refclock, "refclock pulse ignored offdiff=%.9f refdisp=%.9f disp=%.9f",
|
|
||||||
ref_offset - offset, ref_dispersion, dispersion);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
leap = lock_refclock->leap_status;
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_Refclock, "refclock pulse second=%.9f offset=%.9f offdiff=%.9f samplediff=%.9f",
|
|
||||||
second, offset, ref_offset - offset, sample_diff);
|
|
||||||
} else {
|
|
||||||
struct timeval ref_time;
|
|
||||||
int is_synchronised, stratum;
|
|
||||||
double root_delay, root_dispersion, distance;
|
|
||||||
uint32_t ref_id;
|
|
||||||
|
|
||||||
/* Ignore the pulse if we are not well synchronized */
|
|
||||||
|
|
||||||
REF_GetReferenceParams(&cooked_time, &is_synchronised, &leap, &stratum,
|
|
||||||
&ref_id, &ref_time, &root_delay, &root_dispersion);
|
|
||||||
distance = fabs(root_delay) / 2 + root_dispersion;
|
|
||||||
|
|
||||||
if (!is_synchronised || distance >= 0.5 / rate) {
|
|
||||||
DEBUG_LOG(LOGF_Refclock, "refclock pulse ignored second=%.9f sync=%d dist=%.9f",
|
|
||||||
second, is_synchronised, distance);
|
|
||||||
/* Drop also all stored samples */
|
|
||||||
filter_reset(&instance->filter);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
filter_add_sample(&instance->filter, &cooked_time, offset, dispersion);
|
|
||||||
instance->leap_status = leap;
|
|
||||||
instance->pps_active = 1;
|
|
||||||
|
|
||||||
log_sample(instance, &cooked_time, 0, 1, offset + correction - instance->offset, offset, dispersion);
|
|
||||||
|
|
||||||
/* for logging purposes */
|
|
||||||
if (!instance->driver->poll)
|
|
||||||
instance->driver_polled++;
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int
|
|
||||||
valid_sample_time(RCL_Instance instance, struct timeval *tv)
|
|
||||||
{
|
|
||||||
struct timeval raw_time;
|
|
||||||
double diff;
|
|
||||||
|
|
||||||
LCL_ReadRawTime(&raw_time);
|
|
||||||
UTI_DiffTimevalsToDouble(&diff, &raw_time, tv);
|
|
||||||
if (diff < 0.0 || diff > UTI_Log2ToDouble(instance->poll + 1)) {
|
|
||||||
DEBUG_LOG(LOGF_Refclock, "%s refclock sample not valid age=%.6f tv=%s",
|
|
||||||
UTI_RefidToString(instance->ref_id), diff, UTI_TimevalToString(tv));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int
|
|
||||||
pps_stratum(RCL_Instance instance, struct timeval *tv)
|
|
||||||
{
|
|
||||||
struct timeval ref_time;
|
|
||||||
int is_synchronised, stratum;
|
|
||||||
unsigned int i;
|
|
||||||
double root_delay, root_dispersion;
|
|
||||||
NTP_Leap leap;
|
|
||||||
uint32_t ref_id;
|
|
||||||
RCL_Instance refclock;
|
|
||||||
|
|
||||||
REF_GetReferenceParams(tv, &is_synchronised, &leap, &stratum,
|
|
||||||
&ref_id, &ref_time, &root_delay, &root_dispersion);
|
|
||||||
|
|
||||||
/* Don't change our stratum if local stratum is active
|
|
||||||
or this is the current source */
|
|
||||||
if (ref_id == instance->ref_id || REF_IsLocalActive())
|
|
||||||
return stratum - 1;
|
|
||||||
|
|
||||||
/* Or the current source is another PPS refclock */
|
|
||||||
for (i = 0; i < ARR_GetSize(refclocks); i++) {
|
|
||||||
refclock = get_refclock(i);
|
|
||||||
if (refclock->ref_id == ref_id &&
|
|
||||||
refclock->pps_active && refclock->lock_ref == -1)
|
|
||||||
return stratum - 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
poll_timeout(void *arg)
|
|
||||||
{
|
|
||||||
int poll;
|
|
||||||
|
|
||||||
RCL_Instance inst = (RCL_Instance)arg;
|
|
||||||
|
|
||||||
poll = inst->poll;
|
|
||||||
|
|
||||||
if (inst->driver->poll) {
|
|
||||||
poll = inst->driver_poll;
|
|
||||||
inst->driver->poll(inst);
|
|
||||||
inst->driver_polled++;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!(inst->driver->poll && inst->driver_polled < (1 << (inst->poll - inst->driver_poll)))) {
|
|
||||||
double offset, dispersion;
|
|
||||||
struct timeval sample_time;
|
|
||||||
int sample_ok, stratum;
|
|
||||||
|
|
||||||
sample_ok = filter_get_sample(&inst->filter, &sample_time, &offset, &dispersion);
|
|
||||||
inst->driver_polled = 0;
|
|
||||||
|
|
||||||
if (sample_ok) {
|
|
||||||
if (inst->pps_active && inst->lock_ref == -1)
|
|
||||||
/* Handle special case when PPS is used with local stratum */
|
|
||||||
stratum = pps_stratum(inst, &sample_time);
|
|
||||||
else
|
|
||||||
stratum = 0;
|
|
||||||
|
|
||||||
SRC_UpdateReachability(inst->source, 1);
|
|
||||||
SRC_AccumulateSample(inst->source, &sample_time, offset,
|
|
||||||
inst->delay, dispersion, inst->delay, dispersion, stratum, inst->leap_status);
|
|
||||||
SRC_SelectSource(inst->source);
|
|
||||||
|
|
||||||
log_sample(inst, &sample_time, 1, 0, 0.0, offset, dispersion);
|
|
||||||
} else {
|
|
||||||
SRC_UpdateReachability(inst->source, 0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
inst->timeout_id = SCH_AddTimeoutByDelay(UTI_Log2ToDouble(poll), poll_timeout, arg);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
slew_samples(struct timeval *raw, struct timeval *cooked, double dfreq,
|
|
||||||
double doffset, LCL_ChangeType change_type, void *anything)
|
|
||||||
{
|
|
||||||
unsigned int i;
|
|
||||||
|
|
||||||
for (i = 0; i < ARR_GetSize(refclocks); i++) {
|
|
||||||
if (change_type == LCL_ChangeUnknownStep)
|
|
||||||
filter_reset(&get_refclock(i)->filter);
|
|
||||||
else
|
|
||||||
filter_slew_samples(&get_refclock(i)->filter, cooked, dfreq, doffset);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
add_dispersion(double dispersion, void *anything)
|
|
||||||
{
|
|
||||||
unsigned int i;
|
|
||||||
|
|
||||||
for (i = 0; i < ARR_GetSize(refclocks); i++)
|
|
||||||
filter_add_dispersion(&get_refclock(i)->filter, dispersion);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
log_sample(RCL_Instance instance, struct timeval *sample_time, int filtered, int pulse, double raw_offset, double cooked_offset, double dispersion)
|
|
||||||
{
|
|
||||||
char sync_stats[4] = {'N', '+', '-', '?'};
|
|
||||||
|
|
||||||
if (logfileid == -1)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (!filtered) {
|
|
||||||
LOG_FileWrite(logfileid, "%s.%06d %-5s %3d %1c %1d %13.6e %13.6e %10.3e",
|
|
||||||
UTI_TimeToLogForm(sample_time->tv_sec),
|
|
||||||
(int)sample_time->tv_usec,
|
|
||||||
UTI_RefidToString(instance->ref_id),
|
|
||||||
instance->driver_polled,
|
|
||||||
sync_stats[instance->leap_status],
|
|
||||||
pulse,
|
|
||||||
raw_offset,
|
|
||||||
cooked_offset,
|
|
||||||
dispersion);
|
|
||||||
} else {
|
|
||||||
LOG_FileWrite(logfileid, "%s.%06d %-5s - %1c - - %13.6e %10.3e",
|
|
||||||
UTI_TimeToLogForm(sample_time->tv_sec),
|
|
||||||
(int)sample_time->tv_usec,
|
|
||||||
UTI_RefidToString(instance->ref_id),
|
|
||||||
sync_stats[instance->leap_status],
|
|
||||||
cooked_offset,
|
|
||||||
dispersion);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
filter_init(struct MedianFilter *filter, int length, double max_dispersion)
|
|
||||||
{
|
|
||||||
if (length < 1)
|
|
||||||
length = 1;
|
|
||||||
|
|
||||||
filter->length = length;
|
|
||||||
filter->index = -1;
|
|
||||||
filter->used = 0;
|
|
||||||
filter->last = -1;
|
|
||||||
/* set first estimate to system precision */
|
|
||||||
filter->avg_var_n = 0;
|
|
||||||
filter->avg_var = LCL_GetSysPrecisionAsQuantum() * LCL_GetSysPrecisionAsQuantum();
|
|
||||||
filter->max_var = max_dispersion * max_dispersion;
|
|
||||||
filter->samples = MallocArray(struct FilterSample, filter->length);
|
|
||||||
filter->selected = MallocArray(int, filter->length);
|
|
||||||
filter->x_data = MallocArray(double, filter->length);
|
|
||||||
filter->y_data = MallocArray(double, filter->length);
|
|
||||||
filter->w_data = MallocArray(double, filter->length);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
filter_fini(struct MedianFilter *filter)
|
|
||||||
{
|
|
||||||
Free(filter->samples);
|
|
||||||
Free(filter->selected);
|
|
||||||
Free(filter->x_data);
|
|
||||||
Free(filter->y_data);
|
|
||||||
Free(filter->w_data);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
filter_reset(struct MedianFilter *filter)
|
|
||||||
{
|
|
||||||
filter->index = -1;
|
|
||||||
filter->used = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static double
|
|
||||||
filter_get_avg_sample_dispersion(struct MedianFilter *filter)
|
|
||||||
{
|
|
||||||
return sqrt(filter->avg_var);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
filter_add_sample(struct MedianFilter *filter, struct timeval *sample_time, double offset, double dispersion)
|
|
||||||
{
|
|
||||||
filter->index++;
|
|
||||||
filter->index %= filter->length;
|
|
||||||
filter->last = filter->index;
|
|
||||||
if (filter->used < filter->length)
|
|
||||||
filter->used++;
|
|
||||||
|
|
||||||
filter->samples[filter->index].sample_time = *sample_time;
|
|
||||||
filter->samples[filter->index].offset = offset;
|
|
||||||
filter->samples[filter->index].dispersion = dispersion;
|
|
||||||
|
|
||||||
DEBUG_LOG(LOGF_Refclock, "filter sample %d t=%s offset=%.9f dispersion=%.9f",
|
|
||||||
filter->index, UTI_TimevalToString(sample_time), offset, dispersion);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int
|
|
||||||
filter_get_last_sample(struct MedianFilter *filter, struct timeval *sample_time, double *offset, double *dispersion)
|
|
||||||
{
|
|
||||||
if (filter->last < 0)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
*sample_time = filter->samples[filter->last].sample_time;
|
|
||||||
*offset = filter->samples[filter->last].offset;
|
|
||||||
*dispersion = filter->samples[filter->last].dispersion;
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static const struct FilterSample *tmp_sorted_array;
|
|
||||||
|
|
||||||
static int
|
|
||||||
sample_compare(const void *a, const void *b)
|
|
||||||
{
|
|
||||||
const struct FilterSample *s1, *s2;
|
|
||||||
|
|
||||||
s1 = &tmp_sorted_array[*(int *)a];
|
|
||||||
s2 = &tmp_sorted_array[*(int *)b];
|
|
||||||
|
|
||||||
if (s1->offset < s2->offset)
|
|
||||||
return -1;
|
|
||||||
else if (s1->offset > s2->offset)
|
|
||||||
return 1;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
|
||||||
filter_select_samples(struct MedianFilter *filter)
|
|
||||||
{
|
|
||||||
int i, j, k, o, from, to, *selected;
|
|
||||||
double min_dispersion;
|
|
||||||
|
|
||||||
if (filter->used < 1)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
/* for lengths below 4 require full filter,
|
|
||||||
for 4 and above require at least 4 samples */
|
|
||||||
if ((filter->length < 4 && filter->used != filter->length) ||
|
|
||||||
(filter->length >= 4 && filter->used < 4))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
selected = filter->selected;
|
|
||||||
|
|
||||||
if (filter->used > 4) {
|
|
||||||
/* select samples with dispersion better than 1.5 * minimum */
|
|
||||||
|
|
||||||
for (i = 1, min_dispersion = filter->samples[0].dispersion; i < filter->used; i++) {
|
|
||||||
if (min_dispersion > filter->samples[i].dispersion)
|
|
||||||
min_dispersion = filter->samples[i].dispersion;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (i = j = 0; i < filter->used; i++) {
|
|
||||||
if (filter->samples[i].dispersion <= 1.5 * min_dispersion)
|
|
||||||
selected[j++] = i;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
j = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (j < 4) {
|
|
||||||
/* select all samples */
|
|
||||||
|
|
||||||
for (j = 0; j < filter->used; j++)
|
|
||||||
selected[j] = j;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* and sort their indices by offset */
|
|
||||||
tmp_sorted_array = filter->samples;
|
|
||||||
qsort(selected, j, sizeof (int), sample_compare);
|
|
||||||
|
|
||||||
/* select 60 percent of the samples closest to the median */
|
|
||||||
if (j > 2) {
|
|
||||||
from = j / 5;
|
|
||||||
if (from < 1)
|
|
||||||
from = 1;
|
|
||||||
to = j - from;
|
|
||||||
} else {
|
|
||||||
from = 0;
|
|
||||||
to = j;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* mark unused samples and sort the rest from oldest to newest */
|
|
||||||
|
|
||||||
o = filter->used - filter->index - 1;
|
|
||||||
|
|
||||||
for (i = 0; i < from; i++)
|
|
||||||
selected[i] = -1;
|
|
||||||
for (; i < to; i++)
|
|
||||||
selected[i] = (selected[i] + o) % filter->used;
|
|
||||||
for (; i < filter->used; i++)
|
|
||||||
selected[i] = -1;
|
|
||||||
|
|
||||||
for (i = from; i < to; i++) {
|
|
||||||
j = selected[i];
|
|
||||||
selected[i] = -1;
|
|
||||||
while (j != -1 && selected[j] != j) {
|
|
||||||
k = selected[j];
|
|
||||||
selected[j] = j;
|
|
||||||
j = k;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
for (i = j = 0, k = -1; i < filter->used; i++) {
|
|
||||||
if (selected[i] != -1)
|
|
||||||
selected[j++] = (selected[i] + filter->used - o) % filter->used;
|
|
||||||
}
|
|
||||||
|
|
||||||
return j;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int
|
|
||||||
filter_get_sample(struct MedianFilter *filter, struct timeval *sample_time, double *offset, double *dispersion)
|
|
||||||
{
|
|
||||||
struct FilterSample *s, *ls;
|
|
||||||
int i, n, dof;
|
|
||||||
double x, y, d, e, var, prev_avg_var;
|
|
||||||
|
|
||||||
n = filter_select_samples(filter);
|
|
||||||
|
|
||||||
if (n < 1)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
ls = &filter->samples[filter->selected[n - 1]];
|
|
||||||
|
|
||||||
/* prepare data */
|
|
||||||
for (i = 0; i < n; i++) {
|
|
||||||
s = &filter->samples[filter->selected[i]];
|
|
||||||
|
|
||||||
UTI_DiffTimevalsToDouble(&filter->x_data[i], &s->sample_time, &ls->sample_time);
|
|
||||||
filter->y_data[i] = s->offset;
|
|
||||||
filter->w_data[i] = s->dispersion;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* mean offset, sample time and sample dispersion */
|
|
||||||
for (i = 0, x = y = e = 0.0; i < n; i++) {
|
|
||||||
x += filter->x_data[i];
|
|
||||||
y += filter->y_data[i];
|
|
||||||
e += filter->w_data[i];
|
|
||||||
}
|
|
||||||
x /= n;
|
|
||||||
y /= n;
|
|
||||||
e /= n;
|
|
||||||
|
|
||||||
if (n >= 4) {
|
|
||||||
double b0, b1, s2, sb0, sb1;
|
|
||||||
|
|
||||||
/* set y axis to the mean sample time */
|
|
||||||
for (i = 0; i < n; i++)
|
|
||||||
filter->x_data[i] -= x;
|
|
||||||
|
|
||||||
/* make a linear fit and use the estimated standard deviation of intercept
|
|
||||||
as dispersion */
|
|
||||||
RGR_WeightedRegression(filter->x_data, filter->y_data, filter->w_data, n,
|
|
||||||
&b0, &b1, &s2, &sb0, &sb1);
|
|
||||||
var = s2;
|
|
||||||
d = sb0;
|
|
||||||
dof = n - 2;
|
|
||||||
} else if (n >= 2) {
|
|
||||||
for (i = 0, d = 0.0; i < n; i++)
|
|
||||||
d += (filter->y_data[i] - y) * (filter->y_data[i] - y);
|
|
||||||
var = d / (n - 1);
|
|
||||||
d = sqrt(var);
|
|
||||||
dof = n - 1;
|
|
||||||
} else {
|
|
||||||
var = filter->avg_var;
|
|
||||||
d = sqrt(var);
|
|
||||||
dof = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* avoid having zero dispersion */
|
|
||||||
if (var < 1e-20) {
|
|
||||||
var = 1e-20;
|
|
||||||
d = sqrt(var);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* drop the sample if variance is larger than allowed maximum */
|
|
||||||
if (filter->max_var > 0.0 && var > filter->max_var) {
|
|
||||||
DEBUG_LOG(LOGF_Refclock, "filter dispersion too large disp=%.9f max=%.9f",
|
|
||||||
sqrt(var), sqrt(filter->max_var));
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
prev_avg_var = filter->avg_var;
|
|
||||||
|
|
||||||
/* update exponential moving average of the variance */
|
|
||||||
if (filter->avg_var_n > 50) {
|
|
||||||
filter->avg_var += dof / (dof + 50.0) * (var - filter->avg_var);
|
|
||||||
} else {
|
|
||||||
filter->avg_var = (filter->avg_var * filter->avg_var_n + var * dof) /
|
|
||||||
(dof + filter->avg_var_n);
|
|
||||||
if (filter->avg_var_n == 0)
|
|
||||||
prev_avg_var = filter->avg_var;
|
|
||||||
filter->avg_var_n += dof;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* reduce noise in sourcestats weights by using the long-term average
|
|
||||||
instead of the estimated variance if it's not significantly lower */
|
|
||||||
if (var * dof / RGR_GetChi2Coef(dof) < prev_avg_var)
|
|
||||||
d = sqrt(filter->avg_var) * d / sqrt(var);
|
|
||||||
|
|
||||||
if (d < e)
|
|
||||||
d = e;
|
|
||||||
|
|
||||||
UTI_AddDoubleToTimeval(&ls->sample_time, x, sample_time);
|
|
||||||
*offset = y;
|
|
||||||
*dispersion = d;
|
|
||||||
|
|
||||||
filter_reset(filter);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
filter_slew_samples(struct MedianFilter *filter, struct timeval *when, double dfreq, double doffset)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
double delta_time;
|
|
||||||
struct timeval *sample;
|
|
||||||
|
|
||||||
for (i = 0; i < filter->used; i++) {
|
|
||||||
sample = &filter->samples[i].sample_time;
|
|
||||||
UTI_AdjustTimeval(sample, when, sample, &delta_time, dfreq, doffset);
|
|
||||||
filter->samples[i].offset -= delta_time;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
filter_add_dispersion(struct MedianFilter *filter, double dispersion)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
|
|
||||||
for (i = 0; i < filter->used; i++) {
|
|
||||||
filter->samples[i].dispersion += dispersion;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
74
refclock.h
74
refclock.h
@@ -1,74 +0,0 @@
|
|||||||
/*
|
|
||||||
chronyd/chronyc - Programs for keeping computer clocks accurate.
|
|
||||||
|
|
||||||
**********************************************************************
|
|
||||||
* Copyright (C) Miroslav Lichvar 2009
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
*
|
|
||||||
**********************************************************************
|
|
||||||
|
|
||||||
=======================================================================
|
|
||||||
|
|
||||||
Header file for refclocks.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef GOT_REFCLOCK_H
|
|
||||||
#define GOT_REFCLOCK_H
|
|
||||||
|
|
||||||
#include "srcparams.h"
|
|
||||||
#include "sources.h"
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
char *driver_name;
|
|
||||||
char *driver_parameter;
|
|
||||||
int driver_poll;
|
|
||||||
int poll;
|
|
||||||
int filter_length;
|
|
||||||
int pps_rate;
|
|
||||||
int min_samples;
|
|
||||||
int max_samples;
|
|
||||||
int sel_options;
|
|
||||||
uint32_t ref_id;
|
|
||||||
uint32_t lock_ref_id;
|
|
||||||
double offset;
|
|
||||||
double delay;
|
|
||||||
double precision;
|
|
||||||
double max_dispersion;
|
|
||||||
} RefclockParameters;
|
|
||||||
|
|
||||||
typedef struct RCL_Instance_Record *RCL_Instance;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
int (*init)(RCL_Instance instance);
|
|
||||||
void (*fini)(RCL_Instance instance);
|
|
||||||
int (*poll)(RCL_Instance instance);
|
|
||||||
} RefclockDriver;
|
|
||||||
|
|
||||||
extern void RCL_Initialise(void);
|
|
||||||
extern void RCL_Finalise(void);
|
|
||||||
extern int RCL_AddRefclock(RefclockParameters *params);
|
|
||||||
extern void RCL_StartRefclocks(void);
|
|
||||||
extern void RCL_ReportSource(RPT_SourceReport *report, struct timeval *now);
|
|
||||||
|
|
||||||
/* functions used by drivers */
|
|
||||||
extern void RCL_SetDriverData(RCL_Instance instance, void *data);
|
|
||||||
extern void *RCL_GetDriverData(RCL_Instance instance);
|
|
||||||
extern char *RCL_GetDriverParameter(RCL_Instance instance);
|
|
||||||
extern char *RCL_GetDriverOption(RCL_Instance instance, char *name);
|
|
||||||
extern int RCL_AddSample(RCL_Instance instance, struct timeval *sample_time, double offset, int leap);
|
|
||||||
extern int RCL_AddPulse(RCL_Instance instance, struct timeval *pulse_time, double second);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user