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
adjtimex.c
atoint.c
atolfp.c
atouint.c
audio.c
authkeys.c
authreadkeys.c
authusekey.c
bsd_strerror.c
buftvtots.c
caljulian.c
caltontp.c
calyearstart.c
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
findconfig.c
getopt.c
hextoint.c
hextolfp.c
humandate.c
icom.c
iosignal.c
is_ip_address.c
lib_strbuf.c
libssl_compat.c
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
ntp_libopts.c
ntp_lineedit.c
ntp_random.c
ntp_rfc2553.c
ntp_worker.c
numtoa.c
numtohost.c
octtoint.c
prettydate.c
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
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
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
work_thread.c
xsbprintf.c
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.