Author: roberto
Date: Tue Dec 15 14:58:10 2009
New Revision: 200576
URL: http://svn.freebsd.org/changeset/base/200576
Log:
Merge 4.2.4p8 into contrib (r200452 & r200454).
Subversion is being difficult here so take a hammer and get it in.
MFC after: 2 weeks
Security: CVE-2009-3563
Added:
head/contrib/ntp/html/build/hints/solaris.xtra.4095849
- copied unchanged from r200575,
vendor/ntp/dist/html/build/hints/solaris.xtra.4095849
Modified:
head/contrib/ntp/COPYRIGHT
head/contrib/ntp/ChangeLog
head/contrib/ntp/CommitLog
head/contrib/ntp/Makefile.in
head/contrib/ntp/NEWS
head/contrib/ntp/README
head/contrib/ntp/README.bk
head/contrib/ntp/README.patches
head/contrib/ntp/WHERE-TO-START
head/contrib/ntp/aclocal.m4
head/contrib/ntp/adjtimed/Makefile.in
head/contrib/ntp/arlib/Makefile.in
head/contrib/ntp/arlib/aclocal.m4
head/contrib/ntp/arlib/configure
head/contrib/ntp/build
head/contrib/ntp/clockstuff/Makefile.in
head/contrib/ntp/config.h.in
head/contrib/ntp/configure
head/contrib/ntp/configure.ac
head/contrib/ntp/flock-build
head/contrib/ntp/html/copyright.html
head/contrib/ntp/html/drivers/driver40.html
head/contrib/ntp/include/Makefile.in
head/contrib/ntp/include/copyright.def
head/contrib/ntp/include/isc/Makefile.in
head/contrib/ntp/include/ntp_debug.h
head/contrib/ntp/include/version.def
head/contrib/ntp/kernel/Makefile.in
head/contrib/ntp/kernel/sys/Makefile.in
head/contrib/ntp/libntp/Makefile.in
head/contrib/ntp/libopts/Makefile.in
head/contrib/ntp/libparse/Makefile.am
head/contrib/ntp/libparse/Makefile.in
head/contrib/ntp/libparse/clk_rawdcf.c
head/contrib/ntp/ntpd/Makefile.in
head/contrib/ntp/ntpd/cmd_args.c
head/contrib/ntp/ntpd/ntp_crypto.c
head/contrib/ntp/ntpd/ntp_intres.c
head/contrib/ntp/ntpd/ntp_io.c
head/contrib/ntp/ntpd/ntp_request.c
head/contrib/ntp/ntpd/ntp_timer.c
head/contrib/ntp/ntpd/ntpd-opts.c
head/contrib/ntp/ntpd/ntpd-opts.h
head/contrib/ntp/ntpd/ntpd-opts.texi
head/contrib/ntp/ntpd/ntpd.1
head/contrib/ntp/ntpd/ntpd.c
head/contrib/ntp/ntpd/ntpdsim-opts.c
head/contrib/ntp/ntpd/ntpdsim-opts.h
head/contrib/ntp/ntpd/ntpdsim-opts.texi
head/contrib/ntp/ntpd/ntpdsim.1
head/contrib/ntp/ntpd/refclock_dumbclock.c
head/contrib/ntp/ntpd/refclock_hopfser.c
head/contrib/ntp/ntpd/refclock_jjy.c
head/contrib/ntp/ntpd/refclock_nmea.c
head/contrib/ntp/ntpd/refclock_palisade.c
head/contrib/ntp/ntpdate/Makefile.in
head/contrib/ntp/ntpdc/Makefile.in
head/contrib/ntp/ntpdc/ntpdc-opts.c
head/contrib/ntp/ntpdc/ntpdc-opts.h
head/contrib/ntp/ntpdc/ntpdc-opts.texi
head/contrib/ntp/ntpdc/ntpdc.1
head/contrib/ntp/ntpq/Makefile.in
head/contrib/ntp/ntpq/ntpq-opts.c
head/contrib/ntp/ntpq/ntpq-opts.h
head/contrib/ntp/ntpq/ntpq-opts.texi
head/contrib/ntp/ntpq/ntpq.1
head/contrib/ntp/ntpq/ntpq.c
head/contrib/ntp/packageinfo.sh
head/contrib/ntp/parseutil/Makefile.in
head/contrib/ntp/scripts/Makefile.in
head/contrib/ntp/sntp/Makefile.in
head/contrib/ntp/sntp/aclocal.m4
head/contrib/ntp/sntp/config.h.in
head/contrib/ntp/sntp/configure
head/contrib/ntp/sntp/configure.ac
head/contrib/ntp/sntp/libopts/Makefile.in
head/contrib/ntp/sntp/sntp-opts.c
head/contrib/ntp/sntp/sntp-opts.def
head/contrib/ntp/sntp/sntp-opts.h
head/contrib/ntp/sntp/sntp-opts.texi
head/contrib/ntp/sntp/sntp.1
head/contrib/ntp/sntp/version.def
head/contrib/ntp/util/Makefile.in
head/contrib/ntp/util/ntp-keygen-opts.c
head/contrib/ntp/util/ntp-keygen-opts.h
head/contrib/ntp/util/ntp-keygen-opts.texi
head/contrib/ntp/util/ntp-keygen.1
head/contrib/ntp/version
head/contrib/ntp/version.m4
Directory Properties:
head/contrib/ntp/ (props changed)
Modified: head/contrib/ntp/COPYRIGHT
==============================================================================
--- head/contrib/ntp/COPYRIGHT Tue Dec 15 14:38:07 2009 (r200575)
+++ head/contrib/ntp/COPYRIGHT Tue Dec 15 14:58:10 2009 (r200576)
@@ -13,7 +13,7 @@ This file is automatically generated fro
applies as if the text was explicitly included in the file.
***********************************************************************
* *
-* Copyright (c) David L. Mills 1992-2008 *
+* Copyright (c) David L. Mills 1992-2009 *
* *
* Permission to use, copy, modify, and distribute this software and *
* its documentation for any purpose with or without fee is hereby *
Modified: head/contrib/ntp/ChangeLog
==============================================================================
--- head/contrib/ntp/ChangeLog Tue Dec 15 14:38:07 2009 (r200575)
+++ head/contrib/ntp/ChangeLog Tue Dec 15 14:58:10 2009 (r200576)
@@ -1,6 +1,85 @@
-(4.2.4p5) 2008/08/17 Released by Harlan Stenn <[email protected]>
---
-(4.2.4p5) 2008/08/17 Released by Harlan Stenn <[email protected]>
+(4.2.4p8) 2009/12/08 Released by Harlan Stenn <[email protected]>
+
+* [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
+
+---
+(4.2.4p7) 2009/05/18 Released by Harlan Stenn <[email protected]>
+
+* [Sec 1151] Remote exploit if autokey is enabled - CVE-2009-1252.
+* [Bug 1187] Update the copyright date.
+* [Bug 1191] ntpd fails on Win2000 - "Address already in use" after fix
+ for [Sec 1149].
+
+---
+(4.2.4p7-RC7) 2009/05/12 Released by Harlan Stenn <[email protected]>
+
+* ntp.isc.org -> ntp.org cleanup.
+* [Bug 1178] Use prior FORCE_DNSRETRY behavior as needed at runtime,
+ add configure --enable-ignore-dns-errors to be even more stubborn
+
+---
+(4.2.4p7-RC6) 2009/05/08 Released by Harlan Stenn <[email protected]>
+
+* [Bug 784] Make --enable-linuxcaps the default when available
+* [Bug 1179] error messages for -u/--user and -i lacking droproot
+* Updated JJY reference clock driver from Takao Abe
+* [Bug 1071] Log a message and exit before trying to use FD_SET with a
+ descriptor larger than FD_SETSIZE, which will corrupt memory
+* On corruption of the iface list head in add_interface, log and exit
+
+---
+(4.2.4p7-RC5) 2009/05/02 Released by Harlan Stenn <[email protected]>
+
+* [Bug 1172] 4.2.4p7-RC{3,4} fail to build on linux.
+* flock-build script unportable 'set -m' use removed
+
+---
+(4.2.4p7-RC4) 2009/04/29 Released by Harlan Stenn <[email protected]>
+
+* [Bug 1167] use gcc -Winit-self only if it is understood
+
+---
+(4.2.4p7-RC3) 2009/04/22 Released by Harlan Stenn <[email protected]>
+
+* [Bug 787] Bug fixes for 64-bit time_t on Windows
+* [Bug 813] Conditional naming of Event
+* [Bug 1147] System errors should be logged to msyslog()
+* [Bug 1155] Fix compile problem on Windows with VS2005
+* [Bug 1156] lock_thread_to_processor() should be declared in header
+* [Bug 1157] quiet OpenSSL warnings, clean up configure.ac
+* [Bug 1158] support for aix6.1
+* [Bug 1160] MacOS X is like BSD regarding F_SETOWN
+
+---
+(4.2.4p7-RC2) 2009/04/09 Released by Harlan Stenn <[email protected]>
+
+* [Sec 1144] limited buffer overflow in ntpq. CVE-2009-0159
+* [Sec 1149] use SO_EXCLUSIVEADDRUSE on Windows
+
+---
+(4.2.4p7-RC1) 2009/03/30 Released by Harlan Stenn <[email protected]>
+
+* [Bug 1131] UDP sockets should not use SIGPOLL on Solaris.
+* build system email address cleanup
+* [Bug 774] parsesolaris.c does not compile under the new Solaris
+* [Bug 873] Windows serial refclock proper TTY line discipline emulation
+* [Bug 1014] Enable building with VC9 (in Visual Studio 2008,
+ Visual C++ 2008, or SDK)
+* [Bug 1117] Deferred interface binding under Windows works only correctly
+ if FORCE_DNSRETRY is defined
+* [BUG 1124] Lock QueryPerformanceCounter() client threads to same CPU
+* DPRINTF macro made safer, always evaluates to a statement and will not
+ misassociate an else which follows the macro.
+
+---
+(4.2.4p6) 2009/01/08 Released by Harlan Stenn <[email protected]>
+
+* [Bug 1113] Fixed build errors with recent versions of openSSL.
+* [Sec 1111] Fix incorrect check of EVP_VerifyFinal()'s return value.
+* Update the copyright year.
+
+---
(4.2.4p5) 2008/08/17 Released by Harlan Stenn <[email protected]>
* [BUG 1051] Month off by one in leap second message written to clockstats
Modified: head/contrib/ntp/CommitLog
==============================================================================
--- head/contrib/ntp/CommitLog Tue Dec 15 14:38:07 2009 (r200575)
+++ head/contrib/ntp/CommitLog Tue Dec 15 14:58:10 2009 (r200576)
@@ -1,1772 +1,3496 @@
[email protected], 2008-08-17 05:30:47-04:00, [email protected] +26 -0
- NTP_4_2_4P5
- TAG: NTP_4_2_4P5
[email protected], 2009-12-08 08:30:54-05:00, [email protected] +1 -0
+ ChangeLog:
+ typo
- [email protected], 2008-08-17 05:30:27-04:00, [email protected] +3 -0
- NTP_4_2_4P5
+ [email protected], 2009-12-08 08:30:44-05:00, [email protected] +0 -1
+ typo
- ntpd/[email protected], 2008-08-17 05:30:28-04:00, [email protected] +2 -2
- NTP_4_2_4P5
[email protected], 2009-12-08 08:23:12-05:00, [email protected] +26 -0
+ NTP_4_2_4P8
+ TAG: NTP_4_2_4P8
- ntpd/[email protected], 2008-08-17 05:30:28-04:00, [email protected] +3 -3
- NTP_4_2_4P5
+ [email protected], 2009-12-08 08:23:01-05:00, [email protected] +1 -0
+ NTP_4_2_4P8
- ntpd/[email protected], 2008-08-17 05:30:29-04:00, [email protected]
+1 -1
- NTP_4_2_4P5
+ ntpd/[email protected], 2009-12-08 08:23:02-05:00, [email protected] +2 -2
+ NTP_4_2_4P8
- ntpd/[email protected], 2008-08-17 05:30:30-04:00, [email protected] +2 -2
- NTP_4_2_4P5
+ ntpd/[email protected], 2009-12-08 08:23:02-05:00, [email protected] +3 -3
+ NTP_4_2_4P8
- ntpd/[email protected], 2008-08-17 05:30:30-04:00, [email protected]
+2 -2
- NTP_4_2_4P5
+ ntpd/[email protected], 2009-12-08 08:23:03-05:00, [email protected]
+1 -1
+ NTP_4_2_4P8
- ntpd/[email protected], 2008-08-17 05:30:31-04:00, [email protected]
+3 -3
- NTP_4_2_4P5
+ ntpd/[email protected], 2009-12-08 08:23:03-05:00, [email protected] +2 -2
+ NTP_4_2_4P8
- ntpd/[email protected], 2008-08-17 05:30:32-04:00,
[email protected] +1 -1
- NTP_4_2_4P5
+ ntpd/[email protected], 2009-12-08 08:23:03-05:00, [email protected]
+2 -2
+ NTP_4_2_4P8
- ntpd/[email protected], 2008-08-17 05:30:33-04:00, [email protected] +2 -2
- NTP_4_2_4P5
+ ntpd/[email protected], 2009-12-08 08:23:04-05:00, [email protected]
+3 -3
+ NTP_4_2_4P8
- ntpdc/[email protected], 2008-08-17 05:30:33-04:00, [email protected] +2
-2
- NTP_4_2_4P5
+ ntpd/[email protected], 2009-12-08 08:23:05-05:00,
[email protected] +1 -1
+ NTP_4_2_4P8
- ntpdc/[email protected], 2008-08-17 05:30:34-04:00, [email protected] +3
-3
- NTP_4_2_4P5
+ ntpd/[email protected], 2009-12-08 08:23:05-05:00, [email protected] +2 -2
+ NTP_4_2_4P8
- ntpdc/[email protected], 2008-08-17 05:30:34-04:00, [email protected]
+1 -1
- NTP_4_2_4P5
+ ntpdc/[email protected], 2009-12-08 08:23:05-05:00, [email protected] +2
-2
+ NTP_4_2_4P8
- ntpdc/[email protected], 2008-08-17 05:30:35-04:00, [email protected] +2 -2
- NTP_4_2_4P5
+ ntpdc/[email protected], 2009-12-08 08:23:05-05:00, [email protected] +3
-3
+ NTP_4_2_4P8
- ntpq/[email protected], 2008-08-17 05:30:35-04:00, [email protected] +2 -2
- NTP_4_2_4P5
+ ntpdc/[email protected], 2009-12-08 08:23:06-05:00, [email protected]
+1 -1
+ NTP_4_2_4P8
- ntpq/[email protected], 2008-08-17 05:30:36-04:00, [email protected] +3 -3
- NTP_4_2_4P5
+ ntpdc/[email protected], 2009-12-08 08:23:06-05:00, [email protected] +2 -2
+ NTP_4_2_4P8
- ntpq/[email protected], 2008-08-17 05:30:36-04:00, [email protected]
+1 -1
- NTP_4_2_4P5
+ ntpq/[email protected], 2009-12-08 08:23:06-05:00, [email protected] +2 -2
+ NTP_4_2_4P8
- ntpq/[email protected], 2008-08-17 05:30:37-04:00, [email protected] +2 -2
- NTP_4_2_4P5
+ ntpq/[email protected], 2009-12-08 08:23:06-05:00, [email protected] +3 -3
+ NTP_4_2_4P8
- [email protected], 2008-08-17 05:30:37-04:00, [email protected] +2 -2
- NTP_4_2_4P5
+ ntpq/[email protected], 2009-12-08 08:23:07-05:00, [email protected]
+1 -1
+ NTP_4_2_4P8
- sntp/[email protected], 2008-08-17 05:30:38-04:00, [email protected] +2 -2
- NTP_4_2_4P5
+ ntpq/[email protected], 2009-12-08 08:23:07-05:00, [email protected] +2 -2
+ NTP_4_2_4P8
- sntp/[email protected], 2008-08-17 05:30:39-04:00, [email protected] +3 -3
- NTP_4_2_4P5
+ [email protected], 2009-12-08 08:23:07-05:00, [email protected] +4 -4
+ NTP_4_2_4P8
- sntp/[email protected], 2008-08-17 05:30:39-04:00, [email protected]
+1 -1
- NTP_4_2_4P5
+ sntp/[email protected], 2009-12-08 08:23:07-05:00, [email protected] +2 -2
+ NTP_4_2_4P8
- sntp/[email protected], 2008-08-17 05:30:40-04:00, [email protected] +2 -2
- NTP_4_2_4P5
+ sntp/[email protected], 2009-12-08 08:23:07-05:00, [email protected] +3 -3
+ NTP_4_2_4P8
- util/[email protected], 2008-08-17 05:30:40-04:00,
[email protected] +2 -2
- NTP_4_2_4P5
+ sntp/[email protected], 2009-12-08 08:23:08-05:00, [email protected]
+1 -1
+ NTP_4_2_4P8
- util/[email protected], 2008-08-17 05:30:41-04:00,
[email protected] +3 -3
- NTP_4_2_4P5
+ sntp/[email protected], 2009-12-08 08:23:08-05:00, [email protected] +2 -2
+ NTP_4_2_4P8
- util/[email protected], 2008-08-17 05:30:42-04:00,
[email protected] +1 -1
- NTP_4_2_4P5
+ util/[email protected], 2009-12-08 08:23:08-05:00,
[email protected] +2 -2
+ NTP_4_2_4P8
- util/[email protected], 2008-08-17 05:30:42-04:00, [email protected] +2
-2
- NTP_4_2_4P5
+ util/[email protected], 2009-12-08 08:23:08-05:00,
[email protected] +3 -3
+ NTP_4_2_4P8
[email protected], 2008-08-17 05:29:47-04:00, [email protected] +1 -0
- typo
+ util/[email protected], 2009-12-08 08:23:09-05:00,
[email protected] +1 -1
+ NTP_4_2_4P8
- scripts/[email protected], 2008-08-17 05:29:37-04:00,
[email protected] +1 -1
- typo
+ util/[email protected], 2009-12-08 08:23:09-05:00, [email protected] +2
-2
+ NTP_4_2_4P8
[email protected], 2008-08-17 03:28:53-04:00, [email protected] +5 -0
- 4.2.4p5 prep
[email protected], 2009-12-08 07:45:28-05:00, [email protected] +26 -0
+ NTP_4_2_4P9_RC1
+ TAG: NTP_4_2_4P9_RC1
- [email protected], 2008-08-17 03:27:42-04:00,
[email protected] +1 -0
- 4.2.4p5 prep
+ [email protected], 2009-12-08 07:45:19-05:00, [email protected] +1 -0
+ NTP_4_2_4P9_RC1
- [email protected], 2008-08-17 03:27:42-04:00, [email protected] +17 -0
- 4.2.4p5 prep
+ ntpd/[email protected], 2009-12-08 07:45:19-05:00, [email protected] +5 -5
+ NTP_4_2_4P9_RC1
- [email protected], 2008-08-17 03:27:43-04:00, [email protected] +1 -1
- 4.2.4p5 prep
+ ntpd/[email protected], 2009-12-08 07:45:19-05:00, [email protected] +4 -4
+ NTP_4_2_4P9_RC1
- scripts/[email protected], 2008-08-17 03:27:55-04:00,
[email protected] +27 -0
- BitKeeper file /deacon/backroom/ntp-stable/scripts/addChangeLogTag
+ ntpd/[email protected], 2009-12-08 07:45:20-05:00, [email protected]
+13 -6
+ NTP_4_2_4P9_RC1
- scripts/[email protected], 2008-08-17 03:27:55-04:00,
[email protected] +0 -0
+ ntpd/[email protected], 2009-12-08 07:45:20-05:00, [email protected] +2 -2
+ NTP_4_2_4P9_RC1
- scripts/[email protected], 2008-08-17 03:27:55-04:00,
[email protected] +6 -0
- BitKeeper file /deacon/backroom/ntp-stable/scripts/genChangeLogTag
+ ntpd/[email protected], 2009-12-08 07:45:20-05:00, [email protected]
+5 -5
+ NTP_4_2_4P9_RC1
- scripts/[email protected], 2008-08-17 03:27:55-04:00,
[email protected] +0 -0
+ ntpd/[email protected], 2009-12-08 07:45:20-05:00, [email protected]
+4 -4
+ NTP_4_2_4P9_RC1
[email protected], 2008-08-16 22:42:08-04:00, [email protected] +2 -0
- [BUG 1051] Month off by one in leap second message written to clockstats
+ ntpd/[email protected], 2009-12-08 07:45:21-05:00,
[email protected] +61 -2
+ NTP_4_2_4P9_RC1
- [email protected], 2008-08-16 22:41:50-04:00, [email protected] +2 -0
- [BUG 1051] Month off by one in leap second message written to clockstats
+ ntpd/[email protected], 2009-12-08 07:45:21-05:00, [email protected] +2 -2
+ NTP_4_2_4P9_RC1
- ntpd/[email protected], 2008-08-16 22:41:50-04:00,
[email protected] +1 -1
- [BUG 1051] Month off by one in leap second message written to clockstats
+ ntpdc/[email protected], 2009-12-08 07:45:21-05:00, [email protected] +5
-5
+ NTP_4_2_4P9_RC1
[email protected], 2008-08-10 07:44:31-04:00, [email protected] +25 -0
- NTP_4_2_4P5_RC2
- TAG: NTP_4_2_4P5_RC2
+ ntpdc/[email protected], 2009-12-08 07:45:21-05:00, [email protected] +4
-4
+ NTP_4_2_4P9_RC1
- ntpd/[email protected], 2008-08-10 07:44:09-04:00, [email protected] +2 -2
- NTP_4_2_4P5_RC2
+ ntpdc/[email protected], 2009-12-08 07:45:21-05:00, [email protected]
+7 -4
+ NTP_4_2_4P9_RC1
- ntpd/[email protected], 2008-08-10 07:44:09-04:00, [email protected] +3 -3
- NTP_4_2_4P5_RC2
+ ntpdc/[email protected], 2009-12-08 07:45:22-05:00, [email protected] +2 -2
+ NTP_4_2_4P9_RC1
- ntpd/[email protected], 2008-08-10 07:44:10-04:00, [email protected]
+1 -1
- NTP_4_2_4P5_RC2
+ ntpq/[email protected], 2009-12-08 07:45:22-05:00, [email protected] +5 -5
+ NTP_4_2_4P9_RC1
- ntpd/[email protected], 2008-08-10 07:44:10-04:00, [email protected] +2 -2
- NTP_4_2_4P5_RC2
+ ntpq/[email protected], 2009-12-08 07:45:22-05:00, [email protected] +4 -4
+ NTP_4_2_4P9_RC1
- ntpd/[email protected], 2008-08-10 07:44:11-04:00, [email protected]
+2 -2
- NTP_4_2_4P5_RC2
+ ntpq/[email protected], 2009-12-08 07:45:22-05:00, [email protected]
+8 -4
+ NTP_4_2_4P9_RC1
- ntpd/[email protected], 2008-08-10 07:44:12-04:00, [email protected]
+3 -3
- NTP_4_2_4P5_RC2
+ ntpq/[email protected], 2009-12-08 07:45:23-05:00, [email protected] +2 -2
+ NTP_4_2_4P9_RC1
- ntpd/[email protected], 2008-08-10 07:44:12-04:00,
[email protected] +1 -1
- NTP_4_2_4P5_RC2
+ [email protected], 2009-12-08 07:45:23-05:00, [email protected] +3 -3
+ NTP_4_2_4P9_RC1
- ntpd/[email protected], 2008-08-10 07:44:13-04:00, [email protected] +2 -2
- NTP_4_2_4P5_RC2
+ sntp/[email protected], 2009-12-08 07:45:23-05:00, [email protected] +5 -5
+ NTP_4_2_4P9_RC1
- ntpdc/[email protected], 2008-08-10 07:44:14-04:00, [email protected] +2
-2
- NTP_4_2_4P5_RC2
+ sntp/[email protected], 2009-12-08 07:45:23-05:00, [email protected] +4 -4
+ NTP_4_2_4P9_RC1
- ntpdc/[email protected], 2008-08-10 07:44:15-04:00, [email protected] +3
-3
- NTP_4_2_4P5_RC2
+ sntp/[email protected], 2009-12-08 07:45:24-05:00, [email protected]
+54 -2
+ NTP_4_2_4P9_RC1
- ntpdc/[email protected], 2008-08-10 07:44:16-04:00, [email protected]
+1 -1
- NTP_4_2_4P5_RC2
+ sntp/[email protected], 2009-12-08 07:45:24-05:00, [email protected] +2 -2
+ NTP_4_2_4P9_RC1
- ntpdc/[email protected], 2008-08-10 07:44:17-04:00, [email protected] +2 -2
- NTP_4_2_4P5_RC2
+ util/[email protected], 2009-12-08 07:45:24-05:00,
[email protected] +5 -5
+ NTP_4_2_4P9_RC1
- ntpq/[email protected], 2008-08-10 07:44:17-04:00, [email protected] +2 -2
- NTP_4_2_4P5_RC2
+ util/[email protected], 2009-12-08 07:45:24-05:00,
[email protected] +4 -4
+ NTP_4_2_4P9_RC1
- ntpq/[email protected], 2008-08-10 07:44:18-04:00, [email protected] +3 -3
- NTP_4_2_4P5_RC2
+ util/[email protected], 2009-12-08 07:45:24-05:00,
[email protected] +4 -4
+ NTP_4_2_4P9_RC1
- ntpq/[email protected], 2008-08-10 07:44:19-04:00, [email protected]
+1 -1
- NTP_4_2_4P5_RC2
+ util/[email protected], 2009-12-08 07:45:25-05:00, [email protected] +2
-2
+ NTP_4_2_4P9_RC1
- ntpq/[email protected], 2008-08-10 07:44:20-04:00, [email protected] +2 -2
- NTP_4_2_4P5_RC2
[email protected], 2009-12-08 05:36:47-05:00, [email protected] +2 -0
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563
- [email protected], 2008-08-10 07:44:20-04:00, [email protected] +1 -1
- NTP_4_2_4P5_RC2
+ [email protected], 2009-12-08 05:36:36-05:00, [email protected] +34 -0
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563
- sntp/[email protected], 2008-08-10 07:44:22-04:00, [email protected] +4 -5
- NTP_4_2_4P5_RC2
+ [email protected], 2009-12-08 05:36:36-05:00, [email protected] +2 -2
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563
- sntp/[email protected], 2008-08-10 07:44:23-04:00, [email protected] +5 -6
- NTP_4_2_4P5_RC2
[email protected], 2009-10-07 01:33:22+00:00,
[email protected] +2 -0
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
- sntp/[email protected], 2008-08-10 07:44:23-04:00, [email protected]
+2 -3
- NTP_4_2_4P5_RC2
+ [email protected], 2009-10-07 01:33:21+00:00,
[email protected] +4 -0
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
- sntp/[email protected], 2008-08-10 07:44:24-04:00, [email protected] +3 -3
- NTP_4_2_4P5_RC2
+ ntpd/[email protected], 2009-10-07 01:33:21+00:00,
[email protected] +9 -2
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
- util/[email protected], 2008-08-10 07:44:25-04:00,
[email protected] +2 -2
- NTP_4_2_4P5_RC2
[email protected], 2009-05-18 05:04:41-04:00, [email protected] +26 -0
+ NTP_4_2_4P7
+ TAG: NTP_4_2_4P7
- util/[email protected], 2008-08-10 07:44:25-04:00,
[email protected] +3 -3
- NTP_4_2_4P5_RC2
+ [email protected], 2009-05-18 05:04:18-04:00, [email protected] +1 -0
+ NTP_4_2_4P7
- util/[email protected], 2008-08-10 07:44:27-04:00,
[email protected] +1 -1
- NTP_4_2_4P5_RC2
+ ntpd/[email protected], 2009-05-18 05:04:19-04:00, [email protected] +4 -4
+ NTP_4_2_4P7
- util/[email protected], 2008-08-10 07:44:27-04:00, [email protected] +2
-2
- NTP_4_2_4P5_RC2
+ ntpd/[email protected], 2009-05-18 05:04:20-04:00, [email protected] +4 -4
+ NTP_4_2_4P7
[email protected], 2008-08-10 02:22:22-04:00, [email protected] +1 -0
- triggert needs to handle rooted RESYNC paths now
+ ntpd/[email protected], 2009-05-18 05:04:21-04:00, [email protected]
+1 -1
+ NTP_4_2_4P7
- BitKeeper/triggers/[email protected], 2008-08-10 02:22:11-04:00,
[email protected] +3 -2
- triggert needs to handle rooted RESYNC paths now
+ ntpd/[email protected], 2009-05-18 05:04:22-04:00, [email protected] +2 -2
+ NTP_4_2_4P7
[email protected], 2008-08-09 20:05:06-04:00, [email protected] +2 -0
- AutoGen'd files must be writable
+ ntpd/[email protected], 2009-05-18 05:04:22-04:00, [email protected]
+4 -4
+ NTP_4_2_4P7
- sntp/[email protected], 2008-08-09 20:04:56-04:00, [email protected] +2 -2
- AutoGen'd files must be writable
+ ntpd/[email protected], 2009-05-18 05:04:23-04:00, [email protected]
+4 -4
+ NTP_4_2_4P7
- sntp/[email protected], 2008-08-09 20:04:10-04:00, [email protected] +0
-0
- Change mode to -rw-rw-r--
+ ntpd/[email protected], 2009-05-18 05:04:24-04:00,
[email protected] +1 -1
+ NTP_4_2_4P7
[email protected], 2008-08-07 20:44:31+02:00, [email protected] +3 -0
- [Bug 450] Windows only: Under original Windows NT we must not discard the
- wildcard socket to workaround a bug in NT's getsockname().
+ ntpd/[email protected], 2009-05-18 05:04:25-04:00, [email protected] +2 -2
+ NTP_4_2_4P7
- [email protected], 2008-08-07 20:44:30+02:00, [email protected] +2 -0
- [Bug 450] Windows only: Under original Windows NT we must not discard the
- wildcard socket to workaround a bug in NT's getsockname().
+ ntpdc/[email protected], 2009-05-18 05:04:26-04:00, [email protected] +4
-4
+ NTP_4_2_4P7
- ntpd/[email protected], 2008-08-07 20:44:30+02:00, [email protected]
+10 -2
- [Bug 450] Windows only: Under original Windows NT we must not discard the
- wildcard socket to workaround a bug in NT's getsockname().
+ ntpdc/[email protected], 2009-05-18 05:04:26-04:00, [email protected] +4
-4
+ NTP_4_2_4P7
- ports/winnt/ntpd/[email protected], 2008-08-07 20:44:30+02:00,
[email protected] +8 -1
- [Bug 450] Windows only: Under original Windows NT we must not discard the
- wildcard socket to workaround a bug in NT's getsockname().
+ ntpdc/[email protected], 2009-05-18 05:04:27-04:00, [email protected]
+1 -1
+ NTP_4_2_4P7
[email protected], 2008-08-05 09:56:08+02:00, [email protected] +1 -0
- Removed Windows-specific debug code which has been added in ntp-dev and
fails to compile in ntp-stable.
+ ntpdc/[email protected], 2009-05-18 05:04:28-04:00, [email protected] +2 -2
+ NTP_4_2_4P7
- ports/winnt/ntpd/[email protected], 2008-08-05 09:56:08+02:00,
[email protected] +0 -8
- Removed Windows-specific debug code which has been added in ntp-dev and
fails to compile in ntp-stable.
+ ntpq/[email protected], 2009-05-18 05:04:29-04:00, [email protected] +4 -4
+ NTP_4_2_4P7
[email protected], 2008-08-05 09:50:23+02:00, [email protected] +10 -0
- [Bug 841] Obsolete the "dynamic" keyword and make deferred binding
- to local interfaces the default.
- Emit a warning if that keyword is used for configuration.
+ ntpq/[email protected], 2009-05-18 05:04:29-04:00, [email protected] +4 -4
+ NTP_4_2_4P7
- [email protected], 2008-08-05 09:50:23+02:00, [email protected] +3 -0
- [Bug 841] Obsolete the "dynamic" keyword and make deferred binding
- to local interfaces the default.
- Emit a warning if that keyword is used for configuration.
+ ntpq/[email protected], 2009-05-18 05:04:30-04:00, [email protected]
+1 -1
+ NTP_4_2_4P7
- html/[email protected], 2008-08-05 09:50:23+02:00, [email protected] +0
-2
- Bug 841: Obsolete the "dynamic" keyword.
+ ntpq/[email protected], 2009-05-18 05:04:31-04:00, [email protected] +2 -2
+ NTP_4_2_4P7
- html/[email protected], 2008-08-05 09:50:23+02:00, [email protected] +2 -3
- Bug 841: Obsolete the "dynamic" keyword.
+ [email protected], 2009-05-18 05:04:32-04:00, [email protected] +2 -2
+ NTP_4_2_4P7
- include/[email protected], 2008-08-05 09:50:23+02:00, [email protected] +0 -1
- Bug 841: Obsolete the "dynamic" keyword.
+ sntp/[email protected], 2009-05-18 05:04:32-04:00, [email protected] +2 -2
+ NTP_4_2_4P7
- include/[email protected], 2008-08-05 09:50:23+02:00,
[email protected] +0 -1
- Bug 841: Obsolete the "dynamic" keyword.
+ sntp/[email protected], 2009-05-18 05:04:33-04:00, [email protected] +3 -3
+ NTP_4_2_4P7
- ntpd/[email protected], 2008-08-05 09:50:23+02:00, [email protected]
+4 -2
- [Bug 841] Obsolete the "dynamic" keyword and make deferred binding
- to local interfaces the default.
- Emit a warning if that keyword is used for configuration.
+ sntp/[email protected], 2009-05-18 05:04:34-04:00, [email protected]
+1 -1
+ NTP_4_2_4P7
- ntpd/[email protected], 2008-08-05 09:50:23+02:00, [email protected] +1
-3
- Bug 841: Obsolete the "dynamic" keyword.
+ sntp/[email protected], 2009-05-18 05:04:34-04:00, [email protected] +2 -2
+ NTP_4_2_4P7
- ntpd/[email protected], 2008-08-05 09:50:23+02:00, [email protected] +5
-25
- [Bug 841] Obsolete the "dynamic" keyword and make deferred binding
- to local interfaces the default.
+ util/[email protected], 2009-05-18 05:04:35-04:00,
[email protected] +4 -4
+ NTP_4_2_4P7
- ntpd/[email protected], 2008-08-05 09:50:23+02:00, [email protected]
+1 -3
- Bug 841: Obsolete the "dynamic" keyword.
+ util/[email protected], 2009-05-18 05:04:36-04:00,
[email protected] +4 -4
+ NTP_4_2_4P7
- ntpdc/[email protected], 2008-08-05 09:50:23+02:00, [email protected] +3
-3
- [Bug 841] Obsolete the "dynamic" keyword and make deferred binding
- to local interfaces the default.
+ util/[email protected], 2009-05-18 05:04:37-04:00,
[email protected] +1 -1
+ NTP_4_2_4P7
[email protected], 2008-07-22 11:41:26+02:00, [email protected] +2 -0
- [Bug 1038] Built-in getpass() function also prompts for password if not
built with DEBUG.
+ util/[email protected], 2009-05-18 05:04:37-04:00, [email protected] +2
-2
+ NTP_4_2_4P7
- [email protected], 2008-07-22 11:41:25+02:00, [email protected] +1 -0
- [Bug 1038] Built-in getpass() function also prompts for password if not
built with DEBUG.
[email protected], 2009-05-18 03:14:59-04:00, [email protected] +2 -0
+ 4.2.4p7
- libntp/[email protected], 2008-07-22 11:41:25+02:00, [email protected] +2
-2
- [Bug 1038] Built-in getpass() function also prompts for password if not
built with DEBUG.
+ [email protected], 2009-05-18 03:14:49-04:00, [email protected] +38 -0
+ 4.2.4p7
[email protected], 2008-05-20 03:51:01-04:00, [email protected] +25 -0
- NTP_4_2_4P5_RC1
- TAG: NTP_4_2_4P5_RC1
+ [email protected], 2009-05-18 03:14:50-04:00, [email protected] +1 -1
+ 4.2.4p7
- ntpd/[email protected], 2008-05-20 03:50:37-04:00, [email protected] +6 -7
- NTP_4_2_4P5_RC1
[email protected], 2009-05-18 02:56:36-04:00, [email protected] +2 -0
+ [Sec 1151] Remote exploit if autokey is enabled - CVE-2009-1252
- ntpd/[email protected], 2008-05-20 03:50:37-04:00, [email protected] +6 -7
- NTP_4_2_4P5_RC1
+ [email protected], 2009-05-18 02:56:22-04:00, [email protected] +1 -0
+ [Sec 1151] Remote exploit if autokey is enabled - CVE-2009-1252
- ntpd/[email protected], 2008-05-20 03:50:38-04:00, [email protected]
+8 -11
- NTP_4_2_4P5_RC1
+ ntpd/[email protected], 2009-05-18 02:56:22-04:00, [email protected]
+22 -17
+ [Sec 1151] Remote exploit if autokey is enabled - CVE-2009-1252
- ntpd/[email protected], 2008-05-20 03:50:39-04:00, [email protected] +4 -4
- NTP_4_2_4P5_RC1
[email protected], 2009-05-18 02:24:31-04:00, [email protected] +2 -0
+ [Bug 1187] Update the copyright date.
- ntpd/[email protected], 2008-05-20 03:50:40-04:00, [email protected]
+6 -7
- NTP_4_2_4P5_RC1
+ [email protected], 2009-05-18 02:24:21-04:00, [email protected] +1 -0
+ [Bug 1187] Update the copyright date.
- ntpd/[email protected], 2008-05-20 03:50:41-04:00, [email protected]
+6 -7
- NTP_4_2_4P5_RC1
+ include/[email protected], 2009-05-18 02:24:22-04:00, [email protected]
+1 -1
+ [Bug 1187] Update the copyright date.
- ntpd/[email protected], 2008-05-20 03:50:42-04:00,
[email protected] +3 -4
- NTP_4_2_4P5_RC1
[email protected], 2009-05-17 08:59:06+00:00,
[email protected] +2 -0
+ [Bug 1191] ntpd fails on Win2000 - "Address already in use" after fix
+ for [Sec 1149].
- ntpd/[email protected], 2008-05-20 03:50:43-04:00, [email protected] +4 -4
- NTP_4_2_4P5_RC1
+ [email protected], 2009-05-17 08:59:05+00:00,
[email protected] +5 -0
+ [Bug 1191] ntpd fails on Win2000 - "Address already in use" after fix
+ for [Sec 1149].
- ntpdc/[email protected], 2008-05-20 03:50:44-04:00, [email protected] +6
-7
- NTP_4_2_4P5_RC1
+ ntpd/[email protected], 2009-05-17 08:59:05+00:00,
[email protected] +45 -34
+ [Bug 1191] ntpd fails on Win2000 - "Address already in use" after fix
+ for [Sec 1149].
- ntpdc/[email protected], 2008-05-20 03:50:44-04:00, [email protected] +6
-7
- NTP_4_2_4P5_RC1
[email protected], 2009-05-14 04:42:10+00:00,
[email protected] +1 -0
+ fix error from BitKeeper/triggers/pre-resolve.licfix triggered (ahem)
+ by recent BitKeeper/etc/config delta updating repologs email address
- ntpdc/[email protected], 2008-05-20 03:50:45-04:00, [email protected]
+5 -6
- NTP_4_2_4P5_RC1
+ BitKeeper/triggers/[email protected], 2009-05-14 04:42:09+00:00,
[email protected] +4 -1
+ bk sccscat has been removed, replaced by bk annotate -R
+ -q grep -> grep -q (untested until recent BitKeeper/etc/config commit
+ changing [email protected] to [email protected]
- ntpdc/[email protected], 2008-05-20 03:50:46-04:00, [email protected] +3 -3
- NTP_4_2_4P5_RC1
[email protected], 2009-05-12 02:41:56-04:00, [email protected] +26 -0
+ NTP_4_2_4P7_RC7
+ TAG: NTP_4_2_4P7_RC7
- ntpq/[email protected], 2008-05-20 03:50:47-04:00, [email protected] +6 -7
- NTP_4_2_4P5_RC1
+ [email protected], 2009-05-12 02:41:33-04:00, [email protected] +1 -0
+ NTP_4_2_4P7_RC7
- ntpq/[email protected], 2008-05-20 03:50:47-04:00, [email protected] +6 -7
- NTP_4_2_4P5_RC1
+ ntpd/[email protected], 2009-05-12 02:41:33-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
- ntpq/[email protected], 2008-05-20 03:50:48-04:00, [email protected]
+5 -6
- NTP_4_2_4P5_RC1
+ ntpd/[email protected], 2009-05-12 02:41:33-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
- ntpq/[email protected], 2008-05-20 03:50:49-04:00, [email protected] +3 -3
- NTP_4_2_4P5_RC1
+ ntpd/[email protected], 2009-05-12 02:41:35-04:00, [email protected]
+1 -1
+ NTP_4_2_4P7_RC7
- [email protected], 2008-05-20 03:50:50-04:00, [email protected] +2 -2
- NTP_4_2_4P5_RC1
+ ntpd/[email protected], 2009-05-12 02:41:35-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
- sntp/[email protected], 2008-05-20 03:50:51-04:00, [email protected] +2 -2
- NTP_4_2_4P5_RC1
+ ntpd/[email protected], 2009-05-12 02:41:36-04:00, [email protected]
+3 -3
+ NTP_4_2_4P7_RC7
- sntp/[email protected], 2008-05-20 03:50:52-04:00, [email protected] +3 -3
- NTP_4_2_4P5_RC1
+ ntpd/[email protected], 2009-05-12 02:41:37-04:00, [email protected]
+3 -3
+ NTP_4_2_4P7_RC7
- sntp/[email protected], 2008-05-20 03:50:52-04:00, [email protected]
+1 -1
- NTP_4_2_4P5_RC1
+ ntpd/[email protected], 2009-05-12 02:41:37-04:00,
[email protected] +1 -1
+ NTP_4_2_4P7_RC7
- sntp/[email protected], 2008-05-20 03:50:53-04:00, [email protected] +2 -2
- NTP_4_2_4P5_RC1
+ ntpd/[email protected], 2009-05-12 02:41:38-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
- util/[email protected], 2008-05-20 03:50:54-04:00,
[email protected] +6 -7
- NTP_4_2_4P5_RC1
+ ntpdc/[email protected], 2009-05-12 02:41:39-04:00, [email protected] +3
-3
+ NTP_4_2_4P7_RC7
- util/[email protected], 2008-05-20 03:50:54-04:00,
[email protected] +6 -7
- NTP_4_2_4P5_RC1
+ ntpdc/[email protected], 2009-05-12 02:41:40-04:00, [email protected] +3
-3
+ NTP_4_2_4P7_RC7
- util/[email protected], 2008-05-20 03:50:55-04:00,
[email protected] +7 -9
- NTP_4_2_4P5_RC1
+ ntpdc/[email protected], 2009-05-12 02:41:41-04:00, [email protected]
+1 -1
+ NTP_4_2_4P7_RC7
- util/[email protected], 2008-05-20 03:50:56-04:00, [email protected] +3
-3
- NTP_4_2_4P5_RC1
+ ntpdc/[email protected], 2009-05-12 02:41:42-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
[email protected], 2008-05-18 05:14:37-04:00, [email protected] +1 -0
- Start the 4.2.4p5 release candidate cycle
+ ntpq/[email protected], 2009-05-12 02:41:43-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
- [email protected], 2008-05-18 05:14:27-04:00, [email protected] +1 -1
- Start the 4.2.4p5 release candidate cycle
+ ntpq/[email protected], 2009-05-12 02:41:44-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
[email protected], 2008-04-11 18:41:57-04:00, [email protected] +1 -0
- Solaris _XOPEN_SOURCE updates
+ ntpq/[email protected], 2009-05-12 02:41:45-04:00, [email protected]
+1 -1
+ NTP_4_2_4P7_RC7
- [email protected], 2008-04-11 18:41:47-04:00, [email protected] +5 -1
- Solaris _XOPEN_SOURCE updates
+ ntpq/[email protected], 2009-05-12 02:41:46-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
[email protected], 2008-04-10 02:09:52-04:00, [email protected] +1 -0
- Changelog cleanup
+ [email protected], 2009-05-12 02:41:47-04:00, [email protected] +1 -1
+ NTP_4_2_4P7_RC7
- [email protected], 2008-04-10 02:08:57-04:00, [email protected] +2 -1
+ sntp/[email protected], 2009-05-12 02:41:47-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
[email protected], 2008-04-08 12:20:22+02:00, [email protected] +1 -0
- Always sleep a little before calling doconfigure() to make sure the network
is completely up.
+ sntp/[email protected], 2009-05-12 02:41:48-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
- ntpd/[email protected], 2008-04-08 12:20:21+02:00, [email protected] +5
-6
- Always sleep a little before calling doconfigure() to make sure the
network is completely up.
+ sntp/[email protected], 2009-05-12 02:41:49-04:00, [email protected]
+1 -1
+ NTP_4_2_4P7_RC7
[email protected], 2008-04-03 10:19:03-04:00, [email protected] +5 -0
- [Bug 987] Wake up the resolver thread/process when a new interface has
become available.
+ sntp/[email protected], 2009-05-12 02:41:50-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC7
- [email protected], 2008-04-03 10:18:59-04:00, [email protected] +1 -0
- [Bug 987] Wake up the resolver thread/process when a new interface has
become available.
+ util/[email protected], 2009-05-12 02:41:51-04:00,
[email protected] +3 -3
+ NTP_4_2_4P7_RC7
- include/[email protected], 2008-04-03 10:18:59-04:00, [email protected] +5 -0
- Added vars used to wake up the resolver process/thread.
+ util/[email protected], 2009-05-12 02:41:51-04:00,
[email protected] +3 -3
+ NTP_4_2_4P7_RC7
- ntpd/[email protected], 2008-04-03 10:18:59-04:00, [email protected]
+34 -1
- Initialize synchronization variables when the resolver process/thread is
started.
+ util/[email protected], 2009-05-12 02:41:52-04:00,
[email protected] +1 -1
+ NTP_4_2_4P7_RC7
- ntpd/[email protected], 2008-04-03 10:18:59-04:00, [email protected]
+64 -65
- Enable the resolver to be woken up when a new interface has become
available.
+ util/[email protected], 2009-05-12 02:41:53-04:00, [email protected] +3
-3
+ NTP_4_2_4P7_RC7
- ntpd/[email protected], 2008-04-03 10:19:00-04:00, [email protected] +25 -5
- Wake up the resolver thread/process when a new interface has become
available.
[email protected], 2009-05-12 01:07:37-04:00, [email protected] +9 -0
+ ntp.isc.org -> ntp.org cleanup
[email protected], 2008-03-24 22:12:42-04:00, [email protected] +1 -0
- bugs 993 a d 959
+ BitKeeper/etc/[email protected], 2009-05-12 01:06:49-04:00, [email protected]
+1 -1
+ ntp.isc.org -> ntp.org cleanup
- [email protected], 2008-03-24 22:12:26-04:00, [email protected] +2 -0
- bugs 993 a d 959
+ [email protected], 2009-05-12 01:06:01-04:00, [email protected] +1 -0
+ ntp.isc.org -> ntp.org cleanup
[email protected], 2008-03-24 21:41:55-04:00, [email protected] +1 -0
- [Bug 959] Refclock on Windows not properly releasing recvbuffs
+ [email protected], 2009-05-12 01:06:02-04:00, [email protected] +1 -1
+ ntp.isc.org -> ntp.org cleanup
- ports/winnt/ntpd/[email protected], 2008-03-24 21:41:37-04:00,
[email protected] +25 -13
- [Bug 959] Refclock on Windows not properly releasing recvbuffs
+ [email protected], 2009-05-12 01:06:03-04:00, [email protected] +1 -1
+ ntp.isc.org -> ntp.org cleanup
[email protected], 2008-03-24 21:40:32-04:00, [email protected] +1 -0
- [Bug 993] Windows: Fix memory leak when fetching system messages
+ [email protected], 2009-05-12 01:06:03-04:00, [email protected] +1 -1
+ ntp.isc.org -> ntp.org cleanup
- ports/winnt/libisc/[email protected], 2008-03-24 21:40:07-04:00,
[email protected] +78 -18
- [Bug 993] Windows: Fix memory leak when fetching system messages
+ [email protected], 2009-05-12 01:06:03-04:00, [email protected] +1 -1
+ ntp.isc.org -> ntp.org cleanup
[email protected], 2008-03-22 02:12:10-05:00, [email protected] +2 -0
- [Bug 977] Fix mismatching #ifdefs for builds without IPv6
+ [email protected], 2009-05-12 01:06:04-04:00, [email protected] +1 -1
+ ntp.isc.org -> ntp.org cleanup
- [email protected], 2008-03-22 02:11:57-05:00, [email protected] +1 -0
- [Bug 977] Fix mismatching #ifdefs for builds without IPv6
+ include/[email protected], 2009-05-12 01:06:49-04:00, [email protected]
+1 -1
+ ntp.isc.org -> ntp.org cleanup
- libisc/[email protected], 2008-03-22 02:11:58-05:00, [email protected] +1 -1
- [Bug 977] Fix mismatching #ifdefs for builds without IPv6
+ sntp/[email protected], 2009-05-12 01:06:49-04:00, [email protected] +1
-1
+ ntp.isc.org -> ntp.org cleanup
[email protected], 2008-03-22 02:02:36-05:00, [email protected] +3 -0
- Update the copyright year
[email protected], 2009-05-08 18:11:36+00:00,
[email protected] +1 -0
+ configure.ac:
+ correct help text
- [email protected], 2008-03-22 02:02:24-05:00, [email protected] +8 -6
- Update the copyright year
+ [email protected], 2009-05-08 18:11:24+00:00,
[email protected] +11 -5
+ correct help text
- html/[email protected], 2008-03-22 02:02:25-05:00, [email protected]
+1 -1
- Update the copyright year
[email protected], 2009-05-08 17:50:37+00:00,
[email protected] +3 -0
+ add configure --enable-ignore-dns-errors to retry on any failure
- include/[email protected], 2008-03-22 02:02:25-05:00, [email protected]
+1 -1
- Update the copyright year
+ [email protected], 2009-05-08 17:50:35+00:00,
[email protected] +2 -1
+ add configure --enable-ignore-dns-errors to retry on any failure
[email protected], 2008-03-22 01:58:52-05:00, [email protected] +5 -0
- Make autogen-generated files writable
+ [email protected], 2009-05-08 17:50:35+00:00,
[email protected] +26 -4
+ add configure --enable-ignore-dns-errors to retry on any failure
- ntpd/[email protected], 2008-03-22 01:57:08-05:00, [email protected] +1 -1
- Make autogen-generated files writable
+ ntpd/[email protected], 2009-05-08 17:50:35+00:00,
[email protected] +2 -0
+ add configure --enable-ignore-dns-errors to retry on any failure
- ntpdc/[email protected], 2008-03-22 01:57:09-05:00, [email protected] +1
-1
- Make autogen-generated files writable
[email protected], 2009-05-08 15:34:46+00:00,
[email protected] +4 -0
+ Do not exceed FD_SETSIZE in ntp_intres.c
+ ---
+ ntp_intres.c:
+ typo
+ ---
+ ntp_intres.c:
+ missing comma typo
+ ---
+ ntp_intres.c:
+ typo
- ntpq/[email protected], 2008-03-22 01:57:10-05:00, [email protected] +1 -1
- Make autogen-generated files writable
+ ntpd/[email protected], 2009-05-08 15:34:45+00:00,
[email protected] +64 -33
+ fix typos, refine "host name not found" log message, stay under FD_SETSIZE
- sntp/[email protected], 2008-03-22 01:57:11-05:00, [email protected] +1 -1
- Make autogen-generated files writable
+ ntpd/[email protected], 2009-05-08 15:34:45+00:00,
[email protected] +21 -3
+ after ntp_intres adds a server entry, rescan interfaces, to notice the
+ return of connectivity sooner.
- util/[email protected], 2008-03-22 01:57:11-05:00, [email protected] +1 -1
- Make autogen-generated files writable
+ ntpd/[email protected], 2009-05-08 15:34:45+00:00,
[email protected] +3 -5
+ indent cleanup
[email protected], 2008-03-16 09:15:13-04:00, [email protected] +2 -0
- [Bug 957] Windows only: Let command line parameters from the Windows SCM GUI
override the standard parameters from the ImagePath registry key.
+ ports/winnt/include/[email protected], 2009-05-08 15:34:45+00:00,
[email protected] +4 -10
+ remove FORCE_DNSRETRY, no longer used
+ indent cleanup
- [email protected], 2008-03-16 09:15:10-04:00, [email protected] +3 -0
- [Bug 957] Let command line parameters from the Windows SCM GUI override
the standard parameters from the ImagePath registry key.
[email protected], 2009-05-08 11:24:43+00:00,
[email protected] +2 -0
+ [Bug 1178] Use prior FORCE_DNSRETRY behavior as needed at runtime
- ports/winnt/ntpd/[email protected], 2008-03-16 09:15:11-04:00,
[email protected] +11 -2
- [Bug 957] Let command line parameters from the Windows SCM GUI override
the standard parameters from the ImagePath registry key.
+ [email protected], 2009-05-08 11:24:42+00:00,
[email protected] +4 -0
+ [Bug 1178] Use prior FORCE_DNSRETRY behavior as needed at runtime
[email protected], 2008-03-03 11:50:50+01:00,
[email protected] +2 -0
- [Bug 532] nptdate timeout is too long if several servers are supplied
- [Bug 698] timeBeginPeriod is called without timeEndPeriod in some NTP tools
- [Bug 857] ntpdate debug mode adjusts system clock when it shouldn't
- [Bug 908] ntpdate crashes sometimes
- [Bug 982] ntpdate(and ntptimeset) buffer overrun if HAVE_POLL_H isn't set
(dup of 908)
- [Bug 997] ntpdate buffer too small and unsafe
- Under Windows check whether NTP port in use under same conditions as under
other OSs.
- Fixed some typos and indents (tabs/spaces).
+ ntpd/[email protected], 2009-05-08 11:24:42+00:00,
[email protected] +53 -55
+ [Bug 1178] Use prior FORCE_DNSRETRY behavior as needed at runtime
- [email protected], 2008-03-03 11:50:49+01:00,
[email protected] +10 -0
- [Bug 532] nptdate timeout is too long if several servers are supplied
- [Bug 698] timeBeginPeriod is called without timeEndPeriod in some NTP tools
- [Bug 857] ntpdate debug mode adjusts system clock when it shouldn't
- [Bug 908] ntpdate crashes sometimes
- [Bug 982] ntpdate(and ntptimeset) buffer overrun if HAVE_POLL_H isn't set
(dup of 908)
- [Bug 997] ntpdate buffer too small and unsafe
- Under Windows check whether NTP port in use under same conditions as under
other OSs.
- Fixed some typos and indents (tabs/spaces).
[email protected], 2009-05-08 04:42:52-04:00, [email protected] +26 -0
+ NTP_4_2_4P7_RC6
+ TAG: NTP_4_2_4P7_RC6
- ntpdate/[email protected], 2008-03-03 11:50:49+01:00,
[email protected] +101 -82
- [Bug 532] nptdate timeout is too long if several servers are supplied
- [Bug 698] timeBeginPeriod is called without timeEndPeriod in some NTP tools
- [Bug 857] ntpdate debug mode adjusts system clock when it shouldn't
- [Bug 908] ntpdate crashes sometimes
- [Bug 982] ntpdate(and ntptimeset) buffer overrun if HAVE_POLL_H isn't set
(dup of 908)
- [Bug 997] ntpdate buffer too small and unsafe
- Under Windows check whether NTP port in use under same conditions as under
other OSs.
- Fixed some typos and indents (tabs/spaces).
+ [email protected], 2009-05-08 04:42:28-04:00, [email protected] +1 -0
+ NTP_4_2_4P7_RC6
[email protected], 2008-02-20 12:13:24+01:00, mar...@pc-martin4. +2 -0
- [Bug 909] Define int32_t for Windows (backport from ntp-dev)
+ ntpd/[email protected], 2009-05-08 04:42:28-04:00, [email protected] +2 -2
+ NTP_4_2_4P7_RC6
- [email protected], 2008-02-20 12:13:24+01:00, mar...@pc-martin4. +1 -0
- [Bug 909] Define int32_t for Windows (backport from ntp-dev)
+ ntpd/[email protected], 2009-05-08 04:42:29-04:00, [email protected] +3 -3
+ NTP_4_2_4P7_RC6
- ports/winnt/include/[email protected], 2008-02-20 12:13:24+01:00,
mar...@pc-martin4. +2 -0
- [Bug 909] Define int32_t for Windows (backport from ntp-dev)
+ ntpd/[email protected], 2009-05-08 04:42:30-04:00, [email protected]
+2 -2
+ NTP_4_2_4P7_RC6
[email protected], 2008-02-19 11:08:55-05:00, [email protected] +1 -0
- Fixed indentation.
+ ntpd/[email protected], 2009-05-08 04:42:30-04:00, [email protected] +2 -2
+ NTP_4_2_4P7_RC6
- ntpd/[email protected], 2008-02-19 11:08:52-05:00, [email protected] +1 -1
- Fixed indentation.
+ ntpd/[email protected], 2009-05-08 04:42:31-04:00, [email protected]
+2 -2
+ NTP_4_2_4P7_RC6
[email protected], 2008-02-18 09:30:34-05:00, [email protected] +1 -0
- Use new get_free_recv_buffer_alloc().
+ ntpd/[email protected], 2009-05-08 04:42:32-04:00, [email protected]
+3 -3
+ NTP_4_2_4P7_RC6
- ports/winnt/ntpd/[email protected], 2008-02-18 09:30:31-05:00,
[email protected] +4 -4
- Use new get_free_recv_buffer_alloc().
+ ntpd/[email protected], 2009-05-08 04:42:33-04:00,
[email protected] +1 -1
+ NTP_4_2_4P7_RC6
[email protected], 2008-02-17 17:48:29+00:00, [email protected] +1 -0
- recvbuff.c:
- Bug 1000: add some pico optimizations
+ ntpd/[email protected], 2009-05-08 04:42:34-04:00, [email protected] +2 -2
+ NTP_4_2_4P7_RC6
- libntp/[email protected], 2008-02-17 17:42:21+00:00, [email protected] +5 -8
- Bug 1000: add some pico optimizations
+ ntpdc/[email protected], 2009-05-08 04:42:35-04:00, [email protected] +2
-2
+ NTP_4_2_4P7_RC6
[email protected], 2008-02-17 08:38:07+00:00, [email protected] +2 -0
- ntpd.c:
- Bug 1000: avoid timer() starvation during high load conditions
- ChangeLog:
- Bug 1000: additionally fix timer() starvation during high load
+ ntpdc/[email protected], 2009-05-08 04:42:35-04:00, [email protected] +3
-3
+ NTP_4_2_4P7_RC6
- [email protected], 2008-02-17 08:37:20+00:00, [email protected] +1 -0
- Bug 1000: additionally fix timer() starvation during high load
+ ntpdc/[email protected], 2009-05-08 04:42:36-04:00, [email protected]
+2 -2
+ NTP_4_2_4P7_RC6
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"