freebsd-dev/contrib/ntp/libntp
Cy Schubert 767173cec2 MFV r362565:
Update 4.2.8p14 --> 4.2.8p15

Summary: Systems that use a CMAC algorithm in ntp.keys will not release
a bit of memory on each packet that uses a CMAC keyid, eventually causing
ntpd to run out of memory and fail. The CMAC cleanup from
https://bugs.ntp.org/3447, part of ntp-4.2.8p11, introduced a bug whereby
the CMAC data structure was no longer completely removed.

MFC after:	3 days
Security:	NTP Bug 3661
2020-06-24 01:51:05 +00:00
..
a_md5encrypt.c MFV r362565: 2020-06-24 01:51:05 +00:00
adjtime.c MFV r330102: ntp 4.2.8p11 2018-02-28 07:59:55 +00:00
adjtimex.c
atoint.c
atolfp.c
atouint.c
audio.c MFV r315791: ntp 4.2.8p10. 2017-03-23 22:06:06 +00:00
authkeys.c MFV r330102: ntp 4.2.8p11 2018-02-28 07:59:55 +00:00
authreadkeys.c MFV r344878: 2019-03-07 13:36:00 +00:00
authusekey.c
bsd_strerror.c
buftvtots.c
caljulian.c
caltontp.c
calyearstart.c MFV r344878: 2019-03-07 13:36:00 +00:00
clocktime.c
clocktypes.c
decodenetnum.c MFV r362565: 2020-06-24 01:51:05 +00:00
dofptoa.c MFV r358616: 2020-03-04 21:45:12 +00:00
dolfptoa.c MFV r358616: 2020-03-04 21:45:12 +00:00
emalloc.c MFV r315791: ntp 4.2.8p10. 2017-03-23 22:06:06 +00:00
findconfig.c
getopt.c
hextoint.c
hextolfp.c
humandate.c
icom.c
iosignal.c
is_ip_address.c
lib_strbuf.c
libssl_compat.c MFV r330102: ntp 4.2.8p11 2018-02-28 07:59:55 +00:00
machines.c
Makefile.am MFV r358616: 2020-03-04 21:45:12 +00:00
Makefile.in MFV r358616: 2020-03-04 21:45:12 +00:00
mktime.c
modetoa.c
mstolfp.c MFV r358616: 2020-03-04 21:45:12 +00:00
msyslog.c MFV r358616: 2020-03-04 21:45:12 +00:00
netof.c
ntp_calendar.c MFV r358616: 2020-03-04 21:45:12 +00:00
ntp_calgps.c MFV r358616: 2020-03-04 21:45:12 +00:00
ntp_crypto_rnd.c
ntp_intres.c MFV r315791: ntp 4.2.8p10. 2017-03-23 22:06:06 +00:00
ntp_libopts.c
ntp_lineedit.c
ntp_random.c
ntp_rfc2553.c
ntp_worker.c
numtoa.c
numtohost.c
octtoint.c
prettydate.c MFV r338092: ntp 4.2.8p12. 2018-08-21 02:38:07 +00:00
README
recvbuff.c MFV r362565: 2020-06-24 01:51:05 +00:00
refidsmear.c
refnumtoa.c
snprintf.c
socket.c
socktoa.c
socktohost.c
ssl_init.c MFV r338092: ntp 4.2.8p12. 2018-08-21 02:38:07 +00:00
statestr.c MFV r358616: 2020-03-04 21:45:12 +00:00
strdup.c MFV r362565: 2020-06-24 01:51:05 +00:00
strl_obsd.c
syssignal.c MFV r338092: ntp 4.2.8p12. 2018-08-21 02:38:07 +00:00
systime_s.c
systime.c MFV r358616: 2020-03-04 21:45:12 +00:00
timespecops.c MFV r358616: 2020-03-04 21:45:12 +00:00
timetoa.c
timevalops.c
timexsup.c MFV r362565: 2020-06-24 01:51:05 +00:00
uglydate.c
vint64ops.c
work_fork.c MFV r344878: 2019-03-07 13:36:00 +00:00
work_thread.c MFV r338092: ntp 4.2.8p12. 2018-08-21 02:38:07 +00:00
xsbprintf.c MFV r344878: 2019-03-07 13:36:00 +00:00
ymd2yd.c

README file for directory ./libntp of the NTP Version 4 distribution

This directory contains the sources for the NTP library used by most
programs in this distribution. See the README and RELNOTES files in the
parent directory for directions on how to make this library.