Date: Tue, 14 Jan 2014 18:59:00 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r260637 - head/contrib/ntp/ntpd Message-ID: <201401141859.s0EIx0gY000381@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Tue Jan 14 18:59:00 2014 New Revision: 260637 URL: http://svnweb.freebsd.org/changeset/base/260637 Log: Disable 'monitor' feature in ntpd by default. Security: FreeBSD-SA-14:02.ntpd Approved by: so Modified: head/contrib/ntp/ntpd/ntp_config.c Modified: head/contrib/ntp/ntpd/ntp_config.c ============================================================================== --- head/contrib/ntp/ntpd/ntp_config.c Tue Jan 14 18:58:57 2014 (r260636) +++ head/contrib/ntp/ntpd/ntp_config.c Tue Jan 14 18:59:00 2014 (r260637) @@ -597,6 +597,8 @@ getconfig( #endif /* not SYS_WINNT */ } + proto_config(PROTO_MONITOR, 0, 0., NULL); + for (;;) { if (tok == CONFIG_END) break;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401141859.s0EIx0gY000381>