From: Harlan Stenn Date: Fri, 11 Aug 2006 01:41:32 +0000 (-0400) Subject: NTP_4_2_3P29 X-Git-Tag: NTP_4_2_3P30~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fb83a073660f9555effc868fd190c4ef5655959;p=thirdparty%2Fntp.git NTP_4_2_3P29 bk: 44dbe04cSuU0cf_b1QGeVorY1a0dhg --- diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 232133485..ccc6a0a7d 100644 --- a/ntpd/ntpd-opts.c +++ b/ntpd/ntpd-opts.c @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntpd-opts.c) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:14:41 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 04:03:36 PM EDT * From the definitions ntpd-opts.def * and the template file options */ @@ -811,7 +811,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.3p23\n\ +"ntpd - NTP daemon program - Ver. 4.2.3p29\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 6b88e7e54..b004f5c9d 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntpd-opts.h) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:14:40 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 04:03:35 PM EDT * From the definitions ntpd-opts.def * and the template file options */ @@ -87,8 +87,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 33 -#define NTPD_VERSION "4.2.3p23" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.3p23" +#define NTPD_VERSION "4.2.3p29" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.3p29" /* * Interface defines for all options. Replace "n" with diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 15bf0ad18..b26710bc9 100644 --- a/ntpd/ntpd-opts.texi +++ b/ntpd/ntpd-opts.texi @@ -7,7 +7,7 @@ # # DO NOT EDIT THIS FILE (ntpd-opts.texi) # -# It has been AutoGen-ed Wednesday August 2, 2006 at 08:14:43 PM EDT +# It has been AutoGen-ed Thursday August 10, 2006 at 04:03:39 PM EDT # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 3c38bb896..c50fa02a6 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2006-08-02 "( 4.2.3p23)" "Programmer's Manual" +.TH NTPD 1 2006-08-10 "( 4.2.3p29)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpd.1) .\" -.\" It has been AutoGen-ed Wednesday August 2, 2006 at 08:14:42 PM EDT +.\" It has been AutoGen-ed Thursday August 10, 2006 at 04:03:37 PM EDT .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpd/ntpdsim-opts.c b/ntpd/ntpdsim-opts.c index e25707105..070670b6e 100644 --- a/ntpd/ntpdsim-opts.c +++ b/ntpd/ntpdsim-opts.c @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntpdsim-opts.c) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:14:46 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 04:03:41 PM EDT * From the definitions ntpdsim-opts.def * and the template file options */ @@ -1009,7 +1009,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDSIM"; tSCC zUsageTitle[] = -"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p23\n\ +"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p29\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpd/ntpdsim-opts.h b/ntpd/ntpdsim-opts.h index 958fd5630..f5942d598 100644 --- a/ntpd/ntpdsim-opts.h +++ b/ntpd/ntpdsim-opts.h @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntpdsim-opts.h) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:14:45 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 04:03:40 PM EDT * From the definitions ntpdsim-opts.def * and the template file options */ @@ -96,8 +96,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 42 -#define NTPDSIM_VERSION "4.2.3p23" -#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p23" +#define NTPDSIM_VERSION "4.2.3p29" +#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p29" /* * Interface defines for all options. Replace "n" with diff --git a/ntpd/ntpdsim-opts.texi b/ntpd/ntpdsim-opts.texi index 4dffa557e..ac5c1bc44 100644 --- a/ntpd/ntpdsim-opts.texi +++ b/ntpd/ntpdsim-opts.texi @@ -7,7 +7,7 @@ # # DO NOT EDIT THIS FILE (ntpdsim-opts.texi) # -# It has been AutoGen-ed Wednesday August 2, 2006 at 08:14:49 PM EDT +# It has been AutoGen-ed Thursday August 10, 2006 at 04:03:44 PM EDT # From the definitions ntpdsim-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpd/ntpdsim.1 b/ntpd/ntpdsim.1 index edb7b8e7b..60fcc0eab 100644 --- a/ntpd/ntpdsim.1 +++ b/ntpd/ntpdsim.1 @@ -1,7 +1,7 @@ -.TH NTPDSIM 1 2006-08-02 "( 4.2.3p23)" "Programmer's Manual" +.TH NTPDSIM 1 2006-08-10 "( 4.2.3p29)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpdsim.1) .\" -.\" It has been AutoGen-ed Wednesday August 2, 2006 at 08:14:47 PM EDT +.\" It has been AutoGen-ed Thursday August 10, 2006 at 04:03:42 PM EDT .\" From the definitions ntpdsim-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index 63194e8ab..aa4a708bf 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntpdc-opts.c) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:16:06 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 04:05:25 PM EDT * From the definitions ntpdc-opts.def * and the template file options */ @@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDC"; tSCC zUsageTitle[] = -"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p23\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p29\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 6a469e8de..819c498d3 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntpdc-opts.h) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:16:06 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 04:05:24 PM EDT * From the definitions ntpdc-opts.def * and the template file options */ @@ -69,8 +69,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.3p23" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p23" +#define NTPDC_VERSION "4.2.3p29" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p29" /* * Interface defines for all options. Replace "n" with diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 03249a499..4dfcb6e7f 100644 --- a/ntpdc/ntpdc-opts.texi +++ b/ntpdc/ntpdc-opts.texi @@ -7,7 +7,7 @@ # # DO NOT EDIT THIS FILE (ntpdc-opts.texi) # -# It has been AutoGen-ed Wednesday August 2, 2006 at 08:16:09 PM EDT +# It has been AutoGen-ed Thursday August 10, 2006 at 04:05:27 PM EDT # From the definitions ntpdc-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpdc/ntpdc.1 b/ntpdc/ntpdc.1 index 5df0e89cd..c1cdf1c31 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2006-08-02 "( 4.2.3p23)" "Programmer's Manual" +.TH NTPDC 1 2006-08-10 "( 4.2.3p29)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpdc.1) .\" -.\" It has been AutoGen-ed Wednesday August 2, 2006 at 08:16:08 PM EDT +.\" It has been AutoGen-ed Thursday August 10, 2006 at 04:05:26 PM EDT .\" From the definitions ntpdc-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c index 861887016..0c64d4d83 100644 --- a/ntpq/ntpq-opts.c +++ b/ntpq/ntpq-opts.c @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntpq-opts.c) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:16:36 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 06:35:59 PM EDT * From the definitions ntpq-opts.def * and the template file options */ @@ -376,7 +376,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPQ"; tSCC zUsageTitle[] = -"ntpq - standard NTP query program - Ver. 4.2.3p23\n\ +"ntpq - standard NTP query program - Ver. 4.2.3p29\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index a40950244..e23ea633f 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntpq-opts.h) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:16:36 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 06:35:59 PM EDT * From the definitions ntpq-opts.def * and the template file options */ @@ -67,8 +67,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 13 -#define NTPQ_VERSION "4.2.3p23" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.3p23" +#define NTPQ_VERSION "4.2.3p29" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.3p29" /* * Interface defines for all options. Replace "n" with diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 2ef522a35..cdc580bca 100644 --- a/ntpq/ntpq-opts.texi +++ b/ntpq/ntpq-opts.texi @@ -7,7 +7,7 @@ # # DO NOT EDIT THIS FILE (ntpq-opts.texi) # -# It has been AutoGen-ed Wednesday August 2, 2006 at 08:16:39 PM EDT +# It has been AutoGen-ed Thursday August 10, 2006 at 06:46:32 PM EDT # From the definitions ntpq-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpq/ntpq.1 b/ntpq/ntpq.1 index 83bccd8f9..a561f4796 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2006-08-02 "( 4.2.3p23)" "Programmer's Manual" +.TH NTPQ 1 2006-08-10 "( 4.2.3p29)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpq.1) .\" -.\" It has been AutoGen-ed Wednesday August 2, 2006 at 08:16:37 PM EDT +.\" It has been AutoGen-ed Thursday August 10, 2006 at 06:46:31 PM EDT .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 99c1d98a1..7c4d5408c 100644 --- a/sntp/sntp-opts.c +++ b/sntp/sntp-opts.c @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (sntp-opts.c) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:17:11 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 08:20:34 PM EDT * From the definitions sntp-opts.def * and the template file options */ @@ -20,7 +20,86 @@ * * sntp copyright 1970-2006 ntp.org - all rights reserved * - * See the sntp/Copyright file + * General Public Licence for the software known as MSNTP + * ------------------------------------------------------ + * + * (c) Copyright, N.M. Maclaren, 1996, 1997, 2000 + * (c) Copyright, University of Cambridge, 1996, 1997, 2000 + * + * + * + * Free use of MSNTP in source and binary forms is permitted, provided that this + * entire licence is duplicated in all copies, and that any documentation, + * announcements, and other materials related to use acknowledge that the software + * was developed by N.M. Maclaren (hereafter refered to as the Author) at the + * University of Cambridge. Neither the name of the Author nor the University of + * Cambridge may be used to endorse or promote products derived from this material + * without specific prior written permission. + * + * The Author and the University of Cambridge retain the copyright and all other + * legal rights to the software and make it available non-exclusively. All users + * must ensure that the software in all its derivations carries a copyright notice + * in the form: + * (c) Copyright N.M. Maclaren, + * (c) Copyright University of Cambridge. + * + * + * + * NO WARRANTY + * + * Because the MSNTP software is licensed free of charge, the Author and the + * University of Cambridge provide absolutely no warranty, either expressed or + * implied, including, but not limited to, the implied warranties of + * merchantability and fitness for a particular purpose. The entire risk as to + * the quality and performance of the MSNTP software is with you. Should MSNTP + * prove defective, you assume the cost of all necessary servicing or repair. + * + * In no event, unless required by law, will the Author or the University of + * Cambridge, or any other party who may modify and redistribute this software as + * permitted in accordance with the provisions below, be liable for damages for + * any losses whatsoever, including but not limited to lost profits, lost monies, + * lost or corrupted data, or other special, incidental or consequential losses + * that may arise out of the use or inability to use the MSNTP software. + * + * + * + * COPYING POLICY + * + * Permission is hereby granted for copying and distribution of copies of the + * MSNTP source and binary files, and of any part thereof, subject to the + * following licence conditions: + * + * 1. You may distribute MSNTP or components of MSNTP, with or without additions + * developed by you or by others. No charge, other than an "at-cost" distribution + * fee, may be charged for copies, derivations, or distributions of this material + * without the express written consent of the copyright holders. + * + * 2. You may also distribute MSNTP along with any other product for sale, + * provided that the cost of the bundled package is the same regardless of whether + * MSNTP is included or not, and provided that those interested only in MSNTP must + * be notified that it is a product freely available from the University of + * Cambridge. + * + * 3. If you distribute MSNTP software or parts of MSNTP, with or without + * additions developed by you or others, then you must either make available the + * source to all portions of the MSNTP system (exclusive of any additions made by + * you or by others) upon request, or instead you may notify anyone requesting + * source that it is freely available from the University of Cambridge. + * + * 4. You may not omit any of the copyright notices on either the source files, + * the executable files, or the documentation. + * + * 5. You may not omit transmission of this License agreement with whatever + * portions of MSNTP that are distributed. + * + * 6. Any users of this software must be notified that it is without warranty or + * guarantee of any nature, express or implied, nor is there any fitness for use + * represented. + * + * + * October 1996 + * April 1997 + * October 2000 */ @@ -36,7 +115,64 @@ tSCC zCopyright[] = tSCC zCopyrightNotice[] = /* extracted from sntp-opts.def near line 10 */ -"See the sntp/Copyright file"; +" General Public Licence for the software known as MSNTP\n\ + ------------------------------------------------------\n\n\ +\t (c) Copyright, N.M. Maclaren, 1996, 1997, 2000\n\ +\t (c) Copyright, University of Cambridge, 1996, 1997, 2000\n\n\n\n\ +Free use of MSNTP in source and binary forms is permitted, provided that this\n\ +entire licence is duplicated in all copies, and that any documentation,\n\ +announcements, and other materials related to use acknowledge that the software\n\ +was developed by N.M. Maclaren (hereafter refered to as the Author) at the\n\ +University of Cambridge. Neither the name of the Author nor the University of\n\ +Cambridge may be used to endorse or promote products derived from this material\n\ +without specific prior written permission.\n\n\ +The Author and the University of Cambridge retain the copyright and all other\n\ +legal rights to the software and make it available non-exclusively. All users\n\ +must ensure that the software in all its derivations carries a copyright notice\n\ +in the form:\n\ +\t (c) Copyright N.M. Maclaren,\n\ +\t (c) Copyright University of Cambridge.\n\n\n\n\ + NO WARRANTY\n\n\ +Because the MSNTP software is licensed free of charge, the Author and the\n\ +University of Cambridge provide absolutely no warranty, either expressed or\n\ +implied, including, but not limited to, the implied warranties of\n\ +merchantability and fitness for a particular purpose. The entire risk as to\n\ +the quality and performance of the MSNTP software is with you. Should MSNTP\n\ +prove defective, you assume the cost of all necessary servicing or repair.\n\n\ +In no event, unless required by law, will the Author or the University of\n\ +Cambridge, or any other party who may modify and redistribute this software as\n\ +permitted in accordance with the provisions below, be liable for damages for\n\ +any losses whatsoever, including but not limited to lost profits, lost monies,\n\ +lost or corrupted data, or other special, incidental or consequential losses\n\ +that may arise out of the use or inability to use the MSNTP software.\n\n\n\n\ + COPYING POLICY\n\n\ +Permission is hereby granted for copying and distribution of copies of the\n\ +MSNTP source and binary files, and of any part thereof, subject to the\n\ +following licence conditions:\n\n\ +1. You may distribute MSNTP or components of MSNTP, with or without additions\n\ +developed by you or by others. No charge, other than an \"at-cost\" distribution\n\ +fee, may be charged for copies, derivations, or distributions of this material\n\ +without the express written consent of the copyright holders.\n\n\ +2. You may also distribute MSNTP along with any other product for sale,\n\ +provided that the cost of the bundled package is the same regardless of whether\n\ +MSNTP is included or not, and provided that those interested only in MSNTP must\n\ +be notified that it is a product freely available from the University of\n\ +Cambridge.\n\n\ +3. If you distribute MSNTP software or parts of MSNTP, with or without\n\ +additions developed by you or others, then you must either make available the\n\ +source to all portions of the MSNTP system (exclusive of any additions made by\n\ +you or by others) upon request, or instead you may notify anyone requesting\n\ +source that it is freely available from the University of Cambridge.\n\n\ +4. You may not omit any of the copyright notices on either the source files,\n\ +the executable files, or the documentation.\n\n\ +5. You may not omit transmission of this License agreement with whatever\n\ +portions of MSNTP that are distributed.\n\n\ +6. Any users of this software must be notified that it is without warranty or\n\ +guarantee of any nature, express or implied, nor is there any fitness for use\n\ +represented.\n\n\n\ +October 1996\n\ +April 1997\n\ +October 2000"; extern tUsageProc optionUsage; #ifndef NULL @@ -345,7 +481,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "SNTP"; tSCC zUsageTitle[] = -"sntp - standard SNTP program - Ver. 4.2.3p23\n\ +"sntp - standard SNTP program - Ver. 4.2.3p29\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 09fd4dca5..d6d132192 100644 --- a/sntp/sntp-opts.h +++ b/sntp/sntp-opts.h @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (sntp-opts.h) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:17:11 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 08:20:33 PM EDT * From the definitions sntp-opts.def * and the template file options */ @@ -20,7 +20,86 @@ * * sntp copyright 1970-2006 ntp.org - all rights reserved * - * See the sntp/Copyright file + * General Public Licence for the software known as MSNTP + * ------------------------------------------------------ + * + * (c) Copyright, N.M. Maclaren, 1996, 1997, 2000 + * (c) Copyright, University of Cambridge, 1996, 1997, 2000 + * + * + * + * Free use of MSNTP in source and binary forms is permitted, provided that this + * entire licence is duplicated in all copies, and that any documentation, + * announcements, and other materials related to use acknowledge that the software + * was developed by N.M. Maclaren (hereafter refered to as the Author) at the + * University of Cambridge. Neither the name of the Author nor the University of + * Cambridge may be used to endorse or promote products derived from this material + * without specific prior written permission. + * + * The Author and the University of Cambridge retain the copyright and all other + * legal rights to the software and make it available non-exclusively. All users + * must ensure that the software in all its derivations carries a copyright notice + * in the form: + * (c) Copyright N.M. Maclaren, + * (c) Copyright University of Cambridge. + * + * + * + * NO WARRANTY + * + * Because the MSNTP software is licensed free of charge, the Author and the + * University of Cambridge provide absolutely no warranty, either expressed or + * implied, including, but not limited to, the implied warranties of + * merchantability and fitness for a particular purpose. The entire risk as to + * the quality and performance of the MSNTP software is with you. Should MSNTP + * prove defective, you assume the cost of all necessary servicing or repair. + * + * In no event, unless required by law, will the Author or the University of + * Cambridge, or any other party who may modify and redistribute this software as + * permitted in accordance with the provisions below, be liable for damages for + * any losses whatsoever, including but not limited to lost profits, lost monies, + * lost or corrupted data, or other special, incidental or consequential losses + * that may arise out of the use or inability to use the MSNTP software. + * + * + * + * COPYING POLICY + * + * Permission is hereby granted for copying and distribution of copies of the + * MSNTP source and binary files, and of any part thereof, subject to the + * following licence conditions: + * + * 1. You may distribute MSNTP or components of MSNTP, with or without additions + * developed by you or by others. No charge, other than an "at-cost" distribution + * fee, may be charged for copies, derivations, or distributions of this material + * without the express written consent of the copyright holders. + * + * 2. You may also distribute MSNTP along with any other product for sale, + * provided that the cost of the bundled package is the same regardless of whether + * MSNTP is included or not, and provided that those interested only in MSNTP must + * be notified that it is a product freely available from the University of + * Cambridge. + * + * 3. If you distribute MSNTP software or parts of MSNTP, with or without + * additions developed by you or others, then you must either make available the + * source to all portions of the MSNTP system (exclusive of any additions made by + * you or by others) upon request, or instead you may notify anyone requesting + * source that it is freely available from the University of Cambridge. + * + * 4. You may not omit any of the copyright notices on either the source files, + * the executable files, or the documentation. + * + * 5. You may not omit transmission of this License agreement with whatever + * portions of MSNTP that are distributed. + * + * 6. Any users of this software must be notified that it is without warranty or + * guarantee of any nature, express or implied, nor is there any fitness for use + * represented. + * + * + * October 1996 + * April 1997 + * October 2000 */ /* * This file contains the programmatic interface to the Automated @@ -66,8 +145,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 12 -#define SNTP_VERSION "4.2.3p23" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.3p23" +#define SNTP_VERSION "4.2.3p29" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.3p29" /* * Interface defines for all options. Replace "n" with diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 54ee595c6..3276d548d 100644 --- a/sntp/sntp-opts.texi +++ b/sntp/sntp-opts.texi @@ -7,7 +7,7 @@ # # DO NOT EDIT THIS FILE (sntp-opts.texi) # -# It has been AutoGen-ed Wednesday August 2, 2006 at 08:17:13 PM EDT +# It has been AutoGen-ed Thursday August 10, 2006 at 08:20:36 PM EDT # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c index 9fa0db1bc..0099362d0 100644 --- a/util/ntp-keygen-opts.c +++ b/util/ntp-keygen-opts.c @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntp-keygen-opts.c) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:17:21 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 04:19:35 PM EDT * From the definitions ntp-keygen-opts.def * and the template file options */ @@ -766,7 +766,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTP_KEYGEN"; tSCC zUsageTitle[] = -"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p23\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p29\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 22c3257c9..695164d72 100644 --- a/util/ntp-keygen-opts.h +++ b/util/ntp-keygen-opts.h @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntp-keygen-opts.h) * - * It has been AutoGen-ed Wednesday August 2, 2006 at 08:17:20 PM EDT + * It has been AutoGen-ed Thursday August 10, 2006 at 04:19:35 PM EDT * From the definitions ntp-keygen-opts.def * and the template file options */ @@ -78,8 +78,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 24 -#define NTP_KEYGEN_VERSION "4.2.3p23" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p23" +#define NTP_KEYGEN_VERSION "4.2.3p29" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p29" /* * Interface defines for all options. Replace "n" with diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi index 471c6f770..a6318eab6 100644 --- a/util/ntp-keygen-opts.texi +++ b/util/ntp-keygen-opts.texi @@ -7,7 +7,7 @@ # # DO NOT EDIT THIS FILE (ntp-keygen-opts.texi) # -# It has been AutoGen-ed Wednesday August 2, 2006 at 08:17:23 PM EDT +# It has been AutoGen-ed Thursday August 10, 2006 at 04:19:37 PM EDT # From the definitions ntp-keygen-opts.def # and the template file aginfo.tpl @end ignore diff --git a/util/ntp-keygen.1 b/util/ntp-keygen.1 index e4f0fc680..59220f10f 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2006-08-02 "(ntp 4.2.3p23)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2006-08-10 "(ntp 4.2.3p29)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Wednesday August 2, 2006 at 08:17:22 PM EDT +.\" It has been AutoGen-ed Thursday August 10, 2006 at 04:19:37 PM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"