svn commit: r293893 - in releng/10.2: . contrib/ntp contrib/ntp/html contrib/ntp/include contrib/ntp/lib/isc contrib/ntp/lib/isc/win32 contrib/ntp/libntp contrib/ntp/libparse contrib/ntp/ntpd contr...

Gleb Smirnoff glebius at FreeBSD.org
Thu Jan 14 09:10:48 UTC 2016


Author: glebius
Date: Thu Jan 14 09:10:46 2016
New Revision: 293893
URL: https://svnweb.freebsd.org/changeset/base/293893

Log:
  o Fix filemon and bmake meta-mode stability issues. [EN-16:01]
  o Fix invalid TCP checksums with pf(4). [EN-16:02.pf]
  o Fix YP/NIS client library critical bug. [EN-16:03.yplib]
  o Fix SCTP ICMPv6 error message vulnerability. [SA-16:01.sctp]
  o Fix ntp panic threshold bypass vulnerability. [SA-16:02.ntp]
  o Fix Linux compatibility layer incorrect futex handling. [SA-16:03.linux]
  o Fix Linux compatibility layer setgroups(2) system call. [SA-16:04.linux]
  o Fix TCP MD5 signature denial of service. [SA-16:05.tcp]
  o Fix insecure default bsnmpd.conf permissions. [SA-16:06.bsnmpd]
  
  Errata:		FreeBSD-EN-16:01.filemon
  Errata:		FreeBSD-EN-16:02.pf
  Errata:		FreeBSD-EN-16:03.yplib
  Security:	FreeBSD-SA-16:01.sctp, CVE-2016-1879
  Security:	FreeBSD-SA-16:02.ntp, CVE-2015-5300
  Security:	FreeBSD-SA-16:03.linux, CVE-2016-1880
  Security:	FreeBSD-SA-16:04.linux, CVE-2016-1881
  Security:	FreeBSD-SA-16:05.tcp, CVE-2016-1882
  Security:	FreeBSD-SA-16:06.bsnmpd, CVE-2015-5677
  Approved by:	so

Added:
  releng/10.2/contrib/ntp/include/safecast.h
     - copied unchanged from r293650, stable/10/contrib/ntp/include/safecast.h
Modified:
  releng/10.2/UPDATING
  releng/10.2/contrib/ntp/ChangeLog
  releng/10.2/contrib/ntp/CommitLog
  releng/10.2/contrib/ntp/NEWS
  releng/10.2/contrib/ntp/configure
  releng/10.2/contrib/ntp/html/miscopt.html
  releng/10.2/contrib/ntp/include/Makefile.am
  releng/10.2/contrib/ntp/include/Makefile.in
  releng/10.2/contrib/ntp/include/ntp_refclock.h
  releng/10.2/contrib/ntp/include/ntp_stdlib.h
  releng/10.2/contrib/ntp/include/ntp_worker.h
  releng/10.2/contrib/ntp/include/ntpd.h
  releng/10.2/contrib/ntp/lib/isc/backtrace.c
  releng/10.2/contrib/ntp/lib/isc/buffer.c
  releng/10.2/contrib/ntp/lib/isc/inet_aton.c
  releng/10.2/contrib/ntp/lib/isc/inet_pton.c
  releng/10.2/contrib/ntp/lib/isc/log.c
  releng/10.2/contrib/ntp/lib/isc/netaddr.c
  releng/10.2/contrib/ntp/lib/isc/sockaddr.c
  releng/10.2/contrib/ntp/lib/isc/task.c
  releng/10.2/contrib/ntp/lib/isc/win32/interfaceiter.c
  releng/10.2/contrib/ntp/lib/isc/win32/net.c
  releng/10.2/contrib/ntp/libntp/a_md5encrypt.c
  releng/10.2/contrib/ntp/libntp/atolfp.c
  releng/10.2/contrib/ntp/libntp/authkeys.c
  releng/10.2/contrib/ntp/libntp/authreadkeys.c
  releng/10.2/contrib/ntp/libntp/authusekey.c
  releng/10.2/contrib/ntp/libntp/dolfptoa.c
  releng/10.2/contrib/ntp/libntp/hextolfp.c
  releng/10.2/contrib/ntp/libntp/mstolfp.c
  releng/10.2/contrib/ntp/libntp/msyslog.c
  releng/10.2/contrib/ntp/libntp/ntp_crypto_rnd.c
  releng/10.2/contrib/ntp/libntp/ntp_lineedit.c
  releng/10.2/contrib/ntp/libntp/ntp_rfc2553.c
  releng/10.2/contrib/ntp/libntp/ntp_worker.c
  releng/10.2/contrib/ntp/libntp/snprintf.c
  releng/10.2/contrib/ntp/libntp/socktohost.c
  releng/10.2/contrib/ntp/libntp/systime.c
  releng/10.2/contrib/ntp/libntp/work_thread.c
  releng/10.2/contrib/ntp/libparse/clk_computime.c
  releng/10.2/contrib/ntp/libparse/clk_dcf7000.c
  releng/10.2/contrib/ntp/libparse/clk_hopf6021.c
  releng/10.2/contrib/ntp/libparse/clk_meinberg.c
  releng/10.2/contrib/ntp/libparse/clk_rawdcf.c
  releng/10.2/contrib/ntp/libparse/clk_rcc8000.c
  releng/10.2/contrib/ntp/libparse/clk_schmid.c
  releng/10.2/contrib/ntp/libparse/clk_trimtaip.c
  releng/10.2/contrib/ntp/libparse/clk_varitext.c
  releng/10.2/contrib/ntp/libparse/clk_wharton.c
  releng/10.2/contrib/ntp/libparse/parse.c
  releng/10.2/contrib/ntp/ntpd/invoke-ntp.conf.texi
  releng/10.2/contrib/ntp/ntpd/invoke-ntp.keys.texi
  releng/10.2/contrib/ntp/ntpd/invoke-ntpd.texi
  releng/10.2/contrib/ntp/ntpd/ntp.conf.5man
  releng/10.2/contrib/ntp/ntpd/ntp.conf.5mdoc
  releng/10.2/contrib/ntp/ntpd/ntp.conf.html
  releng/10.2/contrib/ntp/ntpd/ntp.conf.man.in
  releng/10.2/contrib/ntp/ntpd/ntp.conf.mdoc.in
  releng/10.2/contrib/ntp/ntpd/ntp.keys.5man
  releng/10.2/contrib/ntp/ntpd/ntp.keys.5mdoc
  releng/10.2/contrib/ntp/ntpd/ntp.keys.html
  releng/10.2/contrib/ntp/ntpd/ntp.keys.man.in
  releng/10.2/contrib/ntp/ntpd/ntp.keys.mdoc.in
  releng/10.2/contrib/ntp/ntpd/ntp_control.c
  releng/10.2/contrib/ntp/ntpd/ntp_crypto.c
  releng/10.2/contrib/ntp/ntpd/ntp_io.c
  releng/10.2/contrib/ntp/ntpd/ntp_loopfilter.c
  releng/10.2/contrib/ntp/ntpd/ntp_parser.c
  releng/10.2/contrib/ntp/ntpd/ntp_proto.c
  releng/10.2/contrib/ntp/ntpd/ntp_refclock.c
  releng/10.2/contrib/ntp/ntpd/ntp_request.c
  releng/10.2/contrib/ntp/ntpd/ntp_restrict.c
  releng/10.2/contrib/ntp/ntpd/ntp_signd.c
  releng/10.2/contrib/ntp/ntpd/ntp_timer.c
  releng/10.2/contrib/ntp/ntpd/ntp_util.c
  releng/10.2/contrib/ntp/ntpd/ntpd-opts.c
  releng/10.2/contrib/ntp/ntpd/ntpd-opts.h
  releng/10.2/contrib/ntp/ntpd/ntpd.1ntpdman
  releng/10.2/contrib/ntp/ntpd/ntpd.1ntpdmdoc
  releng/10.2/contrib/ntp/ntpd/ntpd.c
  releng/10.2/contrib/ntp/ntpd/ntpd.html
  releng/10.2/contrib/ntp/ntpd/ntpd.man.in
  releng/10.2/contrib/ntp/ntpd/ntpd.mdoc.in
  releng/10.2/contrib/ntp/ntpd/refclock_local.c
  releng/10.2/contrib/ntp/ntpd/refclock_parse.c
  releng/10.2/contrib/ntp/ntpd/refclock_shm.c
  releng/10.2/contrib/ntp/ntpd/refclock_true.c
  releng/10.2/contrib/ntp/ntpd/refclock_tsyncpci.c
  releng/10.2/contrib/ntp/ntpdate/ntpdate.c
  releng/10.2/contrib/ntp/ntpdc/invoke-ntpdc.texi
  releng/10.2/contrib/ntp/ntpdc/ntpdc-opts.c
  releng/10.2/contrib/ntp/ntpdc/ntpdc-opts.h
  releng/10.2/contrib/ntp/ntpdc/ntpdc.1ntpdcman
  releng/10.2/contrib/ntp/ntpdc/ntpdc.1ntpdcmdoc
  releng/10.2/contrib/ntp/ntpdc/ntpdc.c
  releng/10.2/contrib/ntp/ntpdc/ntpdc.h
  releng/10.2/contrib/ntp/ntpdc/ntpdc.html
  releng/10.2/contrib/ntp/ntpdc/ntpdc.man.in
  releng/10.2/contrib/ntp/ntpdc/ntpdc.mdoc.in
  releng/10.2/contrib/ntp/ntpdc/ntpdc_ops.c
  releng/10.2/contrib/ntp/ntpq/invoke-ntpq.texi
  releng/10.2/contrib/ntp/ntpq/libntpq.c
  releng/10.2/contrib/ntp/ntpq/libntpq.h
  releng/10.2/contrib/ntp/ntpq/libntpq_subs.c
  releng/10.2/contrib/ntp/ntpq/ntpq-opts.c
  releng/10.2/contrib/ntp/ntpq/ntpq-opts.h
  releng/10.2/contrib/ntp/ntpq/ntpq-subs.c
  releng/10.2/contrib/ntp/ntpq/ntpq.1ntpqman
  releng/10.2/contrib/ntp/ntpq/ntpq.1ntpqmdoc
  releng/10.2/contrib/ntp/ntpq/ntpq.c
  releng/10.2/contrib/ntp/ntpq/ntpq.h
  releng/10.2/contrib/ntp/ntpq/ntpq.html
  releng/10.2/contrib/ntp/ntpq/ntpq.man.in
  releng/10.2/contrib/ntp/ntpq/ntpq.mdoc.in
  releng/10.2/contrib/ntp/ntpsnmpd/invoke-ntpsnmpd.texi
  releng/10.2/contrib/ntp/ntpsnmpd/ntpsnmpd-opts.c
  releng/10.2/contrib/ntp/ntpsnmpd/ntpsnmpd-opts.h
  releng/10.2/contrib/ntp/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
  releng/10.2/contrib/ntp/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
  releng/10.2/contrib/ntp/ntpsnmpd/ntpsnmpd.html
  releng/10.2/contrib/ntp/ntpsnmpd/ntpsnmpd.man.in
  releng/10.2/contrib/ntp/ntpsnmpd/ntpsnmpd.mdoc.in
  releng/10.2/contrib/ntp/packageinfo.sh
  releng/10.2/contrib/ntp/scripts/calc_tickadj/Makefile.am
  releng/10.2/contrib/ntp/scripts/calc_tickadj/Makefile.in
  releng/10.2/contrib/ntp/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman
  releng/10.2/contrib/ntp/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc
  releng/10.2/contrib/ntp/scripts/calc_tickadj/calc_tickadj.html
  releng/10.2/contrib/ntp/scripts/calc_tickadj/calc_tickadj.man.in
  releng/10.2/contrib/ntp/scripts/calc_tickadj/calc_tickadj.mdoc.in
  releng/10.2/contrib/ntp/scripts/calc_tickadj/invoke-calc_tickadj.texi
  releng/10.2/contrib/ntp/scripts/invoke-plot_summary.texi
  releng/10.2/contrib/ntp/scripts/invoke-summary.texi
  releng/10.2/contrib/ntp/scripts/ntp-wait/invoke-ntp-wait.texi
  releng/10.2/contrib/ntp/scripts/ntp-wait/ntp-wait-opts
  releng/10.2/contrib/ntp/scripts/ntp-wait/ntp-wait.1ntp-waitman
  releng/10.2/contrib/ntp/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc
  releng/10.2/contrib/ntp/scripts/ntp-wait/ntp-wait.html
  releng/10.2/contrib/ntp/scripts/ntp-wait/ntp-wait.man.in
  releng/10.2/contrib/ntp/scripts/ntp-wait/ntp-wait.mdoc.in
  releng/10.2/contrib/ntp/scripts/ntpsweep/invoke-ntpsweep.texi
  releng/10.2/contrib/ntp/scripts/ntpsweep/ntpsweep-opts
  releng/10.2/contrib/ntp/scripts/ntpsweep/ntpsweep.1ntpsweepman
  releng/10.2/contrib/ntp/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc
  releng/10.2/contrib/ntp/scripts/ntpsweep/ntpsweep.html
  releng/10.2/contrib/ntp/scripts/ntpsweep/ntpsweep.man.in
  releng/10.2/contrib/ntp/scripts/ntpsweep/ntpsweep.mdoc.in
  releng/10.2/contrib/ntp/scripts/ntptrace/invoke-ntptrace.texi
  releng/10.2/contrib/ntp/scripts/ntptrace/ntptrace-opts
  releng/10.2/contrib/ntp/scripts/ntptrace/ntptrace.1ntptraceman
  releng/10.2/contrib/ntp/scripts/ntptrace/ntptrace.1ntptracemdoc
  releng/10.2/contrib/ntp/scripts/ntptrace/ntptrace.html
  releng/10.2/contrib/ntp/scripts/ntptrace/ntptrace.man.in
  releng/10.2/contrib/ntp/scripts/ntptrace/ntptrace.mdoc.in
  releng/10.2/contrib/ntp/scripts/plot_summary-opts
  releng/10.2/contrib/ntp/scripts/plot_summary.1plot_summaryman
  releng/10.2/contrib/ntp/scripts/plot_summary.1plot_summarymdoc
  releng/10.2/contrib/ntp/scripts/plot_summary.html
  releng/10.2/contrib/ntp/scripts/plot_summary.man.in
  releng/10.2/contrib/ntp/scripts/plot_summary.mdoc.in
  releng/10.2/contrib/ntp/scripts/summary-opts
  releng/10.2/contrib/ntp/scripts/summary.1summaryman
  releng/10.2/contrib/ntp/scripts/summary.1summarymdoc
  releng/10.2/contrib/ntp/scripts/summary.html
  releng/10.2/contrib/ntp/scripts/summary.man.in
  releng/10.2/contrib/ntp/scripts/summary.mdoc.in
  releng/10.2/contrib/ntp/scripts/update-leap/invoke-update-leap.texi
  releng/10.2/contrib/ntp/scripts/update-leap/update-leap-opts
  releng/10.2/contrib/ntp/scripts/update-leap/update-leap.1update-leapman
  releng/10.2/contrib/ntp/scripts/update-leap/update-leap.1update-leapmdoc
  releng/10.2/contrib/ntp/scripts/update-leap/update-leap.html
  releng/10.2/contrib/ntp/scripts/update-leap/update-leap.man.in
  releng/10.2/contrib/ntp/scripts/update-leap/update-leap.mdoc.in
  releng/10.2/contrib/ntp/sntp/configure
  releng/10.2/contrib/ntp/sntp/include/version.def
  releng/10.2/contrib/ntp/sntp/include/version.texi
  releng/10.2/contrib/ntp/sntp/invoke-sntp.texi
  releng/10.2/contrib/ntp/sntp/m4/ntp_libevent.m4
  releng/10.2/contrib/ntp/sntp/m4/ntp_problemtests.m4
  releng/10.2/contrib/ntp/sntp/m4/version.m4
  releng/10.2/contrib/ntp/sntp/networking.c
  releng/10.2/contrib/ntp/sntp/sntp-opts.c
  releng/10.2/contrib/ntp/sntp/sntp-opts.h
  releng/10.2/contrib/ntp/sntp/sntp.1sntpman
  releng/10.2/contrib/ntp/sntp/sntp.1sntpmdoc
  releng/10.2/contrib/ntp/sntp/sntp.html
  releng/10.2/contrib/ntp/sntp/sntp.man.in
  releng/10.2/contrib/ntp/sntp/sntp.mdoc.in
  releng/10.2/contrib/ntp/sntp/tests/keyFile.c
  releng/10.2/contrib/ntp/sntp/tests/kodDatabase.c
  releng/10.2/contrib/ntp/sntp/tests/kodFile.c
  releng/10.2/contrib/ntp/sntp/tests/run-kodDatabase.c
  releng/10.2/contrib/ntp/sntp/tests/run-t-log.c
  releng/10.2/contrib/ntp/sntp/tests/t-log.c
  releng/10.2/contrib/ntp/sntp/tests/utilities.c
  releng/10.2/contrib/ntp/sntp/unity/unity_internals.h
  releng/10.2/contrib/ntp/sntp/version.c
  releng/10.2/contrib/ntp/tests/bug-2803/bug-2803.c
  releng/10.2/contrib/ntp/tests/bug-2803/run-bug-2803.c
  releng/10.2/contrib/ntp/tests/libntp/a_md5encrypt.c
  releng/10.2/contrib/ntp/tests/libntp/authkeys.c
  releng/10.2/contrib/ntp/tests/libntp/buftvtots.c
  releng/10.2/contrib/ntp/tests/libntp/calendar.c
  releng/10.2/contrib/ntp/tests/libntp/caljulian.c
  releng/10.2/contrib/ntp/tests/libntp/clocktime.c
  releng/10.2/contrib/ntp/tests/libntp/decodenetnum.c
  releng/10.2/contrib/ntp/tests/libntp/humandate.c
  releng/10.2/contrib/ntp/tests/libntp/lfpfunc.c
  releng/10.2/contrib/ntp/tests/libntp/lfptostr.c
  releng/10.2/contrib/ntp/tests/libntp/modetoa.c
  releng/10.2/contrib/ntp/tests/libntp/msyslog.c
  releng/10.2/contrib/ntp/tests/libntp/netof.c
  releng/10.2/contrib/ntp/tests/libntp/numtoa.c
  releng/10.2/contrib/ntp/tests/libntp/numtohost.c
  releng/10.2/contrib/ntp/tests/libntp/octtoint.c
  releng/10.2/contrib/ntp/tests/libntp/prettydate.c
  releng/10.2/contrib/ntp/tests/libntp/recvbuff.c
  releng/10.2/contrib/ntp/tests/libntp/refidsmear.c
  releng/10.2/contrib/ntp/tests/libntp/refnumtoa.c
  releng/10.2/contrib/ntp/tests/libntp/run-a_md5encrypt.c
  releng/10.2/contrib/ntp/tests/libntp/run-calendar.c
  releng/10.2/contrib/ntp/tests/libntp/run-decodenetnum.c
  releng/10.2/contrib/ntp/tests/libntp/run-humandate.c
  releng/10.2/contrib/ntp/tests/libntp/run-lfpfunc.c
  releng/10.2/contrib/ntp/tests/libntp/run-lfptostr.c
  releng/10.2/contrib/ntp/tests/libntp/run-modetoa.c
  releng/10.2/contrib/ntp/tests/libntp/run-msyslog.c
  releng/10.2/contrib/ntp/tests/libntp/run-netof.c
  releng/10.2/contrib/ntp/tests/libntp/run-numtoa.c
  releng/10.2/contrib/ntp/tests/libntp/run-numtohost.c
  releng/10.2/contrib/ntp/tests/libntp/run-prettydate.c
  releng/10.2/contrib/ntp/tests/libntp/run-refnumtoa.c
  releng/10.2/contrib/ntp/tests/libntp/run-sfptostr.c
  releng/10.2/contrib/ntp/tests/libntp/run-socktoa.c
  releng/10.2/contrib/ntp/tests/libntp/run-statestr.c
  releng/10.2/contrib/ntp/tests/libntp/run-strtolfp.c
  releng/10.2/contrib/ntp/tests/libntp/run-timespecops.c
  releng/10.2/contrib/ntp/tests/libntp/run-timevalops.c
  releng/10.2/contrib/ntp/tests/libntp/run-uglydate.c
  releng/10.2/contrib/ntp/tests/libntp/sfptostr.c
  releng/10.2/contrib/ntp/tests/libntp/socktoa.c
  releng/10.2/contrib/ntp/tests/libntp/statestr.c
  releng/10.2/contrib/ntp/tests/libntp/strtolfp.c
  releng/10.2/contrib/ntp/tests/libntp/timespecops.c
  releng/10.2/contrib/ntp/tests/libntp/timevalops.c
  releng/10.2/contrib/ntp/tests/libntp/uglydate.c
  releng/10.2/contrib/ntp/tests/ntpd/leapsec.c
  releng/10.2/contrib/ntp/tests/ntpd/ntp_prio_q.c
  releng/10.2/contrib/ntp/tests/ntpd/ntp_restrict.c
  releng/10.2/contrib/ntp/tests/ntpd/rc_cmdlength.c
  releng/10.2/contrib/ntp/tests/ntpd/run-leapsec.c
  releng/10.2/contrib/ntp/tests/ntpd/run-ntp_restrict.c
  releng/10.2/contrib/ntp/tests/ntpd/run-rc_cmdlength.c
  releng/10.2/contrib/ntp/tests/ntpd/run-t-ntp_signd.c
  releng/10.2/contrib/ntp/tests/ntpd/t-ntp_scanner.c
  releng/10.2/contrib/ntp/tests/ntpd/t-ntp_signd.c
  releng/10.2/contrib/ntp/tests/sandbox/run-uglydate.c
  releng/10.2/contrib/ntp/tests/sandbox/smeartest.c
  releng/10.2/contrib/ntp/tests/sandbox/uglydate.c
  releng/10.2/contrib/ntp/tests/sec-2853/sec-2853.c
  releng/10.2/contrib/ntp/util/invoke-ntp-keygen.texi
  releng/10.2/contrib/ntp/util/ntp-keygen-opts.c
  releng/10.2/contrib/ntp/util/ntp-keygen-opts.h
  releng/10.2/contrib/ntp/util/ntp-keygen.1ntp-keygenman
  releng/10.2/contrib/ntp/util/ntp-keygen.1ntp-keygenmdoc
  releng/10.2/contrib/ntp/util/ntp-keygen.c
  releng/10.2/contrib/ntp/util/ntp-keygen.html
  releng/10.2/contrib/ntp/util/ntp-keygen.man.in
  releng/10.2/contrib/ntp/util/ntp-keygen.mdoc.in
  releng/10.2/etc/Makefile
  releng/10.2/lib/libc/yp/yplib.c
  releng/10.2/sys/amd64/linux32/linux32_proto.h
  releng/10.2/sys/amd64/linux32/linux32_systrace_args.c
  releng/10.2/sys/amd64/linux32/syscalls.master
  releng/10.2/sys/compat/linux/linux_futex.c
  releng/10.2/sys/compat/linux/linux_misc.c
  releng/10.2/sys/conf/newvers.sh
  releng/10.2/sys/dev/filemon/filemon.c
  releng/10.2/sys/dev/filemon/filemon_lock.c
  releng/10.2/sys/dev/filemon/filemon_wrapper.c
  releng/10.2/sys/i386/linux/syscalls.master
  releng/10.2/sys/kern/kern_prot.c
  releng/10.2/sys/net/pfvar.h
  releng/10.2/sys/netinet/tcp_output.c
  releng/10.2/sys/netinet6/sctp6_usrreq.c
  releng/10.2/sys/netpfil/pf/pf.c
  releng/10.2/sys/netpfil/pf/pf_ioctl.c
  releng/10.2/sys/netpfil/pf/pf_norm.c
  releng/10.2/sys/sys/ucred.h
  releng/10.2/usr.sbin/ntp/config.h
  releng/10.2/usr.sbin/ntp/doc/ntp-keygen.8
  releng/10.2/usr.sbin/ntp/doc/ntp.conf.5
  releng/10.2/usr.sbin/ntp/doc/ntp.keys.5
  releng/10.2/usr.sbin/ntp/doc/ntpd.8
  releng/10.2/usr.sbin/ntp/doc/ntpdc.8
  releng/10.2/usr.sbin/ntp/doc/ntpq.8
  releng/10.2/usr.sbin/ntp/doc/sntp.8
  releng/10.2/usr.sbin/ntp/scripts/mkver
Directory Properties:
  releng/10.2/   (props changed)

Modified: releng/10.2/UPDATING
==============================================================================
--- releng/10.2/UPDATING	Thu Jan 14 09:07:40 2016	(r293892)
+++ releng/10.2/UPDATING	Thu Jan 14 09:10:46 2016	(r293893)
@@ -16,6 +16,26 @@ from older versions of FreeBSD, try WITH
 stable/10, and then rebuild without this option. The bootstrap process from
 older version of current is a bit fragile.
 
+20160114	p9	FreeBSD-EN-16:01.filemon
+			FreeBSD-EN-16:02.pf
+			FreeBSD-EN-16:03.yplib
+			FreeBSD-SA-16:01.sctp
+			FreeBSD-SA-16:02.ntp
+			FreeBSD-SA-16:03.linux
+			FreeBSD-SA-16:04.linux
+			FreeBSD-SA-16:05.tcp
+			FreeBSD-SA-16:06.bsnmpd
+
+	Fix multiple stability and locking problems in filemon(4). [EN-16:01]
+	Fix pf(4) generating bad TCP checksums. [EN-16:02]
+	Fix infinite loop in YP/NIS client library. [EN-16:03]
+	Fix remote denial of service in SCTP. [SA-16:01]
+	Update NTP to 4.2.8p5. [SA-16:02]
+	Fix kernel memory diclosure in Linux compatibility layer. [SA-16:03]
+	Fix kernel memory overwrite in Linux compatibility layer. [SA-16:04]
+	Fix crash in TCP MD5 signatures. [SA-16:05]
+	Fix insecure default permissions for snmpd.config. [SA-16:06]
+
 20151205	p8	FreeBSD-SA-15:26.openssl
 
 	Fix multiple OpenSSL vulnerabilities. [SA-15:26]

Modified: releng/10.2/contrib/ntp/ChangeLog
==============================================================================
--- releng/10.2/contrib/ntp/ChangeLog	Thu Jan 14 09:07:40 2016	(r293892)
+++ releng/10.2/contrib/ntp/ChangeLog	Thu Jan 14 09:10:46 2016	(r293893)
@@ -1,4 +1,61 @@
 ---
+(4.2.8p5) 2016/01/07 Released by Harlan Stenn <stenn at ntp.org>
+
+* [Sec 2956] small-step/big-step.  Close the panic gate earlier.  HStenn.
+* CID 1339955: Free allocated memory in caljulian test.  HStenn.
+* CID 1339962: Explicitly initialize variable in caljulian test.  HStenn.
+* CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c.  HStenn.
+* CID 1341533: Missing assertion in sntp/tests/t-log.c.  HStenn.
+* CID 1341534: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
+* CID 1341535: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
+* CID 1341536: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
+* CID 1341537: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
+* CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262.  HStenn.
+* CID 1341677: Nits in sntp/tests/keyFile.c.  HStenn.
+* CID 1341678: Nits in sntp/tests/keyFile.c.  HStenn.
+* CID 1341679: Nits in sntp/tests/keyFile.c.  HStenn.
+* CID 1341680: Nits in sntp/tests/keyFile.c.  HStenn.
+* CID 1341681: Nits in sntp/tests/keyFile.c.  HStenn.
+* CID 1341682: Nit in libntp/authreadkeys.c.  HStenn.
+* CID 1341684: Nit in tests/ntpd/t-ntp_signd.c.  HStenn.
+* [Bug 2829] Look at pipe_fds in ntpd.c  (did so. perlinger at ntp.org)
+* [Bug 2887] stratum -1 config results as showing value 99
+  - fudge stratum should only accept values [0..16]. perlinger at ntp.org
+* [Bug 2932] Update leapsecond file info in miscopt.html.  CWoodbury, HStenn.
+* [Bug 2934] tests/ntpd/t-ntp_scanner.c has a magic constant wired in.  HMurray
+* [Bug 2944] errno is not preserved properly in ntpdate after sendto call.
+  - applied patch by Christos Zoulas.  perlinger at ntp.org
+* [Bug 2952] Symmetric active/passive mode is broken.  HStenn.
+* [Bug 2954] Version 4.2.8p4 crashes on startup with sig fault
+  - fixed data race conditions in threaded DNS worker. perlinger at ntp.org
+  - limit threading warm-up to linux; FreeBSD bombs on it. perlinger at ntp.org
+* [Bug 2957] 'unsigned int' vs 'size_t' format clash. perlinger at ntp.org
+  - accept key file only if there are no parsing errors
+  - fixed size_t/u_int format clash
+  - fixed wrong use of 'strlcpy'
+* [Bug 2958] ntpq: fatal error messages need a final newline. Craig Leres.
+* [Bug 2962] truncation of size_t/ptrdiff_t on 64bit targets. perlinger at ntp.org
+  - fixed several other warnings (cast-alignment, missing const, missing prototypes)
+  - promote use of 'size_t' for values that express a size
+  - use ptr-to-const for read-only arguments
+  - make sure SOCKET values are not truncated (win32-specific)
+  - format string fixes
+* [Bug 2965] Local clock didn't work since 4.2.8p4.  Martin Burnicki.
+* [Bug 2967] ntpdate command suffers an assertion failure
+  - fixed ntp_rfc2553.c to return proper address length. perlinger at ntp.org
+* [Bug 2969]  Seg fault from ntpq/mrulist when looking at server with
+              lots of clients. perlinger at ntp.org
+* [Bug 2971] ntpq bails on ^C: select fails: Interrupted system call
+  - changed stacked/nested handling of CTRL-C. perlinger at ntp.org
+* Unity cleanup for FreeBSD-6.4.  Harlan Stenn.
+* Unity test cleanup.  Harlan Stenn.
+* Libevent autoconf pthread fixes for FreeBSD-10.  Harlan Stenn.
+* Header cleanup in tests/sandbox/uglydate.c.  Harlan Stenn.
+* Header cleanup in tests/libntp/sfptostr.c.  Harlan Stenn.
+* Quiet a warning from clang.  Harlan Stenn.
+* Update the NEWS file.  Harlan Stenn.
+* Update scripts/calc_tickadj/Makefile.am.  Harlan Stenn.
+---
 (4.2.8p4) 2015/10/21 Released by Harlan Stenn <stenn at ntp.org>
 (4.2.8p4-RC1) 2015/10/06 Released by Harlan Stenn <stenn at ntp.org>
 

Modified: releng/10.2/contrib/ntp/CommitLog
==============================================================================
--- releng/10.2/contrib/ntp/CommitLog	Thu Jan 14 09:07:40 2016	(r293892)
+++ releng/10.2/contrib/ntp/CommitLog	Thu Jan 14 09:10:46 2016	(r293893)
@@ -1,3 +1,1480 @@
+ChangeSet at 1.3623, 2016-01-07 23:33:11+00:00, stenn at deacon.udel.edu
+  NTP_4_2_8P5
+  TAG: NTP_4_2_8P5
+
+  ChangeLog at 1.1791 +1 -0
+    NTP_4_2_8P5
+
+  ntpd/invoke-ntp.conf.texi at 1.194 +1 -1
+    NTP_4_2_8P5
+
+  ntpd/invoke-ntp.keys.texi at 1.186 +1 -1
+    NTP_4_2_8P5
+
+  ntpd/invoke-ntpd.texi at 1.503 +2 -2
+    NTP_4_2_8P5
+
+  ntpd/ntp.conf.5man at 1.228 +3 -3
+    NTP_4_2_8P5
+
+  ntpd/ntp.conf.5mdoc at 1.228 +2 -2
+    NTP_4_2_8P5
+
+  ntpd/ntp.conf.html at 1.182 +1 -1
+    NTP_4_2_8P5
+
+  ntpd/ntp.conf.man.in at 1.228 +3 -3
+    NTP_4_2_8P5
+
+  ntpd/ntp.conf.mdoc.in at 1.228 +2 -2
+    NTP_4_2_8P5
+
+  ntpd/ntp.keys.5man at 1.220 +2 -2
+    NTP_4_2_8P5
+
+  ntpd/ntp.keys.5mdoc at 1.220 +2 -2
+    NTP_4_2_8P5
+
+  ntpd/ntp.keys.html at 1.182 +1 -1
+    NTP_4_2_8P5
+
+  ntpd/ntp.keys.man.in at 1.220 +2 -2
+    NTP_4_2_8P5
+
+  ntpd/ntp.keys.mdoc.in at 1.220 +2 -2
+    NTP_4_2_8P5
+
+  ntpd/ntpd-opts.c at 1.525 +7 -7
+    NTP_4_2_8P5
+
+  ntpd/ntpd-opts.h at 1.524 +3 -3
+    NTP_4_2_8P5
+
+  ntpd/ntpd.1ntpdman at 1.332 +3 -3
+    NTP_4_2_8P5
+
+  ntpd/ntpd.1ntpdmdoc at 1.332 +2 -2
+    NTP_4_2_8P5
+
+  ntpd/ntpd.html at 1.176 +2 -2
+    NTP_4_2_8P5
+
+  ntpd/ntpd.man.in at 1.332 +3 -3
+    NTP_4_2_8P5
+
+  ntpd/ntpd.mdoc.in at 1.332 +2 -2
+    NTP_4_2_8P5
+
+  ntpdc/invoke-ntpdc.texi at 1.500 +2 -2
+    NTP_4_2_8P5
+
+  ntpdc/ntpdc-opts.c at 1.518 +7 -7
+    NTP_4_2_8P5
+
+  ntpdc/ntpdc-opts.h at 1.517 +3 -3
+    NTP_4_2_8P5
+
+  ntpdc/ntpdc.1ntpdcman at 1.331 +3 -3
+    NTP_4_2_8P5
+
+  ntpdc/ntpdc.1ntpdcmdoc at 1.331 +2 -2
+    NTP_4_2_8P5
+
+  ntpdc/ntpdc.html at 1.344 +2 -2
+    NTP_4_2_8P5
+
+  ntpdc/ntpdc.man.in at 1.331 +3 -3
+    NTP_4_2_8P5
+
+  ntpdc/ntpdc.mdoc.in at 1.331 +2 -2
+    NTP_4_2_8P5
+
+  ntpq/invoke-ntpq.texi at 1.507 +2 -2
+    NTP_4_2_8P5
+
+  ntpq/ntpq-opts.c at 1.524 +7 -7
+    NTP_4_2_8P5
+
+  ntpq/ntpq-opts.h at 1.522 +3 -3
+    NTP_4_2_8P5
+
+  ntpq/ntpq.1ntpqman at 1.335 +3 -3
+    NTP_4_2_8P5
+
+  ntpq/ntpq.1ntpqmdoc at 1.335 +2 -2
+    NTP_4_2_8P5
+
+  ntpq/ntpq.html at 1.173 +2 -2
+    NTP_4_2_8P5
+
+  ntpq/ntpq.man.in at 1.335 +3 -3
+    NTP_4_2_8P5
+
+  ntpq/ntpq.mdoc.in at 1.335 +2 -2
+    NTP_4_2_8P5
+
+  ntpsnmpd/invoke-ntpsnmpd.texi at 1.502 +2 -2
+    NTP_4_2_8P5
+
+  ntpsnmpd/ntpsnmpd-opts.c at 1.520 +7 -7
+    NTP_4_2_8P5
+
+  ntpsnmpd/ntpsnmpd-opts.h at 1.519 +3 -3
+    NTP_4_2_8P5
+
+  ntpsnmpd/ntpsnmpd.1ntpsnmpdman at 1.331 +3 -3
+    NTP_4_2_8P5
+
+  ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc at 1.331 +2 -2
+    NTP_4_2_8P5
+
+  ntpsnmpd/ntpsnmpd.html at 1.171 +1 -1
+    NTP_4_2_8P5
+
+  ntpsnmpd/ntpsnmpd.man.in at 1.331 +3 -3
+    NTP_4_2_8P5
+
+  ntpsnmpd/ntpsnmpd.mdoc.in at 1.331 +2 -2
+    NTP_4_2_8P5
+
+  packageinfo.sh at 1.522 +2 -2
+    NTP_4_2_8P5
+
+  scripts/calc_tickadj/calc_tickadj.1calc_tickadjman at 1.92 +3 -3
+    NTP_4_2_8P5
+
+  scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc at 1.93 +2 -2
+    NTP_4_2_8P5
+
+  scripts/calc_tickadj/calc_tickadj.html at 1.94 +1 -1
+    NTP_4_2_8P5
+
+  scripts/calc_tickadj/calc_tickadj.man.in at 1.91 +3 -3
+    NTP_4_2_8P5
+
+  scripts/calc_tickadj/calc_tickadj.mdoc.in at 1.93 +2 -2
+    NTP_4_2_8P5
+
+  scripts/calc_tickadj/invoke-calc_tickadj.texi at 1.96 +1 -1
+    NTP_4_2_8P5
+
+  scripts/invoke-plot_summary.texi at 1.113 +2 -2
+    NTP_4_2_8P5
+
+  scripts/invoke-summary.texi at 1.113 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntp-wait/invoke-ntp-wait.texi at 1.323 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntp-wait/ntp-wait-opts at 1.59 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntp-wait/ntp-wait.1ntp-waitman at 1.320 +3 -3
+    NTP_4_2_8P5
+
+  scripts/ntp-wait/ntp-wait.1ntp-waitmdoc at 1.321 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntp-wait/ntp-wait.html at 1.340 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntp-wait/ntp-wait.man.in at 1.320 +3 -3
+    NTP_4_2_8P5
+
+  scripts/ntp-wait/ntp-wait.mdoc.in at 1.321 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntpsweep/invoke-ntpsweep.texi at 1.111 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntpsweep/ntpsweep-opts at 1.61 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntpsweep/ntpsweep.1ntpsweepman at 1.99 +3 -3
+    NTP_4_2_8P5
+
+  scripts/ntpsweep/ntpsweep.1ntpsweepmdoc at 1.99 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntpsweep/ntpsweep.html at 1.112 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntpsweep/ntpsweep.man.in at 1.99 +3 -3
+    NTP_4_2_8P5
+
+  scripts/ntpsweep/ntpsweep.mdoc.in at 1.100 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntptrace/invoke-ntptrace.texi at 1.112 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntptrace/ntptrace-opts at 1.61 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntptrace/ntptrace.1ntptraceman at 1.99 +3 -3
+    NTP_4_2_8P5
+
+  scripts/ntptrace/ntptrace.1ntptracemdoc at 1.100 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntptrace/ntptrace.html at 1.113 +2 -2
+    NTP_4_2_8P5
+
+  scripts/ntptrace/ntptrace.man.in at 1.99 +3 -3
+    NTP_4_2_8P5
+
+  scripts/ntptrace/ntptrace.mdoc.in at 1.101 +2 -2
+    NTP_4_2_8P5
+
+  scripts/plot_summary-opts at 1.61 +2 -2
+    NTP_4_2_8P5
+
+  scripts/plot_summary.1plot_summaryman at 1.111 +3 -3
+    NTP_4_2_8P5
+
+  scripts/plot_summary.1plot_summarymdoc at 1.111 +2 -2
+    NTP_4_2_8P5
+
+  scripts/plot_summary.html at 1.114 +2 -2
+    NTP_4_2_8P5
+
+  scripts/plot_summary.man.in at 1.111 +3 -3
+    NTP_4_2_8P5
+
+  scripts/plot_summary.mdoc.in at 1.111 +2 -2
+    NTP_4_2_8P5
+
+  scripts/summary-opts at 1.61 +2 -2
+    NTP_4_2_8P5
+
+  scripts/summary.1summaryman at 1.111 +3 -3
+    NTP_4_2_8P5
+
+  scripts/summary.1summarymdoc at 1.111 +2 -2
+    NTP_4_2_8P5
+
+  scripts/summary.html at 1.114 +2 -2
+    NTP_4_2_8P5
+
+  scripts/summary.man.in at 1.111 +3 -3
+    NTP_4_2_8P5
+
+  scripts/summary.mdoc.in at 1.111 +2 -2
+    NTP_4_2_8P5
+
+  scripts/update-leap/invoke-update-leap.texi at 1.12 +1 -1
+    NTP_4_2_8P5
+
+  scripts/update-leap/update-leap-opts at 1.12 +2 -2
+    NTP_4_2_8P5
+
+  scripts/update-leap/update-leap.1update-leapman at 1.12 +3 -3
+    NTP_4_2_8P5
+
+  scripts/update-leap/update-leap.1update-leapmdoc at 1.12 +2 -2
+    NTP_4_2_8P5
+
+  scripts/update-leap/update-leap.html at 1.12 +1 -1
+    NTP_4_2_8P5
+
+  scripts/update-leap/update-leap.man.in at 1.12 +3 -3
+    NTP_4_2_8P5
+
+  scripts/update-leap/update-leap.mdoc.in at 1.12 +2 -2
+    NTP_4_2_8P5
+
+  sntp/invoke-sntp.texi at 1.500 +2 -2
+    NTP_4_2_8P5
+
+  sntp/sntp-opts.c at 1.519 +7 -7
+    NTP_4_2_8P5
+
+  sntp/sntp-opts.h at 1.517 +3 -3
+    NTP_4_2_8P5
+
+  sntp/sntp.1sntpman at 1.335 +3 -3
+    NTP_4_2_8P5
+
+  sntp/sntp.1sntpmdoc at 1.335 +2 -2
+    NTP_4_2_8P5
+
+  sntp/sntp.html at 1.515 +2 -2
+    NTP_4_2_8P5
+
+  sntp/sntp.man.in at 1.335 +3 -3
+    NTP_4_2_8P5
+
+  sntp/sntp.mdoc.in at 1.335 +2 -2
+    NTP_4_2_8P5
+
+  util/invoke-ntp-keygen.texi at 1.503 +2 -2
+    NTP_4_2_8P5
+
+  util/ntp-keygen-opts.c at 1.521 +7 -7
+    NTP_4_2_8P5
+
+  util/ntp-keygen-opts.h at 1.519 +3 -3
+    NTP_4_2_8P5
+
+  util/ntp-keygen.1ntp-keygenman at 1.331 +3 -3
+    NTP_4_2_8P5
+
+  util/ntp-keygen.1ntp-keygenmdoc at 1.331 +2 -2
+    NTP_4_2_8P5
+
+  util/ntp-keygen.html at 1.177 +2 -2
+    NTP_4_2_8P5
+
+  util/ntp-keygen.man.in at 1.331 +3 -3
+    NTP_4_2_8P5
+
+  util/ntp-keygen.mdoc.in at 1.331 +2 -2
+    NTP_4_2_8P5
+
+ChangeSet at 1.3622, 2016-01-07 17:52:24-05:00, stenn at deacon.udel.edu
+  ntp-4.2.8p5
+
+  packageinfo.sh at 1.521 +1 -1
+    ntp-4.2.8p5
+
+ChangeSet at 1.3621, 2016-01-07 22:20:05+00:00, stenn at psp-at1.ntp.org
+  cleanup
+
+  NEWS at 1.152 +2 -2
+    cleanup
+
+ChangeSet at 1.3620, 2016-01-07 09:33:11+00:00, stenn at psp-at1.ntp.org
+  typo in ntp_proto.c - leap smear.  Reported by Martin Burnicki
+
+  ntpd/ntp_proto.c at 1.371 +1 -1
+    typo in ntp_proto.c - leap smear.  Reported by Martin Burnicki
+
+ChangeSet at 1.3619, 2016-01-07 06:33:08+00:00, stenn at psp-at1.ntp.org
+  Update scripts/calc_tickadj/Makefile.am.  Harlan Stenn.
+
+  ChangeLog at 1.1790 +1 -0
+    Update scripts/calc_tickadj/Makefile.am.  Harlan Stenn.
+
+  scripts/calc_tickadj/Makefile.am at 1.11 +2 -0
+    Update scripts/calc_tickadj/Makefile.am.  Harlan Stenn.
+
+ChangeSet at 1.3616.1.1, 2016-01-05 10:57:45+00:00, stenn at psp-at1.ntp.org
+  Bug 2952 fixes
+
+  ChangeLog at 1.1787.1.1 +1 -0
+    Bug 2952 fixes
+
+  ntpd/ntp_proto.c at 1.370 +165 -152
+    Bug 2952 fixes
+
+ChangeSet at 1.3617, 2016-01-05 09:56:31+00:00, stenn at psp-at1.ntp.org
+  ntp-4.2.8p5 prep
+
+  ChangeLog at 1.1788 +2 -1
+    ntp-4.2.8p5 prep
+
+  NEWS at 1.151 +104 -3
+    ntp-4.2.8p5 prep
+
+ChangeSet at 1.3616, 2015-12-06 11:20:02+00:00, stenn at psp-deb1.ntp.org
+  Quiet a warning from clang.  Harlan Stenn.
+
+  ChangeLog at 1.1787 +1 -0
+    Quiet a warning from clang.  Harlan Stenn.
+
+  libntp/ntp_rfc2553.c at 1.50 +3 -2
+    Quiet a warning from clang.  Harlan Stenn.
+
+ChangeSet at 1.3615, 2015-12-05 10:41:51+00:00, stenn at psp-at1.ntp.org
+  CID 1341677: Nits in sntp/tests/keyFile.c.  HStenn.
+
+  ChangeLog at 1.1786 +1 -0
+    CID 1341677: Nits in sntp/tests/keyFile.c.  HStenn.
+
+  sntp/tests/keyFile.c at 1.12 +5 -2
+    CID 1341677: Nits in sntp/tests/keyFile.c.  HStenn.
+
+ChangeSet at 1.3614, 2015-12-05 10:38:28+00:00, stenn at psp-at1.ntp.org
+  CID 1341678: Nits in sntp/tests/keyFile.c.  HStenn.
+
+  ChangeLog at 1.1785 +1 -0
+    CID 1341678: Nits in sntp/tests/keyFile.c.  HStenn.
+
+  sntp/tests/keyFile.c at 1.11 +5 -1
+    CID 1341678: Nits in sntp/tests/keyFile.c.  HStenn.
+
+ChangeSet at 1.3613, 2015-12-05 10:31:39+00:00, stenn at psp-at1.ntp.org
+  CID 1341679: Nits in sntp/tests/keyFile.c.  HStenn.
+
+  ChangeLog at 1.1784 +1 -0
+    CID 1341679: Nits in sntp/tests/keyFile.c.  HStenn.
+
+  sntp/tests/keyFile.c at 1.10 +4 -2
+    CID 1341679: Nits in sntp/tests/keyFile.c.  HStenn.
+
+ChangeSet at 1.3612, 2015-12-05 10:27:40+00:00, stenn at psp-at1.ntp.org
+  CID 1341680: Nits in sntp/tests/keyFile.c.  HStenn.
+
+  ChangeLog at 1.1783 +1 -0
+    CID 1341680: Nits in sntp/tests/keyFile.c.  HStenn.
+
+  sntp/tests/keyFile.c at 1.9 +4 -2
+    CID 1341680: Nits in sntp/tests/keyFile.c.  HStenn.
+
+ChangeSet at 1.3611, 2015-12-05 10:21:07+00:00, stenn at psp-at1.ntp.org
+  CID 1341681: Nits in sntp/tests/keyFile.c.  HStenn.
+
+  ChangeLog at 1.1782 +1 -0
+    CID 1341681: Nits in sntp/tests/keyFile.c.  HStenn.
+
+ChangeSet at 1.3610, 2015-12-05 10:18:23+00:00, stenn at psp-at1.ntp.org
+  sntp/tests/keyFile.c lint
+
+  sntp/tests/keyFile.c at 1.8 +4 -2
+    sntp/tests/keyFile.c lint
+
+ChangeSet at 1.3609, 2015-12-05 10:01:47+00:00, stenn at psp-at1.ntp.org
+  CID 1341682: Nit in libntp/authreadkeys.c.  HStenn.
+
+  ChangeLog at 1.1781 +1 -0
+    CID 1341682: Nit in libntp/authreadkeys.c.  HStenn.
+
+  libntp/authreadkeys.c at 1.24 +3 -4
+    CID 1341682: Nit in libntp/authreadkeys.c.  HStenn.
+
+ChangeSet at 1.3608, 2015-12-05 09:40:44+00:00, stenn at psp-at1.ntp.org
+  CID 1341684: Nit in tests/ntpd/t-ntp_signd.c.  HStenn.
+
+  ChangeLog at 1.1780 +1 -0
+    CID 1341684: Nit in tests/ntpd/t-ntp_signd.c.  HStenn.
+
+  tests/ntpd/t-ntp_signd.c at 1.15 +4 -0
+    CID 1341684: Nit in tests/ntpd/t-ntp_signd.c.  HStenn.
+
+ChangeSet at 1.3607, 2015-12-03 12:07:30+00:00, stenn at psp-at1.ntp.org
+  Update some test runners
+
+  tests/libntp/run-sfptostr.c at 1.7 +9 -8
+    update
+
+  tests/sandbox/run-uglydate.c at 1.7 +2 -1
+    update
+
+ChangeSet at 1.3606, 2015-12-03 03:28:15-08:00, cov-build at cov7.ntfo.org
+  Header cleanup in tests/libntp/sfptostr.c.  Harlan Stenn.
+
+  ChangeLog at 1.1779 +1 -0
+    Header cleanup in tests/libntp/sfptostr.c.  Harlan Stenn.
+
+  tests/libntp/sfptostr.c at 1.5 +1 -0
+    Header cleanup in tests/libntp/sfptostr.c.  Harlan Stenn.
+
+ChangeSet at 1.3605, 2015-12-03 03:26:50-08:00, cov-build at cov7.ntfo.org
+  Header cleanup in tests/sandbox/uglydate.c.  Harlan Stenn.
+
+  ChangeLog at 1.1778 +1 -0
+    Header cleanup in tests/sandbox/uglydate.c.  Harlan Stenn.
+
+  tests/sandbox/uglydate.c at 1.6 +2 -1
+    Header cleanup in tests/sandbox/uglydate.c.  Harlan Stenn.
+
+ChangeSet at 1.3604, 2015-12-03 02:16:02-08:00, cov-build at cov7.ntfo.org
+  CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c.  HStenn.
+
+  ChangeLog at 1.1777 +1 -0
+    CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c.  HStenn.
+
+  sntp/tests/t-log.c at 1.7 +1 -1
+    CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c.  HStenn.
+
+ChangeSet at 1.3603, 2015-12-03 02:00:58-08:00, cov-build at cov7.ntfo.org
+  CID 1341533: Missing assertion in sntp/tests/t-log.c.  HStenn.
+
+  ChangeLog at 1.1776 +1 -0
+    CID 1341533: Missing assertion in sntp/tests/t-log.c.  HStenn.
+
+  sntp/tests/t-log.c at 1.6 +2 -0
+    CID 1341533: Missing assertion in sntp/tests/t-log.c.  HStenn.
+
+ChangeSet at 1.3602, 2015-12-03 01:50:11-08:00, cov-build at cov7.ntfo.org
+  CID 134534-134537: Resource leaks in tests/ntpd/t-ntp_signd.c.  HStenn.
+
+  ChangeLog at 1.1775 +4 -0
+    CID 134534-134537: Resource leaks in tests/ntpd/t-ntp_signd.c.  HStenn.
+
+  tests/ntpd/t-ntp_signd.c at 1.14 +9 -0
+    CID 134534-134537: Resource leaks in tests/ntpd/t-ntp_signd.c.  HStenn.
+
+ChangeSet at 1.3601, 2015-12-03 01:22:22-08:00, cov-build at cov7.ntfo.org
+  CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262.  HStenn.
+
+  ChangeLog at 1.1774 +1 -0
+    CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262.  HStenn.
+
+  tests/ntpd/ntp_prio_q.c at 1.3 +1 -0
+    CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262.  HStenn.
+
+ChangeSet at 1.3597.4.1, 2015-11-30 06:03:47+01:00, jnperlin at hydra.localnet
+  [Bug 2829] Look at pipe_fds in ntpd.c (initial value issue)
+
+  ChangeLog at 1.1770.4.1 +1 -0
+    [Bug 2829] Look at pipe_fds in ntpd.c
+
+  ntpd/ntpd.c at 1.167 +3 -0
+    [Bug 2829] Look at pipe_fds in ntpd.c (initial value issue)
+
+ChangeSet at 1.3597.3.1, 2015-11-29 13:03:58+01:00, jnperlin at hydra.localnet
+  [Bug 2887] stratum -1 config results as showing value 99
+   - fudge stratum only accepts values [0..16].
+
+  ChangeLog at 1.1770.3.1 +2 -0
+    [Bug 2887] stratum -1 config results as showing value 99
+     - fudge stratum only accepts values [0..16].
+
+  ntpd/ntp_parser.c at 1.100 +178 -171
+    [Bug 2887] stratum -1 config results as showing value 99
+     - fudge stratum only accepts values [0..16]. (file regenerated by bison & trimmed manually)
+
+  ntpd/ntp_parser.y at 1.90 +8 -1
+    [Bug 2887] stratum -1 config results as showing value 99
+     - fudge stratum only accepts values [0..16], gives error otherwise
+
+ChangeSet at 1.3597.2.1, 2015-11-28 22:59:39+01:00, jnperlin at hydra.localnet
+  [Bug 2944] errno is not preserved properly in ntpdate after sendto call.
+   - applied patch by Christos Zoulas.
+
+  ChangeLog at 1.1770.2.1 +2 -0
+    [Bug 2944] errno is not preserved properly in ntpdate after sendto call.
+     - applied patch by Christos Zoulas.
+
+  libntp/socktohost.c at 1.16 +10 -2
+    [Bug 2944] errno is not preserved properly in ntpdate after sendto call.
+     - save errno around calls to getnameinfo/getaddrinfo (patch by Christos Zoulas)
+
+ChangeSet at 1.3597.1.4, 2015-11-28 19:09:53+01:00, jnperlin at hydra.localnet
+  Bug 2971 - ntpq bails on ^C: select fails: Interrupted system call
+   - changed stacked/nested handling of CTRL-C.
+
+  ChangeLog at 1.1770.1.2 +2 -0
+    Bug 2971 - ntpq bails on ^C: select fails: Interrupted system call
+     - changed stacked/nested handling of CTRL-C.
+
+  ntpq/ntpq-subs.c at 1.114 +11 -8
+    Bug 2971 - ntpq bails on ^C: select fails: Interrupted system call
+     - changed stacked/nested handling of CTRL-C.
+
+  ntpq/ntpq.c at 1.165 +57 -8
+    Bug 2971 - ntpq bails on ^C: select fails: Interrupted system call
+     - changed stacked/nested handling of CTRL-C.
+
+  ntpq/ntpq.h at 1.31 +4 -0
+    Bug 2971 - ntpq bails on ^C: select fails: Interrupted system call
+     - changed stacked/nested handling of CTRL-C.
+
+ChangeSet at 1.3597.1.3, 2015-11-25 22:10:45-08:00, harlan at max.pfcs.com
+  Libevent autoconf pthread fixes for FreeBSD-10.  Harlan Stenn.
+
+  ChangeLog at 1.1770.1.1 +1 -0
+    Libevent autoconf pthread fixes for FreeBSD-10.  Harlan Stenn.
+
+  sntp/m4/ntp_libevent.m4 at 1.16 +2 -1
+    Libevent autoconf pthread fixes for FreeBSD-10.  Harlan Stenn.
+
+ChangeSet at 1.3597.1.2, 2015-11-25 12:23:40+00:00, stenn at psp-at1.ntp.org
+  Unity test cleanup.  Harlan Stenn.
+
+  tests/ntpd/run-t-ntp_signd.c at 1.11 +6 -6
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/ntpd/t-ntp_signd.c at 1.13 +19 -5
+    Unity test cleanup.  Harlan Stenn.
+
+ChangeSet at 1.3597.1.1, 2015-11-25 11:50:51+00:00, stenn at psp-at1.ntp.org
+  Unity test cleanup.  Harlan Stenn.
+
+  sntp/unity/unity_internals.h at 1.5 +13 -1
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/calendar.c at 1.12 +8 -3
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/ntpd/leapsec.c at 1.4 +241 -82
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/ntpd/run-leapsec.c at 1.6 +33 -33
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/ntpd/run-t-ntp_signd.c at 1.10 +6 -6
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/ntpd/t-ntp_signd.c at 1.12 +40 -13
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/sandbox/smeartest.c at 1.10 +3 -0
+    Unity test cleanup.  Harlan Stenn.
+
+ChangeSet at 1.3598, 2015-11-24 08:06:41+01:00, jnperlin at hydra.localnet
+  [Bug 2967] ntpdate command suffers an assertion failure
+    - fixed ntp_rfc2553.c to return proper address length.
+
+  ChangeLog at 1.1771 +2 -0
+    [Bug 2967] ntpdate command suffers an assertion failure
+      - fixed ntp_rfc2553.c to return proper address length.
+
+  libntp/ntp_rfc2553.c at 1.49 +2 -1
+    [Bug 2967] ntpdate command suffers an assertion failure
+      - fix do_nodename() to return the proper address length when name is NULL.
+
+ChangeSet at 1.3597, 2015-11-23 10:55:16+00:00, stenn at psp-at1.ntp.org
+  ChangeLog, caljulian.c:
+    * CID 1339955: Free allocated memory in caljulian test.  HStenn.
+    * CID 1339962: Explicitly initialize variable in caljulian test.  HStenn.
+
+  ChangeLog at 1.1770 +2 -0
+    * CID 1339955: Free allocated memory in caljulian test.  HStenn.
+    * CID 1339962: Explicitly initialize variable in caljulian test.  HStenn.
+
+  tests/libntp/caljulian.c at 1.14 +16 -10
+    * CID 1339955: Free allocated memory in caljulian test.  HStenn.
+    * CID 1339962: Explicitly initialize variable in caljulian test.  HStenn.
+
+ChangeSet at 1.3596, 2015-11-20 20:16:24-08:00, harlan at hms-mbp11.pfcs.com
+  Unity test cleanup.  Harlan Stenn.
+
+  sntp/tests/kodDatabase.c at 1.9 +0 -4
+    Unity test cleanup.  Harlan Stenn.
+
+  sntp/tests/run-kodDatabase.c at 1.9 +5 -5
+    Unity test cleanup.  Harlan Stenn.
+
+ChangeSet at 1.3595, 2015-11-20 19:41:16-08:00, harlan at hms-mbp11.pfcs.com
+  Unity test cleanup.  Harlan Stenn.
+
+  sntp/tests/kodDatabase.c at 1.8 +6 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  sntp/tests/kodFile.c at 1.9 +1 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  sntp/tests/run-kodDatabase.c at 1.8 +6 -5
+    Unity test cleanup.  Harlan Stenn.
+
+  sntp/tests/run-t-log.c at 1.5 +3 -3
+    Unity test cleanup.  Harlan Stenn.
+
+  sntp/tests/t-log.c at 1.5 +32 -16
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/calendar.c at 1.11 +11 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/caljulian.c at 1.13 +1 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/decodenetnum.c at 1.10 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/humandate.c at 1.7 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/lfptostr.c at 1.8 +9 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/modetoa.c at 1.8 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/msyslog.c at 1.7 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/netof.c at 1.9 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/numtoa.c at 1.7 +11 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/numtohost.c at 1.7 +11 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/prettydate.c at 1.6 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/recvbuff.c at 1.7 +3 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/refidsmear.c at 1.7 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/refnumtoa.c at 1.7 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-calendar.c at 1.11 +15 -15
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-decodenetnum.c at 1.10 +6 -6
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-humandate.c at 1.7 +2 -2
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-lfptostr.c at 1.8 +11 -11
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-modetoa.c at 1.12 +2 -2
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-msyslog.c at 1.9 +8 -8
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-netof.c at 1.8 +4 -4
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-numtoa.c at 1.11 +2 -2
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-numtohost.c at 1.11 +1 -1
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-prettydate.c at 1.6 +1 -1
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-refidsmear.c at 1.8 +1 -1
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-refnumtoa.c at 1.9 +2 -2
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-sfptostr.c at 1.6 +8 -8
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-socktoa.c at 1.13 +6 -6
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-statestr.c at 1.11 +4 -4
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-strtolfp.c at 1.6 +7 -7
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-timespecops.c at 1.11 +28 -28
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-timevalops.c at 1.13 +28 -28
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-uglydate.c at 1.11 +1 -1
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/sfptostr.c at 1.4 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/socktoa.c at 1.11 +11 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/statestr.c at 1.6 +11 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/strtolfp.c at 1.7 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/timespecops.c at 1.10 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/timevalops.c at 1.13 +10 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/uglydate.c at 1.10 +13 -1
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/sandbox/run-uglydate.c at 1.6 +1 -1
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/sandbox/smeartest.c at 1.9 +2 -0
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/sandbox/uglydate.c at 1.5 +11 -0
+    Unity test cleanup.  Harlan Stenn.
+
+ChangeSet at 1.3594, 2015-11-20 07:40:57+00:00, stenn at psp-at1.ntp.org
+  [Bug 2958] ntpq: fatal error messages need a final newline. Craig Leres.
+
+  ChangeLog at 1.1769 +1 -0
+    [Bug 2958] ntpq: fatal error messages need a final newline. Craig Leres.
+
+  ntpq/ntpq.c at 1.164 +1 -1
+    [Bug 2958] ntpq: fatal error messages need a final newline. Craig Leres.
+
+ChangeSet at 1.3593, 2015-11-20 07:27:27+00:00, stenn at psp-at1.ntp.org
+  Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/authkeys.c at 1.13 +36 -10
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/buftvtots.c at 1.6 +18 -6
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/calendar.c at 1.10 +100 -47
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/caljulian.c at 1.12 +27 -9
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/clocktime.c at 1.9 +48 -24
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/humandate.c at 1.6 +6 -2
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/lfpfunc.c at 1.15 +113 -69
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/netof.c at 1.8 +22 -7
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/numtohost.c at 1.6 +1 -1
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/octtoint.c at 1.7 +36 -14
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/refidsmear.c at 1.6 +1 -4
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/refnumtoa.c at 1.6 +5 -5
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-lfpfunc.c at 1.18 +9 -9
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/run-refidsmear.c at 1.7 +1 -1
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/timespecops.c at 1.9 +173 -48
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/timestructs.h at 1.3 +22 -22
+    Unity test cleanup.  Harlan Stenn.
+
+  tests/libntp/timevalops.c at 1.12 +168 -52
+    Unity test cleanup.  Harlan Stenn.
+
+ChangeSet at 1.3592, 2015-11-20 02:57:37+01:00, jnperlin at nemesis.localnet
+  [Bug 2969] Seg fault from ntpq/mrulist when looking at server with lots of clients
+
+  ChangeLog at 1.1768 +2 -0
+    [Bug 2969] Seg fault from ntpq/mrulist when looking at server with lots of clients
+
+  lib/isc/sockaddr.c at 1.14 +1 -1
+    [Bug 2969] Seg fault from ntpq/mrulist when looking at server with lots of clients
+     - cast fro size_t to u_int (no overflow danger); not related the bug, found while double-checking changes
+
+  ntpq/ntpq-subs.c at 1.113 +1 -1
+    [Bug 2969] Seg fault from ntpq/mrulist when looking at server with lots of clients
+     - make end-of-buffer test unsigned-safe
+
+ChangeSet at 1.3591, 2015-11-17 11:12:02+00:00, stenn at psp-at1.ntp.org
+  [Bug 2932] Update leapsecond file info in miscopt.html.  CWoodbury, HStenn.
+
+  ChangeLog at 1.1767 +1 -0
+    [Bug 2932] Update leapsecond file info in miscopt.html.  CWoodbury, HStenn.
+
+  html/miscopt.html at 1.84 +3 -3
+    [Bug 2932] Update leapsecond file info in miscopt.html.  CWoodbury, HStenn.
+
+ChangeSet at 1.3588, 2015-11-17 05:02:10+00:00, stenn at psp-at1.ntp.org
+  Credit Martin for 2965
+
+  ChangeLog at 1.1764.1.3 +1 -1
+    Credit Martin for 2965
+
+ChangeSet at 1.3587, 2015-11-17 04:53:39+00:00, stenn at psp-at1.ntp.org
+  cleanup
+
+  ChangeLog at 1.1764.1.2 +1 -1
+    cleanup
+
+ChangeSet at 1.3584.2.1, 2015-11-16 11:59:55+01:00, burnicki at pc-martin4.
+  [Bug 2965] Local clock didn't work since 4.2.8p4
+
+  ChangeLog at 1.1764.1.1 +1 -0
+    [Bug 2965] Local clock didn't work since 4.2.8p4
+
+  ntpd/refclock_local.c at 1.22 +1 -0
+    [Bug 2965] Local clock didn't work since 4.2.8p4
+

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-src-all mailing list