diff --git a/COPYRIGHT b/COPYRIGHT index 11b871d802..8a9945b42d 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (C) 1996-2000 Internet Software Consortium. +Copyright (C) 1996-2001 Internet Software Consortium. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/Makefile.in b/Makefile.in index c57112f5a8..e6ab91313f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.36 2000/12/15 08:28:43 gson Exp $ +# $Id: Makefile.in,v 1.36.2.1 2001/01/09 22:31:05 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/acconfig.h b/acconfig.h index de224abfa2..a0f2bd1999 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: acconfig.h,v 1.31 2000/12/23 02:45:41 tale Exp $ */ +/* $Id: acconfig.h,v 1.31.2.1 2001/01/09 22:31:06 bwelling Exp $ */ /*** *** This file is not to be included by any public header files, because diff --git a/bin/Makefile.in b/bin/Makefile.in index 759f33e0bb..6b73c14545 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.21 2000/12/19 01:42:15 bwelling Exp $ +# $Id: Makefile.in,v 1.21.2.1 2001/01/09 22:31:11 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/check/Makefile.in b/bin/check/Makefile.in index 7651c07c83..8d036aa8b4 100644 --- a/bin/check/Makefile.in +++ b/bin/check/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5 2000/12/22 17:25:56 gson Exp $ +# $Id: Makefile.in,v 1.5.2.1 2001/01/09 22:31:13 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index 842bf1d645..8be36e6206 100644 --- a/bin/check/check-tool.c +++ b/bin/check/check-tool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: check-tool.c,v 1.2 2000/12/23 22:02:49 tale Exp $ */ +/* $Id: check-tool.c,v 1.2.2.1 2001/01/09 22:31:14 bwelling Exp $ */ #include diff --git a/bin/check/check-tool.h b/bin/check/check-tool.h index 359ed55a6b..7b2454d0a6 100644 --- a/bin/check/check-tool.h +++ b/bin/check/check-tool.h @@ -1,8 +1,21 @@ /* - * Copyright + * Copyright (C) 2000, 2001 Internet Software Consortium. + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM + * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL + * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING + * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, + * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION + * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: check-tool.h,v 1.1 2000/12/14 21:33:11 marka Exp $ */ +/* $Id: check-tool.h,v 1.1.2.1 2001/01/09 22:31:15 bwelling Exp $ */ #ifndef CHECK_TOOL_H #define CHECK_TOOL_H diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index 40a3499626..9066dc0d20 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named-checkconf.c,v 1.2 2000/12/19 19:53:58 gson Exp $ */ +/* $Id: named-checkconf.c,v 1.2.2.1 2001/01/09 22:31:16 bwelling Exp $ */ #include diff --git a/bin/check/named-checkzone.c b/bin/check/named-checkzone.c index 0fbc9ff9de..422fdf23d7 100644 --- a/bin/check/named-checkzone.c +++ b/bin/check/named-checkzone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named-checkzone.c,v 1.6 2000/12/21 22:11:03 gson Exp $ */ +/* $Id: named-checkzone.c,v 1.6.2.1 2001/01/09 22:31:17 bwelling Exp $ */ #include diff --git a/bin/dig/Makefile.in b/bin/dig/Makefile.in index d8829265dc..d026509ec6 100644 --- a/bin/dig/Makefile.in +++ b/bin/dig/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.17 2000/09/29 23:42:11 mws Exp $ +# $Id: Makefile.in,v 1.17.4.1 2001/01/09 22:31:19 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 7c35c9582f..3779bc142d 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.131 2000/12/11 19:15:44 bwelling Exp $ */ +/* $Id: dig.c,v 1.131.2.1 2001/01/09 22:31:20 bwelling Exp $ */ #include #include diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 7ed5db2b91..b67700cdd6 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.174.2.2 2001/01/08 23:43:01 bwelling Exp $ */ +/* $Id: dighost.c,v 1.174.2.3 2001/01/09 22:31:22 bwelling Exp $ */ + +/* $Id: dighost.c,v 1.174.2.3 2001/01/09 22:31:22 bwelling Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to diff --git a/bin/dig/host.c b/bin/dig/host.c index 1023fbcc95..738613d9fc 100644 --- a/bin/dig/host.c +++ b/bin/dig/host.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: host.c,v 1.60 2000/12/08 17:06:49 mws Exp $ */ +/* $Id: host.c,v 1.60.4.1 2001/01/09 22:31:24 bwelling Exp $ */ #include #include diff --git a/bin/dig/include/dig/dig.h b/bin/dig/include/dig/dig.h index 479743bdfd..6526955bce 100644 --- a/bin/dig/include/dig/dig.h +++ b/bin/dig/include/dig/dig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.h,v 1.60 2000/12/08 17:06:52 mws Exp $ */ +/* $Id: dig.h,v 1.60.4.1 2001/01/09 22:31:26 bwelling Exp $ */ #ifndef DIG_H #define DIG_H diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index b0b78908e9..af9991b291 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nslookup.c,v 1.69 2000/12/11 19:15:46 bwelling Exp $ */ +/* $Id: nslookup.c,v 1.69.2.1 2001/01/09 22:31:25 bwelling Exp $ */ #include diff --git a/bin/dnssec/Makefile.in b/bin/dnssec/Makefile.in index 06ea76ffff..a1fe51e59a 100644 --- a/bin/dnssec/Makefile.in +++ b/bin/dnssec/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.13 2000/12/12 20:21:33 bwelling Exp $ +# $Id: Makefile.in,v 1.13.2.1 2001/01/09 22:31:28 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c index e3a384e733..13cfc22973 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec-keygen.c,v 1.45 2000/12/11 19:15:48 bwelling Exp $ */ +/* $Id: dnssec-keygen.c,v 1.45.2.1 2001/01/09 22:31:29 bwelling Exp $ */ #include diff --git a/bin/dnssec/dnssec-makekeyset.c b/bin/dnssec/dnssec-makekeyset.c index b8526c3642..2a885c9e36 100644 --- a/bin/dnssec/dnssec-makekeyset.c +++ b/bin/dnssec/dnssec-makekeyset.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec-makekeyset.c,v 1.45 2000/12/07 20:15:43 marka Exp $ */ +/* $Id: dnssec-makekeyset.c,v 1.45.4.1 2001/01/09 22:31:32 bwelling Exp $ */ #include diff --git a/bin/dnssec/dnssec-signkey.c b/bin/dnssec/dnssec-signkey.c index e4292336ea..2eab0edd2a 100644 --- a/bin/dnssec/dnssec-signkey.c +++ b/bin/dnssec/dnssec-signkey.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec-signkey.c,v 1.45 2000/12/11 19:15:49 bwelling Exp $ */ +/* $Id: dnssec-signkey.c,v 1.45.2.1 2001/01/09 22:31:33 bwelling Exp $ */ #include diff --git a/bin/dnssec/dnssec-signzone.c b/bin/dnssec/dnssec-signzone.c index 8695655df2..9aec896653 100644 --- a/bin/dnssec/dnssec-signzone.c +++ b/bin/dnssec/dnssec-signzone.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec-signzone.c,v 1.126 2000/12/15 19:26:54 gson Exp $ */ +/* $Id: dnssec-signzone.c,v 1.126.2.1 2001/01/09 22:31:34 bwelling Exp $ */ #include diff --git a/bin/dnssec/dnssectool.c b/bin/dnssec/dnssectool.c index 1f5d4e52ab..87c082359e 100644 --- a/bin/dnssec/dnssectool.c +++ b/bin/dnssec/dnssectool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssectool.c,v 1.26 2000/12/27 00:11:23 bwelling Exp $ */ +/* $Id: dnssectool.c,v 1.26.2.1 2001/01/09 22:31:35 bwelling Exp $ */ #include diff --git a/bin/dnssec/dnssectool.h b/bin/dnssec/dnssectool.h index d4f4797bdd..21f6491ce8 100644 --- a/bin/dnssec/dnssectool.h +++ b/bin/dnssec/dnssectool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssectool.h,v 1.12 2000/09/26 22:11:25 bwelling Exp $ */ +/* $Id: dnssectool.h,v 1.12.4.1 2001/01/09 22:31:36 bwelling Exp $ */ #ifndef DNSSECTOOL_H #define DNSSECTOOL_H 1 diff --git a/bin/lwresd/Makefile.in b/bin/lwresd/Makefile.in index b43d0fcfd7..f5b126b633 100644 --- a/bin/lwresd/Makefile.in +++ b/bin/lwresd/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.13 2000/08/17 02:11:39 bwelling Exp $ +# $Id: Makefile.in,v 1.13.4.1 2001/01/09 22:31:38 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/lwresd/client.c b/bin/lwresd/client.c index 62ccbd1879..e9a08751a0 100644 --- a/bin/lwresd/client.c +++ b/bin/lwresd/client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.c,v 1.30 2000/08/01 01:11:30 tale Exp $ */ +/* $Id: client.c,v 1.30.4.1 2001/01/09 22:31:39 bwelling Exp $ */ #include diff --git a/bin/lwresd/client.h b/bin/lwresd/client.h index b37b8f0b21..dcd3c261fd 100644 --- a/bin/lwresd/client.h +++ b/bin/lwresd/client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.h,v 1.18 2000/08/01 01:11:31 tale Exp $ */ +/* $Id: client.h,v 1.18.4.1 2001/01/09 22:31:40 bwelling Exp $ */ #ifndef LWD_CLIENT_H #define LWD_CLIENT_H 1 diff --git a/bin/lwresd/err_pkt.c b/bin/lwresd/err_pkt.c index 2fc68d5755..4273f61b93 100644 --- a/bin/lwresd/err_pkt.c +++ b/bin/lwresd/err_pkt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: err_pkt.c,v 1.7 2000/08/01 01:11:32 tale Exp $ */ +/* $Id: err_pkt.c,v 1.7.4.1 2001/01/09 22:31:41 bwelling Exp $ */ #include diff --git a/bin/lwresd/main.c b/bin/lwresd/main.c index cc46f4b610..63b016ff63 100644 --- a/bin/lwresd/main.c +++ b/bin/lwresd/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: main.c,v 1.45 2000/08/01 01:11:33 tale Exp $ */ +/* $Id: main.c,v 1.45.4.1 2001/01/09 22:31:42 bwelling Exp $ */ /* * Main program for the Lightweight Resolver Daemon. diff --git a/bin/lwresd/process_gabn.c b/bin/lwresd/process_gabn.c index 6a92d2501b..8f0da908c4 100644 --- a/bin/lwresd/process_gabn.c +++ b/bin/lwresd/process_gabn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: process_gabn.c,v 1.31 2000/08/01 01:11:34 tale Exp $ */ +/* $Id: process_gabn.c,v 1.31.4.1 2001/01/09 22:31:44 bwelling Exp $ */ #include diff --git a/bin/lwresd/process_gnba.c b/bin/lwresd/process_gnba.c index baa90eb53e..42ca2193f9 100644 --- a/bin/lwresd/process_gnba.c +++ b/bin/lwresd/process_gnba.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: process_gnba.c,v 1.26 2000/08/01 01:11:35 tale Exp $ */ +/* $Id: process_gnba.c,v 1.26.4.1 2001/01/09 22:31:46 bwelling Exp $ */ #include diff --git a/bin/lwresd/process_noop.c b/bin/lwresd/process_noop.c index ce60fe5bad..0d65af2f75 100644 --- a/bin/lwresd/process_noop.c +++ b/bin/lwresd/process_noop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: process_noop.c,v 1.9 2000/08/01 01:11:36 tale Exp $ */ +/* $Id: process_noop.c,v 1.9.4.1 2001/01/09 22:31:47 bwelling Exp $ */ #include diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index b377caa1ff..a3bee58834 100644 --- a/bin/named/Makefile.in +++ b/bin/named/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.63 2000/12/06 01:04:09 bwelling Exp $ +# $Id: Makefile.in,v 1.63.4.1 2001/01/09 22:31:48 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/named/aclconf.c b/bin/named/aclconf.c index 0a9a9ffbe0..8acb95edf1 100644 --- a/bin/named/aclconf.c +++ b/bin/named/aclconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: aclconf.c,v 1.24 2000/11/27 19:42:20 gson Exp $ */ +/* $Id: aclconf.c,v 1.24.4.1 2001/01/09 22:31:49 bwelling Exp $ */ #include diff --git a/bin/named/client.c b/bin/named/client.c index 09790c3573..305c501617 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.c,v 1.136 2000/12/19 19:21:39 gson Exp $ */ +/* $Id: client.c,v 1.136.2.1 2001/01/09 22:31:50 bwelling Exp $ */ #include diff --git a/bin/named/include/named/aclconf.h b/bin/named/include/named/aclconf.h index 3c10b89ffb..e55017b705 100644 --- a/bin/named/include/named/aclconf.h +++ b/bin/named/include/named/aclconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: aclconf.h,v 1.10 2000/11/27 19:42:27 gson Exp $ */ +/* $Id: aclconf.h,v 1.10.4.1 2001/01/09 22:32:22 bwelling Exp $ */ #ifndef NS_ACLCONF_H #define NS_ACLCONF_H 1 diff --git a/bin/named/include/named/client.h b/bin/named/include/named/client.h index 0f74b0dd45..553c123932 100644 --- a/bin/named/include/named/client.h +++ b/bin/named/include/named/client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.h,v 1.48 2000/12/02 04:29:24 gson Exp $ */ +/* $Id: client.h,v 1.48.4.1 2001/01/09 22:32:23 bwelling Exp $ */ #ifndef NAMED_CLIENT_H #define NAMED_CLIENT_H 1 diff --git a/bin/named/include/named/globals.h b/bin/named/include/named/globals.h index 1ec106c536..a2cef134c3 100644 --- a/bin/named/include/named/globals.h +++ b/bin/named/include/named/globals.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: globals.h,v 1.51 2000/12/12 23:05:57 bwelling Exp $ */ +/* $Id: globals.h,v 1.51.2.1 2001/01/09 22:32:25 bwelling Exp $ */ #ifndef NAMED_GLOBALS_H #define NAMED_GLOBALS_H 1 diff --git a/bin/named/include/named/interfacemgr.h b/bin/named/include/named/interfacemgr.h index 727e052530..3cca9ac4b7 100644 --- a/bin/named/include/named/interfacemgr.h +++ b/bin/named/include/named/interfacemgr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: interfacemgr.h,v 1.21 2000/09/26 18:26:20 gson Exp $ */ +/* $Id: interfacemgr.h,v 1.21.4.1 2001/01/09 22:32:26 bwelling Exp $ */ #ifndef NAMED_INTERFACEMGR_H #define NAMED_INTERFACEMGR_H 1 diff --git a/bin/named/include/named/listenlist.h b/bin/named/include/named/listenlist.h index 1f773629cf..a285844f65 100644 --- a/bin/named/include/named/listenlist.h +++ b/bin/named/include/named/listenlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: listenlist.h,v 1.9 2000/08/01 01:12:06 tale Exp $ */ +/* $Id: listenlist.h,v 1.9.4.1 2001/01/09 22:32:27 bwelling Exp $ */ #ifndef NAMED_LISTENLIST_H #define NAMED_LISTENLIST_H 1 diff --git a/bin/named/include/named/log.h b/bin/named/include/named/log.h index 91099fe0a1..9fcd10617a 100644 --- a/bin/named/include/named/log.h +++ b/bin/named/include/named/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.h,v 1.16 2000/11/23 01:32:46 gson Exp $ */ +/* $Id: log.h,v 1.16.4.1 2001/01/09 22:32:28 bwelling Exp $ */ #ifndef NAMED_LOG_H #define NAMED_LOG_H 1 diff --git a/bin/named/include/named/logconf.h b/bin/named/include/named/logconf.h index 18502a255c..bdef8c8757 100644 --- a/bin/named/include/named/logconf.h +++ b/bin/named/include/named/logconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: logconf.h,v 1.8 2000/08/01 01:12:08 tale Exp $ */ +/* $Id: logconf.h,v 1.8.4.1 2001/01/09 22:32:29 bwelling Exp $ */ #ifndef NAMED_LOGCONF_H #define NAMED_LOGCONF_H 1 diff --git a/bin/named/include/named/lwaddr.h b/bin/named/include/named/lwaddr.h index b4906bd437..8648e12106 100644 --- a/bin/named/include/named/lwaddr.h +++ b/bin/named/include/named/lwaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwaddr.h,v 1.1 2000/11/15 23:56:23 bwelling Exp $ */ +/* $Id: lwaddr.h,v 1.1.4.1 2001/01/09 22:32:30 bwelling Exp $ */ #include diff --git a/bin/named/include/named/lwdclient.h b/bin/named/include/named/lwdclient.h index 981eb7519d..7b50b077cf 100644 --- a/bin/named/include/named/lwdclient.h +++ b/bin/named/include/named/lwdclient.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdclient.h,v 1.10 2000/11/02 01:53:25 bwelling Exp $ */ +/* $Id: lwdclient.h,v 1.10.4.1 2001/01/09 22:32:31 bwelling Exp $ */ #ifndef NAMED_LWDCLIENT_H #define NAMED_LWDCLIENT_H 1 diff --git a/bin/named/include/named/lwresd.h b/bin/named/include/named/lwresd.h index 6ff36cbb2f..0494fd2e46 100644 --- a/bin/named/include/named/lwresd.h +++ b/bin/named/include/named/lwresd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresd.h,v 1.9 2000/10/31 22:39:29 bwelling Exp $ */ +/* $Id: lwresd.h,v 1.9.4.1 2001/01/09 22:32:33 bwelling Exp $ */ #ifndef NAMED_LWRESD_H #define NAMED_LWRESD_H 1 diff --git a/bin/named/include/named/lwsearch.h b/bin/named/include/named/lwsearch.h index 7016f4037d..366f92ffa9 100644 --- a/bin/named/include/named/lwsearch.h +++ b/bin/named/include/named/lwsearch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwsearch.h,v 1.2 2000/10/28 00:09:46 bwelling Exp $ */ +/* $Id: lwsearch.h,v 1.2.4.1 2001/01/09 22:32:34 bwelling Exp $ */ #ifndef NAMED_LWSEARCH_H #define NAMED_LWSEARCH_H 1 diff --git a/bin/named/include/named/main.h b/bin/named/include/named/main.h index a33fec15f5..7254dd5939 100644 --- a/bin/named/include/named/main.h +++ b/bin/named/include/named/main.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: main.h,v 1.6 2000/08/01 01:12:11 tale Exp $ */ +/* $Id: main.h,v 1.6.4.1 2001/01/09 22:32:35 bwelling Exp $ */ #ifndef NAMED_MAIN_H #define NAMED_MAIN_H 1 diff --git a/bin/named/include/named/notify.h b/bin/named/include/named/notify.h index e5d07e1444..dedd905026 100644 --- a/bin/named/include/named/notify.h +++ b/bin/named/include/named/notify.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: notify.h,v 1.8 2000/08/01 01:12:12 tale Exp $ */ +/* $Id: notify.h,v 1.8.4.1 2001/01/09 22:32:36 bwelling Exp $ */ #ifndef NAMED_NOTIFY_H #define NAMED_NOTIFY_H 1 diff --git a/bin/named/include/named/omapi.h b/bin/named/include/named/omapi.h index bb8b66b4f6..6aa648b67d 100644 --- a/bin/named/include/named/omapi.h +++ b/bin/named/include/named/omapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: omapi.h,v 1.17 2000/12/12 23:03:16 bwelling Exp $ */ +/* $Id: omapi.h,v 1.17.2.1 2001/01/09 22:32:37 bwelling Exp $ */ #ifndef NAMED_OMAPI_H #define NAMED_OMAPI_H 1 diff --git a/bin/named/include/named/query.h b/bin/named/include/named/query.h index 50bbc17b36..e3d5e2571d 100644 --- a/bin/named/include/named/query.h +++ b/bin/named/include/named/query.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.h,v 1.23 2000/11/13 21:33:58 bwelling Exp $ */ +/* $Id: query.h,v 1.23.4.1 2001/01/09 22:32:38 bwelling Exp $ */ #ifndef NAMED_QUERY_H #define NAMED_QUERY_H 1 diff --git a/bin/named/include/named/server.h b/bin/named/include/named/server.h index 059ee611a9..2e2fad49dc 100644 --- a/bin/named/include/named/server.h +++ b/bin/named/include/named/server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.h,v 1.48 2000/12/12 21:33:11 bwelling Exp $ */ +/* $Id: server.h,v 1.48.2.1 2001/01/09 22:32:39 bwelling Exp $ */ #ifndef NAMED_SERVER_H #define NAMED_SERVER_H 1 diff --git a/bin/named/include/named/sortlist.h b/bin/named/include/named/sortlist.h index f69f88db04..a663b2ca9e 100644 --- a/bin/named/include/named/sortlist.h +++ b/bin/named/include/named/sortlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sortlist.h,v 1.3 2000/11/15 18:12:38 gson Exp $ */ +/* $Id: sortlist.h,v 1.3.4.1 2001/01/09 22:32:40 bwelling Exp $ */ #ifndef NAMED_SORTLIST_H #define NAMED_SORTLIST_H 1 diff --git a/bin/named/include/named/tkeyconf.h b/bin/named/include/named/tkeyconf.h index 399e81ed1f..2df04e51a6 100644 --- a/bin/named/include/named/tkeyconf.h +++ b/bin/named/include/named/tkeyconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkeyconf.h,v 1.7 2000/11/27 19:42:29 gson Exp $ */ +/* $Id: tkeyconf.h,v 1.7.4.1 2001/01/09 22:32:41 bwelling Exp $ */ #ifndef NS_TKEYCONF_H #define NS_TKEYCONF_H 1 diff --git a/bin/named/include/named/tsigconf.h b/bin/named/include/named/tsigconf.h index a050871f43..8cdfd5131e 100644 --- a/bin/named/include/named/tsigconf.h +++ b/bin/named/include/named/tsigconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsigconf.h,v 1.7 2000/11/27 19:42:30 gson Exp $ */ +/* $Id: tsigconf.h,v 1.7.4.1 2001/01/09 22:32:43 bwelling Exp $ */ #ifndef NS_TSIGCONF_H #define NS_TSIGCONF_H 1 diff --git a/bin/named/include/named/types.h b/bin/named/include/named/types.h index d5490afe07..416ab6e7d0 100644 --- a/bin/named/include/named/types.h +++ b/bin/named/include/named/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: types.h,v 1.17 2000/10/31 22:39:30 bwelling Exp $ */ +/* $Id: types.h,v 1.17.4.1 2001/01/09 22:32:44 bwelling Exp $ */ #ifndef NAMED_TYPES_H #define NAMED_TYPES_H 1 diff --git a/bin/named/include/named/update.h b/bin/named/include/named/update.h index 227e0980c9..b668331c51 100644 --- a/bin/named/include/named/update.h +++ b/bin/named/include/named/update.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: update.h,v 1.7 2000/09/13 01:30:34 marka Exp $ */ +/* $Id: update.h,v 1.7.4.1 2001/01/09 22:32:45 bwelling Exp $ */ #ifndef NAMED_UPDATE_H #define NAMED_UPDATE_H 1 diff --git a/bin/named/include/named/xfrout.h b/bin/named/include/named/xfrout.h index 85b8b5761a..dd2df7b49f 100644 --- a/bin/named/include/named/xfrout.h +++ b/bin/named/include/named/xfrout.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrout.h,v 1.6 2000/08/01 01:12:19 tale Exp $ */ +/* $Id: xfrout.h,v 1.6.4.1 2001/01/09 22:32:46 bwelling Exp $ */ #ifndef NAMED_XFROUT_H #define NAMED_XFROUT_H 1 diff --git a/bin/named/include/named/zoneconf.h b/bin/named/include/named/zoneconf.h index f528b08740..7a1e2db595 100644 --- a/bin/named/include/named/zoneconf.h +++ b/bin/named/include/named/zoneconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zoneconf.h,v 1.14 2000/11/27 19:42:31 gson Exp $ */ +/* $Id: zoneconf.h,v 1.14.4.1 2001/01/09 22:32:47 bwelling Exp $ */ #ifndef NS_ZONECONF_H #define NS_ZONECONF_H 1 diff --git a/bin/named/interfacemgr.c b/bin/named/interfacemgr.c index fa8df07984..7826e99e0e 100644 --- a/bin/named/interfacemgr.c +++ b/bin/named/interfacemgr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: interfacemgr.c,v 1.54 2000/12/15 01:07:52 gson Exp $ */ +/* $Id: interfacemgr.c,v 1.54.2.1 2001/01/09 22:31:52 bwelling Exp $ */ #include diff --git a/bin/named/listenlist.c b/bin/named/listenlist.c index 0d7750686c..f2c7aa324b 100644 --- a/bin/named/listenlist.c +++ b/bin/named/listenlist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: listenlist.c,v 1.8 2000/08/01 01:11:41 tale Exp $ */ +/* $Id: listenlist.c,v 1.8.4.1 2001/01/09 22:31:53 bwelling Exp $ */ #include diff --git a/bin/named/log.c b/bin/named/log.c index 0d35a69144..4ef9cdf9bd 100644 --- a/bin/named/log.c +++ b/bin/named/log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.c,v 1.27 2000/12/11 19:19:08 bwelling Exp $ */ +/* $Id: log.c,v 1.27.2.1 2001/01/09 22:31:54 bwelling Exp $ */ #include diff --git a/bin/named/logconf.c b/bin/named/logconf.c index 40c081b4cb..9847fdc044 100644 --- a/bin/named/logconf.c +++ b/bin/named/logconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: logconf.c,v 1.26 2000/11/29 13:30:43 marka Exp $ */ +/* $Id: logconf.c,v 1.26.4.1 2001/01/09 22:31:55 bwelling Exp $ */ #include diff --git a/bin/named/lwaddr.c b/bin/named/lwaddr.c index 0f6153c7db..52da3ff656 100644 --- a/bin/named/lwaddr.c +++ b/bin/named/lwaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwaddr.c,v 1.2 2000/12/11 19:19:09 bwelling Exp $ */ +/* $Id: lwaddr.c,v 1.2.2.1 2001/01/09 22:31:56 bwelling Exp $ */ #include diff --git a/bin/named/lwdclient.c b/bin/named/lwdclient.c index 4076eff28a..eb90a4a016 100644 --- a/bin/named/lwdclient.c +++ b/bin/named/lwdclient.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdclient.c,v 1.11 2000/11/02 01:53:23 bwelling Exp $ */ +/* $Id: lwdclient.c,v 1.11.4.1 2001/01/09 22:31:57 bwelling Exp $ */ #include diff --git a/bin/named/lwderror.c b/bin/named/lwderror.c index 79154d7164..aae7e03c9f 100644 --- a/bin/named/lwderror.c +++ b/bin/named/lwderror.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwderror.c,v 1.6 2000/11/15 23:29:29 tale Exp $ */ +/* $Id: lwderror.c,v 1.6.4.1 2001/01/09 22:31:58 bwelling Exp $ */ #include diff --git a/bin/named/lwdgabn.c b/bin/named/lwdgabn.c index 906f5a49e9..1c69396e3a 100644 --- a/bin/named/lwdgabn.c +++ b/bin/named/lwdgabn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdgabn.c,v 1.10 2000/11/15 23:56:20 bwelling Exp $ */ +/* $Id: lwdgabn.c,v 1.10.4.1 2001/01/09 22:32:00 bwelling Exp $ */ #include diff --git a/bin/named/lwdgnba.c b/bin/named/lwdgnba.c index 45bcfe44f4..f6f3a8e76d 100644 --- a/bin/named/lwdgnba.c +++ b/bin/named/lwdgnba.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdgnba.c,v 1.8 2000/10/17 18:34:52 bwelling Exp $ */ +/* $Id: lwdgnba.c,v 1.8.4.1 2001/01/09 22:32:01 bwelling Exp $ */ #include diff --git a/bin/named/lwdgrbn.c b/bin/named/lwdgrbn.c index 2924215967..9271d6337b 100644 --- a/bin/named/lwdgrbn.c +++ b/bin/named/lwdgrbn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdgrbn.c,v 1.6 2000/12/22 21:17:59 gson Exp $ */ +/* $Id: lwdgrbn.c,v 1.6.2.1 2001/01/09 22:32:02 bwelling Exp $ */ #include diff --git a/bin/named/lwdnoop.c b/bin/named/lwdnoop.c index 8fd7760307..8043e687aa 100644 --- a/bin/named/lwdnoop.c +++ b/bin/named/lwdnoop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdnoop.c,v 1.5 2000/10/12 20:45:18 bwelling Exp $ */ +/* $Id: lwdnoop.c,v 1.5.4.1 2001/01/09 22:32:03 bwelling Exp $ */ #include diff --git a/bin/named/lwresd.c b/bin/named/lwresd.c index 9c36446735..994c03afca 100644 --- a/bin/named/lwresd.c +++ b/bin/named/lwresd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresd.c,v 1.27 2000/12/13 00:15:02 tale Exp $ */ +/* $Id: lwresd.c,v 1.27.2.1 2001/01/09 22:32:05 bwelling Exp $ */ /* * Main program for the Lightweight Resolver Daemon. diff --git a/bin/named/lwsearch.c b/bin/named/lwsearch.c index fcd5d3819e..71fc838483 100644 --- a/bin/named/lwsearch.c +++ b/bin/named/lwsearch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwsearch.c,v 1.6 2000/12/23 22:02:47 tale Exp $ */ +/* $Id: lwsearch.c,v 1.6.2.1 2001/01/09 22:32:06 bwelling Exp $ */ #include diff --git a/bin/named/main.c b/bin/named/main.c index 2296a0b876..b30338c5bc 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: main.c,v 1.97 2000/12/12 23:05:54 bwelling Exp $ */ +/* $Id: main.c,v 1.97.2.1 2001/01/09 22:32:07 bwelling Exp $ */ #include diff --git a/bin/named/notify.c b/bin/named/notify.c index 2a7787fcc3..6844e1f3e1 100644 --- a/bin/named/notify.c +++ b/bin/named/notify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: notify.c,v 1.22 2000/12/11 19:19:11 bwelling Exp $ */ +/* $Id: notify.c,v 1.22.2.1 2001/01/09 22:32:08 bwelling Exp $ */ #include diff --git a/bin/named/omapi.c b/bin/named/omapi.c index c904d61ae2..19e723a462 100644 --- a/bin/named/omapi.c +++ b/bin/named/omapi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: omapi.c,v 1.29 2000/12/15 19:32:55 gson Exp $ */ +/* $Id: omapi.c,v 1.29.2.1 2001/01/09 22:32:09 bwelling Exp $ */ /* * Principal Author: DCL diff --git a/bin/named/omapiconf.c b/bin/named/omapiconf.c index d803dcea45..2853faf5a4 100644 --- a/bin/named/omapiconf.c +++ b/bin/named/omapiconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: omapiconf.c,v 1.14 2000/11/27 19:42:21 gson Exp $ */ +/* $Id: omapiconf.c,v 1.14.4.1 2001/01/09 22:32:10 bwelling Exp $ */ /* * Principal Author: DCL diff --git a/bin/named/query.c b/bin/named/query.c index ec864290db..9b7da81200 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.c,v 1.163.2.1 2001/01/05 23:50:13 gson Exp $ */ +/* $Id: query.c,v 1.163.2.2 2001/01/09 22:32:12 bwelling Exp $ */ #include diff --git a/bin/named/server.c b/bin/named/server.c index c1c7f0d4c8..6c1663c775 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.c,v 1.276 2000/12/15 21:11:38 gson Exp $ */ +/* $Id: server.c,v 1.276.2.1 2001/01/09 22:32:13 bwelling Exp $ */ #include diff --git a/bin/named/sortlist.c b/bin/named/sortlist.c index 5159759f8c..abf729bc64 100644 --- a/bin/named/sortlist.c +++ b/bin/named/sortlist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sortlist.c,v 1.3 2000/11/15 20:35:13 tale Exp $ */ +/* $Id: sortlist.c,v 1.3.4.1 2001/01/09 22:32:14 bwelling Exp $ */ #include diff --git a/bin/named/tkeyconf.c b/bin/named/tkeyconf.c index f4ccc14fec..246269be14 100644 --- a/bin/named/tkeyconf.c +++ b/bin/named/tkeyconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkeyconf.c,v 1.16 2000/11/27 19:42:23 gson Exp $ */ +/* $Id: tkeyconf.c,v 1.16.4.1 2001/01/09 22:32:16 bwelling Exp $ */ #include diff --git a/bin/named/tsigconf.c b/bin/named/tsigconf.c index d5a24fc94a..9f288179f4 100644 --- a/bin/named/tsigconf.c +++ b/bin/named/tsigconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsigconf.c,v 1.14 2000/11/27 19:42:24 gson Exp $ */ +/* $Id: tsigconf.c,v 1.14.4.1 2001/01/09 22:32:17 bwelling Exp $ */ #include diff --git a/bin/named/unix/Makefile.in b/bin/named/unix/Makefile.in index 9133c3b6b1..b109e22714 100644 --- a/bin/named/unix/Makefile.in +++ b/bin/named/unix/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5 2000/08/01 01:12:20 tale Exp $ +# $Id: Makefile.in,v 1.5.4.1 2001/01/09 22:32:49 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/named/unix/include/named/os.h b/bin/named/unix/include/named/os.h index 3073ac808f..4c874484e6 100644 --- a/bin/named/unix/include/named/os.h +++ b/bin/named/unix/include/named/os.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.h,v 1.13 2000/11/08 18:58:02 mws Exp $ */ +/* $Id: os.h,v 1.13.4.1 2001/01/09 22:32:51 bwelling Exp $ */ #ifndef NS_OS_H #define NS_OS_H 1 diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index ee1e0da0af..029e3891df 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.c,v 1.36.2.1 2001/01/09 19:38:00 gson Exp $ */ +/* $Id: os.c,v 1.36.2.2 2001/01/09 22:32:50 bwelling Exp $ */ #include #include diff --git a/bin/named/update.c b/bin/named/update.c index 12fa6a9819..0040ea495a 100644 --- a/bin/named/update.c +++ b/bin/named/update.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: update.c,v 1.79 2000/12/28 01:29:09 marka Exp $ */ +/* $Id: update.c,v 1.79.2.1 2001/01/09 22:32:18 bwelling Exp $ */ #include diff --git a/bin/named/xfrout.c b/bin/named/xfrout.c index 83f6d78680..825ec307dd 100644 --- a/bin/named/xfrout.c +++ b/bin/named/xfrout.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrout.c,v 1.87.2.2 2001/01/08 19:30:37 bwelling Exp $ */ +/* $Id: xfrout.c,v 1.87.2.3 2001/01/09 22:32:19 bwelling Exp $ */ + +/* $Id: xfrout.c,v 1.87.2.3 2001/01/09 22:32:19 bwelling Exp $ */ #include diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index 1875f3aefb..fd2b5d8b90 100644 --- a/bin/named/zoneconf.c +++ b/bin/named/zoneconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zoneconf.c,v 1.78 2000/12/13 00:15:03 tale Exp $ */ +/* $Id: zoneconf.c,v 1.78.2.1 2001/01/09 22:32:21 bwelling Exp $ */ #include diff --git a/bin/nsupdate/Makefile.in b/bin/nsupdate/Makefile.in index ed193b29be..97aab5f619 100644 --- a/bin/nsupdate/Makefile.in +++ b/bin/nsupdate/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.8 2000/09/20 19:05:55 gson Exp $ +# $Id: Makefile.in,v 1.8.4.1 2001/01/09 22:32:52 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index 3804ef2587..77f9ed19d9 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsupdate.c,v 1.75 2000/12/11 23:09:40 marka Exp $ */ +/* $Id: nsupdate.c,v 1.75.2.1 2001/01/09 22:32:54 bwelling Exp $ */ #include diff --git a/bin/rndc/Makefile.in b/bin/rndc/Makefile.in index 28c0c4b2c0..2cc7f7b7da 100644 --- a/bin/rndc/Makefile.in +++ b/bin/rndc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.14 2000/09/20 19:05:56 gson Exp $ +# $Id: Makefile.in,v 1.14.4.1 2001/01/09 22:32:55 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index a191575847..f2d028bb0d 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.c,v 1.37 2000/12/15 19:39:58 gson Exp $ */ +/* $Id: rndc.c,v 1.37.2.1 2001/01/09 22:32:56 bwelling Exp $ */ /* * Principal Author: DCL diff --git a/bin/rndc/rndc.conf b/bin/rndc/rndc.conf index 924767a445..fae9e23a88 100644 --- a/bin/rndc/rndc.conf +++ b/bin/rndc/rndc.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.conf,v 1.6 2000/08/01 01:12:29 tale Exp $ */ +/* $Id: rndc.conf,v 1.6.4.1 2001/01/09 22:32:57 bwelling Exp $ */ /* * Sample rndc configuration file. diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index fa01a5a5e9..e1b2ebaf13 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.103 2000/10/02 20:13:47 bwelling Exp $ +# $Id: Makefile.in,v 1.103.4.1 2001/01/09 22:32:59 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index 712585b0d4..0103ed3bb9 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb_test.c,v 1.60 2000/12/21 02:50:43 gson Exp $ */ +/* $Id: adb_test.c,v 1.60.2.1 2001/01/09 22:33:00 bwelling Exp $ */ #include diff --git a/bin/tests/b8status.pl b/bin/tests/b8status.pl index 03ed3815f7..fac2f009ab 100755 --- a/bin/tests/b8status.pl +++ b/bin/tests/b8status.pl @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: b8status.pl,v 1.7 2000/08/01 01:12:33 tale Exp $ +# $Id: b8status.pl,v 1.7.4.1 2001/01/09 22:33:01 bwelling Exp $ # # aggregate reports from all bind8 build environments diff --git a/bin/tests/b8t.mk b/bin/tests/b8t.mk index ec9bcea2f0..30500fcccb 100644 --- a/bin/tests/b8t.mk +++ b/bin/tests/b8t.mk @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: b8t.mk,v 1.7 2000/08/01 01:12:34 tale Exp $ +# $Id: b8t.mk,v 1.7.4.1 2001/01/09 22:33:02 bwelling Exp $ # # bind 8 multi-host make diff --git a/bin/tests/b9status.pl b/bin/tests/b9status.pl index d848c771c5..54b3cfd65f 100755 --- a/bin/tests/b9status.pl +++ b/bin/tests/b9status.pl @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: b9status.pl,v 1.10 2000/08/01 01:12:35 tale Exp $ +# $Id: b9status.pl,v 1.10.4.1 2001/01/09 22:33:03 bwelling Exp $ # # aggregate reports from all bind9 build environments diff --git a/bin/tests/b9t.mk b/bin/tests/b9t.mk index 831b55e3c0..e89014157f 100644 --- a/bin/tests/b9t.mk +++ b/bin/tests/b9t.mk @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: b9t.mk,v 1.9 2000/08/01 01:12:36 tale Exp $ +# $Id: b9t.mk,v 1.9.4.1 2001/01/09 22:33:04 bwelling Exp $ # # makefile to configure, build and test bind9 diff --git a/bin/tests/byaddr_test.c b/bin/tests/byaddr_test.c index 63c6f31e24..fbd5a3d1f8 100644 --- a/bin/tests/byaddr_test.c +++ b/bin/tests/byaddr_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: byaddr_test.c,v 1.21 2000/09/15 22:00:02 bwelling Exp $ */ +/* $Id: byaddr_test.c,v 1.21.4.1 2001/01/09 22:33:06 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/bin/tests/byname_test.c b/bin/tests/byname_test.c index efab7c66f2..c8408677e6 100644 --- a/bin/tests/byname_test.c +++ b/bin/tests/byname_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: byname_test.c,v 1.24 2000/11/10 05:34:08 bwelling Exp $ */ +/* $Id: byname_test.c,v 1.24.4.1 2001/01/09 22:33:07 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/bin/tests/compress_test.c b/bin/tests/compress_test.c index 0eb2d998a2..fbae9c3460 100644 --- a/bin/tests/compress_test.c +++ b/bin/tests/compress_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: compress_test.c,v 1.22.4.1 2001/01/06 00:11:08 gson Exp $ */ +/* $Id: compress_test.c,v 1.22.4.2 2001/01/09 22:33:08 bwelling Exp $ */ #include diff --git a/bin/tests/db/Makefile.in b/bin/tests/db/Makefile.in index bcf2e44ded..569a834aed 100644 --- a/bin/tests/db/Makefile.in +++ b/bin/tests/db/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.18 2000/08/17 02:11:45 bwelling Exp $ +# $Id: Makefile.in,v 1.18.4.1 2001/01/09 22:34:06 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/db/t_db.c b/bin/tests/db/t_db.c index 3a8b46f365..e95f46661a 100644 --- a/bin/tests/db/t_db.c +++ b/bin/tests/db/t_db.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_db.c,v 1.26 2000/12/11 23:09:43 marka Exp $ */ +/* $Id: t_db.c,v 1.26.2.1 2001/01/09 22:34:07 bwelling Exp $ */ #include diff --git a/bin/tests/db_test.c b/bin/tests/db_test.c index 6739872739..030d2bc635 100644 --- a/bin/tests/db_test.c +++ b/bin/tests/db_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: db_test.c,v 1.55 2000/11/28 03:34:10 marka Exp $ */ +/* $Id: db_test.c,v 1.55.4.1 2001/01/09 22:33:09 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/bin/tests/dispatch_tcp_test.c b/bin/tests/dispatch_tcp_test.c index e985580669..f2cfd7e7d8 100644 --- a/bin/tests/dispatch_tcp_test.c +++ b/bin/tests/dispatch_tcp_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch_tcp_test.c,v 1.36 2000/10/06 18:58:10 bwelling Exp $ */ +/* $Id: dispatch_tcp_test.c,v 1.36.4.1 2001/01/09 22:33:11 bwelling Exp $ */ #include diff --git a/bin/tests/dispatch_test.c b/bin/tests/dispatch_test.c index 79eb67c85a..43df00d71c 100644 --- a/bin/tests/dispatch_test.c +++ b/bin/tests/dispatch_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch_test.c,v 1.47 2000/10/06 18:58:11 bwelling Exp $ */ +/* $Id: dispatch_test.c,v 1.47.4.1 2001/01/09 22:33:12 bwelling Exp $ */ #include diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index b0c44c4286..5e22714fe6 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.26 2000/08/22 00:57:46 bwelling Exp $ +# $Id: Makefile.in,v 1.26.4.1 2001/01/09 22:34:08 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/dst/dst_test.c b/bin/tests/dst/dst_test.c index b77607f2e0..e83ca5a2a3 100644 --- a/bin/tests/dst/dst_test.c +++ b/bin/tests/dst/dst_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_test.c,v 1.35 2000/09/19 19:08:42 bwelling Exp $ */ +/* $Id: dst_test.c,v 1.35.4.1 2001/01/09 22:34:09 bwelling Exp $ */ #include diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index 8aaa39dd0c..f98bd49b05 100644 --- a/bin/tests/dst/t_dst.c +++ b/bin/tests/dst/t_dst.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_dst.c,v 1.42 2000/11/15 00:20:34 tale Exp $ */ +/* $Id: t_dst.c,v 1.42.4.1 2001/01/09 22:34:10 bwelling Exp $ */ #include diff --git a/bin/tests/entropy2_test.c b/bin/tests/entropy2_test.c index 4b81d9f2d3..24060ebc00 100644 --- a/bin/tests/entropy2_test.c +++ b/bin/tests/entropy2_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: entropy2_test.c,v 1.8 2000/08/01 01:12:44 tale Exp $ */ +/* $Id: entropy2_test.c,v 1.8.4.1 2001/01/09 22:33:13 bwelling Exp $ */ #include diff --git a/bin/tests/entropy_test.c b/bin/tests/entropy_test.c index 04e8538d69..7f22913f71 100644 --- a/bin/tests/entropy_test.c +++ b/bin/tests/entropy_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: entropy_test.c,v 1.15 2000/08/01 01:12:45 tale Exp $ */ +/* $Id: entropy_test.c,v 1.15.4.1 2001/01/09 22:33:14 bwelling Exp $ */ #include diff --git a/bin/tests/fsaccess_test.c b/bin/tests/fsaccess_test.c index 03afda1547..c09e20b974 100644 --- a/bin/tests/fsaccess_test.c +++ b/bin/tests/fsaccess_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess_test.c,v 1.7 2000/08/01 01:12:46 tale Exp $ */ +/* $Id: fsaccess_test.c,v 1.7.4.1 2001/01/09 22:33:15 bwelling Exp $ */ #include diff --git a/bin/tests/genrandom.c b/bin/tests/genrandom.c index e8122f2854..8338881681 100644 --- a/bin/tests/genrandom.c +++ b/bin/tests/genrandom.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: genrandom.c,v 1.7 2000/12/23 22:02:48 tale Exp $ */ +/* $Id: genrandom.c,v 1.7.2.1 2001/01/09 22:33:16 bwelling Exp $ */ #include diff --git a/bin/tests/gxba_test.c b/bin/tests/gxba_test.c index 4ae33e4efa..db880ca50b 100644 --- a/bin/tests/gxba_test.c +++ b/bin/tests/gxba_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gxba_test.c,v 1.6 2000/08/01 01:12:47 tale Exp $ */ +/* $Id: gxba_test.c,v 1.6.4.1 2001/01/09 22:33:17 bwelling Exp $ */ #include diff --git a/bin/tests/gxbn_test.c b/bin/tests/gxbn_test.c index 86be6aac93..ec449a1b22 100644 --- a/bin/tests/gxbn_test.c +++ b/bin/tests/gxbn_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gxbn_test.c,v 1.9 2000/08/01 01:12:49 tale Exp $ */ +/* $Id: gxbn_test.c,v 1.9.4.1 2001/01/09 22:33:19 bwelling Exp $ */ #include diff --git a/bin/tests/hash_test.c b/bin/tests/hash_test.c index cdf6b2acec..e3ab9957cf 100644 --- a/bin/tests/hash_test.c +++ b/bin/tests/hash_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hash_test.c,v 1.7 2000/08/01 01:12:50 tale Exp $ */ +/* $Id: hash_test.c,v 1.7.4.1 2001/01/09 22:33:20 bwelling Exp $ */ #include diff --git a/bin/tests/headerdep_test.sh.in b/bin/tests/headerdep_test.sh.in index 1e1a0fe58c..45e00f92ce 100644 --- a/bin/tests/headerdep_test.sh.in +++ b/bin/tests/headerdep_test.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: headerdep_test.sh.in,v 1.4 2000/08/01 01:12:51 tale Exp $ +# $Id: headerdep_test.sh.in,v 1.4.4.1 2001/01/09 22:33:21 bwelling Exp $ # # Check the installed bind9 headers to make sure that no header diff --git a/bin/tests/inter_test.c b/bin/tests/inter_test.c index 824f4325d1..dda273f860 100644 --- a/bin/tests/inter_test.c +++ b/bin/tests/inter_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: inter_test.c,v 1.7 2000/08/01 01:12:52 tale Exp $ */ +/* $Id: inter_test.c,v 1.7.4.1 2001/01/09 22:33:22 bwelling Exp $ */ #include diff --git a/bin/tests/journalprint.c b/bin/tests/journalprint.c index 9c59083108..61bdb5afa1 100644 --- a/bin/tests/journalprint.c +++ b/bin/tests/journalprint.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journalprint.c,v 1.2 2000/10/16 20:42:03 bwelling Exp $ */ +/* $Id: journalprint.c,v 1.2.4.1 2001/01/09 22:33:23 bwelling Exp $ */ #include #include diff --git a/bin/tests/keyboard_test.c b/bin/tests/keyboard_test.c index 0838457237..b9f86009df 100644 --- a/bin/tests/keyboard_test.c +++ b/bin/tests/keyboard_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyboard_test.c,v 1.7 2000/08/01 01:12:53 tale Exp $ */ +/* $Id: keyboard_test.c,v 1.7.4.1 2001/01/09 22:33:24 bwelling Exp $ */ #include diff --git a/bin/tests/lex_test.c b/bin/tests/lex_test.c index 6dbbf4b60b..79f4f1547b 100644 --- a/bin/tests/lex_test.c +++ b/bin/tests/lex_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lex_test.c,v 1.17 2000/08/01 01:12:54 tale Exp $ */ +/* $Id: lex_test.c,v 1.17.4.1 2001/01/09 22:33:25 bwelling Exp $ */ #include diff --git a/bin/tests/lfsr_test.c b/bin/tests/lfsr_test.c index b53bb2e31f..5cb4bb2fbd 100644 --- a/bin/tests/lfsr_test.c +++ b/bin/tests/lfsr_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lfsr_test.c,v 1.9 2000/08/01 01:12:55 tale Exp $ */ +/* $Id: lfsr_test.c,v 1.9.4.1 2001/01/09 22:33:26 bwelling Exp $ */ #include diff --git a/bin/tests/log_test.c b/bin/tests/log_test.c index 244a502229..24e3460c90 100644 --- a/bin/tests/log_test.c +++ b/bin/tests/log_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log_test.c,v 1.21 2000/12/23 19:24:18 tale Exp $ */ +/* $Id: log_test.c,v 1.21.2.1 2001/01/09 22:33:28 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/bin/tests/lwres_test.c b/bin/tests/lwres_test.c index 069a449d0c..861c7b2bc4 100644 --- a/bin/tests/lwres_test.c +++ b/bin/tests/lwres_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_test.c,v 1.24 2000/11/10 05:34:11 bwelling Exp $ */ +/* $Id: lwres_test.c,v 1.24.4.1 2001/01/09 22:33:29 bwelling Exp $ */ #include diff --git a/bin/tests/lwresconf_test.c b/bin/tests/lwresconf_test.c index 2b044ac0a0..8b7d074f30 100644 --- a/bin/tests/lwresconf_test.c +++ b/bin/tests/lwresconf_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresconf_test.c,v 1.9 2000/08/01 01:12:58 tale Exp $ */ +/* $Id: lwresconf_test.c,v 1.9.4.1 2001/01/09 22:33:30 bwelling Exp $ */ #include diff --git a/bin/tests/master/Makefile.in b/bin/tests/master/Makefile.in index fc0d2a737f..710164bb4b 100644 --- a/bin/tests/master/Makefile.in +++ b/bin/tests/master/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.17 2000/08/17 02:11:48 bwelling Exp $ +# $Id: Makefile.in,v 1.17.4.1 2001/01/09 22:34:12 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/master/t_master.c b/bin/tests/master/t_master.c index 1ec38d5726..655ef0a098 100644 --- a/bin/tests/master/t_master.c +++ b/bin/tests/master/t_master.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_master.c,v 1.28 2000/08/01 01:13:45 tale Exp $ */ +/* $Id: t_master.c,v 1.28.4.1 2001/01/09 22:34:13 bwelling Exp $ */ #include diff --git a/bin/tests/master_test.c b/bin/tests/master_test.c index d8d6f7e907..5465af20ab 100644 --- a/bin/tests/master_test.c +++ b/bin/tests/master_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master_test.c,v 1.25 2000/11/10 05:34:12 bwelling Exp $ */ +/* $Id: master_test.c,v 1.25.4.1 2001/01/09 22:33:31 bwelling Exp $ */ #include diff --git a/bin/tests/mem/Makefile.in b/bin/tests/mem/Makefile.in index 2c96e7ab26..1ba3669eaf 100644 --- a/bin/tests/mem/Makefile.in +++ b/bin/tests/mem/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.22 2000/08/01 01:13:46 tale Exp $ +# $Id: Makefile.in,v 1.22.4.1 2001/01/09 22:34:15 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/mem/t_mem.c b/bin/tests/mem/t_mem.c index 6a8a719c25..75faefcfce 100644 --- a/bin/tests/mem/t_mem.c +++ b/bin/tests/mem/t_mem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_mem.c,v 1.8 2000/08/01 01:13:47 tale Exp $ */ +/* $Id: t_mem.c,v 1.8.4.1 2001/01/09 22:34:16 bwelling Exp $ */ #include diff --git a/bin/tests/mempool_test.c b/bin/tests/mempool_test.c index 06bc36f5d3..1f0b52cdb8 100644 --- a/bin/tests/mempool_test.c +++ b/bin/tests/mempool_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mempool_test.c,v 1.11 2000/08/30 01:35:37 bwelling Exp $ */ +/* $Id: mempool_test.c,v 1.11.4.1 2001/01/09 22:33:32 bwelling Exp $ */ #include diff --git a/bin/tests/name_test.c b/bin/tests/name_test.c index 444cc87423..0ed1a79f92 100644 --- a/bin/tests/name_test.c +++ b/bin/tests/name_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: name_test.c,v 1.32 2000/11/22 00:14:55 halley Exp $ */ +/* $Id: name_test.c,v 1.32.4.1 2001/01/09 22:33:34 bwelling Exp $ */ #include diff --git a/bin/tests/named.conf b/bin/tests/named.conf index 9340655085..a3b2841b74 100644 --- a/bin/tests/named.conf +++ b/bin/tests/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.46 2000/08/02 20:44:18 brister Exp $ */ +/* $Id: named.conf,v 1.46.4.1 2001/01/09 22:33:35 bwelling Exp $ */ /* * This is a worthless, nonrunnable example of a named.conf file that has diff --git a/bin/tests/names/Makefile.in b/bin/tests/names/Makefile.in index 9611f0a416..c3dfab040d 100644 --- a/bin/tests/names/Makefile.in +++ b/bin/tests/names/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.17 2000/08/17 02:11:49 bwelling Exp $ +# $Id: Makefile.in,v 1.17.4.1 2001/01/09 22:34:17 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/names/t_names.c b/bin/tests/names/t_names.c index e0e2ba9f78..2cf7f3e003 100644 --- a/bin/tests/names/t_names.c +++ b/bin/tests/names/t_names.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_names.c,v 1.30.2.1 2001/01/06 00:11:21 gson Exp $ */ +/* $Id: t_names.c,v 1.30.2.2 2001/01/09 22:34:19 bwelling Exp $ */ #include diff --git a/bin/tests/nconf_test.c b/bin/tests/nconf_test.c index 632960d724..4b4057099a 100644 --- a/bin/tests/nconf_test.c +++ b/bin/tests/nconf_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nconf_test.c,v 1.19 2000/08/01 01:13:04 tale Exp $ */ +/* $Id: nconf_test.c,v 1.19.4.1 2001/01/09 22:33:36 bwelling Exp $ */ #include diff --git a/bin/tests/ndc.conf b/bin/tests/ndc.conf index 17574ef3a4..7b170172f3 100644 --- a/bin/tests/ndc.conf +++ b/bin/tests/ndc.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ndc.conf,v 1.5 2000/08/01 01:13:05 tale Exp $ */ +/* $Id: ndc.conf,v 1.5.4.1 2001/01/09 22:33:37 bwelling Exp $ */ options { default-server "velo.jab.fr" ; diff --git a/bin/tests/ndcconf_test.c b/bin/tests/ndcconf_test.c index 20c4db0ee0..66218075ef 100644 --- a/bin/tests/ndcconf_test.c +++ b/bin/tests/ndcconf_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ndcconf_test.c,v 1.10 2000/08/01 01:13:06 tale Exp $ */ +/* $Id: ndcconf_test.c,v 1.10.4.1 2001/01/09 22:33:38 bwelling Exp $ */ #include diff --git a/bin/tests/net/Makefile.in b/bin/tests/net/Makefile.in index 19e22f7a87..51c2c5e51f 100644 --- a/bin/tests/net/Makefile.in +++ b/bin/tests/net/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.6 2000/08/01 01:14:07 tale Exp $ +# $Id: Makefile.in,v 1.6.4.1 2001/01/09 22:34:20 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/net/driver.c b/bin/tests/net/driver.c index e0ce8e95e8..2c5bc5a03e 100644 --- a/bin/tests/net/driver.c +++ b/bin/tests/net/driver.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: driver.c,v 1.6 2000/08/01 01:14:08 tale Exp $ */ +/* $Id: driver.c,v 1.6.4.1 2001/01/09 22:34:21 bwelling Exp $ */ #include diff --git a/bin/tests/net/driver.h b/bin/tests/net/driver.h index 4328ba5f6a..92fe8516c5 100644 --- a/bin/tests/net/driver.h +++ b/bin/tests/net/driver.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: driver.h,v 1.4 2000/08/01 01:14:09 tale Exp $ */ +/* $Id: driver.h,v 1.4.4.1 2001/01/09 22:34:22 bwelling Exp $ */ /* * PASSED and FAILED mean the particular test passed or failed. diff --git a/bin/tests/net/netaddr_multicast.c b/bin/tests/net/netaddr_multicast.c index 9d93d84784..16ef824d3f 100644 --- a/bin/tests/net/netaddr_multicast.c +++ b/bin/tests/net/netaddr_multicast.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netaddr_multicast.c,v 1.7 2000/08/01 01:14:10 tale Exp $ */ +/* $Id: netaddr_multicast.c,v 1.7.4.1 2001/01/09 22:34:23 bwelling Exp $ */ #include diff --git a/bin/tests/net/sockaddr_multicast.c b/bin/tests/net/sockaddr_multicast.c index 5c301af6a1..6337cac819 100644 --- a/bin/tests/net/sockaddr_multicast.c +++ b/bin/tests/net/sockaddr_multicast.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sockaddr_multicast.c,v 1.4 2000/08/01 01:14:12 tale Exp $ */ +/* $Id: sockaddr_multicast.c,v 1.4.4.1 2001/01/09 22:34:25 bwelling Exp $ */ #include diff --git a/bin/tests/net/testsuite.h b/bin/tests/net/testsuite.h index 513b49fc54..3651978ca2 100644 --- a/bin/tests/net/testsuite.h +++ b/bin/tests/net/testsuite.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: testsuite.h,v 1.3 2000/08/01 01:14:13 tale Exp $ */ +/* $Id: testsuite.h,v 1.3.4.1 2001/01/09 22:34:26 bwelling Exp $ */ #define SUITENAME "net" diff --git a/bin/tests/nxtify.c b/bin/tests/nxtify.c index 983910df3f..dfc6512374 100644 --- a/bin/tests/nxtify.c +++ b/bin/tests/nxtify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nxtify.c,v 1.18 2000/11/10 03:14:58 bwelling Exp $ */ +/* $Id: nxtify.c,v 1.18.4.1 2001/01/09 22:33:39 bwelling Exp $ */ #include diff --git a/bin/tests/omapi_test.c b/bin/tests/omapi_test.c index 117596fe2d..bd26140274 100644 --- a/bin/tests/omapi_test.c +++ b/bin/tests/omapi_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: omapi_test.c,v 1.27 2000/08/01 01:13:09 tale Exp $ */ +/* $Id: omapi_test.c,v 1.27.4.1 2001/01/09 22:33:40 bwelling Exp $ */ /* * Test code for OMAPI. diff --git a/bin/tests/printmsg.c b/bin/tests/printmsg.c index 5ccc68a842..da0ff7b263 100644 --- a/bin/tests/printmsg.c +++ b/bin/tests/printmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: printmsg.c,v 1.23 2000/08/01 01:13:10 tale Exp $ */ +/* $Id: printmsg.c,v 1.23.4.1 2001/01/09 22:33:42 bwelling Exp $ */ #include diff --git a/bin/tests/printmsg.h b/bin/tests/printmsg.h index af3459d984..e8c76fb81d 100644 --- a/bin/tests/printmsg.h +++ b/bin/tests/printmsg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: printmsg.h,v 1.8 2000/08/01 01:13:11 tale Exp $ */ +/* $Id: printmsg.h,v 1.8.4.1 2001/01/09 22:33:43 bwelling Exp $ */ #ifndef TEST_PRINTMSG_H #define TEST_PRINTMSG_H diff --git a/bin/tests/ratelimiter_test.c b/bin/tests/ratelimiter_test.c index 30a64e8f16..28f8afa0d1 100644 --- a/bin/tests/ratelimiter_test.c +++ b/bin/tests/ratelimiter_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ratelimiter_test.c,v 1.14 2000/08/01 01:13:12 tale Exp $ */ +/* $Id: ratelimiter_test.c,v 1.14.4.1 2001/01/09 22:33:44 bwelling Exp $ */ #include diff --git a/bin/tests/rbt/Makefile.in b/bin/tests/rbt/Makefile.in index b7c09aab6a..e350ddb845 100644 --- a/bin/tests/rbt/Makefile.in +++ b/bin/tests/rbt/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.17 2000/08/17 02:11:50 bwelling Exp $ +# $Id: Makefile.in,v 1.17.4.1 2001/01/09 22:34:27 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/rbt/t_rbt.c b/bin/tests/rbt/t_rbt.c index 95e7f34e5e..26ae413004 100644 --- a/bin/tests/rbt/t_rbt.c +++ b/bin/tests/rbt/t_rbt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_rbt.c,v 1.22 2000/08/09 04:49:44 tale Exp $ */ +/* $Id: t_rbt.c,v 1.22.4.1 2001/01/09 22:34:28 bwelling Exp $ */ #include diff --git a/bin/tests/rbt_test.c b/bin/tests/rbt_test.c index 2165af013e..db57c80c07 100644 --- a/bin/tests/rbt_test.c +++ b/bin/tests/rbt_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbt_test.c,v 1.41 2000/11/20 22:05:35 gson Exp $ */ +/* $Id: rbt_test.c,v 1.41.4.1 2001/01/09 22:33:45 bwelling Exp $ */ #include diff --git a/bin/tests/rbt_test.txt b/bin/tests/rbt_test.txt index 4ab7dcd10c..c70961ad10 100644 --- a/bin/tests/rbt_test.txt +++ b/bin/tests/rbt_test.txt @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: rbt_test.txt,v 1.12 2000/11/15 00:20:59 tale Exp $ +# $Id: rbt_test.txt,v 1.12.4.1 2001/01/09 22:33:46 bwelling Exp $ add a.vix.com add b.vix.com diff --git a/bin/tests/rdata_test.c b/bin/tests/rdata_test.c index a9fe7d5383..189b968694 100644 --- a/bin/tests/rdata_test.c +++ b/bin/tests/rdata_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata_test.c,v 1.34 2000/12/11 23:09:42 marka Exp $ */ +/* $Id: rdata_test.c,v 1.34.2.1 2001/01/09 22:33:47 bwelling Exp $ */ #include diff --git a/bin/tests/resolv.conf.sample b/bin/tests/resolv.conf.sample index fa68d98f7a..5ae9c2d749 100644 --- a/bin/tests/resolv.conf.sample +++ b/bin/tests/resolv.conf.sample @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: resolv.conf.sample,v 1.7 2000/10/17 19:28:53 gson Exp $ +# $Id: resolv.conf.sample,v 1.7.4.1 2001/01/09 22:33:49 bwelling Exp $ domain jab.fr nameserver 194.150.1.2 ; ignore that diff --git a/bin/tests/rwlock_test.c b/bin/tests/rwlock_test.c index 5f1fb358a8..644d46b800 100644 --- a/bin/tests/rwlock_test.c +++ b/bin/tests/rwlock_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rwlock_test.c,v 1.18 2000/08/01 01:13:18 tale Exp $ */ +/* $Id: rwlock_test.c,v 1.18.4.1 2001/01/09 22:33:50 bwelling Exp $ */ #include diff --git a/bin/tests/serial_test.c b/bin/tests/serial_test.c index cc89ff4edd..a5b74ec420 100644 --- a/bin/tests/serial_test.c +++ b/bin/tests/serial_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: serial_test.c,v 1.9 2000/08/01 01:13:19 tale Exp $ */ +/* $Id: serial_test.c,v 1.9.4.1 2001/01/09 22:33:51 bwelling Exp $ */ #include diff --git a/bin/tests/shutdown_test.c b/bin/tests/shutdown_test.c index 1ca2361247..a6f9ca87e5 100644 --- a/bin/tests/shutdown_test.c +++ b/bin/tests/shutdown_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: shutdown_test.c,v 1.17 2000/11/10 05:34:13 bwelling Exp $ */ +/* $Id: shutdown_test.c,v 1.17.4.1 2001/01/09 22:33:52 bwelling Exp $ */ #include diff --git a/bin/tests/sig0_test.c b/bin/tests/sig0_test.c index 64e56dd8a8..01bbad5bc2 100644 --- a/bin/tests/sig0_test.c +++ b/bin/tests/sig0_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sig0_test.c,v 1.4 2000/10/06 18:58:12 bwelling Exp $ */ +/* $Id: sig0_test.c,v 1.4.4.1 2001/01/09 22:33:54 bwelling Exp $ */ #include diff --git a/bin/tests/sock_test.c b/bin/tests/sock_test.c index c573633846..f026d54429 100644 --- a/bin/tests/sock_test.c +++ b/bin/tests/sock_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sock_test.c,v 1.46 2000/11/10 05:34:14 bwelling Exp $ */ +/* $Id: sock_test.c,v 1.46.4.1 2001/01/09 22:33:55 bwelling Exp $ */ #include diff --git a/bin/tests/sockaddr/Makefile.in b/bin/tests/sockaddr/Makefile.in index dbab4a0edf..32513b98a5 100644 --- a/bin/tests/sockaddr/Makefile.in +++ b/bin/tests/sockaddr/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.11 2000/08/01 01:14:16 tale Exp $ +# $Id: Makefile.in,v 1.11.4.1 2001/01/09 22:34:29 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/sockaddr/t_sockaddr.c b/bin/tests/sockaddr/t_sockaddr.c index f368bff3e2..325268b8e2 100644 --- a/bin/tests/sockaddr/t_sockaddr.c +++ b/bin/tests/sockaddr/t_sockaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_sockaddr.c,v 1.10 2000/08/01 01:14:17 tale Exp $ */ +/* $Id: t_sockaddr.c,v 1.10.4.1 2001/01/09 22:34:31 bwelling Exp $ */ #include diff --git a/bin/tests/sym_test.c b/bin/tests/sym_test.c index ac4271c049..f82d0a4558 100644 --- a/bin/tests/sym_test.c +++ b/bin/tests/sym_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sym_test.c,v 1.21 2000/11/10 05:34:15 bwelling Exp $ */ +/* $Id: sym_test.c,v 1.21.4.1 2001/01/09 22:33:56 bwelling Exp $ */ #include diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index 589daf8724..f0fa75dcae 100644 --- a/bin/tests/system/Makefile.in +++ b/bin/tests/system/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.22 2000/12/15 01:40:40 gson Exp $ +# $Id: Makefile.in,v 1.22.2.1 2001/01/09 22:34:32 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/system/cleanall.sh b/bin/tests/system/cleanall.sh index 622c4f0ba6..55339fa2f6 100644 --- a/bin/tests/system/cleanall.sh +++ b/bin/tests/system/cleanall.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: cleanall.sh,v 1.6 2000/09/27 20:33:39 bwelling Exp $ +# $Id: cleanall.sh,v 1.6.4.1 2001/01/09 22:34:33 bwelling Exp $ # # Clean up after system tests. diff --git a/bin/tests/system/common/controls.conf b/bin/tests/system/common/controls.conf index d17ac88bcd..1b0efb2eef 100644 --- a/bin/tests/system/common/controls.conf +++ b/bin/tests/system/common/controls.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: controls.conf,v 1.2 2000/12/19 03:42:34 marka Exp $ */ +/* $Id: controls.conf,v 1.2.2.1 2001/01/09 22:34:45 bwelling Exp $ */ key rndc_key { secret "1234abcd8765"; diff --git a/bin/tests/system/common/rndc.conf b/bin/tests/system/common/rndc.conf index f7ca17b859..c4cf570c14 100644 --- a/bin/tests/system/common/rndc.conf +++ b/bin/tests/system/common/rndc.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.conf,v 1.1 2000/12/18 21:04:15 gson Exp $ */ +/* $Id: rndc.conf,v 1.1.2.1 2001/01/09 22:34:46 bwelling Exp $ */ options { default-key "rndc_key"; diff --git a/bin/tests/system/common/root.hint b/bin/tests/system/common/root.hint index 57367c3dbd..f0b6e974f9 100644 --- a/bin/tests/system/common/root.hint +++ b/bin/tests/system/common/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.1 2000/12/22 17:01:51 gson Exp $ +; $Id: root.hint,v 1.1.2.1 2001/01/09 22:34:47 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index 8382a9e4c5..0cd010766c 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: conf.sh.in,v 1.17 2000/11/10 03:41:08 gson Exp $ +# $Id: conf.sh.in,v 1.17.4.1 2001/01/09 22:34:34 bwelling Exp $ # # Common configuration data for system tests, to be sourced into diff --git a/bin/tests/system/dialup/ns1/example.db b/bin/tests/system/dialup/ns1/example.db index 1bdcdbc4a0..7e9aed18cd 100644 --- a/bin/tests/system/dialup/ns1/example.db +++ b/bin/tests/system/dialup/ns1/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.2 2000/11/18 02:57:11 bwelling Exp $ +; $Id: example.db,v 1.2.4.1 2001/01/09 22:34:51 bwelling Exp $ @ 3600 SOA hostmaster.ns1 ns1 ( 1 3600 1200 3600000 1200 ) diff --git a/bin/tests/system/dialup/ns1/named.conf b/bin/tests/system/dialup/ns1/named.conf index 510ae095f2..a38f5a2fa7 100644 --- a/bin/tests/system/dialup/ns1/named.conf +++ b/bin/tests/system/dialup/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2000/11/28 19:06:08 gson Exp $ */ +/* $Id: named.conf,v 1.3.4.1 2001/01/09 22:34:52 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/dialup/ns1/root.db b/bin/tests/system/dialup/ns1/root.db index ca65cd5cd1..599427cb68 100644 --- a/bin/tests/system/dialup/ns1/root.db +++ b/bin/tests/system/dialup/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.2 2000/11/18 02:57:12 bwelling Exp $ +; $Id: root.db,v 1.2.4.1 2001/01/09 22:34:53 bwelling Exp $ @ 3600 SOA hostmaster.ns1.example ns1.example ( 1 3600 1200 3600000 1200 ) diff --git a/bin/tests/system/dialup/ns2/hint.db b/bin/tests/system/dialup/ns2/hint.db index 5352e69bff..1fdeb52a04 100644 --- a/bin/tests/system/dialup/ns2/hint.db +++ b/bin/tests/system/dialup/ns2/hint.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: hint.db,v 1.2 2000/11/18 02:57:13 bwelling Exp $ +; $Id: hint.db,v 1.2.4.1 2001/01/09 22:34:54 bwelling Exp $ . 1200 NS ns1.example ns1.example A 10.53.0.1 diff --git a/bin/tests/system/dialup/ns2/named.conf b/bin/tests/system/dialup/ns2/named.conf index 9c867a39bd..80e12d3fa2 100644 --- a/bin/tests/system/dialup/ns2/named.conf +++ b/bin/tests/system/dialup/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2000/11/28 19:06:10 gson Exp $ */ +/* $Id: named.conf,v 1.3.4.1 2001/01/09 22:34:56 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/dialup/ns3/hint.db b/bin/tests/system/dialup/ns3/hint.db index d0dce5633f..3e00247935 100644 --- a/bin/tests/system/dialup/ns3/hint.db +++ b/bin/tests/system/dialup/ns3/hint.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: hint.db,v 1.2 2000/11/18 02:57:14 bwelling Exp $ +; $Id: hint.db,v 1.2.4.1 2001/01/09 22:34:57 bwelling Exp $ . 1200 NS ns1.example ns1.example A 10.53.0.1 diff --git a/bin/tests/system/dialup/ns3/named.conf b/bin/tests/system/dialup/ns3/named.conf index 588790be5b..3fd01c0708 100644 --- a/bin/tests/system/dialup/ns3/named.conf +++ b/bin/tests/system/dialup/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2000/11/28 19:06:11 gson Exp $ */ +/* $Id: named.conf,v 1.3.4.1 2001/01/09 22:34:58 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/dialup/setup.sh b/bin/tests/system/dialup/setup.sh index 11255f92ac..3e5b29358d 100644 --- a/bin/tests/system/dialup/setup.sh +++ b/bin/tests/system/dialup/setup.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.2 2000/11/18 02:57:09 bwelling Exp $ +# $Id: setup.sh,v 1.2.4.1 2001/01/09 22:34:48 bwelling Exp $ rm -f ns2/example.bk rm -f ns3/example.bk diff --git a/bin/tests/system/dialup/tests.sh b/bin/tests/system/dialup/tests.sh index c1350912b0..f06656534e 100644 --- a/bin/tests/system/dialup/tests.sh +++ b/bin/tests/system/dialup/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.2 2000/11/20 17:53:24 gson Exp $ +# $Id: tests.sh,v 1.2.4.1 2001/01/09 22:34:49 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/digcomp.pl b/bin/tests/system/digcomp.pl index 2067957921..e76d570734 100644 --- a/bin/tests/system/digcomp.pl +++ b/bin/tests/system/digcomp.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: digcomp.pl,v 1.10 2000/08/01 01:14:22 tale Exp $ +# $Id: digcomp.pl,v 1.10.4.1 2001/01/09 22:34:35 bwelling Exp $ # Compare two files, each with the output from dig, for differences. # Ignore "unimportant" differences, like ordering of NS lines, TTL's, diff --git a/bin/tests/system/dnssec/README b/bin/tests/system/dnssec/README index 2fefae859e..9620ec70f9 100644 --- a/bin/tests/system/dnssec/README +++ b/bin/tests/system/dnssec/README @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: README,v 1.4 2000/08/09 04:37:09 tale Exp $ +$Id: README,v 1.4.4.1 2001/01/09 22:34:59 bwelling Exp $ The test setup for the DNSSEC tests has a secure root. diff --git a/bin/tests/system/dnssec/clean.sh b/bin/tests/system/dnssec/clean.sh index 710fbd3e78..0af0283dec 100644 --- a/bin/tests/system/dnssec/clean.sh +++ b/bin/tests/system/dnssec/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.9 2000/08/11 18:45:30 bwelling Exp $ +# $Id: clean.sh,v 1.9.4.1 2001/01/09 22:35:01 bwelling Exp $ rm -f */K* */keyset-* */signedkey-* */*.signed */trusted.conf rm -f ns1/root.db ns2/example.db ns3/secure.example.db diff --git a/bin/tests/system/dnssec/ns1/named.conf b/bin/tests/system/dnssec/ns1/named.conf index f44609a8e6..82794e3466 100644 --- a/bin/tests/system/dnssec/ns1/named.conf +++ b/bin/tests/system/dnssec/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.15 2000/11/28 19:06:13 gson Exp $ */ +/* $Id: named.conf,v 1.15.4.1 2001/01/09 22:35:05 bwelling Exp $ */ // NS1 diff --git a/bin/tests/system/dnssec/ns1/root.db.in b/bin/tests/system/dnssec/ns1/root.db.in index 2ff50fb081..2bf6115af5 100644 --- a/bin/tests/system/dnssec/ns1/root.db.in +++ b/bin/tests/system/dnssec/ns1/root.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db.in,v 1.5 2000/08/01 01:14:36 tale Exp $ +; $Id: root.db.in,v 1.5.4.1 2001/01/09 22:35:07 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/dnssec/ns1/sign.sh b/bin/tests/system/dnssec/ns1/sign.sh index 7e04660a62..e76d28f89d 100644 --- a/bin/tests/system/dnssec/ns1/sign.sh +++ b/bin/tests/system/dnssec/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: sign.sh,v 1.11 2000/11/22 20:37:47 bwelling Exp $ +# $Id: sign.sh,v 1.11.4.1 2001/01/09 22:35:08 bwelling Exp $ SYSTEMTESTTOP=../.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/dnssec/ns2/example.db.in b/bin/tests/system/dnssec/ns2/example.db.in index 2c34792567..d1f9dd56a7 100644 --- a/bin/tests/system/dnssec/ns2/example.db.in +++ b/bin/tests/system/dnssec/ns2/example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db.in,v 1.6 2000/08/01 01:14:38 tale Exp $ +; $Id: example.db.in,v 1.6.4.1 2001/01/09 22:35:10 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns2/insecure.secure.example.db b/bin/tests/system/dnssec/ns2/insecure.secure.example.db index bc42ce31c4..17dd2f24e5 100644 --- a/bin/tests/system/dnssec/ns2/insecure.secure.example.db +++ b/bin/tests/system/dnssec/ns2/insecure.secure.example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: insecure.secure.example.db,v 1.5 2000/08/01 01:14:39 tale Exp $ +; $Id: insecure.secure.example.db,v 1.5.4.1 2001/01/09 22:35:11 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns2/named.conf b/bin/tests/system/dnssec/ns2/named.conf index 9d76d3e1a0..f31a8439ad 100644 --- a/bin/tests/system/dnssec/ns2/named.conf +++ b/bin/tests/system/dnssec/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.15 2000/11/28 19:06:14 gson Exp $ */ +/* $Id: named.conf,v 1.15.4.1 2001/01/09 22:35:12 bwelling Exp $ */ // NS2 diff --git a/bin/tests/system/dnssec/ns2/private.secure.example.db.in b/bin/tests/system/dnssec/ns2/private.secure.example.db.in index bb2119a7bf..ffad95d761 100644 --- a/bin/tests/system/dnssec/ns2/private.secure.example.db.in +++ b/bin/tests/system/dnssec/ns2/private.secure.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: private.secure.example.db.in,v 1.5 2000/08/01 01:14:41 tale Exp $ +; $Id: private.secure.example.db.in,v 1.5.4.1 2001/01/09 22:35:14 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns2/root.hint b/bin/tests/system/dnssec/ns2/root.hint index d4d6b3ffbe..7b6cffd7a1 100644 --- a/bin/tests/system/dnssec/ns2/root.hint +++ b/bin/tests/system/dnssec/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:14:42 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:35:16 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/dnssec/ns2/sign.sh b/bin/tests/system/dnssec/ns2/sign.sh index c69577dec1..116e53e307 100644 --- a/bin/tests/system/dnssec/ns2/sign.sh +++ b/bin/tests/system/dnssec/ns2/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: sign.sh,v 1.14 2000/11/22 20:37:48 bwelling Exp $ +# $Id: sign.sh,v 1.14.4.1 2001/01/09 22:35:17 bwelling Exp $ SYSTEMTESTTOP=../.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/dnssec/ns3/bogus.example.db.in b/bin/tests/system/dnssec/ns3/bogus.example.db.in index ecaffd9a8a..d8ecb79cd4 100644 --- a/bin/tests/system/dnssec/ns3/bogus.example.db.in +++ b/bin/tests/system/dnssec/ns3/bogus.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: bogus.example.db.in,v 1.5 2000/08/01 01:14:45 tale Exp $ +; $Id: bogus.example.db.in,v 1.5.4.1 2001/01/09 22:35:19 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns3/insecure.example.db b/bin/tests/system/dnssec/ns3/insecure.example.db index cebdd2673f..378b7a27c1 100644 --- a/bin/tests/system/dnssec/ns3/insecure.example.db +++ b/bin/tests/system/dnssec/ns3/insecure.example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: insecure.example.db,v 1.5 2000/08/01 01:14:46 tale Exp $ +; $Id: insecure.example.db,v 1.5.4.1 2001/01/09 22:35:20 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns3/named.conf b/bin/tests/system/dnssec/ns3/named.conf index be0444dbad..6266a1a8b7 100644 --- a/bin/tests/system/dnssec/ns3/named.conf +++ b/bin/tests/system/dnssec/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2000/11/28 19:06:16 gson Exp $ */ +/* $Id: named.conf,v 1.16.4.1 2001/01/09 22:35:22 bwelling Exp $ */ // NS3 diff --git a/bin/tests/system/dnssec/ns3/root.hint b/bin/tests/system/dnssec/ns3/root.hint index 057968ac28..dbd318f658 100644 --- a/bin/tests/system/dnssec/ns3/root.hint +++ b/bin/tests/system/dnssec/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:14:48 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:35:24 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/dnssec/ns3/secure.example.db.in b/bin/tests/system/dnssec/ns3/secure.example.db.in index 16884622f9..c31388959c 100644 --- a/bin/tests/system/dnssec/ns3/secure.example.db.in +++ b/bin/tests/system/dnssec/ns3/secure.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: secure.example.db.in,v 1.7 2000/08/01 01:14:49 tale Exp $ +; $Id: secure.example.db.in,v 1.7.4.1 2001/01/09 22:35:26 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns3/sign.sh b/bin/tests/system/dnssec/ns3/sign.sh index 2a64e80a98..2169e2dde5 100644 --- a/bin/tests/system/dnssec/ns3/sign.sh +++ b/bin/tests/system/dnssec/ns3/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: sign.sh,v 1.11 2000/11/22 20:37:50 bwelling Exp $ +# $Id: sign.sh,v 1.11.4.1 2001/01/09 22:35:27 bwelling Exp $ RANDFILE=../random.data diff --git a/bin/tests/system/dnssec/ns4/named.conf b/bin/tests/system/dnssec/ns4/named.conf index 6f674377ad..79c92bd03a 100644 --- a/bin/tests/system/dnssec/ns4/named.conf +++ b/bin/tests/system/dnssec/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2000/11/28 19:06:17 gson Exp $ */ +/* $Id: named.conf,v 1.16.4.1 2001/01/09 22:35:29 bwelling Exp $ */ // NS4 diff --git a/bin/tests/system/dnssec/ns4/root.hint b/bin/tests/system/dnssec/ns4/root.hint index ac351dc5f4..67ff231597 100644 --- a/bin/tests/system/dnssec/ns4/root.hint +++ b/bin/tests/system/dnssec/ns4/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:14:53 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:35:30 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/dnssec/ns5/named.conf b/bin/tests/system/dnssec/ns5/named.conf index a31b643f80..01c1f4ef3f 100644 --- a/bin/tests/system/dnssec/ns5/named.conf +++ b/bin/tests/system/dnssec/ns5/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.14 2000/11/28 19:06:18 gson Exp $ */ +/* $Id: named.conf,v 1.14.4.1 2001/01/09 22:35:33 bwelling Exp $ */ // NS5 diff --git a/bin/tests/system/dnssec/ns5/root.hint b/bin/tests/system/dnssec/ns5/root.hint index 31829a022a..0032c2f130 100644 --- a/bin/tests/system/dnssec/ns5/root.hint +++ b/bin/tests/system/dnssec/ns5/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:14:55 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:35:35 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/dnssec/ns5/trusted.conf.bad b/bin/tests/system/dnssec/ns5/trusted.conf.bad index 863f698783..42c9391551 100644 --- a/bin/tests/system/dnssec/ns5/trusted.conf.bad +++ b/bin/tests/system/dnssec/ns5/trusted.conf.bad @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: trusted.conf.bad,v 1.5 2000/08/01 01:14:56 tale Exp $ */ +/* $Id: trusted.conf.bad,v 1.5.4.1 2001/01/09 22:35:36 bwelling Exp $ */ trusted-keys { "." 256 3 1 "AQO6Cl+slAf+iuieDim9L3kujFHQD7s/IOj03ClMOpKYcTXtK4mRpuULVfvWxDi9Ew/gj0xLnnX7z9OJHIxLI+DSrAHd8Dm0XfBEAtVtJSn70GaPZgnLMw1rk5ap2DsEoWk="; diff --git a/bin/tests/system/dnssec/setup.sh b/bin/tests/system/dnssec/setup.sh index 15b59071b5..c03cb188f0 100644 --- a/bin/tests/system/dnssec/setup.sh +++ b/bin/tests/system/dnssec/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.9 2000/08/08 21:47:55 bwelling Exp $ +# $Id: setup.sh,v 1.9.4.1 2001/01/09 22:35:02 bwelling Exp $ ../../genrandom 400 random.data diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 8415e5077c..777dbd3d08 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.27.4.1 2001/01/05 23:50:14 gson Exp $ +# $Id: tests.sh,v 1.27.4.2 2001/01/09 22:35:04 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/forward/clean.sh b/bin/tests/system/forward/clean.sh index dfca01e782..8720a744ef 100644 --- a/bin/tests/system/forward/clean.sh +++ b/bin/tests/system/forward/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.1 2000/08/24 22:23:44 bwelling Exp $ +# $Id: clean.sh,v 1.1.4.1 2001/01/09 22:35:37 bwelling Exp $ # # Clean up after forward tests. diff --git a/bin/tests/system/forward/ns1/named.conf b/bin/tests/system/forward/ns1/named.conf index 2d2424eb76..f3151c4f17 100644 --- a/bin/tests/system/forward/ns1/named.conf +++ b/bin/tests/system/forward/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:20 gson Exp $ */ +/* $Id: named.conf,v 1.5.4.1 2001/01/09 22:35:41 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/forward/ns2/named.conf b/bin/tests/system/forward/ns2/named.conf index eb031b6388..c4e28c83c7 100644 --- a/bin/tests/system/forward/ns2/named.conf +++ b/bin/tests/system/forward/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:22 gson Exp $ */ +/* $Id: named.conf,v 1.5.4.1 2001/01/09 22:35:43 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/forward/ns3/named.conf b/bin/tests/system/forward/ns3/named.conf index 39e6092e8a..657189800c 100644 --- a/bin/tests/system/forward/ns3/named.conf +++ b/bin/tests/system/forward/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:23 gson Exp $ */ +/* $Id: named.conf,v 1.5.4.1 2001/01/09 22:35:44 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/forward/ns4/named.conf b/bin/tests/system/forward/ns4/named.conf index d1495a2d3f..7c4af25343 100644 --- a/bin/tests/system/forward/ns4/named.conf +++ b/bin/tests/system/forward/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:24 gson Exp $ */ +/* $Id: named.conf,v 1.5.4.1 2001/01/09 22:35:46 bwelling Exp $ */ options { query-source address 10.53.0.4; diff --git a/bin/tests/system/forward/tests.sh b/bin/tests/system/forward/tests.sh index 01c06312c5..7ab81197d0 100644 --- a/bin/tests/system/forward/tests.sh +++ b/bin/tests/system/forward/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.2 2000/11/20 17:53:27 gson Exp $ +# $Id: tests.sh,v 1.2.4.1 2001/01/09 22:35:39 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/glue/clean.sh b/bin/tests/system/glue/clean.sh index a7ef9b146d..dd16429830 100644 --- a/bin/tests/system/glue/clean.sh +++ b/bin/tests/system/glue/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.3 2000/08/01 01:14:57 tale Exp $ +# $Id: clean.sh,v 1.3.4.1 2001/01/09 22:35:47 bwelling Exp $ # # Clean up after glue tests. diff --git a/bin/tests/system/glue/ns1/cache b/bin/tests/system/glue/ns1/cache index 53952749a0..e0a6b8a77b 100644 --- a/bin/tests/system/glue/ns1/cache +++ b/bin/tests/system/glue/ns1/cache @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: cache,v 1.3 2000/08/01 01:15:00 tale Exp $ +; $Id: cache,v 1.3.4.1 2001/01/09 22:35:50 bwelling Exp $ ; Preloaded cache data for glue test diff --git a/bin/tests/system/glue/ns1/mil.db b/bin/tests/system/glue/ns1/mil.db index eab23582af..5e37c25771 100644 --- a/bin/tests/system/glue/ns1/mil.db +++ b/bin/tests/system/glue/ns1/mil.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: mil.db,v 1.4 2000/08/01 01:15:01 tale Exp $ +; $Id: mil.db,v 1.4.4.1 2001/01/09 22:35:52 bwelling Exp $ $ORIGIN mil. $TTL 300 diff --git a/bin/tests/system/glue/ns1/named.conf b/bin/tests/system/glue/ns1/named.conf index c881b6dfcb..9ef1057f38 100644 --- a/bin/tests/system/glue/ns1/named.conf +++ b/bin/tests/system/glue/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.7 2000/12/12 23:05:58 bwelling Exp $ */ +/* $Id: named.conf,v 1.7.2.1 2001/01/09 22:35:53 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/glue/ns1/net.db b/bin/tests/system/glue/ns1/net.db index c2c04b2417..07e8705b31 100644 --- a/bin/tests/system/glue/ns1/net.db +++ b/bin/tests/system/glue/ns1/net.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: net.db,v 1.4 2000/08/01 01:15:05 tale Exp $ +; $Id: net.db,v 1.4.4.1 2001/01/09 22:35:54 bwelling Exp $ $ORIGIN net. $TTL 300 diff --git a/bin/tests/system/glue/ns1/root-servers.nil.db b/bin/tests/system/glue/ns1/root-servers.nil.db index 1d25de1545..47bd4ad19d 100644 --- a/bin/tests/system/glue/ns1/root-servers.nil.db +++ b/bin/tests/system/glue/ns1/root-servers.nil.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root-servers.nil.db,v 1.3 2000/08/01 01:15:06 tale Exp $ +; $Id: root-servers.nil.db,v 1.3.4.1 2001/01/09 22:35:55 bwelling Exp $ $TTL 300 @ IN SOA ns hostmaster ( diff --git a/bin/tests/system/glue/ns1/root.db b/bin/tests/system/glue/ns1/root.db index 4878732b62..cb4c1d2ce1 100644 --- a/bin/tests/system/glue/ns1/root.db +++ b/bin/tests/system/glue/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.3 2000/08/01 01:15:07 tale Exp $ +; $Id: root.db,v 1.3.4.1 2001/01/09 22:35:56 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/glue/tests.sh b/bin/tests/system/glue/tests.sh index f5042eba29..cc01f7ffde 100644 --- a/bin/tests/system/glue/tests.sh +++ b/bin/tests/system/glue/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.4 2000/08/01 01:14:58 tale Exp $ +# $Id: tests.sh,v 1.4.4.1 2001/01/09 22:35:49 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index 3513bc0c2d..a440590cad 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ifconfig.sh,v 1.25 2000/11/11 00:19:24 gson Exp $ +# $Id: ifconfig.sh,v 1.25.4.1 2001/01/09 22:34:37 bwelling Exp $ # # Set up interface aliases for bind9 system tests. diff --git a/bin/tests/system/limits/clean.sh b/bin/tests/system/limits/clean.sh index 86bf7a5166..9b52b2768a 100644 --- a/bin/tests/system/limits/clean.sh +++ b/bin/tests/system/limits/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.5 2000/08/01 01:15:11 tale Exp $ +# $Id: clean.sh,v 1.5.4.1 2001/01/09 22:35:57 bwelling Exp $ # # Clean up after limits tests. diff --git a/bin/tests/system/limits/ns1/example.db b/bin/tests/system/limits/ns1/example.db index 5389924b26..7eb40ed064 100644 --- a/bin/tests/system/limits/ns1/example.db +++ b/bin/tests/system/limits/ns1/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.6 2000/08/01 01:15:30 tale Exp $ +; $Id: example.db,v 1.6.4.1 2001/01/09 22:36:00 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA ns1.example. hostmaster.example. ( diff --git a/bin/tests/system/limits/ns1/named.conf b/bin/tests/system/limits/ns1/named.conf index ef45e903d9..0ac7905374 100644 --- a/bin/tests/system/limits/ns1/named.conf +++ b/bin/tests/system/limits/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.9 2000/11/28 19:06:27 gson Exp $ */ +/* $Id: named.conf,v 1.9.4.1 2001/01/09 22:36:02 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/limits/ns1/root.db b/bin/tests/system/limits/ns1/root.db index a32a3f19b0..089bd81637 100644 --- a/bin/tests/system/limits/ns1/root.db +++ b/bin/tests/system/limits/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:15:34 tale Exp $ +; $Id: root.db,v 1.5.4.1 2001/01/09 22:36:03 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/limits/tests.sh b/bin/tests/system/limits/tests.sh index 305913ab87..d2d7839ec0 100644 --- a/bin/tests/system/limits/tests.sh +++ b/bin/tests/system/limits/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.12 2000/11/22 01:21:44 gson Exp $ +# $Id: tests.sh,v 1.12.4.1 2001/01/09 22:35:58 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/lwresd/Makefile.in b/bin/tests/system/lwresd/Makefile.in index d14d3fc473..f72d3e492e 100644 --- a/bin/tests/system/lwresd/Makefile.in +++ b/bin/tests/system/lwresd/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/08/01 01:15:35 tale Exp $ +# $Id: Makefile.in,v 1.7.4.1 2001/01/09 22:36:04 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/system/lwresd/lwresd1/lwresd.conf b/bin/tests/system/lwresd/lwresd1/lwresd.conf index 583bf488f8..6815e52830 100644 --- a/bin/tests/system/lwresd/lwresd1/lwresd.conf +++ b/bin/tests/system/lwresd/lwresd1/lwresd.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresd.conf,v 1.3 2000/10/24 04:30:25 bwelling Exp $ */ +/* $Id: lwresd.conf,v 1.3.4.1 2001/01/09 22:36:10 bwelling Exp $ */ options { port 5300; diff --git a/bin/tests/system/lwresd/lwresd1/resolv.conf b/bin/tests/system/lwresd/lwresd1/resolv.conf index 4aed1fa539..dcaee8c7b4 100644 --- a/bin/tests/system/lwresd/lwresd1/resolv.conf +++ b/bin/tests/system/lwresd/lwresd1/resolv.conf @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: resolv.conf,v 1.7 2000/10/17 19:28:54 gson Exp $ +# $Id: resolv.conf,v 1.7.4.1 2001/01/09 22:36:11 bwelling Exp $ nameserver 10.53.0.1 lwserver 10.53.0.1 diff --git a/bin/tests/system/lwresd/lwtest.c b/bin/tests/system/lwresd/lwtest.c index 501b8c3a12..4c5f2dd911 100644 --- a/bin/tests/system/lwresd/lwtest.c +++ b/bin/tests/system/lwresd/lwtest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwtest.c,v 1.19 2000/12/20 03:42:01 bwelling Exp $ */ +/* $Id: lwtest.c,v 1.19.2.1 2001/01/09 22:36:05 bwelling Exp $ */ #include diff --git a/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db b/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db index e5f382096b..f51ea6cb47 100644 --- a/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db +++ b/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: 10.10.10.in-addr.arpa.db,v 1.6 2000/08/01 01:15:43 tale Exp $ +; $Id: 10.10.10.in-addr.arpa.db,v 1.6.4.1 2001/01/09 22:36:12 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/lwresd/ns1/example1.db b/bin/tests/system/lwresd/ns1/example1.db index 08357acce6..7d19be1f3a 100644 --- a/bin/tests/system/lwresd/ns1/example1.db +++ b/bin/tests/system/lwresd/ns1/example1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example1.db,v 1.9 2000/11/02 02:04:15 bwelling Exp $ +; $Id: example1.db,v 1.9.4.1 2001/01/09 22:36:13 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/lwresd/ns1/example2.db b/bin/tests/system/lwresd/ns1/example2.db index 1cae6393cc..1211bd03e0 100644 --- a/bin/tests/system/lwresd/ns1/example2.db +++ b/bin/tests/system/lwresd/ns1/example2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example2.db,v 1.5 2000/08/01 01:15:46 tale Exp $ +; $Id: example2.db,v 1.5.4.1 2001/01/09 22:36:14 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/lwresd/ns1/ip6.arpa.db b/bin/tests/system/lwresd/ns1/ip6.arpa.db index e4fdc11f83..289a94f5c6 100644 --- a/bin/tests/system/lwresd/ns1/ip6.arpa.db +++ b/bin/tests/system/lwresd/ns1/ip6.arpa.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: ip6.arpa.db,v 1.6 2000/10/13 18:51:59 halley Exp $ +; $Id: ip6.arpa.db,v 1.6.4.1 2001/01/09 22:36:15 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/lwresd/ns1/ip6.int.db b/bin/tests/system/lwresd/ns1/ip6.int.db index 77d3c0389c..0dea8de73a 100644 --- a/bin/tests/system/lwresd/ns1/ip6.int.db +++ b/bin/tests/system/lwresd/ns1/ip6.int.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: ip6.int.db,v 1.6 2000/08/01 01:15:48 tale Exp $ +; $Id: ip6.int.db,v 1.6.4.1 2001/01/09 22:36:17 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/lwresd/ns1/named.conf b/bin/tests/system/lwresd/ns1/named.conf index 9a3353f713..b3a4275076 100644 --- a/bin/tests/system/lwresd/ns1/named.conf +++ b/bin/tests/system/lwresd/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.10 2000/11/28 19:06:28 gson Exp $ */ +/* $Id: named.conf,v 1.10.4.1 2001/01/09 22:36:18 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/lwresd/ns1/root.db b/bin/tests/system/lwresd/ns1/root.db index 465494ba79..5b96c10052 100644 --- a/bin/tests/system/lwresd/ns1/root.db +++ b/bin/tests/system/lwresd/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:15:51 tale Exp $ +; $Id: root.db,v 1.5.4.1 2001/01/09 22:36:19 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/lwresd/resolv.conf b/bin/tests/system/lwresd/resolv.conf index e33ab3bbe1..51158e991e 100644 --- a/bin/tests/system/lwresd/resolv.conf +++ b/bin/tests/system/lwresd/resolv.conf @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: resolv.conf,v 1.7 2000/10/17 19:28:55 gson Exp $ +# $Id: resolv.conf,v 1.7.4.1 2001/01/09 22:36:06 bwelling Exp $ nameserver 10.53.0.1 lwserver 10.53.0.1 diff --git a/bin/tests/system/lwresd/tests.sh b/bin/tests/system/lwresd/tests.sh index a676cb0e67..76da901666 100644 --- a/bin/tests/system/lwresd/tests.sh +++ b/bin/tests/system/lwresd/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.10 2000/11/20 17:53:29 gson Exp $ +# $Id: tests.sh,v 1.10.4.1 2001/01/09 22:36:09 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/notify/clean.sh b/bin/tests/system/notify/clean.sh index e7f72f9855..9671b897b6 100644 --- a/bin/tests/system/notify/clean.sh +++ b/bin/tests/system/notify/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.6 2000/08/01 01:15:53 tale Exp $ +# $Id: clean.sh,v 1.6.4.1 2001/01/09 22:36:20 bwelling Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/notify/ns1/named.conf b/bin/tests/system/notify/ns1/named.conf index c4dce680b2..39171f35c4 100644 --- a/bin/tests/system/notify/ns1/named.conf +++ b/bin/tests/system/notify/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.13 2000/11/25 02:43:40 marka Exp $ */ +/* $Id: named.conf,v 1.13.4.1 2001/01/09 22:36:24 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/notify/ns1/root.db b/bin/tests/system/notify/ns1/root.db index 21a3283554..b7a18b42af 100644 --- a/bin/tests/system/notify/ns1/root.db +++ b/bin/tests/system/notify/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:15:59 tale Exp $ +; $Id: root.db,v 1.5.4.1 2001/01/09 22:36:25 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/notify/ns2/example1.db b/bin/tests/system/notify/ns2/example1.db index 944bd77b88..d20f8a86dd 100644 --- a/bin/tests/system/notify/ns2/example1.db +++ b/bin/tests/system/notify/ns2/example1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example1.db,v 1.6 2000/08/01 01:16:00 tale Exp $ +; $Id: example1.db,v 1.6.4.1 2001/01/09 22:36:26 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/notify/ns2/example2.db b/bin/tests/system/notify/ns2/example2.db index 4f0b526956..b9d5eee80c 100644 --- a/bin/tests/system/notify/ns2/example2.db +++ b/bin/tests/system/notify/ns2/example2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example2.db,v 1.6 2000/08/01 01:16:01 tale Exp $ +; $Id: example2.db,v 1.6.4.1 2001/01/09 22:36:27 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/notify/ns2/example3.db b/bin/tests/system/notify/ns2/example3.db index c0056bbf28..28cbd06d5c 100644 --- a/bin/tests/system/notify/ns2/example3.db +++ b/bin/tests/system/notify/ns2/example3.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example3.db,v 1.6 2000/08/01 01:16:02 tale Exp $ +; $Id: example3.db,v 1.6.4.1 2001/01/09 22:36:28 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/notify/ns2/example4.db b/bin/tests/system/notify/ns2/example4.db index 0dd6e133c2..3ec0644a94 100644 --- a/bin/tests/system/notify/ns2/example4.db +++ b/bin/tests/system/notify/ns2/example4.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example4.db,v 1.6 2000/08/01 01:16:04 tale Exp $ +; $Id: example4.db,v 1.6.4.1 2001/01/09 22:36:29 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/notify/ns2/named.conf b/bin/tests/system/notify/ns2/named.conf index 6eb344f950..0e390c9cd6 100644 --- a/bin/tests/system/notify/ns2/named.conf +++ b/bin/tests/system/notify/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.14 2000/11/25 02:43:41 marka Exp $ */ +/* $Id: named.conf,v 1.14.4.1 2001/01/09 22:36:31 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/notify/ns2/root.hint b/bin/tests/system/notify/ns2/root.hint index c0acee977c..a4f3e341ea 100644 --- a/bin/tests/system/notify/ns2/root.hint +++ b/bin/tests/system/notify/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:16:06 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:36:32 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/notify/ns3/named.conf b/bin/tests/system/notify/ns3/named.conf index cc3db606fd..440082a8b5 100644 --- a/bin/tests/system/notify/ns3/named.conf +++ b/bin/tests/system/notify/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2000/11/25 02:43:42 marka Exp $ */ +/* $Id: named.conf,v 1.16.4.1 2001/01/09 22:36:33 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/notify/ns3/root.hint b/bin/tests/system/notify/ns3/root.hint index 3a5d223675..c361162533 100644 --- a/bin/tests/system/notify/ns3/root.hint +++ b/bin/tests/system/notify/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:16:09 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:36:34 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/notify/setup.sh b/bin/tests/system/notify/setup.sh index 7b66bf54e2..6bb08c3ef1 100644 --- a/bin/tests/system/notify/setup.sh +++ b/bin/tests/system/notify/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,6 +15,6 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.5 2000/08/01 01:15:54 tale Exp $ +# $Id: setup.sh,v 1.5.4.1 2001/01/09 22:36:21 bwelling Exp $ cp ns2/example1.db ns2/example.db diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh index dad646e399..debb137564 100644 --- a/bin/tests/system/notify/tests.sh +++ b/bin/tests/system/notify/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.26 2000/11/20 17:53:32 gson Exp $ +# $Id: tests.sh,v 1.26.4.1 2001/01/09 22:36:22 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/nsupdate/clean.sh b/bin/tests/system/nsupdate/clean.sh index 1129f47642..e128e19a10 100644 --- a/bin/tests/system/nsupdate/clean.sh +++ b/bin/tests/system/nsupdate/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.6 2000/12/21 23:44:47 gson Exp $ +# $Id: clean.sh,v 1.6.2.1 2001/01/09 22:36:36 bwelling Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/nsupdate/ns1/example.orig b/bin/tests/system/nsupdate/ns1/example.orig index 2a83b24fec..256995b987 100644 --- a/bin/tests/system/nsupdate/ns1/example.orig +++ b/bin/tests/system/nsupdate/ns1/example.orig @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.orig,v 1.3 2000/08/01 01:16:17 tale Exp $ +; $Id: example.orig,v 1.3.4.1 2001/01/09 22:36:40 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/nsupdate/ns1/example1.db b/bin/tests/system/nsupdate/ns1/example1.db index 51a8d32120..fb3a8d393a 100644 --- a/bin/tests/system/nsupdate/ns1/example1.db +++ b/bin/tests/system/nsupdate/ns1/example1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example1.db,v 1.1 2000/12/21 23:44:51 gson Exp $ +; $Id: example1.db,v 1.1.2.1 2001/01/09 22:36:41 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/nsupdate/ns1/named.conf b/bin/tests/system/nsupdate/ns1/named.conf index 7550910d3b..222a1066d2 100644 --- a/bin/tests/system/nsupdate/ns1/named.conf +++ b/bin/tests/system/nsupdate/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2000/11/28 19:06:29 gson Exp $ */ +/* $Id: named.conf,v 1.8.4.1 2001/01/09 22:36:43 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/nsupdate/ns1/update.orig b/bin/tests/system/nsupdate/ns1/update.orig index 2fe52d84a8..b032dd38f2 100644 --- a/bin/tests/system/nsupdate/ns1/update.orig +++ b/bin/tests/system/nsupdate/ns1/update.orig @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: update.orig,v 1.3 2000/08/01 01:16:19 tale Exp $ +; $Id: update.orig,v 1.3.4.1 2001/01/09 22:36:44 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/nsupdate/ns2/named.conf b/bin/tests/system/nsupdate/ns2/named.conf index a10c7839ff..7356fc6fe4 100644 --- a/bin/tests/system/nsupdate/ns2/named.conf +++ b/bin/tests/system/nsupdate/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2000/11/28 19:06:31 gson Exp $ */ +/* $Id: named.conf,v 1.8.4.1 2001/01/09 22:36:45 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/nsupdate/setup.sh b/bin/tests/system/nsupdate/setup.sh index 367e9edf4c..bf5fd8512e 100644 --- a/bin/tests/system/nsupdate/setup.sh +++ b/bin/tests/system/nsupdate/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.5 2000/12/21 23:44:49 gson Exp $ +# $Id: setup.sh,v 1.5.2.1 2001/01/09 22:36:37 bwelling Exp $ # # jnl and database files MUST be removed before we start diff --git a/bin/tests/system/nsupdate/tests.sh b/bin/tests/system/nsupdate/tests.sh index db9a674d54..2204764305 100644 --- a/bin/tests/system/nsupdate/tests.sh +++ b/bin/tests/system/nsupdate/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.16 2000/11/22 18:26:30 gson Exp $ +# $Id: tests.sh,v 1.16.4.1 2001/01/09 22:36:38 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/nsupdate/update_test.pl b/bin/tests/system/nsupdate/update_test.pl index 9240651bc4..5a9633afd9 100644 --- a/bin/tests/system/nsupdate/update_test.pl +++ b/bin/tests/system/nsupdate/update_test.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -37,7 +37,7 @@ # # perl -MCPAN -e "install Net::DNS" # -# $Id: update_test.pl,v 1.5 2000/12/16 00:58:03 gson Exp $ +# $Id: update_test.pl,v 1.5.2.1 2001/01/09 22:36:39 bwelling Exp $ # use Getopt::Std; diff --git a/bin/tests/system/relay/README b/bin/tests/system/relay/README index ca4b6791f1..edc924e85a 100644 --- a/bin/tests/system/relay/README +++ b/bin/tests/system/relay/README @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: README,v 1.2 2000/08/30 19:18:12 gson Exp $ +$Id: README,v 1.2.4.1 2001/01/09 22:36:46 bwelling Exp $ ns1 root ns2 master diff --git a/bin/tests/system/relay/clean.sh b/bin/tests/system/relay/clean.sh index ad57d52189..8f2cc51884 100644 --- a/bin/tests/system/relay/clean.sh +++ b/bin/tests/system/relay/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.1 2000/08/17 09:18:01 marka Exp $ +# $Id: clean.sh,v 1.1.4.1 2001/01/09 22:36:47 bwelling Exp $ # # Clean up after relay transfer tests. diff --git a/bin/tests/system/relay/ns1/named.conf b/bin/tests/system/relay/ns1/named.conf index 10d4ebf928..9ac1dbb078 100644 --- a/bin/tests/system/relay/ns1/named.conf +++ b/bin/tests/system/relay/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:32 gson Exp $ */ +/* $Id: named.conf,v 1.5.4.1 2001/01/09 22:36:51 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/relay/ns1/root.db b/bin/tests/system/relay/ns1/root.db index afbf32dc42..4ebe6aaa11 100644 --- a/bin/tests/system/relay/ns1/root.db +++ b/bin/tests/system/relay/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.1 2000/08/17 09:18:02 marka Exp $ +; $Id: root.db,v 1.1.4.1 2001/01/09 22:36:52 bwelling Exp $ $TTL 300 . IN SOA a.root-servers.nil. gson.nominum.com. ( diff --git a/bin/tests/system/relay/ns2/example1.db b/bin/tests/system/relay/ns2/example1.db index dd85980a60..d4ea17ab1f 100644 --- a/bin/tests/system/relay/ns2/example1.db +++ b/bin/tests/system/relay/ns2/example1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example1.db,v 1.1 2000/08/17 09:18:02 marka Exp $ +; $Id: example1.db,v 1.1.4.1 2001/01/09 22:36:53 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/relay/ns2/example2.db b/bin/tests/system/relay/ns2/example2.db index 185a6218b1..0dbc5e4ec9 100644 --- a/bin/tests/system/relay/ns2/example2.db +++ b/bin/tests/system/relay/ns2/example2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example2.db,v 1.1 2000/08/17 09:18:02 marka Exp $ +; $Id: example2.db,v 1.1.4.1 2001/01/09 22:36:55 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/relay/ns2/example3.db b/bin/tests/system/relay/ns2/example3.db index 931e2c1b07..93007242c0 100644 --- a/bin/tests/system/relay/ns2/example3.db +++ b/bin/tests/system/relay/ns2/example3.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example3.db,v 1.1 2000/08/17 09:18:02 marka Exp $ +; $Id: example3.db,v 1.1.4.1 2001/01/09 22:36:56 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/relay/ns2/example4.db b/bin/tests/system/relay/ns2/example4.db index 486fbd774c..e625459c71 100644 --- a/bin/tests/system/relay/ns2/example4.db +++ b/bin/tests/system/relay/ns2/example4.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example4.db,v 1.1 2000/08/17 09:18:02 marka Exp $ +; $Id: example4.db,v 1.1.4.1 2001/01/09 22:36:57 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/relay/ns2/named.conf b/bin/tests/system/relay/ns2/named.conf index ab22461662..26bc7ec7d2 100644 --- a/bin/tests/system/relay/ns2/named.conf +++ b/bin/tests/system/relay/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2000/11/28 19:06:34 gson Exp $ */ +/* $Id: named.conf,v 1.4.4.1 2001/01/09 22:36:58 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/relay/ns2/root.hint b/bin/tests/system/relay/ns2/root.hint index 8c932310a1..63e2181538 100644 --- a/bin/tests/system/relay/ns2/root.hint +++ b/bin/tests/system/relay/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.1 2000/08/17 09:18:03 marka Exp $ +; $Id: root.hint,v 1.1.4.1 2001/01/09 22:36:59 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/relay/ns3/named.conf b/bin/tests/system/relay/ns3/named.conf index cc58a394f6..10d9844d6f 100644 --- a/bin/tests/system/relay/ns3/named.conf +++ b/bin/tests/system/relay/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.6 2000/11/28 19:06:35 gson Exp $ */ +/* $Id: named.conf,v 1.6.4.1 2001/01/09 22:37:01 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/relay/ns3/root.hint b/bin/tests/system/relay/ns3/root.hint index 8c932310a1..be35599622 100644 --- a/bin/tests/system/relay/ns3/root.hint +++ b/bin/tests/system/relay/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.1 2000/08/17 09:18:03 marka Exp $ +; $Id: root.hint,v 1.1.4.1 2001/01/09 22:37:02 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/relay/ns4/named.conf b/bin/tests/system/relay/ns4/named.conf index 3d4f0c7635..ad34f01e9e 100644 --- a/bin/tests/system/relay/ns4/named.conf +++ b/bin/tests/system/relay/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.6 2000/11/28 19:06:36 gson Exp $ */ +/* $Id: named.conf,v 1.6.4.1 2001/01/09 22:37:03 bwelling Exp $ */ options { query-source address 10.53.0.4; diff --git a/bin/tests/system/relay/ns4/root.hint b/bin/tests/system/relay/ns4/root.hint index 8c932310a1..084fd68f8e 100644 --- a/bin/tests/system/relay/ns4/root.hint +++ b/bin/tests/system/relay/ns4/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.1 2000/08/17 09:18:03 marka Exp $ +; $Id: root.hint,v 1.1.4.1 2001/01/09 22:37:04 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/relay/setup.sh b/bin/tests/system/relay/setup.sh index 5de4a51506..02243075eb 100644 --- a/bin/tests/system/relay/setup.sh +++ b/bin/tests/system/relay/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,6 +15,6 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.1 2000/08/17 09:18:01 marka Exp $ +# $Id: setup.sh,v 1.1.4.1 2001/01/09 22:36:48 bwelling Exp $ cp ns2/example1.db ns2/example.db diff --git a/bin/tests/system/relay/tests.sh b/bin/tests/system/relay/tests.sh index 8d52cf68b1..d0ab84732b 100644 --- a/bin/tests/system/relay/tests.sh +++ b/bin/tests/system/relay/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.2 2000/11/20 17:53:35 gson Exp $ +# $Id: tests.sh,v 1.2.4.1 2001/01/09 22:36:50 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/resolver/ans2/ans.pl b/bin/tests/system/resolver/ans2/ans.pl index fae72f5bad..39573ddeda 100644 --- a/bin/tests/system/resolver/ans2/ans.pl +++ b/bin/tests/system/resolver/ans2/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ans.pl,v 1.5 2000/11/18 02:57:16 bwelling Exp $ +# $Id: ans.pl,v 1.5.4.1 2001/01/09 22:37:08 bwelling Exp $ # # Ad hoc name server diff --git a/bin/tests/system/resolver/ans3/ans.pl b/bin/tests/system/resolver/ans3/ans.pl index 1d2e9baaa7..82a8fc3861 100644 --- a/bin/tests/system/resolver/ans3/ans.pl +++ b/bin/tests/system/resolver/ans3/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ans.pl,v 1.4 2000/11/18 02:57:17 bwelling Exp $ +# $Id: ans.pl,v 1.4.4.1 2001/01/09 22:37:09 bwelling Exp $ # # Ad hoc name server diff --git a/bin/tests/system/resolver/ns1/named.conf b/bin/tests/system/resolver/ns1/named.conf index 403ebcb379..79d26be58d 100644 --- a/bin/tests/system/resolver/ns1/named.conf +++ b/bin/tests/system/resolver/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.7 2000/11/28 19:06:37 gson Exp $ */ +/* $Id: named.conf,v 1.7.4.1 2001/01/09 22:37:10 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/resolver/ns1/root.hint b/bin/tests/system/resolver/ns1/root.hint index 8422531e57..0840393792 100644 --- a/bin/tests/system/resolver/ns1/root.hint +++ b/bin/tests/system/resolver/ns1/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.3 2000/08/01 01:16:28 tale Exp $ +; $Id: root.hint,v 1.3.4.1 2001/01/09 22:37:11 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/resolver/prereq.sh b/bin/tests/system/resolver/prereq.sh index 400c753719..0fc7264c5f 100644 --- a/bin/tests/system/resolver/prereq.sh +++ b/bin/tests/system/resolver/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: prereq.sh,v 1.3 2000/08/01 01:16:22 tale Exp $ +# $Id: prereq.sh,v 1.3.4.1 2001/01/09 22:37:05 bwelling Exp $ if $PERL -e 'use Net::DNS;' 2>/dev/null then diff --git a/bin/tests/system/resolver/tests.sh b/bin/tests/system/resolver/tests.sh index e4c9d9c2e8..7117b54a75 100644 --- a/bin/tests/system/resolver/tests.sh +++ b/bin/tests/system/resolver/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.5 2000/08/01 01:16:23 tale Exp $ +# $Id: tests.sh,v 1.5.4.1 2001/01/09 22:37:07 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/run.sh b/bin/tests/system/run.sh index 04efa90239..21b46b95ad 100644 --- a/bin/tests/system/run.sh +++ b/bin/tests/system/run.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: run.sh,v 1.35 2000/12/06 19:37:19 bwelling Exp $ +# $Id: run.sh,v 1.35.4.1 2001/01/09 22:34:38 bwelling Exp $ # # Run a system test. diff --git a/bin/tests/system/runall.sh b/bin/tests/system/runall.sh index 0ea7aace7c..471f3438b3 100644 --- a/bin/tests/system/runall.sh +++ b/bin/tests/system/runall.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: runall.sh,v 1.3 2000/08/01 01:14:25 tale Exp $ +# $Id: runall.sh,v 1.3.4.1 2001/01/09 22:34:39 bwelling Exp $ # # Run all the system tests. diff --git a/bin/tests/system/setup.sh b/bin/tests/system/setup.sh index bd255f32b4..935258bdbe 100644 --- a/bin/tests/system/setup.sh +++ b/bin/tests/system/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.7 2000/08/01 01:14:26 tale Exp $ +# $Id: setup.sh,v 1.7.4.1 2001/01/09 22:34:40 bwelling Exp $ # # Run a system test. diff --git a/bin/tests/system/sortlist/clean.sh b/bin/tests/system/sortlist/clean.sh index 5028bc13b1..24bd406883 100644 --- a/bin/tests/system/sortlist/clean.sh +++ b/bin/tests/system/sortlist/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.2 2000/11/18 02:57:18 bwelling Exp $ +# $Id: clean.sh,v 1.2.4.1 2001/01/09 22:37:13 bwelling Exp $ rm -f *.dig *.good diff --git a/bin/tests/system/sortlist/ns1/example.db b/bin/tests/system/sortlist/ns1/example.db index d86b64d5cd..385635b95f 100644 --- a/bin/tests/system/sortlist/ns1/example.db +++ b/bin/tests/system/sortlist/ns1/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.2 2000/11/11 00:26:51 gson Exp $ +; $Id: example.db,v 1.2.4.1 2001/01/09 22:37:15 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA ns2.example. hostmaster.example. ( diff --git a/bin/tests/system/sortlist/ns1/named.conf b/bin/tests/system/sortlist/ns1/named.conf index 47db7432c2..348161df32 100644 --- a/bin/tests/system/sortlist/ns1/named.conf +++ b/bin/tests/system/sortlist/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2000/11/28 19:06:39 gson Exp $ */ +/* $Id: named.conf,v 1.4.4.1 2001/01/09 22:37:16 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/sortlist/ns1/root.db b/bin/tests/system/sortlist/ns1/root.db index 8b59632ab8..4ba4e688ea 100644 --- a/bin/tests/system/sortlist/ns1/root.db +++ b/bin/tests/system/sortlist/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.1 2000/11/10 03:16:16 gson Exp $ +; $Id: root.db,v 1.1.4.1 2001/01/09 22:37:17 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/sortlist/tests.sh b/bin/tests/system/sortlist/tests.sh index 36a60788bc..f3c4998e43 100644 --- a/bin/tests/system/sortlist/tests.sh +++ b/bin/tests/system/sortlist/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.2 2000/11/11 00:26:49 gson Exp $ +# $Id: tests.sh,v 1.2.4.1 2001/01/09 22:37:14 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/start.sh b/bin/tests/system/start.sh index 8cb497cb14..733b50e825 100644 --- a/bin/tests/system/start.sh +++ b/bin/tests/system/start.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: start.sh,v 1.31 2000/10/05 22:30:57 bwelling Exp $ +# $Id: start.sh,v 1.31.4.1 2001/01/09 22:34:41 bwelling Exp $ # # Start name servers for running system tests. diff --git a/bin/tests/system/stop.sh b/bin/tests/system/stop.sh index 009b82c42c..cbe090370a 100644 --- a/bin/tests/system/stop.sh +++ b/bin/tests/system/stop.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: stop.sh,v 1.16 2000/08/01 01:14:29 tale Exp $ +# $Id: stop.sh,v 1.16.4.1 2001/01/09 22:34:42 bwelling Exp $ # # Stop name servers. diff --git a/bin/tests/system/stress/clean.sh b/bin/tests/system/stress/clean.sh index 3a51983397..75a643808b 100644 --- a/bin/tests/system/stress/clean.sh +++ b/bin/tests/system/stress/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.1 2000/12/22 17:03:01 gson Exp $ +# $Id: clean.sh,v 1.1.2.1 2001/01/09 22:37:19 bwelling Exp $ rm -f reload.pid diff --git a/bin/tests/system/stress/ns1/named.conf b/bin/tests/system/stress/ns1/named.conf index 6fd2c3d635..7a950d3b68 100644 --- a/bin/tests/system/stress/ns1/named.conf +++ b/bin/tests/system/stress/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.1 2000/12/22 17:03:02 gson Exp $ */ +/* $Id: named.conf,v 1.1.2.1 2001/01/09 22:37:25 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/stress/ns1/root.db b/bin/tests/system/stress/ns1/root.db index 66f9b345ee..50af6b3d91 100644 --- a/bin/tests/system/stress/ns1/root.db +++ b/bin/tests/system/stress/ns1/root.db @@ -1,3 +1,20 @@ +; Copyright (C) 2000, 2001 Internet Software Consortium. +; +; Permission to use, copy, modify, and distribute this software for any +; purpose with or without fee is hereby granted, provided that the above +; copyright notice and this permission notice appear in all copies. +; +; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM +; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, +; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING +; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION +; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +; $Id: root.db,v 1.1.2.1 2001/01/09 22:37:26 bwelling Exp $ + 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( 2000042100 ; serial diff --git a/bin/tests/system/stress/ns2/named.conf b/bin/tests/system/stress/ns2/named.conf index 5d538fa951..226defcc7d 100644 --- a/bin/tests/system/stress/ns2/named.conf +++ b/bin/tests/system/stress/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.2 2000/12/22 18:57:16 gson Exp $ */ +/* $Id: named.conf,v 1.2.2.1 2001/01/09 22:37:27 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/stress/ns3/named.conf b/bin/tests/system/stress/ns3/named.conf index e27b040ba9..93177075b3 100644 --- a/bin/tests/system/stress/ns3/named.conf +++ b/bin/tests/system/stress/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.2 2000/12/22 18:57:17 gson Exp $ */ +/* $Id: named.conf,v 1.2.2.1 2001/01/09 22:37:28 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/stress/ns4/named.conf b/bin/tests/system/stress/ns4/named.conf index e3e6d4934c..10593956c0 100644 --- a/bin/tests/system/stress/ns4/named.conf +++ b/bin/tests/system/stress/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.2 2000/12/22 18:57:18 gson Exp $ */ +/* $Id: named.conf,v 1.2.2.1 2001/01/09 22:37:30 bwelling Exp $ */ options { query-source address 10.53.0.4; diff --git a/bin/tests/system/stress/setup.pl b/bin/tests/system/stress/setup.pl index af569cf328..42b6dac7ae 100644 --- a/bin/tests/system/stress/setup.pl +++ b/bin/tests/system/stress/setup.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.pl,v 1.1 2000/12/22 17:03:01 gson Exp $ +# $Id: setup.pl,v 1.1.2.1 2001/01/09 22:37:20 bwelling Exp $ # # Set up test data for zone transfer quota tests. diff --git a/bin/tests/system/stress/setup.sh b/bin/tests/system/stress/setup.sh index d3e95ca17c..6033d5dcf0 100644 --- a/bin/tests/system/stress/setup.sh +++ b/bin/tests/system/stress/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.1 2000/12/22 17:03:01 gson Exp $ +# $Id: setup.sh,v 1.1.2.1 2001/01/09 22:37:21 bwelling Exp $ # # Set up test data for zone transfer quota tests. diff --git a/bin/tests/system/stress/tests.sh b/bin/tests/system/stress/tests.sh index bb6f3434b3..d90ad211cc 100644 --- a/bin/tests/system/stress/tests.sh +++ b/bin/tests/system/stress/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.1 2000/12/22 17:03:01 gson Exp $ +# $Id: tests.sh,v 1.1.2.1 2001/01/09 22:37:22 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/stress/update.pl b/bin/tests/system/stress/update.pl index ad5834738b..d375d3e3af 100644 --- a/bin/tests/system/stress/update.pl +++ b/bin/tests/system/stress/update.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -37,7 +37,7 @@ # # perl -MCPAN -e "install Net::DNS" # -# $Id: update.pl,v 1.1 2000/12/22 17:03:02 gson Exp $ +# $Id: update.pl,v 1.1.2.1 2001/01/09 22:37:23 bwelling Exp $ # use Getopt::Std; diff --git a/bin/tests/system/stub/clean.sh b/bin/tests/system/stub/clean.sh index 633e80b46e..8221cb3b12 100644 --- a/bin/tests/system/stub/clean.sh +++ b/bin/tests/system/stub/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.5 2000/08/01 01:16:30 tale Exp $ +# $Id: clean.sh,v 1.5.4.1 2001/01/09 22:37:31 bwelling Exp $ # # Clean up after stub tests. diff --git a/bin/tests/system/stub/ns1/named.conf b/bin/tests/system/stub/ns1/named.conf index 539a515990..5a7d25c90d 100644 --- a/bin/tests/system/stub/ns1/named.conf +++ b/bin/tests/system/stub/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.9 2000/11/28 19:06:40 gson Exp $ */ +/* $Id: named.conf,v 1.9.4.1 2001/01/09 22:37:33 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/stub/ns1/root.db b/bin/tests/system/stub/ns1/root.db index 0809f086d2..b6ee138497 100644 --- a/bin/tests/system/stub/ns1/root.db +++ b/bin/tests/system/stub/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:16:36 tale Exp $ +; $Id: root.db,v 1.5.4.1 2001/01/09 22:37:34 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/stub/ns2/child.example.db b/bin/tests/system/stub/ns2/child.example.db index 86bc07c416..6fd949fd02 100644 --- a/bin/tests/system/stub/ns2/child.example.db +++ b/bin/tests/system/stub/ns2/child.example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: child.example.db,v 1.5 2000/08/01 01:16:39 tale Exp $ +; $Id: child.example.db,v 1.5.4.1 2001/01/09 22:37:36 bwelling Exp $ $TTL 300 ; 5 minutes child.example. IN SOA ns2.child.example. hostmaster.child.example. ( diff --git a/bin/tests/system/stub/ns2/named.conf b/bin/tests/system/stub/ns2/named.conf index 2980df4d3e..d50d1f3950 100644 --- a/bin/tests/system/stub/ns2/named.conf +++ b/bin/tests/system/stub/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2000/11/28 19:06:41 gson Exp $ */ +/* $Id: named.conf,v 1.8.4.1 2001/01/09 22:37:37 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/stub/ns2/root.hint b/bin/tests/system/stub/ns2/root.hint index a80e9339a9..28eb428978 100644 --- a/bin/tests/system/stub/ns2/root.hint +++ b/bin/tests/system/stub/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:16:41 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:37:38 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/stub/ns3/example.db b/bin/tests/system/stub/ns3/example.db index 1469eced87..e0f15476a9 100644 --- a/bin/tests/system/stub/ns3/example.db +++ b/bin/tests/system/stub/ns3/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.5 2000/08/01 01:16:42 tale Exp $ +; $Id: example.db,v 1.5.4.1 2001/01/09 22:37:39 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/stub/ns3/named.conf b/bin/tests/system/stub/ns3/named.conf index 080fc9f200..e845c2f866 100644 --- a/bin/tests/system/stub/ns3/named.conf +++ b/bin/tests/system/stub/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.9 2000/11/28 19:06:42 gson Exp $ */ +/* $Id: named.conf,v 1.9.4.1 2001/01/09 22:37:41 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/stub/ns3/root.hint b/bin/tests/system/stub/ns3/root.hint index f7110cd945..246697094b 100644 --- a/bin/tests/system/stub/ns3/root.hint +++ b/bin/tests/system/stub/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:16:44 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:37:42 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/stub/tests.sh b/bin/tests/system/stub/tests.sh index 5026938b1b..3739cc01e9 100644 --- a/bin/tests/system/stub/tests.sh +++ b/bin/tests/system/stub/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.10 2000/11/20 17:53:36 gson Exp $ +# $Id: tests.sh,v 1.10.4.1 2001/01/09 22:37:32 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl index b060ff4b62..d94426babb 100644 --- a/bin/tests/system/testsock.pl +++ b/bin/tests/system/testsock.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: testsock.pl,v 1.9 2000/08/01 01:14:30 tale Exp $ +# $Id: testsock.pl,v 1.9.4.1 2001/01/09 22:34:43 bwelling Exp $ # Test whether the interfaces on 10.53.0.* are up. diff --git a/bin/tests/system/unknown/clean.sh b/bin/tests/system/unknown/clean.sh index 22d4dd6a0d..e1182b39fb 100644 --- a/bin/tests/system/unknown/clean.sh +++ b/bin/tests/system/unknown/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,6 +15,6 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.2 2000/11/18 02:57:19 bwelling Exp $ +# $Id: clean.sh,v 1.2.4.1 2001/01/09 22:37:43 bwelling Exp $ rm -f dig.out diff --git a/bin/tests/system/unknown/ns1/broken1.db b/bin/tests/system/unknown/ns1/broken1.db index 2fa66b221e..3e898d2555 100644 --- a/bin/tests/system/unknown/ns1/broken1.db +++ b/bin/tests/system/unknown/ns1/broken1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: broken1.db,v 1.1 2000/11/10 03:05:53 bwelling Exp $ +; $Id: broken1.db,v 1.1.4.1 2001/01/09 22:37:46 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/broken2.db b/bin/tests/system/unknown/ns1/broken2.db index 509c7c7125..dd6ce7d652 100644 --- a/bin/tests/system/unknown/ns1/broken2.db +++ b/bin/tests/system/unknown/ns1/broken2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: broken2.db,v 1.1 2000/11/10 03:05:53 bwelling Exp $ +; $Id: broken2.db,v 1.1.4.1 2001/01/09 22:37:47 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/broken3.db b/bin/tests/system/unknown/ns1/broken3.db index 133a30acb3..f353888911 100644 --- a/bin/tests/system/unknown/ns1/broken3.db +++ b/bin/tests/system/unknown/ns1/broken3.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: broken3.db,v 1.1 2000/11/10 03:05:53 bwelling Exp $ +; $Id: broken3.db,v 1.1.4.1 2001/01/09 22:37:48 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/broken4.db b/bin/tests/system/unknown/ns1/broken4.db index 504a9b4e7e..246163de81 100644 --- a/bin/tests/system/unknown/ns1/broken4.db +++ b/bin/tests/system/unknown/ns1/broken4.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: broken4.db,v 1.2 2000/11/20 21:58:43 bwelling Exp $ +; $Id: broken4.db,v 1.2.4.1 2001/01/09 22:37:49 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/broken5.db b/bin/tests/system/unknown/ns1/broken5.db index bf7b9ef219..5ff6cfc75e 100644 --- a/bin/tests/system/unknown/ns1/broken5.db +++ b/bin/tests/system/unknown/ns1/broken5.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: broken5.db,v 1.1 2000/11/20 21:58:44 bwelling Exp $ +; $Id: broken5.db,v 1.1.4.1 2001/01/09 22:37:50 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/class10.hints b/bin/tests/system/unknown/ns1/class10.hints index 260b095cd7..0055d37b2a 100644 --- a/bin/tests/system/unknown/ns1/class10.hints +++ b/bin/tests/system/unknown/ns1/class10.hints @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: class10.hints,v 1.1 2000/11/10 03:05:53 bwelling Exp $ +; $Id: class10.hints,v 1.1.4.1 2001/01/09 22:37:51 bwelling Exp $ $TTL 3600 . NS ns. diff --git a/bin/tests/system/unknown/ns1/example-class10.db b/bin/tests/system/unknown/ns1/example-class10.db index a0ebe162b7..e86507d528 100644 --- a/bin/tests/system/unknown/ns1/example-class10.db +++ b/bin/tests/system/unknown/ns1/example-class10.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example-class10.db,v 1.1 2000/11/10 03:05:53 bwelling Exp $ +; $Id: example-class10.db,v 1.1.4.1 2001/01/09 22:37:52 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/example-in.db b/bin/tests/system/unknown/ns1/example-in.db index e011507aca..0e6355dc6e 100644 --- a/bin/tests/system/unknown/ns1/example-in.db +++ b/bin/tests/system/unknown/ns1/example-in.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example-in.db,v 1.3 2000/11/20 21:58:44 bwelling Exp $ +; $Id: example-in.db,v 1.3.4.1 2001/01/09 22:37:53 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/named.conf b/bin/tests/system/unknown/ns1/named.conf index bc749ba38d..d6f3c875f0 100644 --- a/bin/tests/system/unknown/ns1/named.conf +++ b/bin/tests/system/unknown/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.6 2000/11/28 19:06:44 gson Exp $ */ +/* $Id: named.conf,v 1.6.4.1 2001/01/09 22:37:54 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/unknown/tests.sh b/bin/tests/system/unknown/tests.sh index a0e4b711e1..ac5c9845a7 100644 --- a/bin/tests/system/unknown/tests.sh +++ b/bin/tests/system/unknown/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.6 2000/11/20 21:58:42 bwelling Exp $ +# $Id: tests.sh,v 1.6.4.1 2001/01/09 22:37:44 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/upforwd/clean.sh b/bin/tests/system/upforwd/clean.sh index bff9de0342..b8ec1c51df 100644 --- a/bin/tests/system/upforwd/clean.sh +++ b/bin/tests/system/upforwd/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.3 2000/11/16 00:20:22 bwelling Exp $ +# $Id: clean.sh,v 1.3.4.1 2001/01/09 22:37:56 bwelling Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/upforwd/ns1/example.orig b/bin/tests/system/upforwd/ns1/example.orig index 06a3833c23..0256627b2d 100644 --- a/bin/tests/system/upforwd/ns1/example.orig +++ b/bin/tests/system/upforwd/ns1/example.orig @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.orig,v 1.2 2000/11/06 08:33:09 marka Exp $ +; $Id: example.orig,v 1.2.4.1 2001/01/09 22:37:59 bwelling Exp $ @ 3600 SOA n1.example. hostmaster.ns1.example. ( 1 3600 1200 604800 7200 ) diff --git a/bin/tests/system/upforwd/ns1/named.conf b/bin/tests/system/upforwd/ns1/named.conf index fd365d746a..3290cb11a8 100644 --- a/bin/tests/system/upforwd/ns1/named.conf +++ b/bin/tests/system/upforwd/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:45 gson Exp $ */ +/* $Id: named.conf,v 1.5.4.1 2001/01/09 22:38:00 bwelling Exp $ */ key "update.example." { algorithm "hmac-md5"; diff --git a/bin/tests/system/upforwd/ns2/named.conf b/bin/tests/system/upforwd/ns2/named.conf index e038cc0610..18c032ed9b 100644 --- a/bin/tests/system/upforwd/ns2/named.conf +++ b/bin/tests/system/upforwd/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2000/11/28 19:06:46 gson Exp $ */ +/* $Id: named.conf,v 1.4.4.1 2001/01/09 22:38:02 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/upforwd/ns3/named.conf b/bin/tests/system/upforwd/ns3/named.conf index 6ffb3fc6b1..1f91f30875 100644 --- a/bin/tests/system/upforwd/ns3/named.conf +++ b/bin/tests/system/upforwd/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2000/12/01 21:37:13 gson Exp $ */ +/* $Id: named.conf,v 1.4.4.1 2001/01/09 22:38:03 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/upforwd/setup.sh b/bin/tests/system/upforwd/setup.sh index de05eec645..7fd89a70cb 100644 --- a/bin/tests/system/upforwd/setup.sh +++ b/bin/tests/system/upforwd/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.2 2000/09/13 01:24:05 marka Exp $ +# $Id: setup.sh,v 1.2.4.1 2001/01/09 22:37:57 bwelling Exp $ cp ns1/example.orig ns1/example.db rm -f ns1/example.db.jnl ns2/example.bk ns2/example.bk.jnl diff --git a/bin/tests/system/upforwd/tests.sh b/bin/tests/system/upforwd/tests.sh index cf0cdfd137..94a683c139 100644 --- a/bin/tests/system/upforwd/tests.sh +++ b/bin/tests/system/upforwd/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.6 2000/12/01 21:37:10 gson Exp $ +# $Id: tests.sh,v 1.6.4.1 2001/01/09 22:37:58 bwelling Exp $ # ns1 = stealth master # ns2 = slave with update forwarding disabled; not currently used diff --git a/bin/tests/system/views/clean.sh b/bin/tests/system/views/clean.sh index ecf3a0a464..bfd1e5ee97 100644 --- a/bin/tests/system/views/clean.sh +++ b/bin/tests/system/views/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.6 2000/08/01 01:16:45 tale Exp $ +# $Id: clean.sh,v 1.6.4.1 2001/01/09 22:38:04 bwelling Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/views/ns1/named.conf b/bin/tests/system/views/ns1/named.conf index eee2bf45da..5797d93c45 100644 --- a/bin/tests/system/views/ns1/named.conf +++ b/bin/tests/system/views/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.12 2000/11/28 19:06:49 gson Exp $ */ +/* $Id: named.conf,v 1.12.4.1 2001/01/09 22:38:08 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/views/ns1/root.db b/bin/tests/system/views/ns1/root.db index 5eba63e058..23a8ddd702 100644 --- a/bin/tests/system/views/ns1/root.db +++ b/bin/tests/system/views/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:16:52 tale Exp $ +; $Id: root.db,v 1.5.4.1 2001/01/09 22:38:09 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/views/ns2/example1.db b/bin/tests/system/views/ns2/example1.db index 3c0844dae0..ed68eca2c1 100644 --- a/bin/tests/system/views/ns2/example1.db +++ b/bin/tests/system/views/ns2/example1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example1.db,v 1.5 2000/08/01 01:16:53 tale Exp $ +; $Id: example1.db,v 1.5.4.1 2001/01/09 22:38:10 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/views/ns2/example2.db b/bin/tests/system/views/ns2/example2.db index 4f4ec199f7..d4e25f4bdd 100644 --- a/bin/tests/system/views/ns2/example2.db +++ b/bin/tests/system/views/ns2/example2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example2.db,v 1.5 2000/08/01 01:16:55 tale Exp $ +; $Id: example2.db,v 1.5.4.1 2001/01/09 22:38:12 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/views/ns2/internal.db b/bin/tests/system/views/ns2/internal.db index 39559f1983..7ef85dfdbd 100644 --- a/bin/tests/system/views/ns2/internal.db +++ b/bin/tests/system/views/ns2/internal.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: internal.db,v 1.5 2000/08/01 01:16:56 tale Exp $ +; $Id: internal.db,v 1.5.4.1 2001/01/09 22:38:13 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/views/ns2/named1.conf b/bin/tests/system/views/ns2/named1.conf index 197ff82b8a..6a18ea218f 100644 --- a/bin/tests/system/views/ns2/named1.conf +++ b/bin/tests/system/views/ns2/named1.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named1.conf,v 1.14 2000/12/18 23:24:23 gson Exp $ */ +/* $Id: named1.conf,v 1.14.2.1 2001/01/09 22:38:14 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/views/ns2/named2.conf b/bin/tests/system/views/ns2/named2.conf index 48cc108ddd..955e356278 100644 --- a/bin/tests/system/views/ns2/named2.conf +++ b/bin/tests/system/views/ns2/named2.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named2.conf,v 1.16 2000/12/19 03:42:36 marka Exp $ */ +/* $Id: named2.conf,v 1.16.2.1 2001/01/09 22:38:15 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/views/ns2/root.hint b/bin/tests/system/views/ns2/root.hint index daf194182e..a8bd00c40d 100644 --- a/bin/tests/system/views/ns2/root.hint +++ b/bin/tests/system/views/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:16:59 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:38:16 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/views/ns3/internal.db b/bin/tests/system/views/ns3/internal.db index dee6bdb10f..cfa5b03ba8 100644 --- a/bin/tests/system/views/ns3/internal.db +++ b/bin/tests/system/views/ns3/internal.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: internal.db,v 1.5 2000/08/01 01:17:01 tale Exp $ +; $Id: internal.db,v 1.5.4.1 2001/01/09 22:38:17 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/views/ns3/named1.conf b/bin/tests/system/views/ns3/named1.conf index 9cc1ea1d5b..80e9aec98c 100644 --- a/bin/tests/system/views/ns3/named1.conf +++ b/bin/tests/system/views/ns3/named1.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named1.conf,v 1.13 2000/11/28 19:06:53 gson Exp $ */ +/* $Id: named1.conf,v 1.13.4.1 2001/01/09 22:38:18 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/views/ns3/named2.conf b/bin/tests/system/views/ns3/named2.conf index 198aaf0027..f92611edd6 100644 --- a/bin/tests/system/views/ns3/named2.conf +++ b/bin/tests/system/views/ns3/named2.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named2.conf,v 1.13 2000/11/28 19:06:54 gson Exp $ */ +/* $Id: named2.conf,v 1.13.4.1 2001/01/09 22:38:20 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/views/ns3/root.hint b/bin/tests/system/views/ns3/root.hint index c4fdf239a5..da4e232414 100644 --- a/bin/tests/system/views/ns3/root.hint +++ b/bin/tests/system/views/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:17:04 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:38:21 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/views/setup.sh b/bin/tests/system/views/setup.sh index 7a121e8ade..d79d8a4c8d 100644 --- a/bin/tests/system/views/setup.sh +++ b/bin/tests/system/views/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.5 2000/08/01 01:16:48 tale Exp $ +# $Id: setup.sh,v 1.5.4.1 2001/01/09 22:38:05 bwelling Exp $ cp ns2/example1.db ns2/example.db diff --git a/bin/tests/system/views/tests.sh b/bin/tests/system/views/tests.sh index 56af567d21..ca22be0dcc 100644 --- a/bin/tests/system/views/tests.sh +++ b/bin/tests/system/views/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.24 2000/12/18 23:24:22 gson Exp $ +# $Id: tests.sh,v 1.24.2.1 2001/01/09 22:38:06 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/xfer/clean.sh b/bin/tests/system/xfer/clean.sh index 0901f3d70f..ae5aadbde3 100644 --- a/bin/tests/system/xfer/clean.sh +++ b/bin/tests/system/xfer/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.8 2000/08/01 01:17:06 tale Exp $ +# $Id: clean.sh,v 1.8.4.1 2001/01/09 22:38:22 bwelling Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/xfer/ns1/named.conf b/bin/tests/system/xfer/ns1/named.conf index d82e62ad21..c920ba80a0 100644 --- a/bin/tests/system/xfer/ns1/named.conf +++ b/bin/tests/system/xfer/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.13 2000/11/28 19:06:56 gson Exp $ */ +/* $Id: named.conf,v 1.13.4.1 2001/01/09 22:38:24 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/xfer/ns1/root.db b/bin/tests/system/xfer/ns1/root.db index 28a3527004..7f24ed50cd 100644 --- a/bin/tests/system/xfer/ns1/root.db +++ b/bin/tests/system/xfer/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:17:09 tale Exp $ +; $Id: root.db,v 1.5.4.1 2001/01/09 22:38:25 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/xfer/ns2/example.db b/bin/tests/system/xfer/ns2/example.db index 221a00af47..316501169b 100644 --- a/bin/tests/system/xfer/ns2/example.db +++ b/bin/tests/system/xfer/ns2/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.6 2000/08/01 01:17:10 tale Exp $ +; $Id: example.db,v 1.6.4.1 2001/01/09 22:38:27 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/xfer/ns2/named.conf b/bin/tests/system/xfer/ns2/named.conf index 6aea94f92f..0205a5f17b 100644 --- a/bin/tests/system/xfer/ns2/named.conf +++ b/bin/tests/system/xfer/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.13 2000/11/28 19:06:57 gson Exp $ */ +/* $Id: named.conf,v 1.13.4.1 2001/01/09 22:38:28 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/xfer/ns2/root.hint b/bin/tests/system/xfer/ns2/root.hint index 22ee5d6a32..7a99e413a5 100644 --- a/bin/tests/system/xfer/ns2/root.hint +++ b/bin/tests/system/xfer/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:17:13 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:38:29 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/xfer/ns2/tsigzone.db b/bin/tests/system/xfer/ns2/tsigzone.db index 8dd0d9959d..083387be1d 100644 --- a/bin/tests/system/xfer/ns2/tsigzone.db +++ b/bin/tests/system/xfer/ns2/tsigzone.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: tsigzone.db,v 1.5 2000/08/01 01:17:14 tale Exp $ +; $Id: tsigzone.db,v 1.5.4.1 2001/01/09 22:38:30 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/xfer/ns3/named.conf b/bin/tests/system/xfer/ns3/named.conf index df960dc9b3..c36a1be02c 100644 --- a/bin/tests/system/xfer/ns3/named.conf +++ b/bin/tests/system/xfer/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.13 2000/11/28 19:06:58 gson Exp $ */ +/* $Id: named.conf,v 1.13.4.1 2001/01/09 22:38:32 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/xfer/ns3/root.hint b/bin/tests/system/xfer/ns3/root.hint index c5247d51b7..ca5f433950 100644 --- a/bin/tests/system/xfer/ns3/root.hint +++ b/bin/tests/system/xfer/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:17:17 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:38:33 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/xfer/tests.sh b/bin/tests/system/xfer/tests.sh index ca004b79db..7a7f4a6a64 100644 --- a/bin/tests/system/xfer/tests.sh +++ b/bin/tests/system/xfer/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.23 2000/12/18 22:39:17 gson Exp $ +# $Id: tests.sh,v 1.23.2.1 2001/01/09 22:38:23 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/xferquota/clean.sh b/bin/tests/system/xferquota/clean.sh index cca281731c..53a0032f60 100644 --- a/bin/tests/system/xferquota/clean.sh +++ b/bin/tests/system/xferquota/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.7 2000/08/01 01:17:18 tale Exp $ +# $Id: clean.sh,v 1.7.4.1 2001/01/09 22:38:34 bwelling Exp $ # # Clean up after zone transfer quota tests. diff --git a/bin/tests/system/xferquota/ns1/changing1.db b/bin/tests/system/xferquota/ns1/changing1.db index 3fb69fd831..b4f1b2758f 100644 --- a/bin/tests/system/xferquota/ns1/changing1.db +++ b/bin/tests/system/xferquota/ns1/changing1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: changing1.db,v 1.5 2000/08/01 01:17:23 tale Exp $ +; $Id: changing1.db,v 1.5.4.1 2001/01/09 22:38:39 bwelling Exp $ $TTL 600 diff --git a/bin/tests/system/xferquota/ns1/changing2.db b/bin/tests/system/xferquota/ns1/changing2.db index 7a241b25f9..c6e99ebbf8 100644 --- a/bin/tests/system/xferquota/ns1/changing2.db +++ b/bin/tests/system/xferquota/ns1/changing2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: changing2.db,v 1.5 2000/08/01 01:17:24 tale Exp $ +; $Id: changing2.db,v 1.5.4.1 2001/01/09 22:38:40 bwelling Exp $ $TTL 600 diff --git a/bin/tests/system/xferquota/ns1/named.conf b/bin/tests/system/xferquota/ns1/named.conf index 0ce1a544b5..b6091401b4 100644 --- a/bin/tests/system/xferquota/ns1/named.conf +++ b/bin/tests/system/xferquota/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2000/11/28 19:06:59 gson Exp $ */ +/* $Id: named.conf,v 1.16.4.1 2001/01/09 22:38:41 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/xferquota/ns1/root.db b/bin/tests/system/xferquota/ns1/root.db index f56740f4aa..93e337dc6f 100644 --- a/bin/tests/system/xferquota/ns1/root.db +++ b/bin/tests/system/xferquota/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.6 2000/08/01 01:17:28 tale Exp $ +; $Id: root.db,v 1.6.4.1 2001/01/09 22:38:42 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/xferquota/ns2/example.db b/bin/tests/system/xferquota/ns2/example.db index 51dc5277b0..954ed8c525 100644 --- a/bin/tests/system/xferquota/ns2/example.db +++ b/bin/tests/system/xferquota/ns2/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.5 2000/08/01 01:17:29 tale Exp $ +; $Id: example.db,v 1.5.4.1 2001/01/09 22:38:43 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/xferquota/ns2/named.conf b/bin/tests/system/xferquota/ns2/named.conf index 630524f645..7ef49c978d 100644 --- a/bin/tests/system/xferquota/ns2/named.conf +++ b/bin/tests/system/xferquota/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.15 2000/11/28 19:07:00 gson Exp $ */ +/* $Id: named.conf,v 1.15.4.1 2001/01/09 22:38:45 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/xferquota/ns2/root.hint b/bin/tests/system/xferquota/ns2/root.hint index 34737b43ca..9647599c29 100644 --- a/bin/tests/system/xferquota/ns2/root.hint +++ b/bin/tests/system/xferquota/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:17:31 tale Exp $ +; $Id: root.hint,v 1.5.4.1 2001/01/09 22:38:46 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/xferquota/setup.pl b/bin/tests/system/xferquota/setup.pl index 4e18ee2822..0ee1490e6f 100644 --- a/bin/tests/system/xferquota/setup.pl +++ b/bin/tests/system/xferquota/setup.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.pl,v 1.9 2000/08/01 01:17:19 tale Exp $ +# $Id: setup.pl,v 1.9.4.1 2001/01/09 22:38:35 bwelling Exp $ # # Set up test data for zone transfer quota tests. diff --git a/bin/tests/system/xferquota/setup.sh b/bin/tests/system/xferquota/setup.sh index e595ec7158..922cf495a1 100644 --- a/bin/tests/system/xferquota/setup.sh +++ b/bin/tests/system/xferquota/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.10 2000/08/01 01:17:20 tale Exp $ +# $Id: setup.sh,v 1.10.4.1 2001/01/09 22:38:36 bwelling Exp $ # # Set up test data for zone transfer quota tests. diff --git a/bin/tests/system/xferquota/tests.sh b/bin/tests/system/xferquota/tests.sh index 6a667740a9..9e28186f69 100644 --- a/bin/tests/system/xferquota/tests.sh +++ b/bin/tests/system/xferquota/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.19 2000/08/01 01:17:21 tale Exp $ +# $Id: tests.sh,v 1.19.4.1 2001/01/09 22:38:38 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/t_api.pl b/bin/tests/t_api.pl index 93f9700245..de6c912ee6 100644 --- a/bin/tests/t_api.pl +++ b/bin/tests/t_api.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl # -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: t_api.pl,v 1.6 2000/08/01 01:13:24 tale Exp $ +# $Id: t_api.pl,v 1.6.4.1 2001/01/09 22:33:58 bwelling Exp $ require "getopts.pl"; diff --git a/bin/tests/task_test.c b/bin/tests/task_test.c index 85afe793ca..2a5c2bde7e 100644 --- a/bin/tests/task_test.c +++ b/bin/tests/task_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: task_test.c,v 1.46 2000/08/01 01:13:25 tale Exp $ */ +/* $Id: task_test.c,v 1.46.4.1 2001/01/09 22:33:59 bwelling Exp $ */ #include diff --git a/bin/tests/tasks/Makefile.in b/bin/tests/tasks/Makefile.in index c9f4ee7a86..45305265dd 100644 --- a/bin/tests/tasks/Makefile.in +++ b/bin/tests/tasks/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.20 2000/08/01 01:17:32 tale Exp $ +# $Id: Makefile.in,v 1.20.4.1 2001/01/09 22:38:47 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/tasks/t_tasks.c b/bin/tests/tasks/t_tasks.c index 058a6a5426..106cb63b00 100644 --- a/bin/tests/tasks/t_tasks.c +++ b/bin/tests/tasks/t_tasks.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_tasks.c,v 1.19.4.1 2001/01/08 21:01:06 bwelling Exp $ */ +/* $Id: t_tasks.c,v 1.19.4.2 2001/01/09 22:38:48 bwelling Exp $ */ + +/* $Id: t_tasks.c,v 1.19.4.2 2001/01/09 22:38:48 bwelling Exp $ */ #include diff --git a/bin/tests/timer_test.c b/bin/tests/timer_test.c index f5caf25f56..2281f83635 100644 --- a/bin/tests/timer_test.c +++ b/bin/tests/timer_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer_test.c,v 1.35 2000/11/10 05:34:16 bwelling Exp $ */ +/* $Id: timer_test.c,v 1.35.4.1 2001/01/09 22:34:00 bwelling Exp $ */ #include diff --git a/bin/tests/timers/Makefile.in b/bin/tests/timers/Makefile.in index 9a7dd50a4e..08ad6d3842 100644 --- a/bin/tests/timers/Makefile.in +++ b/bin/tests/timers/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.18 2000/08/01 01:17:35 tale Exp $ +# $Id: Makefile.in,v 1.18.4.1 2001/01/09 22:38:50 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/timers/t_timers.c b/bin/tests/timers/t_timers.c index e829f05b4b..eec321c067 100644 --- a/bin/tests/timers/t_timers.c +++ b/bin/tests/timers/t_timers.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_timers.c,v 1.15.4.1 2001/01/08 21:01:08 bwelling Exp $ */ +/* $Id: t_timers.c,v 1.15.4.2 2001/01/09 22:38:51 bwelling Exp $ */ + +/* $Id: t_timers.c,v 1.15.4.2 2001/01/09 22:38:51 bwelling Exp $ */ #include diff --git a/bin/tests/tkey_test.c b/bin/tests/tkey_test.c index a6c2720527..471a2f855f 100644 --- a/bin/tests/tkey_test.c +++ b/bin/tests/tkey_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkey_test.c,v 1.34 2000/10/06 23:12:07 bwelling Exp $ */ +/* $Id: tkey_test.c,v 1.34.4.1 2001/01/09 22:34:02 bwelling Exp $ */ /* * Principal Author: Brian Wellington (core copied from res_test.c) diff --git a/bin/tests/wire_test.c b/bin/tests/wire_test.c index 7016862d09..69d125550e 100644 --- a/bin/tests/wire_test.c +++ b/bin/tests/wire_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: wire_test.c,v 1.53 2000/10/06 18:58:14 bwelling Exp $ */ +/* $Id: wire_test.c,v 1.53.4.1 2001/01/09 22:34:03 bwelling Exp $ */ #include diff --git a/bin/tests/zone_test.c b/bin/tests/zone_test.c index 602d71d1b0..2d8b234fe6 100644 --- a/bin/tests/zone_test.c +++ b/bin/tests/zone_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone_test.c,v 1.22 2000/08/01 01:13:33 tale Exp $ */ +/* $Id: zone_test.c,v 1.22.4.1 2001/01/09 22:34:04 bwelling Exp $ */ #include diff --git a/configure.in b/configure.in index 13aef362a0..bb7c3e3f96 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.205.2.2 $) +AC_REVISION($Revision: 1.205.2.3 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) diff --git a/conftools/perllib/dnsconf/DNSConf-macros.h b/conftools/perllib/dnsconf/DNSConf-macros.h index ae5517fffe..8345f756dc 100644 --- a/conftools/perllib/dnsconf/DNSConf-macros.h +++ b/conftools/perllib/dnsconf/DNSConf-macros.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: DNSConf-macros.h,v 1.5 2000/08/01 01:17:38 tale Exp $ */ +/* $Id: DNSConf-macros.h,v 1.5.4.1 2001/01/09 22:38:52 bwelling Exp $ */ #define CONCAT(a,b) a ## b #define DNSCONF_SET_STRING(FIELD) \ diff --git a/conftools/perllib/dnsconf/DNSConf.i b/conftools/perllib/dnsconf/DNSConf.i index 2a3c44bdeb..4ad99eb391 100644 --- a/conftools/perllib/dnsconf/DNSConf.i +++ b/conftools/perllib/dnsconf/DNSConf.i @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: DNSConf.i,v 1.5 2000/08/01 01:17:40 tale Exp $ */ +/* $Id: DNSConf.i,v 1.5.4.1 2001/01/09 22:38:53 bwelling Exp $ */ %module DNSConf diff --git a/conftools/perllib/dnsconf/Makefile.PL b/conftools/perllib/dnsconf/Makefile.PL index 85d889affa..3292e6c511 100644 --- a/conftools/perllib/dnsconf/Makefile.PL +++ b/conftools/perllib/dnsconf/Makefile.PL @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.PL,v 1.5 2000/08/01 01:17:41 tale Exp $ +# $Id: Makefile.PL,v 1.5.4.1 2001/01/09 22:38:55 bwelling Exp $ use ExtUtils::MakeMaker; diff --git a/conftools/perllib/dnsconf/named1.conf b/conftools/perllib/dnsconf/named1.conf index e2b140804f..9aef79408d 100644 --- a/conftools/perllib/dnsconf/named1.conf +++ b/conftools/perllib/dnsconf/named1.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named1.conf,v 1.5 2000/08/01 01:17:42 tale Exp $ */ +/* $Id: named1.conf,v 1.5.4.1 2001/01/09 22:38:56 bwelling Exp $ */ options { # port 8888; diff --git a/conftools/perllib/dnsconf/test.pl b/conftools/perllib/dnsconf/test.pl index 73591687f8..1b53bac9f3 100644 --- a/conftools/perllib/dnsconf/test.pl +++ b/conftools/perllib/dnsconf/test.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: test.pl,v 1.5 2000/08/01 01:17:44 tale Exp $ +# $Id: test.pl,v 1.5.4.1 2001/01/09 22:38:57 bwelling Exp $ push(@ARGV, "/etc/named.conf") if ! @ARGV; diff --git a/contrib/named-bootconf/named-bootconf.sh b/contrib/named-bootconf/named-bootconf.sh index 4b4b48626a..41184c4e0c 100644 --- a/contrib/named-bootconf/named-bootconf.sh +++ b/contrib/named-bootconf/named-bootconf.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Portions Copyright (C) 1999, 2000 Internet Software Consortium. +# Portions Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: named-bootconf.sh,v 1.6 2000/08/01 01:17:45 tale Exp $ +# $Id: named-bootconf.sh,v 1.6.4.1 2001/01/09 22:38:58 bwelling Exp $ # $NetBSD: named-bootconf.sh,v 1.5 1998/12/15 01:00:53 tron Exp $ # diff --git a/contrib/nanny/nanny.pl b/contrib/nanny/nanny.pl index 650dc396f3..89adc388d9 100644 --- a/contrib/nanny/nanny.pl +++ b/contrib/nanny/nanny.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: nanny.pl,v 1.7 2000/08/01 01:17:47 tale Exp $ +# $Id: nanny.pl,v 1.7.4.1 2001/01/09 22:39:00 bwelling Exp $ # A simple nanny to make sure named stays running. diff --git a/contrib/sdb/dirdb.c b/contrib/sdb/dirdb.c index 828f573d7e..e9c4bf374c 100644 --- a/contrib/sdb/dirdb.c +++ b/contrib/sdb/dirdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dirdb.c,v 1.8 2000/12/10 07:53:11 gson Exp $ */ +/* $Id: dirdb.c,v 1.8.4.1 2001/01/09 22:39:01 bwelling Exp $ */ /* * A simple database driver that returns basic information about diff --git a/contrib/sdb/dirdb.h b/contrib/sdb/dirdb.h index 5f856d4b49..b8027ed15e 100644 --- a/contrib/sdb/dirdb.h +++ b/contrib/sdb/dirdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dirdb.h,v 1.1 2000/11/18 01:29:11 bwelling Exp $ */ +/* $Id: dirdb.h,v 1.1.4.1 2001/01/09 22:39:02 bwelling Exp $ */ #include diff --git a/contrib/sdb/lookup.tcl b/contrib/sdb/lookup.tcl index fc39a1c8df..9eccf61c3c 100644 --- a/contrib/sdb/lookup.tcl +++ b/contrib/sdb/lookup.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: lookup.tcl,v 1.6 2000/12/10 07:46:35 gson Exp $ +# $Id: lookup.tcl,v 1.6.4.1 2001/01/09 22:39:03 bwelling Exp $ # # Sample lookup procedure for tcldb diff --git a/contrib/sdb/pgsqldb.c b/contrib/sdb/pgsqldb.c index 627ea58c3e..67e625f966 100644 --- a/contrib/sdb/pgsqldb.c +++ b/contrib/sdb/pgsqldb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: pgsqldb.c,v 1.10 2000/12/06 00:59:07 bwelling Exp $ */ +/* $Id: pgsqldb.c,v 1.10.4.1 2001/01/09 22:39:04 bwelling Exp $ */ #include diff --git a/contrib/sdb/pgsqldb.h b/contrib/sdb/pgsqldb.h index 87cb50b463..5b93cde9c9 100644 --- a/contrib/sdb/pgsqldb.h +++ b/contrib/sdb/pgsqldb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: pgsqldb.h,v 1.1 2000/11/18 01:29:12 bwelling Exp $ */ +/* $Id: pgsqldb.h,v 1.1.4.1 2001/01/09 22:39:06 bwelling Exp $ */ #include diff --git a/contrib/sdb/tcldb.c b/contrib/sdb/tcldb.c index e3678a0f70..48c90d0fda 100644 --- a/contrib/sdb/tcldb.c +++ b/contrib/sdb/tcldb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcldb.c,v 1.6 2000/12/10 07:47:43 gson Exp $ */ +/* $Id: tcldb.c,v 1.6.4.1 2001/01/09 22:39:07 bwelling Exp $ */ /* * A simple database driver that calls a Tcl procedure to define diff --git a/contrib/sdb/tcldb.h b/contrib/sdb/tcldb.h index 966eff4650..61f44ff3b4 100644 --- a/contrib/sdb/tcldb.h +++ b/contrib/sdb/tcldb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcldb.h,v 1.3 2000/11/18 01:29:12 bwelling Exp $ */ +/* $Id: tcldb.h,v 1.3.4.1 2001/01/09 22:39:08 bwelling Exp $ */ #include diff --git a/contrib/sdb/timedb.c b/contrib/sdb/timedb.c index 75fd5d53c6..6d9ae8908b 100644 --- a/contrib/sdb/timedb.c +++ b/contrib/sdb/timedb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timedb.c,v 1.6 2000/12/10 07:53:12 gson Exp $ */ +/* $Id: timedb.c,v 1.6.4.1 2001/01/09 22:39:09 bwelling Exp $ */ /* * A simple database driver that enables the server to return the diff --git a/contrib/sdb/timedb.h b/contrib/sdb/timedb.h index 1b0cf18fbd..7fa34e79a3 100644 --- a/contrib/sdb/timedb.h +++ b/contrib/sdb/timedb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timedb.h,v 1.1 2000/11/18 01:29:14 bwelling Exp $ */ +/* $Id: timedb.h,v 1.1.4.1 2001/01/09 22:39:10 bwelling Exp $ */ #include diff --git a/contrib/sdb/zonetodb.c b/contrib/sdb/zonetodb.c index b68917fda7..9e448593b6 100644 --- a/contrib/sdb/zonetodb.c +++ b/contrib/sdb/zonetodb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zonetodb.c,v 1.8 2000/12/11 23:09:44 marka Exp $ */ +/* $Id: zonetodb.c,v 1.8.2.1 2001/01/09 22:39:11 bwelling Exp $ */ #include #include diff --git a/doc/Makefile.in b/doc/Makefile.in index b0168bd99f..ebd995d8de 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.1 2000/12/01 02:12:28 gson Exp $ +# $Id: Makefile.in,v 1.1.4.1 2001/01/09 22:39:12 bwelling Exp $ # This Makefile is a placeholder. It exists merely to make # sure that its directory gets created in the object directory diff --git a/doc/arm/README-SGML b/doc/arm/README-SGML index cfd8c8164a..36645706fe 100644 --- a/doc/arm/README-SGML +++ b/doc/arm/README-SGML @@ -1,9 +1,9 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. The BIND v9 ARM master document is now kept in DocBook XML format. -Version: $Id: README-SGML,v 1.12 2000/11/18 02:57:24 bwelling Exp $ +Version: $Id: README-SGML,v 1.12.4.1 2001/01/09 22:39:14 bwelling Exp $ The entire ARM is in the single file: diff --git a/doc/arm/genhtml.sh.in b/doc/arm/genhtml.sh.in index ad739833a5..a95381fb39 100644 --- a/doc/arm/genhtml.sh.in +++ b/doc/arm/genhtml.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: genhtml.sh.in,v 1.4 2000/11/16 00:11:16 gson Exp $ +# $Id: genhtml.sh.in,v 1.4.4.1 2001/01/09 22:39:15 bwelling Exp $ @JADE@ -v \ -c @SGMLDIR@/catalog \ diff --git a/doc/arm/validate.sh.in b/doc/arm/validate.sh.in index 86fca6859f..e7a2522824 100644 --- a/doc/arm/validate.sh.in +++ b/doc/arm/validate.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: validate.sh.in,v 1.1 2000/11/15 23:42:02 gson Exp $ +# $Id: validate.sh.in,v 1.1.4.1 2001/01/09 22:39:16 bwelling Exp $ nsgmls -sv @SGMLDIR@/docbook/dsssl/modular/dtds/decls/xml.dcl \ Bv9ARM-book.xml diff --git a/doc/design/addressdb b/doc/design/addressdb index 4b9e7e2913..09354b99df 100644 --- a/doc/design/addressdb +++ b/doc/design/addressdb @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: addressdb,v 1.4 2000/08/09 04:37:12 tale Exp $ +$Id: addressdb,v 1.4.4.1 2001/01/09 22:39:17 bwelling Exp $ You are lost in a maze of twisty little pointers, all alike... diff --git a/doc/design/compression b/doc/design/compression index 92880f2a39..e6bf2e5f87 100644 --- a/doc/design/compression +++ b/doc/design/compression @@ -1,9 +1,9 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Name Compression - $Id: compression,v 1.7 2000/08/09 04:37:13 tale Exp $ + $Id: compression,v 1.7.4.1 2001/01/09 22:39:18 bwelling Exp $ Overview. diff --git a/doc/design/database b/doc/design/database index 67e894a12b..4d48344b72 100644 --- a/doc/design/database +++ b/doc/design/database @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: database,v 1.7 2000/08/09 04:37:14 tale Exp $ +$Id: database,v 1.7.4.1 2001/01/09 22:39:20 bwelling Exp $ Databases diff --git a/doc/design/db_rules b/doc/design/db_rules index 8fbacdb59b..73ba1814fb 100644 --- a/doc/design/db_rules +++ b/doc/design/db_rules @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: db_rules,v 1.6 2000/08/09 04:37:15 tale Exp $ +$Id: db_rules,v 1.6.4.1 2001/01/09 22:39:21 bwelling Exp $ Here is a more formal statement of the important database design rules. Each rule has a 5 character mnemonic, for use in source code diff --git a/doc/design/decompression b/doc/design/decompression index 684e3d9841..6a317b47a0 100644 --- a/doc/design/decompression +++ b/doc/design/decompression @@ -1,9 +1,9 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Name Decompression - $Id: decompression,v 1.6 2000/08/09 04:37:16 tale Exp $ + $Id: decompression,v 1.6.4.1 2001/01/09 22:39:22 bwelling Exp $ Overview. diff --git a/doc/design/dispatch b/doc/design/dispatch index 70be961855..e2394d863b 100644 --- a/doc/design/dispatch +++ b/doc/design/dispatch @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: dispatch,v 1.4 2000/08/09 04:37:17 tale Exp $ +$Id: dispatch,v 1.4.4.1 2001/01/09 22:39:23 bwelling Exp $ UDP receive: diff --git a/doc/design/logging b/doc/design/logging index a9a89a6f6f..6fb67931a4 100644 --- a/doc/design/logging +++ b/doc/design/logging @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: logging,v 1.8 2000/08/09 04:37:18 tale Exp $ +$Id: logging,v 1.8.4.1 2001/01/09 22:39:25 bwelling Exp $ OVERVIEW diff --git a/doc/design/lwres b/doc/design/lwres index 600b8b3fae..110393299c 100644 --- a/doc/design/lwres +++ b/doc/design/lwres @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: lwres,v 1.4 2000/08/09 04:37:19 tale Exp $ +$Id: lwres,v 1.4.4.1 2001/01/09 22:39:26 bwelling Exp $ This document describes the bind v9 lightweight resolver. diff --git a/doc/design/ncache b/doc/design/ncache index d4aafa78ce..c0e4964286 100644 --- a/doc/design/ncache +++ b/doc/design/ncache @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: ncache,v 1.5 2000/08/09 04:37:21 tale Exp $ +$Id: ncache,v 1.5.4.1 2001/01/09 22:39:27 bwelling Exp $ Negative Caching diff --git a/doc/design/omapi b/doc/design/omapi index d49658fbd0..bf5914446d 100644 --- a/doc/design/omapi +++ b/doc/design/omapi @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: omapi,v 1.6 2000/08/09 04:37:22 tale Exp $ +$Id: omapi,v 1.6.4.1 2001/01/09 22:39:28 bwelling Exp $ This file documents the protocol that the ISC DHCP server and ISC Object Management clients (clients that use the ISC Object Management diff --git a/doc/design/rdataset b/doc/design/rdataset index 691b9da459..5b6206ac7e 100644 --- a/doc/design/rdataset +++ b/doc/design/rdataset @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: rdataset,v 1.4 2000/08/09 04:37:23 tale Exp $ +$Id: rdataset,v 1.4.4.1 2001/01/09 22:39:29 bwelling Exp $ Need way to "dup" an rdataset (i.e. different rdataset handle, same underlying data). diff --git a/doc/design/red-black b/doc/design/red-black index 0c7874a1b0..b7fd67d9a5 100644 --- a/doc/design/red-black +++ b/doc/design/red-black @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: red-black,v 1.7 2000/08/09 04:37:24 tale Exp $ +$Id: red-black,v 1.7.4.1 2001/01/09 22:39:30 bwelling Exp $ Red-Black Tree Implementation Notes diff --git a/doc/design/resolver b/doc/design/resolver index 8506d2177a..026cf4c107 100644 --- a/doc/design/resolver +++ b/doc/design/resolver @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: resolver,v 1.4 2000/08/09 04:37:25 tale Exp $ +$Id: resolver,v 1.4.4.1 2001/01/09 22:39:31 bwelling Exp $ Multi-target Resolver ===================== diff --git a/doc/design/search b/doc/design/search index ae54e4a245..c60f6078bc 100644 --- a/doc/design/search +++ b/doc/design/search @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: search,v 1.8 2000/08/09 04:37:26 tale Exp $ +$Id: search,v 1.8.4.1 2001/01/09 22:39:32 bwelling Exp $ What follows is pseudocode for the zone and cache lookup algorithms, as they will work in the RBT DB. diff --git a/doc/design/tasks b/doc/design/tasks index 1d51583782..d491c9e5ec 100644 --- a/doc/design/tasks +++ b/doc/design/tasks @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: tasks,v 1.5 2000/08/09 04:37:27 tale Exp $ +$Id: tasks,v 1.5.4.1 2001/01/09 22:39:34 bwelling Exp $ Changes I made last week to the task code simplified the task shutdown and termination model. Here's how things now work: diff --git a/doc/design/windows-nt b/doc/design/windows-nt index 74f5234855..b0065214e0 100644 --- a/doc/design/windows-nt +++ b/doc/design/windows-nt @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: windows-nt,v 1.6 2000/08/09 04:37:28 tale Exp $ +$Id: windows-nt,v 1.6.4.1 2001/01/09 22:39:35 bwelling Exp $ Windows NT Portability Notes diff --git a/doc/design/zone b/doc/design/zone index 4a521c4338..fad5ed1d8e 100644 --- a/doc/design/zone +++ b/doc/design/zone @@ -1,9 +1,9 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Zones - $Id: zone,v 1.8 2000/08/09 04:37:29 tale Exp $ + $Id: zone,v 1.8.4.1 2001/01/09 22:39:36 bwelling Exp $ Overview diff --git a/doc/dev/DBC b/doc/dev/DBC index c0771b47bf..ec2b2c2f5b 100644 --- a/doc/dev/DBC +++ b/doc/dev/DBC @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: DBC,v 1.4 2000/08/09 04:37:31 tale Exp $ +$Id: DBC,v 1.4.4.1 2001/01/09 22:39:37 bwelling Exp $ Design By Contract diff --git a/doc/dev/coding.html b/doc/dev/coding.html index 138085069b..42a36caaca 100644 --- a/doc/dev/coding.html +++ b/doc/dev/coding.html @@ -1,5 +1,5 @@ - +

C Language

diff --git a/doc/dev/cvs b/doc/dev/cvs index c9635dd342..15e46a7ab7 100644 --- a/doc/dev/cvs +++ b/doc/dev/cvs @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Notes on CVS Usage @@ -85,4 +85,4 @@ In a mainline working tree, do something like this: cvs tag -b -r v9_0_base v9_0 file -$Id: cvs,v 1.5 2000/08/09 04:37:32 tale Exp $ +$Id: cvs,v 1.5.4.1 2001/01/09 22:39:40 bwelling Exp $ diff --git a/doc/dev/magic_numbers b/doc/dev/magic_numbers index d3a4dde83a..43e0b73dfd 100644 --- a/doc/dev/magic_numbers +++ b/doc/dev/magic_numbers @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: magic_numbers,v 1.4 2000/08/09 04:37:33 tale Exp $ +$Id: magic_numbers,v 1.4.4.1 2001/01/09 22:39:41 bwelling Exp $ Magic Numbers diff --git a/doc/dev/rdata.html b/doc/dev/rdata.html index 3ee335784b..bc7bdc5279 100644 --- a/doc/dev/rdata.html +++ b/doc/dev/rdata.html @@ -1,6 +1,6 @@ - + diff --git a/doc/dev/release b/doc/dev/release index 9ac1831a1c..2f8e28bff4 100644 --- a/doc/dev/release +++ b/doc/dev/release @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: release,v 1.21 2000/12/21 17:39:17 tale Exp $ +$Id: release,v 1.21.2.1 2001/01/09 22:39:43 bwelling Exp $ Preparing a bind9 release diff --git a/doc/dev/results b/doc/dev/results index 19ff17ff8e..30c2812f30 100644 --- a/doc/dev/results +++ b/doc/dev/results @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: results,v 1.5 2000/08/09 04:37:35 tale Exp $ +$Id: results,v 1.5.4.1 2001/01/09 22:39:44 bwelling Exp $ Result Codes diff --git a/doc/dev/roadmap b/doc/dev/roadmap index c2b7afb81a..fba68569db 100644 --- a/doc/dev/roadmap +++ b/doc/dev/roadmap @@ -1,3 +1,7 @@ +Copyright (C) 2000, 2001 Internet Software Consortium. +See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. + +$Id: roadmap,v 1.1.4.1 2001/01/09 22:39:45 bwelling Exp $ Road Map to the BIND 9 Source Tree diff --git a/doc/dev/tests b/doc/dev/tests index 44cc4a80bf..b5a5fd966e 100644 --- a/doc/dev/tests +++ b/doc/dev/tests @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: tests,v 1.12 2000/12/05 00:41:38 gson Exp $ +$Id: tests,v 1.12.4.1 2001/01/09 22:39:47 bwelling Exp $ We do hourly test builds of the bind9 tree. This is an attempt to document how they work. diff --git a/doc/dev/unexpected b/doc/dev/unexpected index 523306fdf3..b09b2c6e1f 100644 --- a/doc/dev/unexpected +++ b/doc/dev/unexpected @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: unexpected,v 1.4 2000/08/09 04:37:37 tale Exp $ +$Id: unexpected,v 1.4.4.1 2001/01/09 22:39:48 bwelling Exp $ Unexpected Errors diff --git a/doc/man/bin/dig.1 b/doc/man/bin/dig.1 index b79dbb0b36..17858b5154 100644 --- a/doc/man/bin/dig.1 +++ b/doc/man/bin/dig.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dig.1,v 1.6 2000/11/30 00:20:37 gson Exp $ +.\" $Id: dig.1,v 1.6.4.1 2001/01/09 22:39:50 bwelling Exp $ .Dd Jun 30, 2000 .Dt DIG 1 diff --git a/doc/man/bin/host.1 b/doc/man/bin/host.1 index ec83b18d39..b86d400da7 100644 --- a/doc/man/bin/host.1 +++ b/doc/man/bin/host.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: host.1,v 1.6 2000/11/18 02:57:26 bwelling Exp $ +.\" $Id: host.1,v 1.6.4.1 2001/01/09 22:39:52 bwelling Exp $ .Dd Jun 30, 2000 .Dt HOST 1 diff --git a/doc/man/bin/lwresd.8 b/doc/man/bin/lwresd.8 index 37ede31ccf..52ae74a812 100644 --- a/doc/man/bin/lwresd.8 +++ b/doc/man/bin/lwresd.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwresd.8,v 1.9 2000/11/18 02:57:27 bwelling Exp $ +.\" $Id: lwresd.8,v 1.9.4.1 2001/01/09 22:39:53 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRESD 8 diff --git a/doc/man/bin/named-checkconf.1 b/doc/man/bin/named-checkconf.1 index 93cc8b3d5c..cfb3189ef7 100644 --- a/doc/man/bin/named-checkconf.1 +++ b/doc/man/bin/named-checkconf.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: named-checkconf.1,v 1.2 2000/12/19 19:48:09 gson Exp $ +.\" $Id: named-checkconf.1,v 1.2.2.1 2001/01/09 22:39:54 bwelling Exp $ .Dd Jun 14, 2000 .Dt NAMED-CHECKCONF 1 diff --git a/doc/man/bin/named-checkzone.1 b/doc/man/bin/named-checkzone.1 index 8eaa5a8916..150ba30cef 100644 --- a/doc/man/bin/named-checkzone.1 +++ b/doc/man/bin/named-checkzone.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: named-checkzone.1,v 1.2 2000/12/19 19:48:10 gson Exp $ +.\" $Id: named-checkzone.1,v 1.2.2.1 2001/01/09 22:39:55 bwelling Exp $ .Dd Jun 13, 2000 .Dt NAMED-CHECKZONE 1 diff --git a/doc/man/bin/named.8 b/doc/man/bin/named.8 index 1b398a2923..ac4d0036f1 100644 --- a/doc/man/bin/named.8 +++ b/doc/man/bin/named.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: named.8,v 1.11 2000/11/18 02:57:29 bwelling Exp $ +.\" $Id: named.8,v 1.11.4.1 2001/01/09 22:39:56 bwelling Exp $ .Dd Jun 30, 2000 .Dt NAMED 8 diff --git a/doc/man/bin/nsupdate.8 b/doc/man/bin/nsupdate.8 index ac6a55dee0..12e10a3344 100644 --- a/doc/man/bin/nsupdate.8 +++ b/doc/man/bin/nsupdate.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: nsupdate.8,v 1.11 2000/11/30 00:20:38 gson Exp $ +.\" $Id: nsupdate.8,v 1.11.4.1 2001/01/09 22:39:57 bwelling Exp $ .Dd Jun 30, 2000 .Dt NSUPDATE 8 diff --git a/doc/man/bin/resolver.5 b/doc/man/bin/resolver.5 index 1df9cdca03..d7d87e938d 100644 --- a/doc/man/bin/resolver.5 +++ b/doc/man/bin/resolver.5 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: resolver.5,v 1.2 2000/11/18 02:57:31 bwelling Exp $ +.\" $Id: resolver.5,v 1.2.4.1 2001/01/09 22:39:58 bwelling Exp $ .Dd Jun 30, 2000 .Dt RESOLVER 5 diff --git a/doc/man/bin/rndc.8 b/doc/man/bin/rndc.8 index 95d8d44f05..20d43b8af2 100644 --- a/doc/man/bin/rndc.8 +++ b/doc/man/bin/rndc.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: rndc.8,v 1.11 2000/11/30 00:20:39 gson Exp $ +.\" $Id: rndc.8,v 1.11.4.1 2001/01/09 22:39:59 bwelling Exp $ .Dd Jun 30, 2000 .Dt RDNC 8 diff --git a/doc/man/bin/rndc.conf.5 b/doc/man/bin/rndc.conf.5 index 0248f84139..cb7b27f45e 100644 --- a/doc/man/bin/rndc.conf.5 +++ b/doc/man/bin/rndc.conf.5 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: rndc.conf.5,v 1.9 2000/12/15 00:24:10 gson Exp $ +.\" $Id: rndc.conf.5,v 1.9.2.1 2001/01/09 22:40:01 bwelling Exp $ .Dd Jun 30, 2000 .Dt RDNC.CONF 5 diff --git a/doc/man/ctoman b/doc/man/ctoman index 44b24dae33..3d3b7ae55a 100755 --- a/doc/man/ctoman +++ b/doc/man/ctoman @@ -1,6 +1,6 @@ #!/usr/bin/gawk -f # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ctoman,v 1.5 2000/08/01 01:18:40 tale Exp $ +# $Id: ctoman,v 1.5.4.1 2001/01/09 22:39:49 bwelling Exp $ # # ctoman - an awk program that makes a passable job of # converting ISC BIND9 C files into template diff --git a/doc/man/dnssec/dnssec-keygen.8 b/doc/man/dnssec/dnssec-keygen.8 index e625f23dd3..7f2eb70c43 100644 --- a/doc/man/dnssec/dnssec-keygen.8 +++ b/doc/man/dnssec/dnssec-keygen.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-keygen.8,v 1.11 2000/11/18 02:57:34 bwelling Exp $ +.\" $Id: dnssec-keygen.8,v 1.11.4.1 2001/01/09 22:40:02 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-KEYGEN 8 diff --git a/doc/man/dnssec/dnssec-makekeyset.8 b/doc/man/dnssec/dnssec-makekeyset.8 index dcb229c627..d6b487a958 100644 --- a/doc/man/dnssec/dnssec-makekeyset.8 +++ b/doc/man/dnssec/dnssec-makekeyset.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-makekeyset.8,v 1.9 2000/11/18 02:57:35 bwelling Exp $ +.\" $Id: dnssec-makekeyset.8,v 1.9.4.1 2001/01/09 22:40:03 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-MAKEKEYSET 8 diff --git a/doc/man/dnssec/dnssec-signkey.8 b/doc/man/dnssec/dnssec-signkey.8 index 415299a33d..1e58d7c452 100644 --- a/doc/man/dnssec/dnssec-signkey.8 +++ b/doc/man/dnssec/dnssec-signkey.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-signkey.8,v 1.11 2000/11/18 02:57:37 bwelling Exp $ +.\" $Id: dnssec-signkey.8,v 1.11.4.1 2001/01/09 22:40:04 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-SIGNKEY 8 diff --git a/doc/man/dnssec/dnssec-signzone.8 b/doc/man/dnssec/dnssec-signzone.8 index 5b8ee85b2e..33b06cb385 100644 --- a/doc/man/dnssec/dnssec-signzone.8 +++ b/doc/man/dnssec/dnssec-signzone.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-signzone.8,v 1.16 2000/12/07 02:20:07 bwelling Exp $ +.\" $Id: dnssec-signzone.8,v 1.16.4.1 2001/01/09 22:40:06 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-SIGNZONE 8 diff --git a/doc/man/isc/isc__errno2result.3 b/doc/man/isc/isc__errno2result.3 index 7a686ea8d1..de67b48ca7 100644 --- a/doc/man/isc/isc__errno2result.3 +++ b/doc/man/isc/isc__errno2result.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc__errno2result.3,v 1.4 2000/11/18 02:57:40 bwelling Exp $ +.\" $Id: isc__errno2result.3,v 1.4.4.1 2001/01/09 22:40:07 bwelling Exp $ .so isc_error.3 diff --git a/doc/man/isc/isc_app.3 b/doc/man/isc/isc_app.3 index 508134d1a6..49271653c7 100644 --- a/doc/man/isc/isc_app.3 +++ b/doc/man/isc/isc_app.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app.3,v 1.5 2000/11/18 02:57:41 bwelling Exp $ +.\" $Id: isc_app.3,v 1.5.4.1 2001/01/09 22:40:08 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_APP 3 diff --git a/doc/man/isc/isc_app_finish.3 b/doc/man/isc/isc_app_finish.3 index 324d81baa6..52b26bed02 100644 --- a/doc/man/isc/isc_app_finish.3 +++ b/doc/man/isc/isc_app_finish.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_finish.3,v 1.4 2000/11/18 02:57:42 bwelling Exp $ +.\" $Id: isc_app_finish.3,v 1.4.4.1 2001/01/09 22:40:09 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_app_onrun.3 b/doc/man/isc/isc_app_onrun.3 index 76e7d94855..701f2f28fc 100644 --- a/doc/man/isc/isc_app_onrun.3 +++ b/doc/man/isc/isc_app_onrun.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_onrun.3,v 1.4 2000/11/18 02:57:43 bwelling Exp $ +.\" $Id: isc_app_onrun.3,v 1.4.4.1 2001/01/09 22:40:10 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_app_reload.3 b/doc/man/isc/isc_app_reload.3 index 09c37ea288..32863570a0 100644 --- a/doc/man/isc/isc_app_reload.3 +++ b/doc/man/isc/isc_app_reload.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_reload.3,v 1.4 2000/11/18 02:57:44 bwelling Exp $ +.\" $Id: isc_app_reload.3,v 1.4.4.1 2001/01/09 22:40:12 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_app_run.3 b/doc/man/isc/isc_app_run.3 index 0a09bd6764..bafa750ce5 100644 --- a/doc/man/isc/isc_app_run.3 +++ b/doc/man/isc/isc_app_run.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_run.3,v 1.4 2000/11/18 02:57:45 bwelling Exp $ +.\" $Id: isc_app_run.3,v 1.4.4.1 2001/01/09 22:40:13 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_app_shutdown.3 b/doc/man/isc/isc_app_shutdown.3 index 9b92879dd9..44e51c5986 100644 --- a/doc/man/isc/isc_app_shutdown.3 +++ b/doc/man/isc/isc_app_shutdown.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_shutdown.3,v 1.4 2000/11/18 02:57:46 bwelling Exp $ +.\" $Id: isc_app_shutdown.3,v 1.4.4.1 2001/01/09 22:40:14 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_app_start.3 b/doc/man/isc/isc_app_start.3 index 57e3853d08..316695fe10 100644 --- a/doc/man/isc/isc_app_start.3 +++ b/doc/man/isc/isc_app_start.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_start.3,v 1.4 2000/11/18 02:57:47 bwelling Exp $ +.\" $Id: isc_app_start.3,v 1.4.4.1 2001/01/09 22:40:15 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_dir.3 b/doc/man/isc/isc_dir.3 index 3d3296f7e9..3d51a86d23 100644 --- a/doc/man/isc/isc_dir.3 +++ b/doc/man/isc/isc_dir.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir.3,v 1.4 2000/11/18 02:57:49 bwelling Exp $ +.\" $Id: isc_dir.3,v 1.4.4.1 2001/01/09 22:40:16 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_DIR 3 diff --git a/doc/man/isc/isc_dir_chdir.3 b/doc/man/isc/isc_dir_chdir.3 index 70feae8398..7b720e3d2d 100644 --- a/doc/man/isc/isc_dir_chdir.3 +++ b/doc/man/isc/isc_dir_chdir.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_chdir.3,v 1.4 2000/11/18 02:57:50 bwelling Exp $ +.\" $Id: isc_dir_chdir.3,v 1.4.4.1 2001/01/09 22:40:17 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_dir_close.3 b/doc/man/isc/isc_dir_close.3 index 065b10c189..ba61a1c5c8 100644 --- a/doc/man/isc/isc_dir_close.3 +++ b/doc/man/isc/isc_dir_close.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_close.3,v 1.4 2000/11/18 02:57:51 bwelling Exp $ +.\" $Id: isc_dir_close.3,v 1.4.4.1 2001/01/09 22:40:18 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_dir_init.3 b/doc/man/isc/isc_dir_init.3 index 93da5f205d..4afdf53657 100644 --- a/doc/man/isc/isc_dir_init.3 +++ b/doc/man/isc/isc_dir_init.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_init.3,v 1.4 2000/11/18 02:57:52 bwelling Exp $ +.\" $Id: isc_dir_init.3,v 1.4.4.1 2001/01/09 22:40:19 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_dir_open.3 b/doc/man/isc/isc_dir_open.3 index cf6f7399f4..4f80b7dfc4 100644 --- a/doc/man/isc/isc_dir_open.3 +++ b/doc/man/isc/isc_dir_open.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_open.3,v 1.4 2000/11/18 02:57:53 bwelling Exp $ +.\" $Id: isc_dir_open.3,v 1.4.4.1 2001/01/09 22:40:20 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_dir_read.3 b/doc/man/isc/isc_dir_read.3 index ddcf7ac190..df5e037cea 100644 --- a/doc/man/isc/isc_dir_read.3 +++ b/doc/man/isc/isc_dir_read.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_read.3,v 1.4 2000/11/18 02:57:54 bwelling Exp $ +.\" $Id: isc_dir_read.3,v 1.4.4.1 2001/01/09 22:40:22 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_dir_reset.3 b/doc/man/isc/isc_dir_reset.3 index 47ff795fef..0256f881ac 100644 --- a/doc/man/isc/isc_dir_reset.3 +++ b/doc/man/isc/isc_dir_reset.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_reset.3,v 1.4 2000/11/18 02:57:55 bwelling Exp $ +.\" $Id: isc_dir_reset.3,v 1.4.4.1 2001/01/09 22:40:23 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_error.3 b/doc/man/isc/isc_error.3 index ffa781404f..f223e9fd42 100644 --- a/doc/man/isc/isc_error.3 +++ b/doc/man/isc/isc_error.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_error.3,v 1.4 2000/11/18 02:57:56 bwelling Exp $ +.\" $Id: isc_error.3,v 1.4.4.1 2001/01/09 22:40:24 bwelling Exp $ .Dd Jun 30, 2000 .Dt error 3 diff --git a/doc/man/isc/isc_file.3 b/doc/man/isc/isc_file.3 index 1bceaf0d19..4c4584ddb2 100644 --- a/doc/man/isc/isc_file.3 +++ b/doc/man/isc/isc_file.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file.3,v 1.5 2000/11/18 02:57:58 bwelling Exp $ +.\" $Id: isc_file.3,v 1.5.4.1 2001/01/09 22:40:25 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_FILE 3 diff --git a/doc/man/isc/isc_file_getmodtime.3 b/doc/man/isc/isc_file_getmodtime.3 index 9a3250618c..2ece4845ac 100644 --- a/doc/man/isc/isc_file_getmodtime.3 +++ b/doc/man/isc/isc_file_getmodtime.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file_getmodtime.3,v 1.4 2000/11/18 02:57:59 bwelling Exp $ +.\" $Id: isc_file_getmodtime.3,v 1.4.4.1 2001/01/09 22:40:26 bwelling Exp $ .so isc_file.3 diff --git a/doc/man/isc/isc_file_mktemplate.3 b/doc/man/isc/isc_file_mktemplate.3 index 7f11429862..07290cfbf3 100644 --- a/doc/man/isc/isc_file_mktemplate.3 +++ b/doc/man/isc/isc_file_mktemplate.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file_mktemplate.3,v 1.4 2000/11/18 02:58:00 bwelling Exp $ +.\" $Id: isc_file_mktemplate.3,v 1.4.4.1 2001/01/09 22:40:27 bwelling Exp $ .so isc_file.3 diff --git a/doc/man/isc/isc_file_openunique.3 b/doc/man/isc/isc_file_openunique.3 index 1d53b01156..d2f3e34579 100644 --- a/doc/man/isc/isc_file_openunique.3 +++ b/doc/man/isc/isc_file_openunique.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file_openunique.3,v 1.4 2000/11/18 02:58:01 bwelling Exp $ +.\" $Id: isc_file_openunique.3,v 1.4.4.1 2001/01/09 22:40:29 bwelling Exp $ .so isc_file.3 diff --git a/doc/man/isc/isc_file_remove.3 b/doc/man/isc/isc_file_remove.3 index 7f2dbb3cc2..917bfb0b84 100644 --- a/doc/man/isc/isc_file_remove.3 +++ b/doc/man/isc/isc_file_remove.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file_remove.3,v 1.4 2000/11/18 02:58:03 bwelling Exp $ +.\" $Id: isc_file_remove.3,v 1.4.4.1 2001/01/09 22:40:30 bwelling Exp $ .so isc_file.3 diff --git a/doc/man/isc/isc_file_settime.3 b/doc/man/isc/isc_file_settime.3 index 468acef8e2..ddcac3e08e 100644 --- a/doc/man/isc/isc_file_settime.3 +++ b/doc/man/isc/isc_file_settime.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file_settime.3,v 1.4 2000/11/18 02:58:04 bwelling Exp $ +.\" $Id: isc_file_settime.3,v 1.4.4.1 2001/01/09 22:40:31 bwelling Exp $ .so isc_file.3 diff --git a/doc/man/isc/isc_interfaceiter_create.3 b/doc/man/isc/isc_interfaceiter_create.3 index 5a879abba0..f07438b85c 100644 --- a/doc/man/isc/isc_interfaceiter_create.3 +++ b/doc/man/isc/isc_interfaceiter_create.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interfaceiter_create.3,v 1.4 2000/11/18 02:58:05 bwelling Exp $ +.\" $Id: isc_interfaceiter_create.3,v 1.4.4.1 2001/01/09 22:40:32 bwelling Exp $ .so isc_netif.3 diff --git a/doc/man/isc/isc_interfaceiter_current.3 b/doc/man/isc/isc_interfaceiter_current.3 index e93e7f6483..63fdd9ca0d 100644 --- a/doc/man/isc/isc_interfaceiter_current.3 +++ b/doc/man/isc/isc_interfaceiter_current.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interfaceiter_current.3,v 1.4 2000/11/18 02:58:06 bwelling Exp $ +.\" $Id: isc_interfaceiter_current.3,v 1.4.4.1 2001/01/09 22:40:33 bwelling Exp $ .so isc_netif.3 diff --git a/doc/man/isc/isc_interfaceiter_destroy.3 b/doc/man/isc/isc_interfaceiter_destroy.3 index 9be21135c8..76d28a2938 100644 --- a/doc/man/isc/isc_interfaceiter_destroy.3 +++ b/doc/man/isc/isc_interfaceiter_destroy.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interfaceiter_destroy.3,v 1.4 2000/11/18 02:58:07 bwelling Exp $ +.\" $Id: isc_interfaceiter_destroy.3,v 1.4.4.1 2001/01/09 22:40:34 bwelling Exp $ .so isc_netif.3 diff --git a/doc/man/isc/isc_interfaceiter_first.3 b/doc/man/isc/isc_interfaceiter_first.3 index 2b3d798b27..d2940f5799 100644 --- a/doc/man/isc/isc_interfaceiter_first.3 +++ b/doc/man/isc/isc_interfaceiter_first.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interfaceiter_first.3,v 1.4 2000/11/18 02:58:08 bwelling Exp $ +.\" $Id: isc_interfaceiter_first.3,v 1.4.4.1 2001/01/09 22:40:35 bwelling Exp $ .so isc_netif.3 diff --git a/doc/man/isc/isc_interfaceiter_next.3 b/doc/man/isc/isc_interfaceiter_next.3 index 395208acec..2dd04d1394 100644 --- a/doc/man/isc/isc_interfaceiter_next.3 +++ b/doc/man/isc/isc_interfaceiter_next.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interfaceiter_next.3,v 1.4 2000/11/18 02:58:09 bwelling Exp $ +.\" $Id: isc_interfaceiter_next.3,v 1.4.4.1 2001/01/09 22:40:36 bwelling Exp $ .so isc_netif.3 diff --git a/doc/man/isc/isc_interval_iszero.3 b/doc/man/isc/isc_interval_iszero.3 index 526b2fdc31..9d09236e1e 100644 --- a/doc/man/isc/isc_interval_iszero.3 +++ b/doc/man/isc/isc_interval_iszero.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interval_iszero.3,v 1.4 2000/11/18 02:58:10 bwelling Exp $ +.\" $Id: isc_interval_iszero.3,v 1.4.4.1 2001/01/09 22:40:37 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_ipproto.3 b/doc/man/isc/isc_ipproto.3 index e0fa5e71c3..0a4834a2db 100644 --- a/doc/man/isc/isc_ipproto.3 +++ b/doc/man/isc/isc_ipproto.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_ipproto.3,v 1.5 2000/11/18 02:58:11 bwelling Exp $ +.\" $Id: isc_ipproto.3,v 1.5.4.1 2001/01/09 22:40:38 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_IPPROTO 3 diff --git a/doc/man/isc/isc_net_probeipv4.3 b/doc/man/isc/isc_net_probeipv4.3 index c44162ca78..13f23fb381 100644 --- a/doc/man/isc/isc_net_probeipv4.3 +++ b/doc/man/isc/isc_net_probeipv4.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_net_probeipv4.3,v 1.4 2000/11/18 02:58:13 bwelling Exp $ +.\" $Id: isc_net_probeipv4.3,v 1.4.4.1 2001/01/09 22:40:39 bwelling Exp $ .so isc_ipproto.3 diff --git a/doc/man/isc/isc_net_probeipv6.3 b/doc/man/isc/isc_net_probeipv6.3 index 2ad774a0c6..2e2d399b33 100644 --- a/doc/man/isc/isc_net_probeipv6.3 +++ b/doc/man/isc/isc_net_probeipv6.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_net_probeipv6.3,v 1.4 2000/11/18 02:58:14 bwelling Exp $ +.\" $Id: isc_net_probeipv6.3,v 1.4.4.1 2001/01/09 22:40:41 bwelling Exp $ .so isc_ipproto.3 diff --git a/doc/man/isc/isc_netif.3 b/doc/man/isc/isc_netif.3 index 924d2eabf2..c2f47a7cff 100644 --- a/doc/man/isc/isc_netif.3 +++ b/doc/man/isc/isc_netif.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_netif.3,v 1.4 2000/11/18 02:58:16 bwelling Exp $ +.\" $Id: isc_netif.3,v 1.4.4.1 2001/01/09 22:40:42 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_NETIF 3 diff --git a/doc/man/isc/isc_socket.3 b/doc/man/isc/isc_socket.3 index 82e8bf5b01..afb3711eb7 100644 --- a/doc/man/isc/isc_socket.3 +++ b/doc/man/isc/isc_socket.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket.3,v 1.4 2000/11/18 02:58:17 bwelling Exp $ +.\" $Id: isc_socket.3,v 1.4.4.1 2001/01/09 22:40:43 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_SOCKET 3 diff --git a/doc/man/isc/isc_socket_accept.3 b/doc/man/isc/isc_socket_accept.3 index 0c6f582fe4..22838ea407 100644 --- a/doc/man/isc/isc_socket_accept.3 +++ b/doc/man/isc/isc_socket_accept.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_accept.3,v 1.4 2000/11/18 02:58:18 bwelling Exp $ +.\" $Id: isc_socket_accept.3,v 1.4.4.1 2001/01/09 22:40:44 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_attach.3 b/doc/man/isc/isc_socket_attach.3 index 42493c5ae2..e528f052b2 100644 --- a/doc/man/isc/isc_socket_attach.3 +++ b/doc/man/isc/isc_socket_attach.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_attach.3,v 1.4 2000/11/18 02:58:19 bwelling Exp $ +.\" $Id: isc_socket_attach.3,v 1.4.4.1 2001/01/09 22:40:45 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_bind.3 b/doc/man/isc/isc_socket_bind.3 index 353e369481..b81f6afce6 100644 --- a/doc/man/isc/isc_socket_bind.3 +++ b/doc/man/isc/isc_socket_bind.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_bind.3,v 1.4 2000/11/18 02:58:20 bwelling Exp $ +.\" $Id: isc_socket_bind.3,v 1.4.4.1 2001/01/09 22:40:46 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_cancel.3 b/doc/man/isc/isc_socket_cancel.3 index dcb0c42c1a..57bf883b00 100644 --- a/doc/man/isc/isc_socket_cancel.3 +++ b/doc/man/isc/isc_socket_cancel.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_cancel.3,v 1.4 2000/11/18 02:58:21 bwelling Exp $ +.\" $Id: isc_socket_cancel.3,v 1.4.4.1 2001/01/09 22:40:48 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_connect.3 b/doc/man/isc/isc_socket_connect.3 index 2d90f55b9b..7ab4b19cac 100644 --- a/doc/man/isc/isc_socket_connect.3 +++ b/doc/man/isc/isc_socket_connect.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_connect.3,v 1.4 2000/11/18 02:58:22 bwelling Exp $ +.\" $Id: isc_socket_connect.3,v 1.4.4.1 2001/01/09 22:40:49 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_create.3 b/doc/man/isc/isc_socket_create.3 index 7713dedf10..b8c1733686 100644 --- a/doc/man/isc/isc_socket_create.3 +++ b/doc/man/isc/isc_socket_create.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_create.3,v 1.4 2000/11/18 02:58:23 bwelling Exp $ +.\" $Id: isc_socket_create.3,v 1.4.4.1 2001/01/09 22:40:50 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_detach.3 b/doc/man/isc/isc_socket_detach.3 index ac42d04908..e043cf1d4e 100644 --- a/doc/man/isc/isc_socket_detach.3 +++ b/doc/man/isc/isc_socket_detach.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_detach.3,v 1.4 2000/11/18 02:58:25 bwelling Exp $ +.\" $Id: isc_socket_detach.3,v 1.4.4.1 2001/01/09 22:40:51 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_getpeername.3 b/doc/man/isc/isc_socket_getpeername.3 index 0e9ffdc743..a36d8798a4 100644 --- a/doc/man/isc/isc_socket_getpeername.3 +++ b/doc/man/isc/isc_socket_getpeername.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_getpeername.3,v 1.4 2000/11/18 02:58:26 bwelling Exp $ +.\" $Id: isc_socket_getpeername.3,v 1.4.4.1 2001/01/09 22:40:52 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_getsockname.3 b/doc/man/isc/isc_socket_getsockname.3 index 23faea3962..fa03f09fca 100644 --- a/doc/man/isc/isc_socket_getsockname.3 +++ b/doc/man/isc/isc_socket_getsockname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_getsockname.3,v 1.4 2000/11/18 02:58:27 bwelling Exp $ +.\" $Id: isc_socket_getsockname.3,v 1.4.4.1 2001/01/09 22:40:53 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_gettype.3 b/doc/man/isc/isc_socket_gettype.3 index f08910bccb..0d6134ec8a 100644 --- a/doc/man/isc/isc_socket_gettype.3 +++ b/doc/man/isc/isc_socket_gettype.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_gettype.3,v 1.4 2000/11/18 02:58:28 bwelling Exp $ +.\" $Id: isc_socket_gettype.3,v 1.4.4.1 2001/01/09 22:40:54 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_isbound.3 b/doc/man/isc/isc_socket_isbound.3 index 0a707a5aab..1c6a421a04 100644 --- a/doc/man/isc/isc_socket_isbound.3 +++ b/doc/man/isc/isc_socket_isbound.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_isbound.3,v 1.4 2000/11/18 02:58:29 bwelling Exp $ +.\" $Id: isc_socket_isbound.3,v 1.4.4.1 2001/01/09 22:40:56 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_listen.3 b/doc/man/isc/isc_socket_listen.3 index a9798d12b3..d589737b33 100644 --- a/doc/man/isc/isc_socket_listen.3 +++ b/doc/man/isc/isc_socket_listen.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_listen.3,v 1.4 2000/11/18 02:58:30 bwelling Exp $ +.\" $Id: isc_socket_listen.3,v 1.4.4.1 2001/01/09 22:40:57 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_recv.3 b/doc/man/isc/isc_socket_recv.3 index 7b5c8ad628..2b29922978 100644 --- a/doc/man/isc/isc_socket_recv.3 +++ b/doc/man/isc/isc_socket_recv.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_recv.3,v 1.4 2000/11/18 02:58:31 bwelling Exp $ +.\" $Id: isc_socket_recv.3,v 1.4.4.1 2001/01/09 22:40:58 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_recvmark.3 b/doc/man/isc/isc_socket_recvmark.3 index 4d3ed27181..9fcf7d0438 100644 --- a/doc/man/isc/isc_socket_recvmark.3 +++ b/doc/man/isc/isc_socket_recvmark.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_recvmark.3,v 1.4 2000/11/18 02:58:32 bwelling Exp $ +.\" $Id: isc_socket_recvmark.3,v 1.4.4.1 2001/01/09 22:40:59 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_recvv.3 b/doc/man/isc/isc_socket_recvv.3 index f4273ee99e..0c838145bd 100644 --- a/doc/man/isc/isc_socket_recvv.3 +++ b/doc/man/isc/isc_socket_recvv.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_recvv.3,v 1.4 2000/11/18 02:58:34 bwelling Exp $ +.\" $Id: isc_socket_recvv.3,v 1.4.4.1 2001/01/09 22:41:00 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_send.3 b/doc/man/isc/isc_socket_send.3 index fcc80d5c53..25e8fab8a8 100644 --- a/doc/man/isc/isc_socket_send.3 +++ b/doc/man/isc/isc_socket_send.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_send.3,v 1.4 2000/11/18 02:58:35 bwelling Exp $ +.\" $Id: isc_socket_send.3,v 1.4.4.1 2001/01/09 22:41:01 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_sendmark.3 b/doc/man/isc/isc_socket_sendmark.3 index 33791eb3d5..a7b4a60220 100644 --- a/doc/man/isc/isc_socket_sendmark.3 +++ b/doc/man/isc/isc_socket_sendmark.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_sendmark.3,v 1.4 2000/11/18 02:58:36 bwelling Exp $ +.\" $Id: isc_socket_sendmark.3,v 1.4.4.1 2001/01/09 22:41:02 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_sendto.3 b/doc/man/isc/isc_socket_sendto.3 index 28ae645c11..8697852ce1 100644 --- a/doc/man/isc/isc_socket_sendto.3 +++ b/doc/man/isc/isc_socket_sendto.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_sendto.3,v 1.4 2000/11/18 02:58:37 bwelling Exp $ +.\" $Id: isc_socket_sendto.3,v 1.4.4.1 2001/01/09 22:41:03 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_sendtov.3 b/doc/man/isc/isc_socket_sendtov.3 index b8663617af..5957f80401 100644 --- a/doc/man/isc/isc_socket_sendtov.3 +++ b/doc/man/isc/isc_socket_sendtov.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_sendtov.3,v 1.4 2000/11/18 02:58:38 bwelling Exp $ +.\" $Id: isc_socket_sendtov.3,v 1.4.4.1 2001/01/09 22:41:04 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_sendv.3 b/doc/man/isc/isc_socket_sendv.3 index f41eb8cfa4..01264ea161 100644 --- a/doc/man/isc/isc_socket_sendv.3 +++ b/doc/man/isc/isc_socket_sendv.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_sendv.3,v 1.4 2000/11/18 02:58:39 bwelling Exp $ +.\" $Id: isc_socket_sendv.3,v 1.4.4.1 2001/01/09 22:41:06 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socketmgr_create.3 b/doc/man/isc/isc_socketmgr_create.3 index c8785ffa5a..0ea776e6ee 100644 --- a/doc/man/isc/isc_socketmgr_create.3 +++ b/doc/man/isc/isc_socketmgr_create.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socketmgr_create.3,v 1.4 2000/11/18 02:58:42 bwelling Exp $ +.\" $Id: isc_socketmgr_create.3,v 1.4.4.1 2001/01/09 22:41:07 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socketmgr_destroy.3 b/doc/man/isc/isc_socketmgr_destroy.3 index c0d34661c8..524105c45d 100644 --- a/doc/man/isc/isc_socketmgr_destroy.3 +++ b/doc/man/isc/isc_socketmgr_destroy.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socketmgr_destroy.3,v 1.4 2000/11/18 02:58:43 bwelling Exp $ +.\" $Id: isc_socketmgr_destroy.3,v 1.4.4.1 2001/01/09 22:41:08 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_stdio.3 b/doc/man/isc/isc_stdio.3 index 014734f5ab..a177f35f09 100644 --- a/doc/man/isc/isc_stdio.3 +++ b/doc/man/isc/isc_stdio.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio.3,v 1.4 2000/11/18 02:58:44 bwelling Exp $ +.\" $Id: isc_stdio.3,v 1.4.4.1 2001/01/09 22:41:09 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_STDIO 3 diff --git a/doc/man/isc/isc_stdio_close.3 b/doc/man/isc/isc_stdio_close.3 index 96100ec3fc..89c1aea4b7 100644 --- a/doc/man/isc/isc_stdio_close.3 +++ b/doc/man/isc/isc_stdio_close.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_close.3,v 1.4 2000/11/18 02:58:45 bwelling Exp $ +.\" $Id: isc_stdio_close.3,v 1.4.4.1 2001/01/09 22:41:10 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_flush.3 b/doc/man/isc/isc_stdio_flush.3 index 1b100aac83..6890f887c6 100644 --- a/doc/man/isc/isc_stdio_flush.3 +++ b/doc/man/isc/isc_stdio_flush.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_flush.3,v 1.4 2000/11/18 02:58:46 bwelling Exp $ +.\" $Id: isc_stdio_flush.3,v 1.4.4.1 2001/01/09 22:41:11 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_open.3 b/doc/man/isc/isc_stdio_open.3 index 46aa94a358..c0e1e80db7 100644 --- a/doc/man/isc/isc_stdio_open.3 +++ b/doc/man/isc/isc_stdio_open.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_open.3,v 1.4 2000/11/18 02:58:47 bwelling Exp $ +.\" $Id: isc_stdio_open.3,v 1.4.4.1 2001/01/09 22:41:12 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_read.3 b/doc/man/isc/isc_stdio_read.3 index 4cc4eebf4f..d5c5f947d6 100644 --- a/doc/man/isc/isc_stdio_read.3 +++ b/doc/man/isc/isc_stdio_read.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_read.3,v 1.4 2000/11/18 02:58:49 bwelling Exp $ +.\" $Id: isc_stdio_read.3,v 1.4.4.1 2001/01/09 22:41:13 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_seek.3 b/doc/man/isc/isc_stdio_seek.3 index 8efd7fb1ba..b0bc587b61 100644 --- a/doc/man/isc/isc_stdio_seek.3 +++ b/doc/man/isc/isc_stdio_seek.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_seek.3,v 1.4 2000/11/18 02:58:50 bwelling Exp $ +.\" $Id: isc_stdio_seek.3,v 1.4.4.1 2001/01/09 22:41:15 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_sync.3 b/doc/man/isc/isc_stdio_sync.3 index 0bf3322880..a157f7b2d9 100644 --- a/doc/man/isc/isc_stdio_sync.3 +++ b/doc/man/isc/isc_stdio_sync.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_sync.3,v 1.4 2000/11/18 02:58:51 bwelling Exp $ +.\" $Id: isc_stdio_sync.3,v 1.4.4.1 2001/01/09 22:41:16 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_write.3 b/doc/man/isc/isc_stdio_write.3 index 755a17222c..ea3c7bc58c 100644 --- a/doc/man/isc/isc_stdio_write.3 +++ b/doc/man/isc/isc_stdio_write.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_write.3,v 1.4 2000/11/18 02:58:53 bwelling Exp $ +.\" $Id: isc_stdio_write.3,v 1.4.4.1 2001/01/09 22:41:17 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdtime.3 b/doc/man/isc/isc_stdtime.3 index 1b90c43103..cac13d9ed8 100644 --- a/doc/man/isc/isc_stdtime.3 +++ b/doc/man/isc/isc_stdtime.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdtime.3,v 1.4 2000/11/18 02:58:54 bwelling Exp $ +.\" $Id: isc_stdtime.3,v 1.4.4.1 2001/01/09 22:41:18 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_STDTIME 3 diff --git a/doc/man/isc/isc_stdtime_get.3 b/doc/man/isc/isc_stdtime_get.3 index a54b4978bd..d65cfb744e 100644 --- a/doc/man/isc/isc_stdtime_get.3 +++ b/doc/man/isc/isc_stdtime_get.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdtime_get.3,v 1.4 2000/11/18 02:58:55 bwelling Exp $ +.\" $Id: isc_stdtime_get.3,v 1.4.4.1 2001/01/09 22:41:19 bwelling Exp $ .so isc_stdtime.3 diff --git a/doc/man/isc/isc_time.3 b/doc/man/isc/isc_time.3 index 2d87f9d56e..81138f46e8 100644 --- a/doc/man/isc/isc_time.3 +++ b/doc/man/isc/isc_time.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time.3,v 1.6 2000/11/18 02:58:56 bwelling Exp $ +.\" $Id: isc_time.3,v 1.6.4.1 2001/01/09 22:41:20 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_TIME 3 diff --git a/doc/man/isc/isc_time_add.3 b/doc/man/isc/isc_time_add.3 index dd81dbec74..eeca27a343 100644 --- a/doc/man/isc/isc_time_add.3 +++ b/doc/man/isc/isc_time_add.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_add.3,v 1.4 2000/11/18 02:58:57 bwelling Exp $ +.\" $Id: isc_time_add.3,v 1.4.4.1 2001/01/09 22:41:21 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_compare.3 b/doc/man/isc/isc_time_compare.3 index 320968682b..37198fdccc 100644 --- a/doc/man/isc/isc_time_compare.3 +++ b/doc/man/isc/isc_time_compare.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_compare.3,v 1.4 2000/11/18 02:58:58 bwelling Exp $ +.\" $Id: isc_time_compare.3,v 1.4.4.1 2001/01/09 22:41:22 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_isepoch.3 b/doc/man/isc/isc_time_isepoch.3 index a7a60783fe..6387b80f7c 100644 --- a/doc/man/isc/isc_time_isepoch.3 +++ b/doc/man/isc/isc_time_isepoch.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_isepoch.3,v 1.4 2000/11/18 02:59:00 bwelling Exp $ +.\" $Id: isc_time_isepoch.3,v 1.4.4.1 2001/01/09 22:41:23 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_microdiff.3 b/doc/man/isc/isc_time_microdiff.3 index bc7ba4171b..f2f1de441c 100644 --- a/doc/man/isc/isc_time_microdiff.3 +++ b/doc/man/isc/isc_time_microdiff.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_microdiff.3,v 1.4 2000/11/18 02:59:01 bwelling Exp $ +.\" $Id: isc_time_microdiff.3,v 1.4.4.1 2001/01/09 22:41:25 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_nanoseconds.3 b/doc/man/isc/isc_time_nanoseconds.3 index 005fd221b7..69d4e30a90 100644 --- a/doc/man/isc/isc_time_nanoseconds.3 +++ b/doc/man/isc/isc_time_nanoseconds.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_nanoseconds.3,v 1.4 2000/11/18 02:59:02 bwelling Exp $ +.\" $Id: isc_time_nanoseconds.3,v 1.4.4.1 2001/01/09 22:41:26 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_now.3 b/doc/man/isc/isc_time_now.3 index b8e9078b03..bb345dd393 100644 --- a/doc/man/isc/isc_time_now.3 +++ b/doc/man/isc/isc_time_now.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_now.3,v 1.4 2000/11/18 02:59:03 bwelling Exp $ +.\" $Id: isc_time_now.3,v 1.4.4.1 2001/01/09 22:41:27 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_nowplusinterval.3 b/doc/man/isc/isc_time_nowplusinterval.3 index 9483f90f34..40222ce79e 100644 --- a/doc/man/isc/isc_time_nowplusinterval.3 +++ b/doc/man/isc/isc_time_nowplusinterval.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_nowplusinterval.3,v 1.4 2000/11/18 02:59:04 bwelling Exp $ +.\" $Id: isc_time_nowplusinterval.3,v 1.4.4.1 2001/01/09 22:41:28 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_seconds.3 b/doc/man/isc/isc_time_seconds.3 index 2a6f090341..6dcfce3e86 100644 --- a/doc/man/isc/isc_time_seconds.3 +++ b/doc/man/isc/isc_time_seconds.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_seconds.3,v 1.4 2000/11/18 02:59:05 bwelling Exp $ +.\" $Id: isc_time_seconds.3,v 1.4.4.1 2001/01/09 22:41:29 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_secondsastimet.3 b/doc/man/isc/isc_time_secondsastimet.3 index d1073a039e..9c0bf644e3 100644 --- a/doc/man/isc/isc_time_secondsastimet.3 +++ b/doc/man/isc/isc_time_secondsastimet.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_secondsastimet.3,v 1.4 2000/11/18 02:59:06 bwelling Exp $ +.\" $Id: isc_time_secondsastimet.3,v 1.4.4.1 2001/01/09 22:41:30 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_set.3 b/doc/man/isc/isc_time_set.3 index 5db0c27c70..a849ce42d0 100644 --- a/doc/man/isc/isc_time_set.3 +++ b/doc/man/isc/isc_time_set.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_set.3,v 1.4 2000/11/18 02:59:07 bwelling Exp $ +.\" $Id: isc_time_set.3,v 1.4.4.1 2001/01/09 22:41:31 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_settoepoch.3 b/doc/man/isc/isc_time_settoepoch.3 index b778934e38..8cabdc9a2f 100644 --- a/doc/man/isc/isc_time_settoepoch.3 +++ b/doc/man/isc/isc_time_settoepoch.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_settoepoch.3,v 1.4 2000/11/18 02:59:08 bwelling Exp $ +.\" $Id: isc_time_settoepoch.3,v 1.4.4.1 2001/01/09 22:41:32 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_subtract.3 b/doc/man/isc/isc_time_subtract.3 index c5e5547bc5..44f8f087c2 100644 --- a/doc/man/isc/isc_time_subtract.3 +++ b/doc/man/isc/isc_time_subtract.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_subtract.3,v 1.4 2000/11/18 02:59:09 bwelling Exp $ +.\" $Id: isc_time_subtract.3,v 1.4.4.1 2001/01/09 22:41:33 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/lwres/lwres.3 b/doc/man/lwres/lwres.3 index 46cc6ab49a..18073f08e6 100644 --- a/doc/man/lwres/lwres.3 +++ b/doc/man/lwres/lwres.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres.3,v 1.8 2000/12/04 18:37:35 gson Exp $ +.\" $Id: lwres.3,v 1.8.4.1 2001/01/09 22:41:35 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES 3 diff --git a/doc/man/lwres/lwres_addr_parse.3 b/doc/man/lwres/lwres_addr_parse.3 index 960fade485..0713c9081d 100644 --- a/doc/man/lwres/lwres_addr_parse.3 +++ b/doc/man/lwres/lwres_addr_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_addr_parse.3,v 1.4 2000/11/18 02:59:13 bwelling Exp $ +.\" $Id: lwres_addr_parse.3,v 1.4.4.1 2001/01/09 22:41:36 bwelling Exp $ .so lwres_resutil.3 diff --git a/doc/man/lwres/lwres_buffer.3 b/doc/man/lwres/lwres_buffer.3 index d5b9f1b409..047c279eab 100644 --- a/doc/man/lwres/lwres_buffer.3 +++ b/doc/man/lwres/lwres_buffer.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer.3,v 1.5 2000/11/18 02:59:15 bwelling Exp $ +.\" $Id: lwres_buffer.3,v 1.5.4.1 2001/01/09 22:41:37 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_BUFFER 3 diff --git a/doc/man/lwres/lwres_buffer_add.3 b/doc/man/lwres/lwres_buffer_add.3 index 3a63e41156..0f8d3a25e9 100644 --- a/doc/man/lwres/lwres_buffer_add.3 +++ b/doc/man/lwres/lwres_buffer_add.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_add.3,v 1.4 2000/11/18 02:59:16 bwelling Exp $ +.\" $Id: lwres_buffer_add.3,v 1.4.4.1 2001/01/09 22:41:38 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_back.3 b/doc/man/lwres/lwres_buffer_back.3 index f6e87aa304..25740051ea 100644 --- a/doc/man/lwres/lwres_buffer_back.3 +++ b/doc/man/lwres/lwres_buffer_back.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_back.3,v 1.4 2000/11/18 02:59:17 bwelling Exp $ +.\" $Id: lwres_buffer_back.3,v 1.4.4.1 2001/01/09 22:41:40 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_clear.3 b/doc/man/lwres/lwres_buffer_clear.3 index df21d5faa2..2695d60664 100644 --- a/doc/man/lwres/lwres_buffer_clear.3 +++ b/doc/man/lwres/lwres_buffer_clear.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_clear.3,v 1.4 2000/11/18 02:59:18 bwelling Exp $ +.\" $Id: lwres_buffer_clear.3,v 1.4.4.1 2001/01/09 22:41:41 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_first.3 b/doc/man/lwres/lwres_buffer_first.3 index f8da7a5fd8..28074a51b9 100644 --- a/doc/man/lwres/lwres_buffer_first.3 +++ b/doc/man/lwres/lwres_buffer_first.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_first.3,v 1.4 2000/11/18 02:59:19 bwelling Exp $ +.\" $Id: lwres_buffer_first.3,v 1.4.4.1 2001/01/09 22:41:42 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_forward.3 b/doc/man/lwres/lwres_buffer_forward.3 index a7d8431eec..3dfb56122e 100644 --- a/doc/man/lwres/lwres_buffer_forward.3 +++ b/doc/man/lwres/lwres_buffer_forward.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_forward.3,v 1.4 2000/11/18 02:59:20 bwelling Exp $ +.\" $Id: lwres_buffer_forward.3,v 1.4.4.1 2001/01/09 22:41:43 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_getmem.3 b/doc/man/lwres/lwres_buffer_getmem.3 index e67f20819f..431a4d547b 100644 --- a/doc/man/lwres/lwres_buffer_getmem.3 +++ b/doc/man/lwres/lwres_buffer_getmem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getmem.3,v 1.4 2000/11/18 02:59:21 bwelling Exp $ +.\" $Id: lwres_buffer_getmem.3,v 1.4.4.1 2001/01/09 22:41:44 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_getuint16.3 b/doc/man/lwres/lwres_buffer_getuint16.3 index cc934170d7..4368d91c72 100644 --- a/doc/man/lwres/lwres_buffer_getuint16.3 +++ b/doc/man/lwres/lwres_buffer_getuint16.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getuint16.3,v 1.4 2000/11/18 02:59:22 bwelling Exp $ +.\" $Id: lwres_buffer_getuint16.3,v 1.4.4.1 2001/01/09 22:41:45 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_getuint32.3 b/doc/man/lwres/lwres_buffer_getuint32.3 index 3a27ba0885..9e59acc0dd 100644 --- a/doc/man/lwres/lwres_buffer_getuint32.3 +++ b/doc/man/lwres/lwres_buffer_getuint32.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getuint32.3,v 1.4 2000/11/18 02:59:24 bwelling Exp $ +.\" $Id: lwres_buffer_getuint32.3,v 1.4.4.1 2001/01/09 22:41:46 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_getuint8.3 b/doc/man/lwres/lwres_buffer_getuint8.3 index 8745264265..e5fbfceabf 100644 --- a/doc/man/lwres/lwres_buffer_getuint8.3 +++ b/doc/man/lwres/lwres_buffer_getuint8.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getuint8.3,v 1.4 2000/11/18 02:59:25 bwelling Exp $ +.\" $Id: lwres_buffer_getuint8.3,v 1.4.4.1 2001/01/09 22:41:47 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_init.3 b/doc/man/lwres/lwres_buffer_init.3 index 53ca2a623a..cb584329a0 100644 --- a/doc/man/lwres/lwres_buffer_init.3 +++ b/doc/man/lwres/lwres_buffer_init.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_init.3,v 1.4 2000/11/18 02:59:26 bwelling Exp $ +.\" $Id: lwres_buffer_init.3,v 1.4.4.1 2001/01/09 22:41:48 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_invalidate.3 b/doc/man/lwres/lwres_buffer_invalidate.3 index b69a0dd274..21c6d4a1d2 100644 --- a/doc/man/lwres/lwres_buffer_invalidate.3 +++ b/doc/man/lwres/lwres_buffer_invalidate.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_invalidate.3,v 1.4 2000/11/18 02:59:28 bwelling Exp $ +.\" $Id: lwres_buffer_invalidate.3,v 1.4.4.1 2001/01/09 22:41:50 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_putmem.3 b/doc/man/lwres/lwres_buffer_putmem.3 index 8dc58b8a74..fbe04be6c4 100644 --- a/doc/man/lwres/lwres_buffer_putmem.3 +++ b/doc/man/lwres/lwres_buffer_putmem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putmem.3,v 1.4 2000/11/18 02:59:29 bwelling Exp $ +.\" $Id: lwres_buffer_putmem.3,v 1.4.4.1 2001/01/09 22:41:51 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_putuint16.3 b/doc/man/lwres/lwres_buffer_putuint16.3 index ca2bf21c91..8a477f045f 100644 --- a/doc/man/lwres/lwres_buffer_putuint16.3 +++ b/doc/man/lwres/lwres_buffer_putuint16.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putuint16.3,v 1.4 2000/11/18 02:59:30 bwelling Exp $ +.\" $Id: lwres_buffer_putuint16.3,v 1.4.4.1 2001/01/09 22:41:52 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_putuint32.3 b/doc/man/lwres/lwres_buffer_putuint32.3 index a93dc7a943..46e36caeb6 100644 --- a/doc/man/lwres/lwres_buffer_putuint32.3 +++ b/doc/man/lwres/lwres_buffer_putuint32.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putuint32.3,v 1.4 2000/11/18 02:59:31 bwelling Exp $ +.\" $Id: lwres_buffer_putuint32.3,v 1.4.4.1 2001/01/09 22:41:53 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_putuint8.3 b/doc/man/lwres/lwres_buffer_putuint8.3 index 5ffbb8bcb6..b6321f41fd 100644 --- a/doc/man/lwres/lwres_buffer_putuint8.3 +++ b/doc/man/lwres/lwres_buffer_putuint8.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putuint8.3,v 1.4 2000/11/18 02:59:32 bwelling Exp $ +.\" $Id: lwres_buffer_putuint8.3,v 1.4.4.1 2001/01/09 22:41:54 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_subtract.3 b/doc/man/lwres/lwres_buffer_subtract.3 index 2647fa4fea..be8690a2f7 100644 --- a/doc/man/lwres/lwres_buffer_subtract.3 +++ b/doc/man/lwres/lwres_buffer_subtract.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_subtract.3,v 1.4 2000/11/18 02:59:33 bwelling Exp $ +.\" $Id: lwres_buffer_subtract.3,v 1.4.4.1 2001/01/09 22:41:55 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_conf_clear.3 b/doc/man/lwres/lwres_conf_clear.3 index 559631b0ab..44cf4c9889 100644 --- a/doc/man/lwres/lwres_conf_clear.3 +++ b/doc/man/lwres/lwres_conf_clear.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_clear.3,v 1.4 2000/11/18 02:59:34 bwelling Exp $ +.\" $Id: lwres_conf_clear.3,v 1.4.4.1 2001/01/09 22:41:56 bwelling Exp $ .so lwres_config.3 diff --git a/doc/man/lwres/lwres_conf_get.3 b/doc/man/lwres/lwres_conf_get.3 index 48bb23566e..fcd991fd19 100644 --- a/doc/man/lwres/lwres_conf_get.3 +++ b/doc/man/lwres/lwres_conf_get.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_get.3,v 1.4 2000/11/18 02:59:35 bwelling Exp $ +.\" $Id: lwres_conf_get.3,v 1.4.4.1 2001/01/09 22:41:57 bwelling Exp $ .so lwres_config.3 diff --git a/doc/man/lwres/lwres_conf_init.3 b/doc/man/lwres/lwres_conf_init.3 index 258940e4be..2bff5fbbbe 100644 --- a/doc/man/lwres/lwres_conf_init.3 +++ b/doc/man/lwres/lwres_conf_init.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_init.3,v 1.4 2000/11/18 02:59:37 bwelling Exp $ +.\" $Id: lwres_conf_init.3,v 1.4.4.1 2001/01/09 22:41:59 bwelling Exp $ .so lwres_config.3 diff --git a/doc/man/lwres/lwres_conf_parse.3 b/doc/man/lwres/lwres_conf_parse.3 index 5a8a4ae00d..014ee729e8 100644 --- a/doc/man/lwres/lwres_conf_parse.3 +++ b/doc/man/lwres/lwres_conf_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_parse.3,v 1.4 2000/11/18 02:59:38 bwelling Exp $ +.\" $Id: lwres_conf_parse.3,v 1.4.4.1 2001/01/09 22:42:00 bwelling Exp $ .so lwres_config.3 diff --git a/doc/man/lwres/lwres_conf_print.3 b/doc/man/lwres/lwres_conf_print.3 index 0586f2874a..9b16228ba9 100644 --- a/doc/man/lwres/lwres_conf_print.3 +++ b/doc/man/lwres/lwres_conf_print.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_print.3,v 1.4 2000/11/18 02:59:39 bwelling Exp $ +.\" $Id: lwres_conf_print.3,v 1.4.4.1 2001/01/09 22:42:01 bwelling Exp $ .so lwres_config.3 diff --git a/doc/man/lwres/lwres_config.3 b/doc/man/lwres/lwres_config.3 index 9eeb3784c6..301270457e 100644 --- a/doc/man/lwres/lwres_config.3 +++ b/doc/man/lwres/lwres_config.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_config.3,v 1.5 2000/12/04 18:37:37 gson Exp $ +.\" $Id: lwres_config.3,v 1.5.4.1 2001/01/09 22:42:02 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_CONFIG 3 diff --git a/doc/man/lwres/lwres_context.3 b/doc/man/lwres/lwres_context.3 index 361c5e524a..868ff975d6 100644 --- a/doc/man/lwres/lwres_context.3 +++ b/doc/man/lwres/lwres_context.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context.3,v 1.5 2000/11/18 02:59:42 bwelling Exp $ +.\" $Id: lwres_context.3,v 1.5.4.1 2001/01/09 22:42:03 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_CONTEXT 3 diff --git a/doc/man/lwres/lwres_context_allocmem.3 b/doc/man/lwres/lwres_context_allocmem.3 index 440704e43f..1d71204257 100644 --- a/doc/man/lwres/lwres_context_allocmem.3 +++ b/doc/man/lwres/lwres_context_allocmem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_allocmem.3,v 1.4 2000/11/18 02:59:43 bwelling Exp $ +.\" $Id: lwres_context_allocmem.3,v 1.4.4.1 2001/01/09 22:42:04 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_create.3 b/doc/man/lwres/lwres_context_create.3 index a2ed9e6689..406bbb3622 100644 --- a/doc/man/lwres/lwres_context_create.3 +++ b/doc/man/lwres/lwres_context_create.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_create.3,v 1.4 2000/11/18 02:59:44 bwelling Exp $ +.\" $Id: lwres_context_create.3,v 1.4.4.1 2001/01/09 22:42:05 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_destroy.3 b/doc/man/lwres/lwres_context_destroy.3 index 6f83d7e7a7..8f2120e6ce 100644 --- a/doc/man/lwres/lwres_context_destroy.3 +++ b/doc/man/lwres/lwres_context_destroy.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_destroy.3,v 1.4 2000/11/18 02:59:45 bwelling Exp $ +.\" $Id: lwres_context_destroy.3,v 1.4.4.1 2001/01/09 22:42:06 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_freemem.3 b/doc/man/lwres/lwres_context_freemem.3 index 5afdbbb531..7c5b87e3d7 100644 --- a/doc/man/lwres/lwres_context_freemem.3 +++ b/doc/man/lwres/lwres_context_freemem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_freemem.3,v 1.4 2000/11/18 02:59:46 bwelling Exp $ +.\" $Id: lwres_context_freemem.3,v 1.4.4.1 2001/01/09 22:42:08 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_initserial.3 b/doc/man/lwres/lwres_context_initserial.3 index f67928753a..8bf7195644 100644 --- a/doc/man/lwres/lwres_context_initserial.3 +++ b/doc/man/lwres/lwres_context_initserial.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_initserial.3,v 1.4 2000/11/18 02:59:47 bwelling Exp $ +.\" $Id: lwres_context_initserial.3,v 1.4.4.1 2001/01/09 22:42:09 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_nextserial.3 b/doc/man/lwres/lwres_context_nextserial.3 index a62b02b742..13a5d650b6 100644 --- a/doc/man/lwres/lwres_context_nextserial.3 +++ b/doc/man/lwres/lwres_context_nextserial.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_nextserial.3,v 1.4 2000/11/18 02:59:48 bwelling Exp $ +.\" $Id: lwres_context_nextserial.3,v 1.4.4.1 2001/01/09 22:42:10 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_sendrecv.3 b/doc/man/lwres/lwres_context_sendrecv.3 index 23904a2fb1..00cf11f872 100644 --- a/doc/man/lwres/lwres_context_sendrecv.3 +++ b/doc/man/lwres/lwres_context_sendrecv.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_sendrecv.3,v 1.4 2000/11/18 02:59:49 bwelling Exp $ +.\" $Id: lwres_context_sendrecv.3,v 1.4.4.1 2001/01/09 22:42:11 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_endhostent.3 b/doc/man/lwres/lwres_endhostent.3 index b70ae5da55..83375d8b65 100644 --- a/doc/man/lwres/lwres_endhostent.3 +++ b/doc/man/lwres/lwres_endhostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_endhostent.3,v 1.4 2000/11/18 02:59:51 bwelling Exp $ +.\" $Id: lwres_endhostent.3,v 1.4.4.1 2001/01/09 22:42:12 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_endhostent_r.3 b/doc/man/lwres/lwres_endhostent_r.3 index 099fded7ea..532cdfec04 100644 --- a/doc/man/lwres/lwres_endhostent_r.3 +++ b/doc/man/lwres/lwres_endhostent_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_endhostent_r.3,v 1.4 2000/11/18 02:59:52 bwelling Exp $ +.\" $Id: lwres_endhostent_r.3,v 1.4.4.1 2001/01/09 22:42:13 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_freeaddrinfo.3 b/doc/man/lwres/lwres_freeaddrinfo.3 index 70245ad1f0..87d32dc348 100644 --- a/doc/man/lwres/lwres_freeaddrinfo.3 +++ b/doc/man/lwres/lwres_freeaddrinfo.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_freeaddrinfo.3,v 1.4 2000/11/18 02:59:54 bwelling Exp $ +.\" $Id: lwres_freeaddrinfo.3,v 1.4.4.1 2001/01/09 22:42:14 bwelling Exp $ .so lwres_getaddrinfo.3 diff --git a/doc/man/lwres/lwres_freehostent.3 b/doc/man/lwres/lwres_freehostent.3 index 84d6797bd9..44409ed348 100644 --- a/doc/man/lwres/lwres_freehostent.3 +++ b/doc/man/lwres/lwres_freehostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_freehostent.3,v 1.4 2000/11/18 02:59:55 bwelling Exp $ +.\" $Id: lwres_freehostent.3,v 1.4.4.1 2001/01/09 22:42:15 bwelling Exp $ .so lwres_getipnode.3 diff --git a/doc/man/lwres/lwres_gabn.3 b/doc/man/lwres/lwres_gabn.3 index c58d418ea5..dba62db833 100644 --- a/doc/man/lwres/lwres_gabn.3 +++ b/doc/man/lwres/lwres_gabn.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabn.3,v 1.5 2000/11/18 02:59:56 bwelling Exp $ +.\" $Id: lwres_gabn.3,v 1.5.4.1 2001/01/09 22:42:16 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GABN 3 diff --git a/doc/man/lwres/lwres_gabnrequest_free.3 b/doc/man/lwres/lwres_gabnrequest_free.3 index 5664564cd5..44faca0f76 100644 --- a/doc/man/lwres/lwres_gabnrequest_free.3 +++ b/doc/man/lwres/lwres_gabnrequest_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnrequest_free.3,v 1.4 2000/11/18 02:59:57 bwelling Exp $ +.\" $Id: lwres_gabnrequest_free.3,v 1.4.4.1 2001/01/09 22:42:18 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gabnrequest_parse.3 b/doc/man/lwres/lwres_gabnrequest_parse.3 index 70f953f1ca..b8653f7776 100644 --- a/doc/man/lwres/lwres_gabnrequest_parse.3 +++ b/doc/man/lwres/lwres_gabnrequest_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnrequest_parse.3,v 1.4 2000/11/18 02:59:58 bwelling Exp $ +.\" $Id: lwres_gabnrequest_parse.3,v 1.4.4.1 2001/01/09 22:42:19 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gabnrequest_render.3 b/doc/man/lwres/lwres_gabnrequest_render.3 index db878a9224..58e7cf3154 100644 --- a/doc/man/lwres/lwres_gabnrequest_render.3 +++ b/doc/man/lwres/lwres_gabnrequest_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnrequest_render.3,v 1.4 2000/11/18 03:00:00 bwelling Exp $ +.\" $Id: lwres_gabnrequest_render.3,v 1.4.4.1 2001/01/09 22:42:20 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gabnresponse_free.3 b/doc/man/lwres/lwres_gabnresponse_free.3 index 683b63f22d..474a1df815 100644 --- a/doc/man/lwres/lwres_gabnresponse_free.3 +++ b/doc/man/lwres/lwres_gabnresponse_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnresponse_free.3,v 1.4 2000/11/18 03:00:01 bwelling Exp $ +.\" $Id: lwres_gabnresponse_free.3,v 1.4.4.1 2001/01/09 22:42:21 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gabnresponse_parse.3 b/doc/man/lwres/lwres_gabnresponse_parse.3 index e71760d2cb..9194d4d3d3 100644 --- a/doc/man/lwres/lwres_gabnresponse_parse.3 +++ b/doc/man/lwres/lwres_gabnresponse_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnresponse_parse.3,v 1.4 2000/11/18 03:00:02 bwelling Exp $ +.\" $Id: lwres_gabnresponse_parse.3,v 1.4.4.1 2001/01/09 22:42:22 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gabnresponse_render.3 b/doc/man/lwres/lwres_gabnresponse_render.3 index 9f3e57657a..076ea2eb6b 100644 --- a/doc/man/lwres/lwres_gabnresponse_render.3 +++ b/doc/man/lwres/lwres_gabnresponse_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnresponse_render.3,v 1.4 2000/11/18 03:00:03 bwelling Exp $ +.\" $Id: lwres_gabnresponse_render.3,v 1.4.4.1 2001/01/09 22:42:23 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gai_strerror.3 b/doc/man/lwres/lwres_gai_strerror.3 index 9d54377bff..fd28a65ff5 100644 --- a/doc/man/lwres/lwres_gai_strerror.3 +++ b/doc/man/lwres/lwres_gai_strerror.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gai_strerror.3,v 1.5 2000/11/18 03:00:05 bwelling Exp $ +.\" $Id: lwres_gai_strerror.3,v 1.5.4.1 2001/01/09 22:42:24 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GAI_STRERROR 3 diff --git a/doc/man/lwres/lwres_getaddrinfo.3 b/doc/man/lwres/lwres_getaddrinfo.3 index 090d922e60..a167e00ea0 100644 --- a/doc/man/lwres/lwres_getaddrinfo.3 +++ b/doc/man/lwres/lwres_getaddrinfo.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getaddrinfo.3,v 1.7 2000/11/18 03:00:08 bwelling Exp $ +.\" $Id: lwres_getaddrinfo.3,v 1.7.4.1 2001/01/09 22:42:25 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETADDRINFO 3 diff --git a/doc/man/lwres/lwres_getaddrsbyname.3 b/doc/man/lwres/lwres_getaddrsbyname.3 index 6fba97807d..b55f982848 100644 --- a/doc/man/lwres/lwres_getaddrsbyname.3 +++ b/doc/man/lwres/lwres_getaddrsbyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getaddrsbyname.3,v 1.4 2000/11/18 03:00:10 bwelling Exp $ +.\" $Id: lwres_getaddrsbyname.3,v 1.4.4.1 2001/01/09 22:42:27 bwelling Exp $ .so lwres_resutil.3 diff --git a/doc/man/lwres/lwres_gethostbyaddr.3 b/doc/man/lwres/lwres_gethostbyaddr.3 index 36e4ac8f52..4de8115e28 100644 --- a/doc/man/lwres/lwres_gethostbyaddr.3 +++ b/doc/man/lwres/lwres_gethostbyaddr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyaddr.3,v 1.4 2000/11/18 03:00:12 bwelling Exp $ +.\" $Id: lwres_gethostbyaddr.3,v 1.4.4.1 2001/01/09 22:42:28 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_gethostbyaddr_r.3 b/doc/man/lwres/lwres_gethostbyaddr_r.3 index a0af779051..acdb048a22 100644 --- a/doc/man/lwres/lwres_gethostbyaddr_r.3 +++ b/doc/man/lwres/lwres_gethostbyaddr_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyaddr_r.3,v 1.4 2000/11/18 03:00:15 bwelling Exp $ +.\" $Id: lwres_gethostbyaddr_r.3,v 1.4.4.1 2001/01/09 22:42:29 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_gethostbyname.3 b/doc/man/lwres/lwres_gethostbyname.3 index d4f07df622..0275019fd8 100644 --- a/doc/man/lwres/lwres_gethostbyname.3 +++ b/doc/man/lwres/lwres_gethostbyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyname.3,v 1.4 2000/11/18 03:00:17 bwelling Exp $ +.\" $Id: lwres_gethostbyname.3,v 1.4.4.1 2001/01/09 22:42:30 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_gethostbyname2.3 b/doc/man/lwres/lwres_gethostbyname2.3 index afbf8a647c..6c70dbdaab 100644 --- a/doc/man/lwres/lwres_gethostbyname2.3 +++ b/doc/man/lwres/lwres_gethostbyname2.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyname2.3,v 1.4 2000/11/18 03:00:19 bwelling Exp $ +.\" $Id: lwres_gethostbyname2.3,v 1.4.4.1 2001/01/09 22:42:31 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_gethostbyname_r.3 b/doc/man/lwres/lwres_gethostbyname_r.3 index faa4c14d4f..c36bce653a 100644 --- a/doc/man/lwres/lwres_gethostbyname_r.3 +++ b/doc/man/lwres/lwres_gethostbyname_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyname_r.3,v 1.4 2000/11/18 03:00:20 bwelling Exp $ +.\" $Id: lwres_gethostbyname_r.3,v 1.4.4.1 2001/01/09 22:42:32 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_gethostent.3 b/doc/man/lwres/lwres_gethostent.3 index 985f7fe221..f495b095ed 100644 --- a/doc/man/lwres/lwres_gethostent.3 +++ b/doc/man/lwres/lwres_gethostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostent.3,v 1.6 2000/12/04 18:37:38 gson Exp $ +.\" $Id: lwres_gethostent.3,v 1.6.4.1 2001/01/09 22:42:33 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETHOSTENT 3 diff --git a/doc/man/lwres/lwres_gethostent_r.3 b/doc/man/lwres/lwres_gethostent_r.3 index d64587cbe8..3dfdcc9b55 100644 --- a/doc/man/lwres/lwres_gethostent_r.3 +++ b/doc/man/lwres/lwres_gethostent_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostent_r.3,v 1.4 2000/11/18 03:00:22 bwelling Exp $ +.\" $Id: lwres_gethostent_r.3,v 1.4.4.1 2001/01/09 22:42:34 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_getipnode.3 b/doc/man/lwres/lwres_getipnode.3 index fde2479d35..00a25df2b7 100644 --- a/doc/man/lwres/lwres_getipnode.3 +++ b/doc/man/lwres/lwres_getipnode.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getipnode.3,v 1.5 2000/11/18 03:00:23 bwelling Exp $ +.\" $Id: lwres_getipnode.3,v 1.5.4.1 2001/01/09 22:42:35 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETIPNODE 3 diff --git a/doc/man/lwres/lwres_getipnodebyaddr.3 b/doc/man/lwres/lwres_getipnodebyaddr.3 index 975c3f3794..371d5427c6 100644 --- a/doc/man/lwres/lwres_getipnodebyaddr.3 +++ b/doc/man/lwres/lwres_getipnodebyaddr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getipnodebyaddr.3,v 1.4 2000/11/18 03:00:25 bwelling Exp $ +.\" $Id: lwres_getipnodebyaddr.3,v 1.4.4.1 2001/01/09 22:42:37 bwelling Exp $ .so lwres_getipnode.3 diff --git a/doc/man/lwres/lwres_getipnodebyname.3 b/doc/man/lwres/lwres_getipnodebyname.3 index d4cbb271e5..6b644dc06d 100644 --- a/doc/man/lwres/lwres_getipnodebyname.3 +++ b/doc/man/lwres/lwres_getipnodebyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getipnodebyname.3,v 1.4 2000/11/18 03:00:26 bwelling Exp $ +.\" $Id: lwres_getipnodebyname.3,v 1.4.4.1 2001/01/09 22:42:38 bwelling Exp $ .so lwres_getipnode.3 diff --git a/doc/man/lwres/lwres_getnamebyaddr.3 b/doc/man/lwres/lwres_getnamebyaddr.3 index a52aacb5ec..ca8b9c1395 100644 --- a/doc/man/lwres/lwres_getnamebyaddr.3 +++ b/doc/man/lwres/lwres_getnamebyaddr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getnamebyaddr.3,v 1.4 2000/11/18 03:00:27 bwelling Exp $ +.\" $Id: lwres_getnamebyaddr.3,v 1.4.4.1 2001/01/09 22:42:39 bwelling Exp $ .so lwres_resutil.3 diff --git a/doc/man/lwres/lwres_getnameinfo.3 b/doc/man/lwres/lwres_getnameinfo.3 index 02342f6bb5..2bd83d8948 100644 --- a/doc/man/lwres/lwres_getnameinfo.3 +++ b/doc/man/lwres/lwres_getnameinfo.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getnameinfo.3,v 1.7 2000/12/04 18:37:39 gson Exp $ +.\" $Id: lwres_getnameinfo.3,v 1.7.4.1 2001/01/09 22:42:40 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETNAMEINFO 3 diff --git a/doc/man/lwres/lwres_getrrsetbyname.3 b/doc/man/lwres/lwres_getrrsetbyname.3 index e1670b0674..73e1e7c07d 100644 --- a/doc/man/lwres/lwres_getrrsetbyname.3 +++ b/doc/man/lwres/lwres_getrrsetbyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getrrsetbyname.3,v 1.3 2000/11/29 22:55:11 gson Exp $ +.\" $Id: lwres_getrrsetbyname.3,v 1.3.4.1 2001/01/09 22:42:41 bwelling Exp $ .Dd Oct 18, 2000 .Dt LWRES_GETRRSETBYNAME 3 diff --git a/doc/man/lwres/lwres_gnba.3 b/doc/man/lwres/lwres_gnba.3 index a86587b5a8..c50f8159be 100644 --- a/doc/man/lwres/lwres_gnba.3 +++ b/doc/man/lwres/lwres_gnba.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnba.3,v 1.5 2000/11/18 03:00:30 bwelling Exp $ +.\" $Id: lwres_gnba.3,v 1.5.4.1 2001/01/09 22:42:42 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GNBA 3 diff --git a/doc/man/lwres/lwres_gnbarequest_free.3 b/doc/man/lwres/lwres_gnbarequest_free.3 index fc64030ecd..143390444c 100644 --- a/doc/man/lwres/lwres_gnbarequest_free.3 +++ b/doc/man/lwres/lwres_gnbarequest_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbarequest_free.3,v 1.4 2000/11/18 03:00:31 bwelling Exp $ +.\" $Id: lwres_gnbarequest_free.3,v 1.4.4.1 2001/01/09 22:42:43 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_gnbarequest_parse.3 b/doc/man/lwres/lwres_gnbarequest_parse.3 index 32f2a97457..816b26d10d 100644 --- a/doc/man/lwres/lwres_gnbarequest_parse.3 +++ b/doc/man/lwres/lwres_gnbarequest_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbarequest_parse.3,v 1.4 2000/11/18 03:00:33 bwelling Exp $ +.\" $Id: lwres_gnbarequest_parse.3,v 1.4.4.1 2001/01/09 22:42:44 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_gnbarequest_render.3 b/doc/man/lwres/lwres_gnbarequest_render.3 index 0ba9b8b759..525a6b0f76 100644 --- a/doc/man/lwres/lwres_gnbarequest_render.3 +++ b/doc/man/lwres/lwres_gnbarequest_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbarequest_render.3,v 1.4 2000/11/18 03:00:34 bwelling Exp $ +.\" $Id: lwres_gnbarequest_render.3,v 1.4.4.1 2001/01/09 22:42:45 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_gnbaresponse_free.3 b/doc/man/lwres/lwres_gnbaresponse_free.3 index f2c09474a1..eb1ab6c6bc 100644 --- a/doc/man/lwres/lwres_gnbaresponse_free.3 +++ b/doc/man/lwres/lwres_gnbaresponse_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbaresponse_free.3,v 1.4 2000/11/18 03:00:36 bwelling Exp $ +.\" $Id: lwres_gnbaresponse_free.3,v 1.4.4.1 2001/01/09 22:42:47 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_gnbaresponse_parse.3 b/doc/man/lwres/lwres_gnbaresponse_parse.3 index c0d61e9d8a..4631beb1d7 100644 --- a/doc/man/lwres/lwres_gnbaresponse_parse.3 +++ b/doc/man/lwres/lwres_gnbaresponse_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbaresponse_parse.3,v 1.4 2000/11/18 03:00:37 bwelling Exp $ +.\" $Id: lwres_gnbaresponse_parse.3,v 1.4.4.1 2001/01/09 22:42:48 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_gnbaresponse_render.3 b/doc/man/lwres/lwres_gnbaresponse_render.3 index 7836544892..127b665571 100644 --- a/doc/man/lwres/lwres_gnbaresponse_render.3 +++ b/doc/man/lwres/lwres_gnbaresponse_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbaresponse_render.3,v 1.4 2000/11/18 03:00:38 bwelling Exp $ +.\" $Id: lwres_gnbaresponse_render.3,v 1.4.4.1 2001/01/09 22:42:49 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_herror.3 b/doc/man/lwres/lwres_herror.3 index 2eb2dbd56f..188dda2c61 100644 --- a/doc/man/lwres/lwres_herror.3 +++ b/doc/man/lwres/lwres_herror.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_herror.3,v 1.4 2000/11/18 03:00:39 bwelling Exp $ +.\" $Id: lwres_herror.3,v 1.4.4.1 2001/01/09 22:42:50 bwelling Exp $ .so lwres_hstrerror.3 diff --git a/doc/man/lwres/lwres_hstrerror.3 b/doc/man/lwres/lwres_hstrerror.3 index ed7b9a2fa6..8ac6b512b2 100644 --- a/doc/man/lwres/lwres_hstrerror.3 +++ b/doc/man/lwres/lwres_hstrerror.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_hstrerror.3,v 1.5 2000/12/04 18:37:40 gson Exp $ +.\" $Id: lwres_hstrerror.3,v 1.5.4.1 2001/01/09 22:42:51 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_ERROR 3 diff --git a/doc/man/lwres/lwres_inetntop.3 b/doc/man/lwres/lwres_inetntop.3 index c10f19ab3a..75ff58cfda 100644 --- a/doc/man/lwres/lwres_inetntop.3 +++ b/doc/man/lwres/lwres_inetntop.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_inetntop.3,v 1.4 2000/11/18 03:00:43 bwelling Exp $ +.\" $Id: lwres_inetntop.3,v 1.4.4.1 2001/01/09 22:42:52 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_INETNTOP 3 diff --git a/doc/man/lwres/lwres_lwpacket_parseheader.3 b/doc/man/lwres/lwres_lwpacket_parseheader.3 index cd41ee6b48..9f732cf90b 100644 --- a/doc/man/lwres/lwres_lwpacket_parseheader.3 +++ b/doc/man/lwres/lwres_lwpacket_parseheader.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_lwpacket_parseheader.3,v 1.4 2000/11/18 03:00:44 bwelling Exp $ +.\" $Id: lwres_lwpacket_parseheader.3,v 1.4.4.1 2001/01/09 22:42:53 bwelling Exp $ .so lwres_packet.3 diff --git a/doc/man/lwres/lwres_lwpacket_renderheader.3 b/doc/man/lwres/lwres_lwpacket_renderheader.3 index 1b1cd33511..bc0e383e26 100644 --- a/doc/man/lwres/lwres_lwpacket_renderheader.3 +++ b/doc/man/lwres/lwres_lwpacket_renderheader.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_lwpacket_renderheader.3,v 1.4 2000/11/18 03:00:45 bwelling Exp $ +.\" $Id: lwres_lwpacket_renderheader.3,v 1.4.4.1 2001/01/09 22:42:54 bwelling Exp $ .so lwres_packet.3 diff --git a/doc/man/lwres/lwres_net_ntop.3 b/doc/man/lwres/lwres_net_ntop.3 index 59b0fa5d4a..380c271747 100644 --- a/doc/man/lwres/lwres_net_ntop.3 +++ b/doc/man/lwres/lwres_net_ntop.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_net_ntop.3,v 1.4 2000/11/18 03:00:46 bwelling Exp $ +.\" $Id: lwres_net_ntop.3,v 1.4.4.1 2001/01/09 22:42:55 bwelling Exp $ .so lwres_inetntop.3 diff --git a/doc/man/lwres/lwres_noop.3 b/doc/man/lwres/lwres_noop.3 index e4fd5e5e38..2002bf8902 100644 --- a/doc/man/lwres/lwres_noop.3 +++ b/doc/man/lwres/lwres_noop.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noop.3,v 1.5 2000/11/18 03:00:47 bwelling Exp $ +.\" $Id: lwres_noop.3,v 1.5.4.1 2001/01/09 22:42:57 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_NOOP 3 diff --git a/doc/man/lwres/lwres_nooprequest_free.3 b/doc/man/lwres/lwres_nooprequest_free.3 index 821ab56f1f..f6777bb41f 100644 --- a/doc/man/lwres/lwres_nooprequest_free.3 +++ b/doc/man/lwres/lwres_nooprequest_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_nooprequest_free.3,v 1.4 2000/11/18 03:00:48 bwelling Exp $ +.\" $Id: lwres_nooprequest_free.3,v 1.4.4.1 2001/01/09 22:42:58 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_nooprequest_parse.3 b/doc/man/lwres/lwres_nooprequest_parse.3 index 05606c10c6..9f34c52e94 100644 --- a/doc/man/lwres/lwres_nooprequest_parse.3 +++ b/doc/man/lwres/lwres_nooprequest_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_nooprequest_parse.3,v 1.4 2000/11/18 03:00:50 bwelling Exp $ +.\" $Id: lwres_nooprequest_parse.3,v 1.4.4.1 2001/01/09 22:42:59 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_nooprequest_render.3 b/doc/man/lwres/lwres_nooprequest_render.3 index 394b90973f..b2e2b2ab82 100644 --- a/doc/man/lwres/lwres_nooprequest_render.3 +++ b/doc/man/lwres/lwres_nooprequest_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_nooprequest_render.3,v 1.4 2000/11/18 03:00:51 bwelling Exp $ +.\" $Id: lwres_nooprequest_render.3,v 1.4.4.1 2001/01/09 22:43:00 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_noopresponse_free.3 b/doc/man/lwres/lwres_noopresponse_free.3 index 7114f96e8a..5b5f152494 100644 --- a/doc/man/lwres/lwres_noopresponse_free.3 +++ b/doc/man/lwres/lwres_noopresponse_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noopresponse_free.3,v 1.4 2000/11/18 03:00:53 bwelling Exp $ +.\" $Id: lwres_noopresponse_free.3,v 1.4.4.1 2001/01/09 22:43:01 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_noopresponse_parse.3 b/doc/man/lwres/lwres_noopresponse_parse.3 index ae078db968..f6924bcbe5 100644 --- a/doc/man/lwres/lwres_noopresponse_parse.3 +++ b/doc/man/lwres/lwres_noopresponse_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noopresponse_parse.3,v 1.4 2000/11/18 03:00:54 bwelling Exp $ +.\" $Id: lwres_noopresponse_parse.3,v 1.4.4.1 2001/01/09 22:43:02 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_noopresponse_render.3 b/doc/man/lwres/lwres_noopresponse_render.3 index ee1d3bf559..9c54e5db42 100644 --- a/doc/man/lwres/lwres_noopresponse_render.3 +++ b/doc/man/lwres/lwres_noopresponse_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noopresponse_render.3,v 1.4 2000/11/18 03:00:55 bwelling Exp $ +.\" $Id: lwres_noopresponse_render.3,v 1.4.4.1 2001/01/09 22:43:03 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_packet.3 b/doc/man/lwres/lwres_packet.3 index 035da6d388..9f776092ee 100644 --- a/doc/man/lwres/lwres_packet.3 +++ b/doc/man/lwres/lwres_packet.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_packet.3,v 1.5 2000/11/18 03:00:56 bwelling Exp $ +.\" $Id: lwres_packet.3,v 1.5.4.1 2001/01/09 22:43:04 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_PACKET 3 diff --git a/doc/man/lwres/lwres_resutil.3 b/doc/man/lwres/lwres_resutil.3 index d8ba526f17..6d0c448d9d 100644 --- a/doc/man/lwres/lwres_resutil.3 +++ b/doc/man/lwres/lwres_resutil.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_resutil.3,v 1.4 2000/11/18 03:00:57 bwelling Exp $ +.\" $Id: lwres_resutil.3,v 1.4.4.1 2001/01/09 22:43:05 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_RESUTIL 3 diff --git a/doc/man/lwres/lwres_sethostent.3 b/doc/man/lwres/lwres_sethostent.3 index 40fdd38c36..8018357cec 100644 --- a/doc/man/lwres/lwres_sethostent.3 +++ b/doc/man/lwres/lwres_sethostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_sethostent.3,v 1.4 2000/11/18 03:00:58 bwelling Exp $ +.\" $Id: lwres_sethostent.3,v 1.4.4.1 2001/01/09 22:43:06 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_sethostent_r.3 b/doc/man/lwres/lwres_sethostent_r.3 index 86583a6107..d9a907f29c 100644 --- a/doc/man/lwres/lwres_sethostent_r.3 +++ b/doc/man/lwres/lwres_sethostent_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_sethostent_r.3,v 1.4 2000/11/18 03:00:59 bwelling Exp $ +.\" $Id: lwres_sethostent_r.3,v 1.4.4.1 2001/01/09 22:43:07 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_string_parse.3 b/doc/man/lwres/lwres_string_parse.3 index bece6a8af9..dadf7febf7 100644 --- a/doc/man/lwres/lwres_string_parse.3 +++ b/doc/man/lwres/lwres_string_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_string_parse.3,v 1.4 2000/11/18 03:01:00 bwelling Exp $ +.\" $Id: lwres_string_parse.3,v 1.4.4.1 2001/01/09 22:43:09 bwelling Exp $ .so lwres_resutil.3 diff --git a/doc/misc/dnssec b/doc/misc/dnssec index 2d5e4eb8bd..c19a8ecd4c 100644 --- a/doc/misc/dnssec +++ b/doc/misc/dnssec @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. DNSSEC Release Notes @@ -87,4 +87,4 @@ own. For example, if openssl was installed under /usr/local, use "configure --with-openssl=/usr/local". -$Id: dnssec,v 1.9 2000/08/09 04:37:39 tale Exp $ +$Id: dnssec,v 1.9.4.1 2001/01/09 22:43:10 bwelling Exp $ diff --git a/doc/misc/ipv6 b/doc/misc/ipv6 index 15cbd1589a..29484fd765 100644 --- a/doc/misc/ipv6 +++ b/doc/misc/ipv6 @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Currently, there are multiple interesting problems with ipv6 @@ -96,4 +96,4 @@ RELEVANT RFCs draft-ietf-ipngwg-rfc2292bis-01: Advanced Sockets API for IPv6 (draft) -$Id: ipv6,v 1.4 2000/08/09 04:37:40 tale Exp $ +$Id: ipv6,v 1.4.4.1 2001/01/09 22:43:11 bwelling Exp $ diff --git a/doc/misc/migration b/doc/misc/migration index 975146ff0b..7374668fe1 100644 --- a/doc/misc/migration +++ b/doc/misc/migration @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. BIND 8 to BIND 9 Migration Notes @@ -162,4 +162,4 @@ see the man pages in doc/man/bin/rndc.1 and doc/man/bin/rndc.conf.5 for details. Some of the ndc commands are still unimplemented in rndc. -$Id: migration,v 1.17 2000/12/19 00:36:05 marka Exp $ +$Id: migration,v 1.17.2.1 2001/01/09 22:43:12 bwelling Exp $ diff --git a/doc/misc/options b/doc/misc/options index fbdaefa88e..b4a619a863 100644 --- a/doc/misc/options +++ b/doc/misc/options @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: options,v 1.54 2000/12/15 21:17:25 gson Exp $ +$Id: options,v 1.54.2.1 2001/01/09 22:43:14 bwelling Exp $ This is a summary of the implementation status of the various named.conf options in BIND 9. diff --git a/doc/misc/sdb b/doc/misc/sdb index 30532c1cdb..2cf1ecba09 100644 --- a/doc/misc/sdb +++ b/doc/misc/sdb @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Using the BIND 9 Simplified Database Interface @@ -165,4 +165,4 @@ Future Directions A future release may support dynamic loading of sdb drivers. -$Id: sdb,v 1.3 2000/11/30 02:03:18 sjacob Exp $ +$Id: sdb,v 1.3.4.1 2001/01/09 22:43:15 bwelling Exp $ diff --git a/doc/private/options b/doc/private/options index 9fd127e771..bcfade04de 100644 --- a/doc/private/options +++ b/doc/private/options @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: options,v 1.4 2000/12/13 00:15:10 tale Exp $ +$Id: options,v 1.4.2.1 2001/01/09 22:43:16 bwelling Exp $ options { ... diff --git a/isc-config.sh.in b/isc-config.sh.in index 7c7cb01f9b..08cd4829b0 100644 --- a/isc-config.sh.in +++ b/isc-config.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: isc-config.sh.in,v 1.7 2000/09/26 19:12:44 explorer Exp $ +# $Id: isc-config.sh.in,v 1.7.4.1 2001/01/09 22:31:08 bwelling Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ diff --git a/lib/Makefile.in b/lib/Makefile.in index 07c3ec1528..4831a5d42d 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.11 2000/08/01 01:22:03 tale Exp $ +# $Id: Makefile.in,v 1.11.4.1 2001/01/09 22:43:17 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index 1591d271c5..22ba778032 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.117 2000/12/09 02:17:04 bwelling Exp $ +# $Id: Makefile.in,v 1.117.4.1 2001/01/09 22:43:19 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/a6.c b/lib/dns/a6.c index e83606ad20..0c8b2c032d 100644 --- a/lib/dns/a6.c +++ b/lib/dns/a6.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: a6.c,v 1.18 2000/10/31 03:21:48 marka Exp $ */ +/* $Id: a6.c,v 1.18.4.1 2001/01/09 22:43:20 bwelling Exp $ */ #include diff --git a/lib/dns/acl.c b/lib/dns/acl.c index 391aea8570..850711acf5 100644 --- a/lib/dns/acl.c +++ b/lib/dns/acl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: acl.c,v 1.17 2000/12/01 18:22:15 gson Exp $ */ +/* $Id: acl.c,v 1.17.4.1 2001/01/09 22:43:21 bwelling Exp $ */ #include diff --git a/lib/dns/adb.c b/lib/dns/adb.c index 69d25918d8..7e3d282dda 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb.c,v 1.162 2000/12/20 23:31:04 bwelling Exp $ */ +/* $Id: adb.c,v 1.162.2.1 2001/01/09 22:43:22 bwelling Exp $ */ /* * Implementation notes diff --git a/lib/dns/byaddr.c b/lib/dns/byaddr.c index fdc79456aa..6c0f208062 100644 --- a/lib/dns/byaddr.c +++ b/lib/dns/byaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: byaddr.c,v 1.27 2000/11/20 10:20:10 marka Exp $ */ +/* $Id: byaddr.c,v 1.27.4.1 2001/01/09 22:43:24 bwelling Exp $ */ #include diff --git a/lib/dns/cache.c b/lib/dns/cache.c index ef5fff47b5..b437d288d8 100644 --- a/lib/dns/cache.c +++ b/lib/dns/cache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cache.c,v 1.31 2000/12/11 19:24:03 bwelling Exp $ */ +/* $Id: cache.c,v 1.31.2.1 2001/01/09 22:43:25 bwelling Exp $ */ #include diff --git a/lib/dns/callbacks.c b/lib/dns/callbacks.c index 31ab74ecd7..557fa397dc 100644 --- a/lib/dns/callbacks.c +++ b/lib/dns/callbacks.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: callbacks.c,v 1.10 2000/08/01 01:22:13 tale Exp $ */ +/* $Id: callbacks.c,v 1.10.4.1 2001/01/09 22:43:26 bwelling Exp $ */ #include diff --git a/lib/dns/compress.c b/lib/dns/compress.c index cdc9e0eb93..8edd44e79b 100644 --- a/lib/dns/compress.c +++ b/lib/dns/compress.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: compress.c,v 1.36.4.1 2001/01/06 01:33:31 gson Exp $ */ +/* $Id: compress.c,v 1.36.4.2 2001/01/09 22:43:27 bwelling Exp $ */ #define DNS_NAME_USEINLINE 1 diff --git a/lib/dns/config/Makefile.in b/lib/dns/config/Makefile.in index 665608621d..141bd7f54e 100644 --- a/lib/dns/config/Makefile.in +++ b/lib/dns/config/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.25 2000/10/10 21:58:01 bwelling Exp $ +# $Id: Makefile.in,v 1.25.4.1 2001/01/09 22:44:34 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/config/confacl.c b/lib/dns/config/confacl.c index 02eece3aeb..d70b135c69 100644 --- a/lib/dns/config/confacl.c +++ b/lib/dns/config/confacl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confacl.c,v 1.21 2000/11/03 22:56:39 gson Exp $ */ +/* $Id: confacl.c,v 1.21.4.1 2001/01/09 22:44:35 bwelling Exp $ */ #include diff --git a/lib/dns/config/confcache.c b/lib/dns/config/confcache.c index 8ce9fda1ef..795a2e00b1 100644 --- a/lib/dns/config/confcache.c +++ b/lib/dns/config/confcache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confcache.c,v 1.8 2000/08/01 01:23:15 tale Exp $ */ +/* $Id: confcache.c,v 1.8.4.1 2001/01/09 22:44:36 bwelling Exp $ */ #include diff --git a/lib/dns/config/confcommon.c b/lib/dns/config/confcommon.c index 070bed82a5..2aeb8fb156 100644 --- a/lib/dns/config/confcommon.c +++ b/lib/dns/config/confcommon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confcommon.c,v 1.35 2000/12/07 01:45:52 brister Exp $ */ +/* $Id: confcommon.c,v 1.35.4.1 2001/01/09 22:44:38 bwelling Exp $ */ #include diff --git a/lib/dns/config/confctl.c b/lib/dns/config/confctl.c index 6c71cfff87..e90977396c 100644 --- a/lib/dns/config/confctl.c +++ b/lib/dns/config/confctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confctl.c,v 1.31 2000/12/06 20:36:00 gson Exp $ */ +/* $Id: confctl.c,v 1.31.4.1 2001/01/09 22:44:39 bwelling Exp $ */ #include diff --git a/lib/dns/config/confctx.c b/lib/dns/config/confctx.c index cece9f9b0b..be3343c500 100644 --- a/lib/dns/config/confctx.c +++ b/lib/dns/config/confctx.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confctx.c,v 1.113 2000/12/13 00:15:18 tale Exp $ */ +/* $Id: confctx.c,v 1.113.2.1 2001/01/09 22:44:40 bwelling Exp $ */ #include diff --git a/lib/dns/config/confip.c b/lib/dns/config/confip.c index 4d4094cf85..1d2ab4d3ae 100644 --- a/lib/dns/config/confip.c +++ b/lib/dns/config/confip.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confip.c,v 1.38 2000/12/13 00:15:21 tale Exp $ */ +/* $Id: confip.c,v 1.38.2.1 2001/01/09 22:44:42 bwelling Exp $ */ #include diff --git a/lib/dns/config/confkeys.c b/lib/dns/config/confkeys.c index 199c13e4f2..206efcbdc1 100644 --- a/lib/dns/config/confkeys.c +++ b/lib/dns/config/confkeys.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confkeys.c,v 1.30 2000/12/07 01:45:54 brister Exp $ */ +/* $Id: confkeys.c,v 1.30.4.1 2001/01/09 22:44:43 bwelling Exp $ */ #include diff --git a/lib/dns/config/conflog.c b/lib/dns/config/conflog.c index 46dcdef208..c0a53fef16 100644 --- a/lib/dns/config/conflog.c +++ b/lib/dns/config/conflog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflog.c,v 1.19 2000/10/24 17:24:35 bwelling Exp $ */ +/* $Id: conflog.c,v 1.19.4.1 2001/01/09 22:44:44 bwelling Exp $ */ #include diff --git a/lib/dns/config/conflsn.c b/lib/dns/config/conflsn.c index 234b6ba5a7..ea3b870a2a 100644 --- a/lib/dns/config/conflsn.c +++ b/lib/dns/config/conflsn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflsn.c,v 1.18 2000/08/01 01:23:24 tale Exp $ */ +/* $Id: conflsn.c,v 1.18.4.1 2001/01/09 22:44:45 bwelling Exp $ */ #include diff --git a/lib/dns/config/conflwres.c b/lib/dns/config/conflwres.c index 2c2cf0a820..a2bb08babc 100644 --- a/lib/dns/config/conflwres.c +++ b/lib/dns/config/conflwres.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflwres.c,v 1.6 2000/10/20 19:32:46 bwelling Exp $ */ +/* $Id: conflwres.c,v 1.6.4.1 2001/01/09 22:44:46 bwelling Exp $ */ #include diff --git a/lib/dns/config/confndc.c b/lib/dns/config/confndc.c index f38453f4af..ccd6c9a640 100644 --- a/lib/dns/config/confndc.c +++ b/lib/dns/config/confndc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confndc.c,v 1.25 2000/08/01 01:23:25 tale Exp $ */ +/* $Id: confndc.c,v 1.25.4.1 2001/01/09 22:44:48 bwelling Exp $ */ /* ** options { diff --git a/lib/dns/config/confparser.y.dirty b/lib/dns/config/confparser.y.dirty index 1004d80ad7..6b75887cff 100644 --- a/lib/dns/config/confparser.y.dirty +++ b/lib/dns/config/confparser.y.dirty @@ -1,6 +1,6 @@ %{ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -33,7 +33,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confparser.y.dirty,v 1.44.2.1 2001/01/05 23:44:56 gson Exp $ */ +/* $Id: confparser.y.dirty,v 1.44.2.2 2001/01/09 22:44:49 bwelling Exp $ */ #include diff --git a/lib/dns/config/confpvt.h b/lib/dns/config/confpvt.h index 12ee6945b7..78394e0664 100644 --- a/lib/dns/config/confpvt.h +++ b/lib/dns/config/confpvt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confpvt.h,v 1.10 2000/08/01 01:23:27 tale Exp $ */ +/* $Id: confpvt.h,v 1.10.4.1 2001/01/09 22:44:50 bwelling Exp $ */ #ifndef CONFIG_CONFPVT_H #define CONFIG_CONFPVT_H 1 diff --git a/lib/dns/config/confresolv.c b/lib/dns/config/confresolv.c index 1667cfd3e2..f396b67517 100644 --- a/lib/dns/config/confresolv.c +++ b/lib/dns/config/confresolv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confresolv.c,v 1.9 2000/08/01 01:23:28 tale Exp $ */ +/* $Id: confresolv.c,v 1.9.4.1 2001/01/09 22:44:51 bwelling Exp $ */ #include diff --git a/lib/dns/config/confrrset.c b/lib/dns/config/confrrset.c index c511455c0c..90d6e77db7 100644 --- a/lib/dns/config/confrrset.c +++ b/lib/dns/config/confrrset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confrrset.c,v 1.16 2000/08/01 01:23:29 tale Exp $ */ +/* $Id: confrrset.c,v 1.16.4.1 2001/01/09 22:44:52 bwelling Exp $ */ #include diff --git a/lib/dns/config/confview.c b/lib/dns/config/confview.c index 49d93ce82d..12908c4353 100644 --- a/lib/dns/config/confview.c +++ b/lib/dns/config/confview.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confview.c,v 1.66 2000/12/13 00:15:24 tale Exp $ */ +/* $Id: confview.c,v 1.66.2.1 2001/01/09 22:44:54 bwelling Exp $ */ #include diff --git a/lib/dns/config/confzone.c b/lib/dns/config/confzone.c index a132bf60c4..04aaf390e0 100644 --- a/lib/dns/config/confzone.c +++ b/lib/dns/config/confzone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confzone.c,v 1.72 2000/12/13 00:15:26 tale Exp $ */ +/* $Id: confzone.c,v 1.72.2.1 2001/01/09 22:44:55 bwelling Exp $ */ #include diff --git a/lib/dns/db.c b/lib/dns/db.c index 3389f74c1d..1ef81ea175 100644 --- a/lib/dns/db.c +++ b/lib/dns/db.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: db.c,v 1.65 2000/12/01 01:22:38 marka Exp $ */ +/* $Id: db.c,v 1.65.4.1 2001/01/09 22:43:28 bwelling Exp $ */ /*** *** Imports diff --git a/lib/dns/dbiterator.c b/lib/dns/dbiterator.c index 869b0a4080..eb1e7333a9 100644 --- a/lib/dns/dbiterator.c +++ b/lib/dns/dbiterator.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dbiterator.c,v 1.11 2000/08/01 01:22:16 tale Exp $ */ +/* $Id: dbiterator.c,v 1.11.4.1 2001/01/09 22:43:29 bwelling Exp $ */ #include diff --git a/lib/dns/dbtable.c b/lib/dns/dbtable.c index 55c3760b70..62789f80ea 100644 --- a/lib/dns/dbtable.c +++ b/lib/dns/dbtable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: dbtable.c,v 1.22 2000/08/26 01:36:48 bwelling Exp $ + * $Id: dbtable.c,v 1.22.4.1 2001/01/09 22:43:31 bwelling Exp $ */ /* diff --git a/lib/dns/diff.c b/lib/dns/diff.c index 2a37a2b1e2..e2fdf98707 100644 --- a/lib/dns/diff.c +++ b/lib/dns/diff.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: diff.c,v 1.3 2000/12/11 19:24:04 bwelling Exp $ */ +/* $Id: diff.c,v 1.3.2.1 2001/01/09 22:43:32 bwelling Exp $ */ #include diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index fe3dec8b9a..9242dbd5e1 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch.c,v 1.78 2000/12/26 09:48:41 bwelling Exp $ */ +/* $Id: dispatch.c,v 1.78.2.1 2001/01/09 22:43:33 bwelling Exp $ */ #include diff --git a/lib/dns/dnssec.c b/lib/dns/dnssec.c index 472bd6eb08..474dc488d7 100644 --- a/lib/dns/dnssec.c +++ b/lib/dns/dnssec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: dnssec.c,v 1.56 2000/12/11 19:24:05 bwelling Exp $ + * $Id: dnssec.c,v 1.56.2.1 2001/01/09 22:43:35 bwelling Exp $ */ diff --git a/lib/dns/forward.c b/lib/dns/forward.c index 94dd00f814..68f355e3ae 100644 --- a/lib/dns/forward.c +++ b/lib/dns/forward.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: forward.c,v 1.2 2000/12/11 19:24:06 bwelling Exp $ */ +/* $Id: forward.c,v 1.2.2.1 2001/01/09 22:43:36 bwelling Exp $ */ #include diff --git a/lib/dns/gen-unix.h b/lib/dns/gen-unix.h index 2ebf1a709b..4e8a3b5bbe 100644 --- a/lib/dns/gen-unix.h +++ b/lib/dns/gen-unix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gen-unix.h,v 1.11 2000/08/01 01:22:21 tale Exp $ */ +/* $Id: gen-unix.h,v 1.11.4.1 2001/01/09 22:43:37 bwelling Exp $ */ /* * This file is responsible for defining two operations that are not diff --git a/lib/dns/gen-win32.h b/lib/dns/gen-win32.h index 70978bab54..924c5d4c2c 100644 --- a/lib/dns/gen-win32.h +++ b/lib/dns/gen-win32.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -48,7 +48,7 @@ * SUCH DAMAGE. */ -/* $Id: gen-win32.h,v 1.6 2000/08/01 01:22:22 tale Exp $ */ +/* $Id: gen-win32.h,v 1.6.4.1 2001/01/09 22:43:38 bwelling Exp $ */ /* * Principal Authors: Computer Systems Research Group at UC Berkeley diff --git a/lib/dns/gen.c b/lib/dns/gen.c index 2e4374194d..432b5d8e3d 100644 --- a/lib/dns/gen.c +++ b/lib/dns/gen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gen.c,v 1.59 2000/12/11 19:24:07 bwelling Exp $ */ +/* $Id: gen.c,v 1.59.2.1 2001/01/09 22:43:39 bwelling Exp $ */ #include diff --git a/lib/dns/include/Makefile.in b/lib/dns/include/Makefile.in index e6322f6e5b..46e9ccf331 100644 --- a/lib/dns/include/Makefile.in +++ b/lib/dns/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.10 2000/08/01 01:23:34 tale Exp $ +# $Id: Makefile.in,v 1.10.4.1 2001/01/09 22:44:57 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/include/dns/Makefile.in b/lib/dns/include/dns/Makefile.in index 7f26db14b0..d582244369 100644 --- a/lib/dns/include/dns/Makefile.in +++ b/lib/dns/include/dns/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.39 2000/12/21 16:17:41 gson Exp $ +# $Id: Makefile.in,v 1.39.2.1 2001/01/09 22:44:59 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/include/dns/a6.h b/lib/dns/include/dns/a6.h index 6fda50fb6f..048bf44442 100644 --- a/lib/dns/include/dns/a6.h +++ b/lib/dns/include/dns/a6.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: a6.h,v 1.10 2000/08/01 01:23:36 tale Exp $ */ +/* $Id: a6.h,v 1.10.4.1 2001/01/09 22:45:00 bwelling Exp $ */ #ifndef DNS_A6_H #define DNS_A6_H 1 diff --git a/lib/dns/include/dns/acl.h b/lib/dns/include/dns/acl.h index 3192d429fe..0f462469b0 100644 --- a/lib/dns/include/dns/acl.h +++ b/lib/dns/include/dns/acl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: acl.h,v 1.16 2000/12/01 18:22:17 gson Exp $ */ +/* $Id: acl.h,v 1.16.4.1 2001/01/09 22:45:01 bwelling Exp $ */ #ifndef DNS_ACL_H #define DNS_ACL_H 1 diff --git a/lib/dns/include/dns/adb.h b/lib/dns/include/dns/adb.h index 652731836e..ea43878cfe 100644 --- a/lib/dns/include/dns/adb.h +++ b/lib/dns/include/dns/adb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb.h,v 1.60 2000/08/26 02:21:45 explorer Exp $ */ +/* $Id: adb.h,v 1.60.4.1 2001/01/09 22:45:02 bwelling Exp $ */ #ifndef DNS_ADB_H #define DNS_ADB_H 1 diff --git a/lib/dns/include/dns/bit.h b/lib/dns/include/dns/bit.h index ebeaa88c0a..1c02b5c700 100644 --- a/lib/dns/include/dns/bit.h +++ b/lib/dns/include/dns/bit.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: bit.h,v 1.6 2000/08/01 01:23:40 tale Exp $ */ +/* $Id: bit.h,v 1.6.4.1 2001/01/09 22:45:03 bwelling Exp $ */ #ifndef DNS_BIT_H #define DNS_BIT_H 1 diff --git a/lib/dns/include/dns/byaddr.h b/lib/dns/include/dns/byaddr.h index ff12f729fa..a95bd479aa 100644 --- a/lib/dns/include/dns/byaddr.h +++ b/lib/dns/include/dns/byaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: byaddr.h,v 1.11 2000/08/14 19:09:56 bwelling Exp $ */ +/* $Id: byaddr.h,v 1.11.4.1 2001/01/09 22:45:04 bwelling Exp $ */ #ifndef DNS_BYADDR_H #define DNS_BYADDR_H 1 diff --git a/lib/dns/include/dns/cache.h b/lib/dns/include/dns/cache.h index 3bc6cd1136..c3408b73d0 100644 --- a/lib/dns/include/dns/cache.h +++ b/lib/dns/include/dns/cache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cache.h,v 1.15 2000/08/31 16:55:43 gson Exp $ */ +/* $Id: cache.h,v 1.15.4.1 2001/01/09 22:45:06 bwelling Exp $ */ #ifndef DNS_CACHE_H #define DNS_CACHE_H 1 diff --git a/lib/dns/include/dns/callbacks.h b/lib/dns/include/dns/callbacks.h index f8343b69b4..07e97228a6 100644 --- a/lib/dns/include/dns/callbacks.h +++ b/lib/dns/include/dns/callbacks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: callbacks.h,v 1.14 2000/08/01 01:23:44 tale Exp $ */ +/* $Id: callbacks.h,v 1.14.4.1 2001/01/09 22:45:07 bwelling Exp $ */ #ifndef DNS_CALLBACKS_H #define DNS_CALLBACKS_H 1 diff --git a/lib/dns/include/dns/cert.h b/lib/dns/include/dns/cert.h index 7731351387..3658404424 100644 --- a/lib/dns/include/dns/cert.h +++ b/lib/dns/include/dns/cert.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cert.h,v 1.11 2000/08/01 01:23:45 tale Exp $ */ +/* $Id: cert.h,v 1.11.4.1 2001/01/09 22:45:08 bwelling Exp $ */ #ifndef DNS_CERT_H #define DNS_CERT_H 1 diff --git a/lib/dns/include/dns/compress.h b/lib/dns/include/dns/compress.h index b65f17896d..79b381eace 100644 --- a/lib/dns/include/dns/compress.h +++ b/lib/dns/include/dns/compress.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: compress.h,v 1.20.2.1 2001/01/06 01:33:34 gson Exp $ */ +/* $Id: compress.h,v 1.20.2.2 2001/01/09 22:45:09 bwelling Exp $ */ #ifndef DNS_COMPRESS_H #define DNS_COMPRESS_H 1 diff --git a/lib/dns/include/dns/confacl.h b/lib/dns/include/dns/confacl.h index 23ee6a5467..c418ebf260 100644 --- a/lib/dns/include/dns/confacl.h +++ b/lib/dns/include/dns/confacl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confacl.h,v 1.14 2000/08/01 01:23:47 tale Exp $ */ +/* $Id: confacl.h,v 1.14.4.1 2001/01/09 22:45:10 bwelling Exp $ */ #ifndef DNS_CONFACL_H #define DNS_CONFACL_H 1 diff --git a/lib/dns/include/dns/confcache.h b/lib/dns/include/dns/confcache.h index 3453b262ec..7b2a122a71 100644 --- a/lib/dns/include/dns/confcache.h +++ b/lib/dns/include/dns/confcache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confcache.h,v 1.10 2000/08/01 01:23:48 tale Exp $ */ +/* $Id: confcache.h,v 1.10.4.1 2001/01/09 22:45:11 bwelling Exp $ */ #ifndef DNS_CONFCACHE_H #define DNS_CONFCACHE_H 1 diff --git a/lib/dns/include/dns/confcommon.h b/lib/dns/include/dns/confcommon.h index df172ec45a..c8505415a4 100644 --- a/lib/dns/include/dns/confcommon.h +++ b/lib/dns/include/dns/confcommon.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confcommon.h,v 1.31 2000/12/07 22:42:22 tale Exp $ */ +/* $Id: confcommon.h,v 1.31.4.1 2001/01/09 22:45:13 bwelling Exp $ */ #ifndef DNS_CONFCOMMON_H #define DNS_CONFCOMMON_H 1 diff --git a/lib/dns/include/dns/confctl.h b/lib/dns/include/dns/confctl.h index 571defc08a..a4c066d8ad 100644 --- a/lib/dns/include/dns/confctl.h +++ b/lib/dns/include/dns/confctl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confctl.h,v 1.21 2000/08/01 01:23:50 tale Exp $ */ +/* $Id: confctl.h,v 1.21.4.1 2001/01/09 22:45:14 bwelling Exp $ */ #ifndef DNS_CONFCTL_H #define DNS_CONFCTL_H 1 diff --git a/lib/dns/include/dns/confctx.h b/lib/dns/include/dns/confctx.h index 73f5a5257d..f688956cac 100644 --- a/lib/dns/include/dns/confctx.h +++ b/lib/dns/include/dns/confctx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confctx.h,v 1.60 2000/12/13 00:15:30 tale Exp $ */ +/* $Id: confctx.h,v 1.60.2.1 2001/01/09 22:45:15 bwelling Exp $ */ #ifndef DNS_CONFCTX_H #define DNS_CONFCTX_H 1 diff --git a/lib/dns/include/dns/confip.h b/lib/dns/include/dns/confip.h index cd09fac918..803c1cdee4 100644 --- a/lib/dns/include/dns/confip.h +++ b/lib/dns/include/dns/confip.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confip.h,v 1.28 2000/12/13 00:15:31 tale Exp $ */ +/* $Id: confip.h,v 1.28.2.1 2001/01/09 22:45:16 bwelling Exp $ */ #ifndef DNS_CONFIP_H #define DNS_CONFIP_H 1 diff --git a/lib/dns/include/dns/confkeys.h b/lib/dns/include/dns/confkeys.h index 5da1143c5b..900fa0829b 100644 --- a/lib/dns/include/dns/confkeys.h +++ b/lib/dns/include/dns/confkeys.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confkeys.h,v 1.21 2000/10/19 01:25:55 gson Exp $ */ +/* $Id: confkeys.h,v 1.21.4.1 2001/01/09 22:45:18 bwelling Exp $ */ #ifndef DNS_CONFKEYS_H #define DNS_CONFKEYS_H 1 diff --git a/lib/dns/include/dns/conflog.h b/lib/dns/include/dns/conflog.h index b53c4afbf4..571780e8c9 100644 --- a/lib/dns/include/dns/conflog.h +++ b/lib/dns/include/dns/conflog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflog.h,v 1.15 2000/08/01 01:23:55 tale Exp $ */ +/* $Id: conflog.h,v 1.15.4.1 2001/01/09 22:45:19 bwelling Exp $ */ #ifndef DNS_CONFLOG_H #define DNS_CONFLOG_H 1 diff --git a/lib/dns/include/dns/conflsn.h b/lib/dns/include/dns/conflsn.h index f34a58d0c7..5e1658ed6b 100644 --- a/lib/dns/include/dns/conflsn.h +++ b/lib/dns/include/dns/conflsn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflsn.h,v 1.17 2000/08/01 01:23:56 tale Exp $ */ +/* $Id: conflsn.h,v 1.17.4.1 2001/01/09 22:45:20 bwelling Exp $ */ #ifndef DNS_CONFLSN_H #define DNS_CONFLSN_H 1 diff --git a/lib/dns/include/dns/conflwres.h b/lib/dns/include/dns/conflwres.h index 7d2c16fa2c..b7b225244e 100644 --- a/lib/dns/include/dns/conflwres.h +++ b/lib/dns/include/dns/conflwres.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflwres.h,v 1.3 2000/10/20 19:32:49 bwelling Exp $ */ +/* $Id: conflwres.h,v 1.3.4.1 2001/01/09 22:45:21 bwelling Exp $ */ #ifndef DNS_CONFLWRES_H #define DNS_CONFLWRES_H 1 diff --git a/lib/dns/include/dns/confndc.h b/lib/dns/include/dns/confndc.h index b712a6ef4a..66736a5edb 100644 --- a/lib/dns/include/dns/confndc.h +++ b/lib/dns/include/dns/confndc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confndc.h,v 1.11 2000/08/01 01:23:57 tale Exp $ */ +/* $Id: confndc.h,v 1.11.4.1 2001/01/09 22:45:22 bwelling Exp $ */ #ifndef DNS_CONFNDC_H #define DNS_CONFNDC_H 1 diff --git a/lib/dns/include/dns/confparser.h b/lib/dns/include/dns/confparser.h index e3f8b46cde..89979dff71 100644 --- a/lib/dns/include/dns/confparser.h +++ b/lib/dns/include/dns/confparser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confparser.h,v 1.12 2000/08/01 01:23:58 tale Exp $ */ +/* $Id: confparser.h,v 1.12.4.1 2001/01/09 22:45:23 bwelling Exp $ */ #ifndef DNS_CONFPARSER_H #define DNS_CONFPARSER_H 1 diff --git a/lib/dns/include/dns/confresolv.h b/lib/dns/include/dns/confresolv.h index 42dc5a96c9..1d4525ece9 100644 --- a/lib/dns/include/dns/confresolv.h +++ b/lib/dns/include/dns/confresolv.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confresolv.h,v 1.10 2000/08/01 01:24:00 tale Exp $ */ +/* $Id: confresolv.h,v 1.10.4.1 2001/01/09 22:45:24 bwelling Exp $ */ #ifndef DNS_CONFRESOLV_H #define DNS_CONFRESOLV_H 1 diff --git a/lib/dns/include/dns/confrrset.h b/lib/dns/include/dns/confrrset.h index a632a75bb5..935dca5021 100644 --- a/lib/dns/include/dns/confrrset.h +++ b/lib/dns/include/dns/confrrset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confrrset.h,v 1.14 2000/08/01 01:24:01 tale Exp $ */ +/* $Id: confrrset.h,v 1.14.4.1 2001/01/09 22:45:25 bwelling Exp $ */ #ifndef DNS_CONFRRSET_H #define DNS_CONFRRSET_H 1 diff --git a/lib/dns/include/dns/confview.h b/lib/dns/include/dns/confview.h index f724c2823a..af8086c118 100644 --- a/lib/dns/include/dns/confview.h +++ b/lib/dns/include/dns/confview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confview.h,v 1.48 2000/12/13 00:15:33 tale Exp $ */ +/* $Id: confview.h,v 1.48.2.1 2001/01/09 22:45:27 bwelling Exp $ */ #ifndef DNS_CONFVIEW_H #define DNS_CONFVIEW_H 1 diff --git a/lib/dns/include/dns/confzone.h b/lib/dns/include/dns/confzone.h index 8b91f5f7c6..a9a72b069f 100644 --- a/lib/dns/include/dns/confzone.h +++ b/lib/dns/include/dns/confzone.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confzone.h,v 1.50 2000/12/13 00:15:34 tale Exp $ */ +/* $Id: confzone.h,v 1.50.2.1 2001/01/09 22:45:28 bwelling Exp $ */ #ifndef DNS_CONFZONE_H #define DNS_CONFZONE_H 1 diff --git a/lib/dns/include/dns/db.h b/lib/dns/include/dns/db.h index 41a019e7d2..7f9ec61423 100644 --- a/lib/dns/include/dns/db.h +++ b/lib/dns/include/dns/db.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: db.h,v 1.63 2000/12/07 19:51:58 marka Exp $ */ +/* $Id: db.h,v 1.63.4.1 2001/01/09 22:45:29 bwelling Exp $ */ #ifndef DNS_DB_H #define DNS_DB_H 1 diff --git a/lib/dns/include/dns/dbiterator.h b/lib/dns/include/dns/dbiterator.h index 4bccb653c8..0b4e021407 100644 --- a/lib/dns/include/dns/dbiterator.h +++ b/lib/dns/include/dns/dbiterator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dbiterator.h,v 1.14 2000/08/01 01:24:05 tale Exp $ */ +/* $Id: dbiterator.h,v 1.14.4.1 2001/01/09 22:45:31 bwelling Exp $ */ #ifndef DNS_DBITERATOR_H #define DNS_DBITERATOR_H 1 diff --git a/lib/dns/include/dns/dbtable.h b/lib/dns/include/dns/dbtable.h index 6af2724e11..6312726f99 100644 --- a/lib/dns/include/dns/dbtable.h +++ b/lib/dns/include/dns/dbtable.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dbtable.h,v 1.15 2000/08/01 01:24:07 tale Exp $ */ +/* $Id: dbtable.h,v 1.15.4.1 2001/01/09 22:45:32 bwelling Exp $ */ #ifndef DNS_DBTABLE_H #define DNS_DBTABLE_H 1 diff --git a/lib/dns/include/dns/diff.h b/lib/dns/include/dns/diff.h index 083007116a..0f5c440461 100644 --- a/lib/dns/include/dns/diff.h +++ b/lib/dns/include/dns/diff.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: diff.h,v 1.2 2000/12/22 22:56:55 bwelling Exp $ */ +/* $Id: diff.h,v 1.2.2.1 2001/01/09 22:45:33 bwelling Exp $ */ #ifndef DNS_DIFF_H #define DNS_DIFF_H 1 diff --git a/lib/dns/include/dns/dispatch.h b/lib/dns/include/dns/dispatch.h index bf2f5ee962..0f67c66994 100644 --- a/lib/dns/include/dns/dispatch.h +++ b/lib/dns/include/dns/dispatch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch.h,v 1.37 2000/11/03 02:45:52 bwelling Exp $ */ +/* $Id: dispatch.h,v 1.37.4.1 2001/01/09 22:45:34 bwelling Exp $ */ #ifndef DNS_DISPATCH_H #define DNS_DISPATCH_H 1 diff --git a/lib/dns/include/dns/dnssec.h b/lib/dns/include/dns/dnssec.h index 2fc6c94b5e..14697c38ec 100644 --- a/lib/dns/include/dns/dnssec.h +++ b/lib/dns/include/dns/dnssec.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec.h,v 1.19 2000/08/10 02:00:35 bwelling Exp $ */ +/* $Id: dnssec.h,v 1.19.4.1 2001/01/09 22:45:36 bwelling Exp $ */ #ifndef DNS_DNSSEC_H #define DNS_DNSSEC_H 1 diff --git a/lib/dns/include/dns/events.h b/lib/dns/include/dns/events.h index 6da31cb70a..91fe73a966 100644 --- a/lib/dns/include/dns/events.h +++ b/lib/dns/include/dns/events.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: events.h,v 1.33 2000/10/17 10:59:47 marka Exp $ */ +/* $Id: events.h,v 1.33.4.1 2001/01/09 22:45:37 bwelling Exp $ */ #ifndef DNS_EVENTS_H #define DNS_EVENTS_H 1 diff --git a/lib/dns/include/dns/fixedname.h b/lib/dns/include/dns/fixedname.h index a7e668ffa0..2b0ea32670 100644 --- a/lib/dns/include/dns/fixedname.h +++ b/lib/dns/include/dns/fixedname.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fixedname.h,v 1.11 2000/10/11 17:44:16 mws Exp $ */ +/* $Id: fixedname.h,v 1.11.4.1 2001/01/09 22:45:38 bwelling Exp $ */ #ifndef DNS_FIXEDNAME_H #define DNS_FIXEDNAME_H 1 diff --git a/lib/dns/include/dns/forward.h b/lib/dns/include/dns/forward.h index 3f2d597817..99ecd49688 100644 --- a/lib/dns/include/dns/forward.h +++ b/lib/dns/include/dns/forward.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: forward.h,v 1.1 2000/08/24 22:15:36 bwelling Exp $ */ +/* $Id: forward.h,v 1.1.4.1 2001/01/09 22:45:39 bwelling Exp $ */ #ifndef DNS_FORWARD_H #define DNS_FORWARD_H 1 diff --git a/lib/dns/include/dns/journal.h b/lib/dns/include/dns/journal.h index 8de9e8c0a1..8627075cd8 100644 --- a/lib/dns/include/dns/journal.h +++ b/lib/dns/include/dns/journal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journal.h,v 1.21 2000/12/09 02:17:10 bwelling Exp $ */ +/* $Id: journal.h,v 1.21.4.1 2001/01/09 22:45:40 bwelling Exp $ */ #ifndef DNS_JOURNAL_H #define DNS_JOURNAL_H 1 diff --git a/lib/dns/include/dns/keyflags.h b/lib/dns/include/dns/keyflags.h index bcec393ae7..42df9ce43c 100644 --- a/lib/dns/include/dns/keyflags.h +++ b/lib/dns/include/dns/keyflags.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyflags.h,v 1.8 2000/08/01 01:24:13 tale Exp $ */ +/* $Id: keyflags.h,v 1.8.4.1 2001/01/09 22:45:41 bwelling Exp $ */ #ifndef DNS_KEYFLAGS_H #define DNS_KEYFLAGS_H 1 diff --git a/lib/dns/include/dns/keytable.h b/lib/dns/include/dns/keytable.h index 894814f11f..e4241abadf 100644 --- a/lib/dns/include/dns/keytable.h +++ b/lib/dns/include/dns/keytable.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keytable.h,v 1.9 2000/08/01 01:24:14 tale Exp $ */ +/* $Id: keytable.h,v 1.9.4.1 2001/01/09 22:45:42 bwelling Exp $ */ #ifndef DNS_KEYTABLE_H #define DNS_KEYTABLE_H 1 diff --git a/lib/dns/include/dns/keyvalues.h b/lib/dns/include/dns/keyvalues.h index 0684fbc9cd..02078e7904 100644 --- a/lib/dns/include/dns/keyvalues.h +++ b/lib/dns/include/dns/keyvalues.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyvalues.h,v 1.10 2000/08/29 19:45:33 bwelling Exp $ */ +/* $Id: keyvalues.h,v 1.10.4.1 2001/01/09 22:45:43 bwelling Exp $ */ #ifndef DNS_KEYVALUES_H #define DNS_KEYVALUES_H 1 diff --git a/lib/dns/include/dns/lib.h b/lib/dns/include/dns/lib.h index 3784c098dd..917edce365 100644 --- a/lib/dns/include/dns/lib.h +++ b/lib/dns/include/dns/lib.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.h,v 1.5 2000/08/01 01:24:16 tale Exp $ */ +/* $Id: lib.h,v 1.5.4.1 2001/01/09 22:45:45 bwelling Exp $ */ #ifndef DNS_LIB_H #define DNS_LIB_H 1 diff --git a/lib/dns/include/dns/log.h b/lib/dns/include/dns/log.h index 89cd1a248b..3bb99a018e 100644 --- a/lib/dns/include/dns/log.h +++ b/lib/dns/include/dns/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.h,v 1.26 2000/12/09 02:17:11 bwelling Exp $ */ +/* $Id: log.h,v 1.26.4.1 2001/01/09 22:45:46 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/dns/include/dns/lookup.h b/lib/dns/include/dns/lookup.h index 8b473bcd09..794a1564b0 100644 --- a/lib/dns/include/dns/lookup.h +++ b/lib/dns/include/dns/lookup.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lookup.h,v 1.4 2000/12/20 03:38:45 bwelling Exp $ */ +/* $Id: lookup.h,v 1.4.2.1 2001/01/09 22:45:47 bwelling Exp $ */ #ifndef DNS_LOOKUP_H #define DNS_LOOKUP_H 1 diff --git a/lib/dns/include/dns/master.h b/lib/dns/include/dns/master.h index 73d2a7830a..fb092e20b7 100644 --- a/lib/dns/include/dns/master.h +++ b/lib/dns/include/dns/master.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.h,v 1.26 2000/12/17 23:43:12 marka Exp $ */ +/* $Id: master.h,v 1.26.2.1 2001/01/09 22:45:48 bwelling Exp $ */ #ifndef DNS_MASTER_H #define DNS_MASTER_H 1 diff --git a/lib/dns/include/dns/masterdump.h b/lib/dns/include/dns/masterdump.h index 485ea486b1..7b9db58808 100644 --- a/lib/dns/include/dns/masterdump.h +++ b/lib/dns/include/dns/masterdump.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: masterdump.h,v 1.13 2000/08/03 19:50:11 bwelling Exp $ */ +/* $Id: masterdump.h,v 1.13.4.1 2001/01/09 22:45:49 bwelling Exp $ */ #ifndef DNS_MASTERDUMP_H #define DNS_MASTERDUMP_H 1 diff --git a/lib/dns/include/dns/message.h b/lib/dns/include/dns/message.h index 303f9eb1f8..79f0879b81 100644 --- a/lib/dns/include/dns/message.h +++ b/lib/dns/include/dns/message.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: message.h,v 1.83 2000/11/13 21:34:01 bwelling Exp $ */ +/* $Id: message.h,v 1.83.4.1 2001/01/09 22:45:50 bwelling Exp $ */ #ifndef DNS_MESSAGE_H #define DNS_MESSAGE_H 1 diff --git a/lib/dns/include/dns/name.h b/lib/dns/include/dns/name.h index 305f22139f..24b8eddfae 100644 --- a/lib/dns/include/dns/name.h +++ b/lib/dns/include/dns/name.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: name.h,v 1.83 2000/12/28 00:42:58 bwelling Exp $ */ +/* $Id: name.h,v 1.83.2.1 2001/01/09 22:45:52 bwelling Exp $ */ #ifndef DNS_NAME_H #define DNS_NAME_H 1 diff --git a/lib/dns/include/dns/namedconf.h b/lib/dns/include/dns/namedconf.h index 1b68763527..5fc7b1f321 100644 --- a/lib/dns/include/dns/namedconf.h +++ b/lib/dns/include/dns/namedconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: namedconf.h,v 1.9 2000/10/04 18:47:19 bwelling Exp $ */ +/* $Id: namedconf.h,v 1.9.4.1 2001/01/09 22:45:53 bwelling Exp $ */ #ifndef DNS_NAMEDCONF_H #define DNS_NAMEDCONF_H 1 diff --git a/lib/dns/include/dns/ncache.h b/lib/dns/include/dns/ncache.h index 0a8cc5503a..092067805d 100644 --- a/lib/dns/include/dns/ncache.h +++ b/lib/dns/include/dns/ncache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ncache.h,v 1.11 2000/08/01 01:24:24 tale Exp $ */ +/* $Id: ncache.h,v 1.11.4.1 2001/01/09 22:45:54 bwelling Exp $ */ #ifndef DNS_NCACHE_H #define DNS_NCACHE_H 1 diff --git a/lib/dns/include/dns/nxt.h b/lib/dns/include/dns/nxt.h index 15107acca9..c6a956056d 100644 --- a/lib/dns/include/dns/nxt.h +++ b/lib/dns/include/dns/nxt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nxt.h,v 1.11 2000/09/12 09:55:32 bwelling Exp $ */ +/* $Id: nxt.h,v 1.11.4.1 2001/01/09 22:45:55 bwelling Exp $ */ #ifndef DNS_NXT_H #define DNS_NXT_H 1 diff --git a/lib/dns/include/dns/opt.h b/lib/dns/include/dns/opt.h index a4269b1862..56fdff027d 100644 --- a/lib/dns/include/dns/opt.h +++ b/lib/dns/include/dns/opt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: opt.h,v 1.6 2000/12/13 00:15:36 tale Exp $ */ +/* $Id: opt.h,v 1.6.2.1 2001/01/09 22:45:56 bwelling Exp $ */ /* DNS_OPT_NEWCODES_KEEP */ diff --git a/lib/dns/include/dns/peer.h b/lib/dns/include/dns/peer.h index ced0e98480..0b6f3e0376 100644 --- a/lib/dns/include/dns/peer.h +++ b/lib/dns/include/dns/peer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: peer.h,v 1.12 2000/08/01 01:24:26 tale Exp $ */ +/* $Id: peer.h,v 1.12.4.1 2001/01/09 22:45:57 bwelling Exp $ */ #ifndef DNS_PEER_H #define DNS_PEER_H 1 diff --git a/lib/dns/include/dns/rbt.h b/lib/dns/include/dns/rbt.h index 35a1da1aa0..3c71718eb7 100644 --- a/lib/dns/include/dns/rbt.h +++ b/lib/dns/include/dns/rbt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbt.h,v 1.51 2000/11/18 00:55:25 bwelling Exp $ */ +/* $Id: rbt.h,v 1.51.4.1 2001/01/09 22:45:59 bwelling Exp $ */ #ifndef DNS_RBT_H #define DNS_RBT_H 1 diff --git a/lib/dns/include/dns/rcode.h b/lib/dns/include/dns/rcode.h index b0a301d2c3..f865b95728 100644 --- a/lib/dns/include/dns/rcode.h +++ b/lib/dns/include/dns/rcode.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rcode.h,v 1.11 2000/08/01 01:24:29 tale Exp $ */ +/* $Id: rcode.h,v 1.11.4.1 2001/01/09 22:46:00 bwelling Exp $ */ #ifndef DNS_RCODE_H #define DNS_RCODE_H 1 diff --git a/lib/dns/include/dns/rdata.h b/lib/dns/include/dns/rdata.h index 72a6e8528d..2975803900 100644 --- a/lib/dns/include/dns/rdata.h +++ b/lib/dns/include/dns/rdata.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata.h,v 1.49 2000/12/19 19:20:15 gson Exp $ */ +/* $Id: rdata.h,v 1.49.2.1 2001/01/09 22:46:01 bwelling Exp $ */ #ifndef DNS_RDATA_H #define DNS_RDATA_H 1 diff --git a/lib/dns/include/dns/rdataclass.h b/lib/dns/include/dns/rdataclass.h index b715f7ce4e..a12ebf831d 100644 --- a/lib/dns/include/dns/rdataclass.h +++ b/lib/dns/include/dns/rdataclass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdataclass.h,v 1.16 2000/11/15 19:05:30 gson Exp $ */ +/* $Id: rdataclass.h,v 1.16.4.1 2001/01/09 22:46:02 bwelling Exp $ */ #ifndef DNS_RDATACLASS_H #define DNS_RDATACLASS_H 1 diff --git a/lib/dns/include/dns/rdatalist.h b/lib/dns/include/dns/rdatalist.h index a9865a4aba..a06ecbe4dc 100644 --- a/lib/dns/include/dns/rdatalist.h +++ b/lib/dns/include/dns/rdatalist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatalist.h,v 1.12 2000/08/01 01:24:32 tale Exp $ */ +/* $Id: rdatalist.h,v 1.12.4.1 2001/01/09 22:46:03 bwelling Exp $ */ #ifndef DNS_RDATALIST_H #define DNS_RDATALIST_H 1 diff --git a/lib/dns/include/dns/rdataset.h b/lib/dns/include/dns/rdataset.h index c54b48bde9..6aa2f5f000 100644 --- a/lib/dns/include/dns/rdataset.h +++ b/lib/dns/include/dns/rdataset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdataset.h,v 1.37 2000/11/10 03:41:07 gson Exp $ */ +/* $Id: rdataset.h,v 1.37.4.1 2001/01/09 22:46:04 bwelling Exp $ */ #ifndef DNS_RDATASET_H #define DNS_RDATASET_H 1 diff --git a/lib/dns/include/dns/rdatasetiter.h b/lib/dns/include/dns/rdatasetiter.h index f85b7d4b9d..61cba3ba0c 100644 --- a/lib/dns/include/dns/rdatasetiter.h +++ b/lib/dns/include/dns/rdatasetiter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatasetiter.h,v 1.12 2000/08/01 01:24:34 tale Exp $ */ +/* $Id: rdatasetiter.h,v 1.12.4.1 2001/01/09 22:46:05 bwelling Exp $ */ #ifndef DNS_RDATASETITER_H #define DNS_RDATASETITER_H 1 diff --git a/lib/dns/include/dns/rdataslab.h b/lib/dns/include/dns/rdataslab.h index c8071f2764..1c5cc13a69 100644 --- a/lib/dns/include/dns/rdataslab.h +++ b/lib/dns/include/dns/rdataslab.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdataslab.h,v 1.19 2000/12/06 22:19:05 bwelling Exp $ */ +/* $Id: rdataslab.h,v 1.19.4.1 2001/01/09 22:46:07 bwelling Exp $ */ #ifndef DNS_RDATASLAB_H #define DNS_RDATASLAB_H 1 diff --git a/lib/dns/include/dns/rdatatype.h b/lib/dns/include/dns/rdatatype.h index 2086d2190e..fea01b5cf3 100644 --- a/lib/dns/include/dns/rdatatype.h +++ b/lib/dns/include/dns/rdatatype.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatatype.h,v 1.16 2000/11/15 19:11:36 gson Exp $ */ +/* $Id: rdatatype.h,v 1.16.4.1 2001/01/09 22:46:08 bwelling Exp $ */ #ifndef DNS_RDATATYPE_H #define DNS_RDATATYPE_H 1 diff --git a/lib/dns/include/dns/request.h b/lib/dns/include/dns/request.h index 6cbae46ca0..b69804f4f5 100644 --- a/lib/dns/include/dns/request.h +++ b/lib/dns/include/dns/request.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: request.h,v 1.16 2000/10/31 01:17:19 marka Exp $ */ +/* $Id: request.h,v 1.16.4.1 2001/01/09 22:46:09 bwelling Exp $ */ #ifndef DNS_REQUEST_H #define DNS_REQUEST_H 1 diff --git a/lib/dns/include/dns/resolver.h b/lib/dns/include/dns/resolver.h index f0bb27bf0e..400d058b4b 100644 --- a/lib/dns/include/dns/resolver.h +++ b/lib/dns/include/dns/resolver.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.h,v 1.33 2000/11/08 03:53:16 marka Exp $ */ +/* $Id: resolver.h,v 1.33.4.1 2001/01/09 22:46:10 bwelling Exp $ */ #ifndef DNS_RESOLVER_H #define DNS_RESOLVER_H 1 diff --git a/lib/dns/include/dns/result.h b/lib/dns/include/dns/result.h index 4978810e0b..1bbbd9df0e 100644 --- a/lib/dns/include/dns/result.h +++ b/lib/dns/include/dns/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.76 2000/12/20 23:31:10 bwelling Exp $ */ +/* $Id: result.h,v 1.76.2.1 2001/01/09 22:46:11 bwelling Exp $ */ #ifndef DNS_RESULT_H #define DNS_RESULT_H 1 diff --git a/lib/dns/include/dns/rootns.h b/lib/dns/include/dns/rootns.h index af872edb34..9ab9cf42e8 100644 --- a/lib/dns/include/dns/rootns.h +++ b/lib/dns/include/dns/rootns.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rootns.h,v 1.7 2000/08/01 01:24:41 tale Exp $ */ +/* $Id: rootns.h,v 1.7.4.1 2001/01/09 22:46:12 bwelling Exp $ */ #ifndef DNS_ROOTNS_H #define DNS_ROOTNS_H 1 diff --git a/lib/dns/include/dns/sdb.h b/lib/dns/include/dns/sdb.h index 28ef49c6f4..88aa1a54a3 100644 --- a/lib/dns/include/dns/sdb.h +++ b/lib/dns/include/dns/sdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sdb.h,v 1.11 2000/12/06 01:08:39 bwelling Exp $ */ +/* $Id: sdb.h,v 1.11.4.1 2001/01/09 22:46:13 bwelling Exp $ */ #ifndef DNS_SDB_H #define DNS_SDB_H 1 diff --git a/lib/dns/include/dns/secalg.h b/lib/dns/include/dns/secalg.h index fe34f4e401..f38fa78d26 100644 --- a/lib/dns/include/dns/secalg.h +++ b/lib/dns/include/dns/secalg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: secalg.h,v 1.11 2000/08/01 01:24:42 tale Exp $ */ +/* $Id: secalg.h,v 1.11.4.1 2001/01/09 22:46:15 bwelling Exp $ */ #ifndef DNS_SECALG_H #define DNS_SECALG_H 1 diff --git a/lib/dns/include/dns/secproto.h b/lib/dns/include/dns/secproto.h index e7e8cd5887..46a8ff2251 100644 --- a/lib/dns/include/dns/secproto.h +++ b/lib/dns/include/dns/secproto.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: secproto.h,v 1.8 2000/08/01 01:24:43 tale Exp $ */ +/* $Id: secproto.h,v 1.8.4.1 2001/01/09 22:46:16 bwelling Exp $ */ #ifndef DNS_SECPROTO_H #define DNS_SECPROTO_H 1 diff --git a/lib/dns/include/dns/ssu.h b/lib/dns/include/dns/ssu.h index f35a253267..2759d13f93 100644 --- a/lib/dns/include/dns/ssu.h +++ b/lib/dns/include/dns/ssu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ssu.h,v 1.10 2000/08/01 01:24:44 tale Exp $ */ +/* $Id: ssu.h,v 1.10.4.1 2001/01/09 22:46:17 bwelling Exp $ */ #ifndef DNS_SSU_H #define DNS_SSU_H 1 diff --git a/lib/dns/include/dns/stats.h b/lib/dns/include/dns/stats.h index 5c3a7bf565..7d5612bb6e 100644 --- a/lib/dns/include/dns/stats.h +++ b/lib/dns/include/dns/stats.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stats.h,v 1.1 2000/12/01 23:49:58 gson Exp $ */ +/* $Id: stats.h,v 1.1.4.1 2001/01/09 22:46:18 bwelling Exp $ */ #ifndef DNS_STATS_H #define DNS_STATS_H 1 diff --git a/lib/dns/include/dns/tcpmsg.h b/lib/dns/include/dns/tcpmsg.h index 67fcd45b02..407cdb9df7 100644 --- a/lib/dns/include/dns/tcpmsg.h +++ b/lib/dns/include/dns/tcpmsg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcpmsg.h,v 1.14 2000/08/01 01:24:45 tale Exp $ */ +/* $Id: tcpmsg.h,v 1.14.4.1 2001/01/09 22:46:19 bwelling Exp $ */ #ifndef DNS_TCPMSG_H #define DNS_TCPMSG_H 1 diff --git a/lib/dns/include/dns/time.h b/lib/dns/include/dns/time.h index c315a8f4fa..2e136f0d82 100644 --- a/lib/dns/include/dns/time.h +++ b/lib/dns/include/dns/time.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.h,v 1.8 2000/08/01 01:24:46 tale Exp $ */ +/* $Id: time.h,v 1.8.4.1 2001/01/09 22:46:20 bwelling Exp $ */ #ifndef DNS_TIME_H #define DNS_TIME_H 1 diff --git a/lib/dns/include/dns/timer.h b/lib/dns/include/dns/timer.h index 796aec981b..01ea2aeea3 100644 --- a/lib/dns/include/dns/timer.h +++ b/lib/dns/include/dns/timer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.h,v 1.1 2000/11/17 19:45:36 gson Exp $ */ +/* $Id: timer.h,v 1.1.4.1 2001/01/09 22:46:22 bwelling Exp $ */ #ifndef DNS_TIMER_H #define DNS_TIMER_H 1 diff --git a/lib/dns/include/dns/tkey.h b/lib/dns/include/dns/tkey.h index cfa91380c4..8de6db0a83 100644 --- a/lib/dns/include/dns/tkey.h +++ b/lib/dns/include/dns/tkey.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkey.h,v 1.16 2000/10/06 17:08:14 bwelling Exp $ */ +/* $Id: tkey.h,v 1.16.4.1 2001/01/09 22:46:23 bwelling Exp $ */ #ifndef DNS_TKEY_H #define DNS_TKEY_H 1 diff --git a/lib/dns/include/dns/tsig.h b/lib/dns/include/dns/tsig.h index 418cc1f7f2..f5e100b02c 100644 --- a/lib/dns/include/dns/tsig.h +++ b/lib/dns/include/dns/tsig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsig.h,v 1.36 2000/10/12 00:40:52 bwelling Exp $ */ +/* $Id: tsig.h,v 1.36.4.1 2001/01/09 22:46:24 bwelling Exp $ */ #ifndef DNS_TSIG_H #define DNS_TSIG_H 1 diff --git a/lib/dns/include/dns/ttl.h b/lib/dns/include/dns/ttl.h index 0937b5fe2c..a0ff9096c7 100644 --- a/lib/dns/include/dns/ttl.h +++ b/lib/dns/include/dns/ttl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ttl.h,v 1.11 2000/08/01 01:24:52 tale Exp $ */ +/* $Id: ttl.h,v 1.11.4.1 2001/01/09 22:46:25 bwelling Exp $ */ #ifndef DNS_TTL_H #define DNS_TTL_H 1 diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h index 7a007251d6..9e0dcd8f01 100644 --- a/lib/dns/include/dns/types.h +++ b/lib/dns/include/dns/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: types.h,v 1.99 2000/11/16 22:33:53 bwelling Exp $ */ +/* $Id: types.h,v 1.99.4.1 2001/01/09 22:46:26 bwelling Exp $ */ #ifndef DNS_TYPES_H #define DNS_TYPES_H 1 diff --git a/lib/dns/include/dns/validator.h b/lib/dns/include/dns/validator.h index 7f632d9333..fcd7380615 100644 --- a/lib/dns/include/dns/validator.h +++ b/lib/dns/include/dns/validator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: validator.h,v 1.17 2000/12/22 23:01:56 gson Exp $ */ +/* $Id: validator.h,v 1.17.2.1 2001/01/09 22:46:27 bwelling Exp $ */ #ifndef DNS_VALIDATOR_H #define DNS_VALIDATOR_H 1 diff --git a/lib/dns/include/dns/view.h b/lib/dns/include/dns/view.h index 6a0c6240a1..30f1f96a92 100644 --- a/lib/dns/include/dns/view.h +++ b/lib/dns/include/dns/view.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: view.h,v 1.61 2000/12/20 23:31:11 bwelling Exp $ */ +/* $Id: view.h,v 1.61.2.1 2001/01/09 22:46:28 bwelling Exp $ */ #ifndef DNS_VIEW_H #define DNS_VIEW_H 1 diff --git a/lib/dns/include/dns/xfrin.h b/lib/dns/include/dns/xfrin.h index c6fe8baa6f..a74522bf60 100644 --- a/lib/dns/include/dns/xfrin.h +++ b/lib/dns/include/dns/xfrin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrin.h,v 1.16 2000/08/01 01:24:56 tale Exp $ */ +/* $Id: xfrin.h,v 1.16.4.1 2001/01/09 22:46:30 bwelling Exp $ */ #ifndef DNS_XFRIN_H #define DNS_XFRIN_H 1 diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index 7baf03124f..34f7256904 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.h,v 1.95 2000/12/28 01:29:08 marka Exp $ */ +/* $Id: zone.h,v 1.95.2.1 2001/01/09 22:46:31 bwelling Exp $ */ #ifndef DNS_ZONE_H #define DNS_ZONE_H 1 diff --git a/lib/dns/include/dns/zt.h b/lib/dns/include/dns/zt.h index 85a4c5b579..20c117f293 100644 --- a/lib/dns/include/dns/zt.h +++ b/lib/dns/include/dns/zt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zt.h,v 1.23 2000/10/05 06:39:26 marka Exp $ */ +/* $Id: zt.h,v 1.23.4.1 2001/01/09 22:46:32 bwelling Exp $ */ #ifndef DNS_ZT_H #define DNS_ZT_H 1 diff --git a/lib/dns/journal.c b/lib/dns/journal.c index e7f79c4dfe..6077e6edcc 100644 --- a/lib/dns/journal.c +++ b/lib/dns/journal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journal.c,v 1.71 2000/12/22 23:47:00 gson Exp $ */ +/* $Id: journal.c,v 1.71.2.1 2001/01/09 22:43:40 bwelling Exp $ */ #include diff --git a/lib/dns/keytable.c b/lib/dns/keytable.c index 883655e77c..ce2040a7fe 100644 --- a/lib/dns/keytable.c +++ b/lib/dns/keytable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keytable.c,v 1.23 2000/12/11 19:24:09 bwelling Exp $ */ +/* $Id: keytable.c,v 1.23.2.1 2001/01/09 22:43:42 bwelling Exp $ */ #include diff --git a/lib/dns/lib.c b/lib/dns/lib.c index 837d89af68..eb091be166 100644 --- a/lib/dns/lib.c +++ b/lib/dns/lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.c,v 1.8 2000/08/30 01:24:19 bwelling Exp $ */ +/* $Id: lib.c,v 1.8.4.1 2001/01/09 22:43:43 bwelling Exp $ */ #include diff --git a/lib/dns/log.c b/lib/dns/log.c index 4254dc7bcb..07c6b5b208 100644 --- a/lib/dns/log.c +++ b/lib/dns/log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.c,v 1.29 2000/12/09 02:17:07 bwelling Exp $ */ +/* $Id: log.c,v 1.29.4.1 2001/01/09 22:43:44 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/dns/lookup.c b/lib/dns/lookup.c index acb6aed587..021188572e 100644 --- a/lib/dns/lookup.c +++ b/lib/dns/lookup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lookup.c,v 1.7 2000/12/20 20:42:08 bwelling Exp $ */ +/* $Id: lookup.c,v 1.7.2.1 2001/01/09 22:43:45 bwelling Exp $ */ #include diff --git a/lib/dns/master.c b/lib/dns/master.c index 55528d0436..b4942769c7 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.c,v 1.88.2.1 2000/12/28 18:46:46 gson Exp $ */ +/* $Id: master.c,v 1.88.2.2 2001/01/09 22:43:46 bwelling Exp $ */ #include diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index d37c203bbe..b34e4d7f8a 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: masterdump.c,v 1.38 2000/12/11 19:24:12 bwelling Exp $ */ +/* $Id: masterdump.c,v 1.38.2.1 2001/01/09 22:43:48 bwelling Exp $ */ #include diff --git a/lib/dns/message.c b/lib/dns/message.c index ae2214597d..119af2e73b 100644 --- a/lib/dns/message.c +++ b/lib/dns/message.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: message.c,v 1.164.2.1 2001/01/05 23:50:16 gson Exp $ */ +/* $Id: message.c,v 1.164.2.2 2001/01/09 22:43:49 bwelling Exp $ */ /*** *** Imports diff --git a/lib/dns/name.c b/lib/dns/name.c index 2ed8e8999f..76bd5baddd 100644 --- a/lib/dns/name.c +++ b/lib/dns/name.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: name.c,v 1.110.2.1 2001/01/06 01:33:32 gson Exp $ */ +/* $Id: name.c,v 1.110.2.2 2001/01/09 22:43:50 bwelling Exp $ */ #include diff --git a/lib/dns/ncache.c b/lib/dns/ncache.c index 89892581fa..c098ced0e8 100644 --- a/lib/dns/ncache.c +++ b/lib/dns/ncache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ncache.c,v 1.23 2000/10/31 03:21:56 marka Exp $ */ +/* $Id: ncache.c,v 1.23.4.1 2001/01/09 22:43:52 bwelling Exp $ */ #include diff --git a/lib/dns/nxt.c b/lib/dns/nxt.c index 371a91219b..4d5a13a9bd 100644 --- a/lib/dns/nxt.c +++ b/lib/dns/nxt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nxt.c,v 1.25 2000/10/28 01:25:14 bwelling Exp $ */ +/* $Id: nxt.c,v 1.25.4.1 2001/01/09 22:43:53 bwelling Exp $ */ #include diff --git a/lib/dns/opt.c b/lib/dns/opt.c index b9b70b9302..b26c95e5a1 100644 --- a/lib/dns/opt.c +++ b/lib/dns/opt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: opt.c,v 1.11 2000/12/11 19:24:15 bwelling Exp $ */ +/* $Id: opt.c,v 1.11.2.1 2001/01/09 22:43:54 bwelling Exp $ */ /* DNS_OPT_NEWCODES_KEEP */ diff --git a/lib/dns/peer.c b/lib/dns/peer.c index f955ccf8d1..8f6d834b19 100644 --- a/lib/dns/peer.c +++ b/lib/dns/peer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: peer.c,v 1.10 2000/08/01 01:22:37 tale Exp $ */ +/* $Id: peer.c,v 1.10.4.1 2001/01/09 22:43:55 bwelling Exp $ */ #include diff --git a/lib/dns/rbt.c b/lib/dns/rbt.c index 45f69d7936..6b1a951716 100644 --- a/lib/dns/rbt.c +++ b/lib/dns/rbt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbt.c,v 1.96 2000/12/11 19:24:16 bwelling Exp $ */ +/* $Id: rbt.c,v 1.96.2.1 2001/01/09 22:43:57 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 63802926cd..6ba5861196 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbtdb.c,v 1.139 2000/12/07 23:37:52 marka Exp $ */ +/* $Id: rbtdb.c,v 1.139.4.1 2001/01/09 22:43:58 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/lib/dns/rbtdb.h b/lib/dns/rbtdb.h index 5f5cb15efa..71046f44b3 100644 --- a/lib/dns/rbtdb.h +++ b/lib/dns/rbtdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbtdb.h,v 1.12 2000/11/16 22:33:46 bwelling Exp $ */ +/* $Id: rbtdb.h,v 1.12.4.1 2001/01/09 22:43:59 bwelling Exp $ */ #ifndef DNS_RBTDB_H #define DNS_RBTDB_H 1 diff --git a/lib/dns/rbtdb64.c b/lib/dns/rbtdb64.c index 816fcd8f91..7947eb83f8 100644 --- a/lib/dns/rbtdb64.c +++ b/lib/dns/rbtdb64.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbtdb64.c,v 1.5 2000/08/01 01:22:42 tale Exp $ */ +/* $Id: rbtdb64.c,v 1.5.4.1 2001/01/09 22:44:01 bwelling Exp $ */ #define DNS_RBTDB_VERSION64 1 #include "rbtdb.c" diff --git a/lib/dns/rbtdb64.h b/lib/dns/rbtdb64.h index 6fe0e4cbd9..1a3df5da0c 100644 --- a/lib/dns/rbtdb64.h +++ b/lib/dns/rbtdb64.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbtdb64.h,v 1.11 2000/11/16 22:33:47 bwelling Exp $ */ +/* $Id: rbtdb64.h,v 1.11.4.1 2001/01/09 22:44:02 bwelling Exp $ */ #ifndef DNS_RBTDB64_H #define DNS_RBTDB64_H 1 diff --git a/lib/dns/rdata.c b/lib/dns/rdata.c index dee2647c89..e1a7f536e5 100644 --- a/lib/dns/rdata.c +++ b/lib/dns/rdata.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata.c,v 1.137 2000/12/19 04:46:36 marka Exp $ */ +/* $Id: rdata.c,v 1.137.2.1 2001/01/09 22:44:03 bwelling Exp $ */ #include #include diff --git a/lib/dns/rdata/any_255/tsig_250.c b/lib/dns/rdata/any_255/tsig_250.c index 34414521b2..c4a5ee3583 100644 --- a/lib/dns/rdata/any_255/tsig_250.c +++ b/lib/dns/rdata/any_255/tsig_250.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsig_250.c,v 1.46 2000/12/01 01:40:14 gson Exp $ */ +/* $Id: tsig_250.c,v 1.46.4.1 2001/01/09 22:46:36 bwelling Exp $ */ /* Reviewed: Thu Mar 16 13:39:43 PST 2000 by gson */ diff --git a/lib/dns/rdata/any_255/tsig_250.h b/lib/dns/rdata/any_255/tsig_250.h index 2784afc724..393e58fe17 100644 --- a/lib/dns/rdata/any_255/tsig_250.h +++ b/lib/dns/rdata/any_255/tsig_250.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsig_250.h,v 1.19 2000/08/01 01:25:05 tale Exp $ */ +/* $Id: tsig_250.h,v 1.19.4.1 2001/01/09 22:46:37 bwelling Exp $ */ /* RFC 2845 */ diff --git a/lib/dns/rdata/generic/afsdb_18.c b/lib/dns/rdata/generic/afsdb_18.c index 98371710e1..1e1160ba81 100644 --- a/lib/dns/rdata/generic/afsdb_18.c +++ b/lib/dns/rdata/generic/afsdb_18.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: afsdb_18.c,v 1.34 2000/12/01 01:40:15 gson Exp $ */ +/* $Id: afsdb_18.c,v 1.34.4.1 2001/01/09 22:46:38 bwelling Exp $ */ /* Reviewed: Wed Mar 15 14:59:00 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/afsdb_18.h b/lib/dns/rdata/generic/afsdb_18.h index 1bcd0bfd87..a36682d25f 100644 --- a/lib/dns/rdata/generic/afsdb_18.h +++ b/lib/dns/rdata/generic/afsdb_18.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_AFSDB_18_H #define GENERIC_AFSDB_18_H 1 -/* $Id: afsdb_18.h,v 1.14 2000/08/01 01:25:07 tale Exp $ */ +/* $Id: afsdb_18.h,v 1.14.4.1 2001/01/09 22:46:40 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/generic/cert_37.c b/lib/dns/rdata/generic/cert_37.c index 6f866bc75d..de2c5a375a 100644 --- a/lib/dns/rdata/generic/cert_37.c +++ b/lib/dns/rdata/generic/cert_37.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cert_37.c,v 1.35 2000/12/01 01:40:16 gson Exp $ */ +/* $Id: cert_37.c,v 1.35.4.1 2001/01/09 22:46:41 bwelling Exp $ */ /* Reviewed: Wed Mar 15 21:14:32 EST 2000 by tale */ diff --git a/lib/dns/rdata/generic/cert_37.h b/lib/dns/rdata/generic/cert_37.h index db7c4607d9..be9e778e34 100644 --- a/lib/dns/rdata/generic/cert_37.h +++ b/lib/dns/rdata/generic/cert_37.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cert_37.h,v 1.14 2000/08/01 01:25:09 tale Exp $ */ +/* $Id: cert_37.h,v 1.14.4.1 2001/01/09 22:46:42 bwelling Exp $ */ /* RFC 2538 */ #ifndef GENERIC_CERT_37_H diff --git a/lib/dns/rdata/generic/cname_5.c b/lib/dns/rdata/generic/cname_5.c index fa657a8dc7..0ed8a25665 100644 --- a/lib/dns/rdata/generic/cname_5.c +++ b/lib/dns/rdata/generic/cname_5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cname_5.c,v 1.38 2000/12/01 01:40:17 gson Exp $ */ +/* $Id: cname_5.c,v 1.38.4.1 2001/01/09 22:46:43 bwelling Exp $ */ /* reviewed: Wed Mar 15 16:48:45 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/cname_5.h b/lib/dns/rdata/generic/cname_5.h index 2899487612..23e4af2066 100644 --- a/lib/dns/rdata/generic/cname_5.h +++ b/lib/dns/rdata/generic/cname_5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cname_5.h,v 1.22 2000/08/01 01:25:11 tale Exp $ */ +/* $Id: cname_5.h,v 1.22.4.1 2001/01/09 22:46:44 bwelling Exp $ */ #ifndef GENERIC_CNAME_5_H #define GENERIC_CNAME_5_H 1 diff --git a/lib/dns/rdata/generic/dname_39.c b/lib/dns/rdata/generic/dname_39.c index 674bb4d841..88892ea2b1 100644 --- a/lib/dns/rdata/generic/dname_39.c +++ b/lib/dns/rdata/generic/dname_39.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dname_39.c,v 1.28 2000/12/01 01:40:18 gson Exp $ */ +/* $Id: dname_39.c,v 1.28.4.1 2001/01/09 22:46:45 bwelling Exp $ */ /* Reviewed: Wed Mar 15 16:52:38 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/dname_39.h b/lib/dns/rdata/generic/dname_39.h index 28c46e7c7a..2651bebe2d 100644 --- a/lib/dns/rdata/generic/dname_39.h +++ b/lib/dns/rdata/generic/dname_39.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_DNAME_39_H #define GENERIC_DNAME_39_H 1 -/* $Id: dname_39.h,v 1.14 2000/08/01 01:25:14 tale Exp $ */ +/* $Id: dname_39.h,v 1.14.4.1 2001/01/09 22:46:46 bwelling Exp $ */ /* draft-ietf-dnsind-dname-02.txt */ diff --git a/lib/dns/rdata/generic/gpos_27.c b/lib/dns/rdata/generic/gpos_27.c index 9a4c1691b0..390090f30d 100644 --- a/lib/dns/rdata/generic/gpos_27.c +++ b/lib/dns/rdata/generic/gpos_27.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gpos_27.c,v 1.27 2000/12/01 01:40:19 gson Exp $ */ +/* $Id: gpos_27.c,v 1.27.4.1 2001/01/09 22:46:48 bwelling Exp $ */ /* reviewed: Wed Mar 15 16:48:45 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/gpos_27.h b/lib/dns/rdata/generic/gpos_27.h index 4fcdfd2ab5..69edfed41d 100644 --- a/lib/dns/rdata/generic/gpos_27.h +++ b/lib/dns/rdata/generic/gpos_27.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_GPOS_27_H #define GENERIC_GPOS_27_H 1 -/* $Id: gpos_27.h,v 1.11 2000/08/01 01:25:16 tale Exp $ */ +/* $Id: gpos_27.h,v 1.11.4.1 2001/01/09 22:46:49 bwelling Exp $ */ /* RFC 1712 */ diff --git a/lib/dns/rdata/generic/hinfo_13.c b/lib/dns/rdata/generic/hinfo_13.c index 4b3e233a60..e1d9a00b85 100644 --- a/lib/dns/rdata/generic/hinfo_13.c +++ b/lib/dns/rdata/generic/hinfo_13.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hinfo_13.c,v 1.32 2000/12/01 01:40:21 gson Exp $ */ +/* $Id: hinfo_13.c,v 1.32.4.1 2001/01/09 22:46:50 bwelling Exp $ */ /* * Reviewed: Wed Mar 15 16:47:10 PST 2000 by halley. diff --git a/lib/dns/rdata/generic/hinfo_13.h b/lib/dns/rdata/generic/hinfo_13.h index a0ed9540f0..6085615a81 100644 --- a/lib/dns/rdata/generic/hinfo_13.h +++ b/lib/dns/rdata/generic/hinfo_13.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_HINFO_13_H #define GENERIC_HINFO_13_H 1 -/* $Id: hinfo_13.h,v 1.21 2000/08/01 01:25:18 tale Exp $ */ +/* $Id: hinfo_13.h,v 1.21.4.1 2001/01/09 22:46:51 bwelling Exp $ */ typedef struct dns_rdata_hinfo { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/isdn_20.c b/lib/dns/rdata/generic/isdn_20.c index bdcb010013..4ac582d2cd 100644 --- a/lib/dns/rdata/generic/isdn_20.c +++ b/lib/dns/rdata/generic/isdn_20.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: isdn_20.c,v 1.25 2000/12/01 01:40:22 gson Exp $ */ +/* $Id: isdn_20.c,v 1.25.4.1 2001/01/09 22:46:52 bwelling Exp $ */ /* Reviewed: Wed Mar 15 16:53:11 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/isdn_20.h b/lib/dns/rdata/generic/isdn_20.h index 8783c93f2a..7a293ab3b2 100644 --- a/lib/dns/rdata/generic/isdn_20.h +++ b/lib/dns/rdata/generic/isdn_20.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_ISDN_20_H #define GENERIC_ISDN_20_H 1 -/* $Id: isdn_20.h,v 1.12 2000/08/01 01:25:20 tale Exp $ */ +/* $Id: isdn_20.h,v 1.12.4.1 2001/01/09 22:46:53 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/generic/key_25.c b/lib/dns/rdata/generic/key_25.c index b72f395694..a0049b309d 100644 --- a/lib/dns/rdata/generic/key_25.c +++ b/lib/dns/rdata/generic/key_25.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: key_25.c,v 1.35 2000/12/01 01:40:23 gson Exp $ */ +/* $Id: key_25.c,v 1.35.4.1 2001/01/09 22:46:54 bwelling Exp $ */ /* * Reviewed: Wed Mar 15 16:47:10 PST 2000 by halley. diff --git a/lib/dns/rdata/generic/key_25.h b/lib/dns/rdata/generic/key_25.h index 7e8f953f2a..af344e86a9 100644 --- a/lib/dns/rdata/generic/key_25.h +++ b/lib/dns/rdata/generic/key_25.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_KEY_25_H #define GENERIC_KEY_25_H 1 -/* $Id: key_25.h,v 1.13 2000/08/01 01:25:23 tale Exp $ */ +/* $Id: key_25.h,v 1.13.4.1 2001/01/09 22:46:56 bwelling Exp $ */ /* RFC 2535 */ diff --git a/lib/dns/rdata/generic/loc_29.c b/lib/dns/rdata/generic/loc_29.c index 7053a4ec1b..6827f92390 100644 --- a/lib/dns/rdata/generic/loc_29.c +++ b/lib/dns/rdata/generic/loc_29.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: loc_29.c,v 1.26 2000/12/01 01:40:24 gson Exp $ */ +/* $Id: loc_29.c,v 1.26.4.1 2001/01/09 22:46:57 bwelling Exp $ */ /* Reviewed: Wed Mar 15 18:13:09 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/loc_29.h b/lib/dns/rdata/generic/loc_29.h index 761fbfc07f..d2ddaea8b8 100644 --- a/lib/dns/rdata/generic/loc_29.h +++ b/lib/dns/rdata/generic/loc_29.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_LOC_29_H #define GENERIC_LOC_29_H 1 -/* $Id: loc_29.h,v 1.13 2000/08/01 01:25:25 tale Exp $ */ +/* $Id: loc_29.h,v 1.13.4.1 2001/01/09 22:46:58 bwelling Exp $ */ /* RFC 1876 */ diff --git a/lib/dns/rdata/generic/mb_7.c b/lib/dns/rdata/generic/mb_7.c index 77d4f5f4bc..c451a858cf 100644 --- a/lib/dns/rdata/generic/mb_7.c +++ b/lib/dns/rdata/generic/mb_7.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mb_7.c,v 1.36 2000/12/01 01:40:25 gson Exp $ */ +/* $Id: mb_7.c,v 1.36.4.1 2001/01/09 22:46:59 bwelling Exp $ */ /* Reviewed: Wed Mar 15 17:31:26 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/mb_7.h b/lib/dns/rdata/generic/mb_7.h index 4505031b88..26f9df0dd2 100644 --- a/lib/dns/rdata/generic/mb_7.h +++ b/lib/dns/rdata/generic/mb_7.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MB_7_H #define GENERIC_MB_7_H 1 -/* $Id: mb_7.h,v 1.21 2000/08/01 01:25:27 tale Exp $ */ +/* $Id: mb_7.h,v 1.21.4.1 2001/01/09 22:47:00 bwelling Exp $ */ typedef struct dns_rdata_mb { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/md_3.c b/lib/dns/rdata/generic/md_3.c index ab1cc6cdab..ed805fdab3 100644 --- a/lib/dns/rdata/generic/md_3.c +++ b/lib/dns/rdata/generic/md_3.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: md_3.c,v 1.38 2000/12/01 01:40:26 gson Exp $ */ +/* $Id: md_3.c,v 1.38.4.1 2001/01/09 22:47:02 bwelling Exp $ */ /* Reviewed: Wed Mar 15 17:48:20 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/md_3.h b/lib/dns/rdata/generic/md_3.h index 2d6032bfe9..aae5ff3447 100644 --- a/lib/dns/rdata/generic/md_3.h +++ b/lib/dns/rdata/generic/md_3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MD_3_H #define GENERIC_MD_3_H 1 -/* $Id: md_3.h,v 1.22 2000/08/01 01:25:29 tale Exp $ */ +/* $Id: md_3.h,v 1.22.4.1 2001/01/09 22:47:03 bwelling Exp $ */ typedef struct dns_rdata_md { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/mf_4.c b/lib/dns/rdata/generic/mf_4.c index feb1ae471c..452b657b22 100644 --- a/lib/dns/rdata/generic/mf_4.c +++ b/lib/dns/rdata/generic/mf_4.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mf_4.c,v 1.36 2000/12/01 01:40:27 gson Exp $ */ +/* $Id: mf_4.c,v 1.36.4.1 2001/01/09 22:47:04 bwelling Exp $ */ /* reviewed: Wed Mar 15 17:47:33 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/mf_4.h b/lib/dns/rdata/generic/mf_4.h index f2d449b4af..e5e48d3b6e 100644 --- a/lib/dns/rdata/generic/mf_4.h +++ b/lib/dns/rdata/generic/mf_4.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MF_4_H #define GENERIC_MF_4_H 1 -/* $Id: mf_4.h,v 1.20 2000/08/01 01:25:32 tale Exp $ */ +/* $Id: mf_4.h,v 1.20.4.1 2001/01/09 22:47:05 bwelling Exp $ */ typedef struct dns_rdata_mf { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/mg_8.c b/lib/dns/rdata/generic/mg_8.c index a8dfcf11f3..a083ad586e 100644 --- a/lib/dns/rdata/generic/mg_8.c +++ b/lib/dns/rdata/generic/mg_8.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mg_8.c,v 1.34 2000/12/01 01:40:28 gson Exp $ */ +/* $Id: mg_8.c,v 1.34.4.1 2001/01/09 22:47:06 bwelling Exp $ */ /* reviewed: Wed Mar 15 17:49:21 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/mg_8.h b/lib/dns/rdata/generic/mg_8.h index 8fbb7d10bf..0c8dd0a881 100644 --- a/lib/dns/rdata/generic/mg_8.h +++ b/lib/dns/rdata/generic/mg_8.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MG_8_H #define GENERIC_MG_8_H 1 -/* $Id: mg_8.h,v 1.20 2000/08/01 01:25:34 tale Exp $ */ +/* $Id: mg_8.h,v 1.20.4.1 2001/01/09 22:47:07 bwelling Exp $ */ typedef struct dns_rdata_mg { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/minfo_14.c b/lib/dns/rdata/generic/minfo_14.c index 2ecf0bbd22..7ad5b46d76 100644 --- a/lib/dns/rdata/generic/minfo_14.c +++ b/lib/dns/rdata/generic/minfo_14.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: minfo_14.c,v 1.35 2000/12/01 01:40:30 gson Exp $ */ +/* $Id: minfo_14.c,v 1.35.4.1 2001/01/09 22:47:08 bwelling Exp $ */ /* reviewed: Wed Mar 15 17:45:32 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/minfo_14.h b/lib/dns/rdata/generic/minfo_14.h index ce0ff5d7ce..c6b7aaaab3 100644 --- a/lib/dns/rdata/generic/minfo_14.h +++ b/lib/dns/rdata/generic/minfo_14.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MINFO_14_H #define GENERIC_MINFO_14_H 1 -/* $Id: minfo_14.h,v 1.21 2000/08/01 01:25:36 tale Exp $ */ +/* $Id: minfo_14.h,v 1.21.4.1 2001/01/09 22:47:10 bwelling Exp $ */ typedef struct dns_rdata_minfo { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/mr_9.c b/lib/dns/rdata/generic/mr_9.c index c9751d874e..5036231b60 100644 --- a/lib/dns/rdata/generic/mr_9.c +++ b/lib/dns/rdata/generic/mr_9.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mr_9.c,v 1.33 2000/12/01 01:40:31 gson Exp $ */ +/* $Id: mr_9.c,v 1.33.4.1 2001/01/09 22:47:11 bwelling Exp $ */ /* Reviewed: Wed Mar 15 21:30:35 EST 2000 by tale */ diff --git a/lib/dns/rdata/generic/mr_9.h b/lib/dns/rdata/generic/mr_9.h index b5bb01c954..b7b94837fe 100644 --- a/lib/dns/rdata/generic/mr_9.h +++ b/lib/dns/rdata/generic/mr_9.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MR_9_H #define GENERIC_MR_9_H 1 -/* $Id: mr_9.h,v 1.20 2000/08/01 01:25:38 tale Exp $ */ +/* $Id: mr_9.h,v 1.20.4.1 2001/01/09 22:47:12 bwelling Exp $ */ typedef struct dns_rdata_mr { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/mx_15.c b/lib/dns/rdata/generic/mx_15.c index 480e8340ca..01ffde93d4 100644 --- a/lib/dns/rdata/generic/mx_15.c +++ b/lib/dns/rdata/generic/mx_15.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mx_15.c,v 1.43 2000/12/01 01:40:32 gson Exp $ */ +/* $Id: mx_15.c,v 1.43.4.1 2001/01/09 22:47:13 bwelling Exp $ */ /* reviewed: Wed Mar 15 18:05:46 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/mx_15.h b/lib/dns/rdata/generic/mx_15.h index 23156bedfe..2e62ccfd36 100644 --- a/lib/dns/rdata/generic/mx_15.h +++ b/lib/dns/rdata/generic/mx_15.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MX_15_H #define GENERIC_MX_15_H 1 -/* $Id: mx_15.h,v 1.23 2000/08/01 01:25:41 tale Exp $ */ +/* $Id: mx_15.h,v 1.23.4.1 2001/01/09 22:47:14 bwelling Exp $ */ typedef struct dns_rdata_mx { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/ns_2.c b/lib/dns/rdata/generic/ns_2.c index f9448e7762..6682fbeeb3 100644 --- a/lib/dns/rdata/generic/ns_2.c +++ b/lib/dns/rdata/generic/ns_2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ns_2.c,v 1.37 2000/12/01 01:40:33 gson Exp $ */ +/* $Id: ns_2.c,v 1.37.4.1 2001/01/09 22:47:15 bwelling Exp $ */ /* Reviewed: Wed Mar 15 18:15:00 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/ns_2.h b/lib/dns/rdata/generic/ns_2.h index ec027a042f..fdd85131a5 100644 --- a/lib/dns/rdata/generic/ns_2.h +++ b/lib/dns/rdata/generic/ns_2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_NS_2_H #define GENERIC_NS_2_H 1 -/* $Id: ns_2.h,v 1.21 2000/08/01 01:25:43 tale Exp $ */ +/* $Id: ns_2.h,v 1.21.4.1 2001/01/09 22:47:17 bwelling Exp $ */ typedef struct dns_rdata_ns { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/null_10.c b/lib/dns/rdata/generic/null_10.c index d82159b45f..fb378cdb5a 100644 --- a/lib/dns/rdata/generic/null_10.c +++ b/lib/dns/rdata/generic/null_10.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: null_10.c,v 1.30 2000/12/01 01:40:34 gson Exp $ */ +/* $Id: null_10.c,v 1.30.4.1 2001/01/09 22:47:18 bwelling Exp $ */ /* Reviewed: Thu Mar 16 13:57:50 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/null_10.h b/lib/dns/rdata/generic/null_10.h index 1484717d5e..a825bc560f 100644 --- a/lib/dns/rdata/generic/null_10.h +++ b/lib/dns/rdata/generic/null_10.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_NULL_10_H #define GENERIC_NULL_10_H 1 -/* $Id: null_10.h,v 1.19 2000/08/01 01:25:45 tale Exp $ */ +/* $Id: null_10.h,v 1.19.4.1 2001/01/09 22:47:19 bwelling Exp $ */ typedef struct dns_rdata_null { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/nxt_30.c b/lib/dns/rdata/generic/nxt_30.c index 71627f3647..22d5ab0160 100644 --- a/lib/dns/rdata/generic/nxt_30.c +++ b/lib/dns/rdata/generic/nxt_30.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nxt_30.c,v 1.44 2000/12/01 01:40:35 gson Exp $ */ +/* $Id: nxt_30.c,v 1.44.4.1 2001/01/09 22:47:20 bwelling Exp $ */ /* reviewed: Wed Mar 15 18:21:15 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/nxt_30.h b/lib/dns/rdata/generic/nxt_30.h index ede6022610..3e0e892319 100644 --- a/lib/dns/rdata/generic/nxt_30.h +++ b/lib/dns/rdata/generic/nxt_30.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_NXT_30_H #define GENERIC_NXT_30_H 1 -/* $Id: nxt_30.h,v 1.17 2000/10/06 22:41:16 bwelling Exp $ */ +/* $Id: nxt_30.h,v 1.17.4.1 2001/01/09 22:47:21 bwelling Exp $ */ /* RFC 2065 */ diff --git a/lib/dns/rdata/generic/opt_41.c b/lib/dns/rdata/generic/opt_41.c index af1bb634d1..9b31955ca1 100644 --- a/lib/dns/rdata/generic/opt_41.c +++ b/lib/dns/rdata/generic/opt_41.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: opt_41.c,v 1.19 2000/12/01 01:40:36 gson Exp $ */ +/* $Id: opt_41.c,v 1.19.4.1 2001/01/09 22:47:23 bwelling Exp $ */ /* Reviewed: Thu Mar 16 14:06:44 PST 2000 by gson */ diff --git a/lib/dns/rdata/generic/opt_41.h b/lib/dns/rdata/generic/opt_41.h index 3c8e3f241d..a5cb5ec5bd 100644 --- a/lib/dns/rdata/generic/opt_41.h +++ b/lib/dns/rdata/generic/opt_41.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_OPT_41_H #define GENERIC_OPT_41_H 1 -/* $Id: opt_41.h,v 1.12 2000/08/01 01:25:50 tale Exp $ */ +/* $Id: opt_41.h,v 1.12.4.1 2001/01/09 22:47:24 bwelling Exp $ */ /* RFC 2671 */ diff --git a/lib/dns/rdata/generic/proforma.c b/lib/dns/rdata/generic/proforma.c index 7e8c5e49ce..f0e1d20782 100644 --- a/lib/dns/rdata/generic/proforma.c +++ b/lib/dns/rdata/generic/proforma.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: proforma.c,v 1.29 2000/11/08 01:55:54 bwelling Exp $ */ +/* $Id: proforma.c,v 1.29.4.1 2001/01/09 22:47:25 bwelling Exp $ */ #ifndef RDATA_GENERIC_#_#_C #define RDATA_GENERIC_#_#_C diff --git a/lib/dns/rdata/generic/proforma.h b/lib/dns/rdata/generic/proforma.h index 0b7dd2b446..f38a8e4eee 100644 --- a/lib/dns/rdata/generic/proforma.h +++ b/lib/dns/rdata/generic/proforma.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_PROFORMA_H #define GENERIC_PROFORMA_H 1 -/* $Id: proforma.h,v 1.17 2000/08/01 01:25:52 tale Exp $ */ +/* $Id: proforma.h,v 1.17.4.1 2001/01/09 22:47:26 bwelling Exp $ */ typedef struct dns_rdata_# { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/ptr_12.c b/lib/dns/rdata/generic/ptr_12.c index 08f06ceb41..6f743a207b 100644 --- a/lib/dns/rdata/generic/ptr_12.c +++ b/lib/dns/rdata/generic/ptr_12.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ptr_12.c,v 1.34 2000/12/01 01:40:37 gson Exp $ */ +/* $Id: ptr_12.c,v 1.34.4.1 2001/01/09 22:47:27 bwelling Exp $ */ /* Reviewed: Thu Mar 16 14:05:12 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/ptr_12.h b/lib/dns/rdata/generic/ptr_12.h index 78b689ba48..bcf38af6b8 100644 --- a/lib/dns/rdata/generic/ptr_12.h +++ b/lib/dns/rdata/generic/ptr_12.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_PTR_12_H #define GENERIC_PTR_12_H 1 -/* $Id: ptr_12.h,v 1.21 2000/08/01 01:25:54 tale Exp $ */ +/* $Id: ptr_12.h,v 1.21.4.1 2001/01/09 22:47:29 bwelling Exp $ */ typedef struct dns_rdata_ptr { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/rp_17.c b/lib/dns/rdata/generic/rp_17.c index 24491c10fb..38cb366714 100644 --- a/lib/dns/rdata/generic/rp_17.c +++ b/lib/dns/rdata/generic/rp_17.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rp_17.c,v 1.30 2000/12/01 01:40:39 gson Exp $ */ +/* $Id: rp_17.c,v 1.30.4.1 2001/01/09 22:47:30 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/generic/rp_17.h b/lib/dns/rdata/generic/rp_17.h index fb44667b5c..a8becac477 100644 --- a/lib/dns/rdata/generic/rp_17.h +++ b/lib/dns/rdata/generic/rp_17.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_RP_17_H #define GENERIC_RP_17_H 1 -/* $Id: rp_17.h,v 1.15 2000/08/01 01:25:56 tale Exp $ */ +/* $Id: rp_17.h,v 1.15.4.1 2001/01/09 22:47:31 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/generic/rt_21.c b/lib/dns/rdata/generic/rt_21.c index 86db615e6c..b4b5b1f348 100644 --- a/lib/dns/rdata/generic/rt_21.c +++ b/lib/dns/rdata/generic/rt_21.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rt_21.c,v 1.32 2000/12/01 01:40:40 gson Exp $ */ +/* $Id: rt_21.c,v 1.32.4.1 2001/01/09 22:47:32 bwelling Exp $ */ /* reviewed: Thu Mar 16 15:02:31 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/rt_21.h b/lib/dns/rdata/generic/rt_21.h index 828729d78f..c81692cec1 100644 --- a/lib/dns/rdata/generic/rt_21.h +++ b/lib/dns/rdata/generic/rt_21.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_RT_21_H #define GENERIC_RT_21_H 1 -/* $Id: rt_21.h,v 1.15 2000/08/01 01:25:59 tale Exp $ */ +/* $Id: rt_21.h,v 1.15.4.1 2001/01/09 22:47:33 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/generic/sig_24.c b/lib/dns/rdata/generic/sig_24.c index ccb533873a..77dd6e79b3 100644 --- a/lib/dns/rdata/generic/sig_24.c +++ b/lib/dns/rdata/generic/sig_24.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sig_24.c,v 1.48 2000/12/01 01:40:41 gson Exp $ */ +/* $Id: sig_24.c,v 1.48.4.1 2001/01/09 22:47:34 bwelling Exp $ */ /* Reviewed: Fri Mar 17 09:05:02 PST 2000 by gson */ diff --git a/lib/dns/rdata/generic/sig_24.h b/lib/dns/rdata/generic/sig_24.h index 779c1545f0..c1e1ccefb5 100644 --- a/lib/dns/rdata/generic/sig_24.h +++ b/lib/dns/rdata/generic/sig_24.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_SIG_24_H #define GENERIC_SIG_24_H 1 -/* $Id: sig_24.h,v 1.20 2000/08/01 01:26:01 tale Exp $ */ +/* $Id: sig_24.h,v 1.20.4.1 2001/01/09 22:47:35 bwelling Exp $ */ /* RFC 2535 */ diff --git a/lib/dns/rdata/generic/soa_6.c b/lib/dns/rdata/generic/soa_6.c index 2d6e72dc2a..6143df1a2a 100644 --- a/lib/dns/rdata/generic/soa_6.c +++ b/lib/dns/rdata/generic/soa_6.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: soa_6.c,v 1.47 2000/12/01 01:40:42 gson Exp $ */ +/* $Id: soa_6.c,v 1.47.4.1 2001/01/09 22:47:37 bwelling Exp $ */ /* Reviewed: Thu Mar 16 15:18:32 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/soa_6.h b/lib/dns/rdata/generic/soa_6.h index 19e78c6a3b..bac4f3dee7 100644 --- a/lib/dns/rdata/generic/soa_6.h +++ b/lib/dns/rdata/generic/soa_6.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_SOA_6_H #define GENERIC_SOA_6_H 1 -/* $Id: soa_6.h,v 1.25 2000/08/01 01:26:03 tale Exp $ */ +/* $Id: soa_6.h,v 1.25.4.1 2001/01/09 22:47:38 bwelling Exp $ */ typedef struct dns_rdata_soa { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/tkey_249.c b/lib/dns/rdata/generic/tkey_249.c index c5af1a81d1..0fe900d843 100644 --- a/lib/dns/rdata/generic/tkey_249.c +++ b/lib/dns/rdata/generic/tkey_249.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkey_249.c,v 1.41 2000/12/01 01:40:43 gson Exp $ */ +/* $Id: tkey_249.c,v 1.41.4.1 2001/01/09 22:47:39 bwelling Exp $ */ /* * Reviewed: Thu Mar 16 17:35:30 PST 2000 by halley. diff --git a/lib/dns/rdata/generic/tkey_249.h b/lib/dns/rdata/generic/tkey_249.h index 8229f8f7f6..42cc789781 100644 --- a/lib/dns/rdata/generic/tkey_249.h +++ b/lib/dns/rdata/generic/tkey_249.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_TKEY_249_H #define GENERIC_TKEY_249_H 1 -/* $Id: tkey_249.h,v 1.17 2000/08/01 01:26:06 tale Exp $ */ +/* $Id: tkey_249.h,v 1.17.4.1 2001/01/09 22:47:40 bwelling Exp $ */ /* draft-ietf-dnsind-tkey-00.txt */ diff --git a/lib/dns/rdata/generic/txt_16.c b/lib/dns/rdata/generic/txt_16.c index 4e1a4f37d5..8eb06ee7c4 100644 --- a/lib/dns/rdata/generic/txt_16.c +++ b/lib/dns/rdata/generic/txt_16.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: txt_16.c,v 1.32 2000/12/01 01:40:44 gson Exp $ */ +/* $Id: txt_16.c,v 1.32.4.1 2001/01/09 22:47:41 bwelling Exp $ */ /* Reviewed: Thu Mar 16 15:40:00 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/txt_16.h b/lib/dns/rdata/generic/txt_16.h index 0e2ba89ea1..92a9213aa6 100644 --- a/lib/dns/rdata/generic/txt_16.h +++ b/lib/dns/rdata/generic/txt_16.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_TXT_16_H #define GENERIC_TXT_16_H 1 -/* $Id: txt_16.h,v 1.22 2000/08/01 01:26:08 tale Exp $ */ +/* $Id: txt_16.h,v 1.22.4.1 2001/01/09 22:47:42 bwelling Exp $ */ typedef struct dns_rdata_txt_string { isc_uint8_t length; diff --git a/lib/dns/rdata/generic/unspec_103.c b/lib/dns/rdata/generic/unspec_103.c index 9d8e8c6070..79c33526a0 100644 --- a/lib/dns/rdata/generic/unspec_103.c +++ b/lib/dns/rdata/generic/unspec_103.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: unspec_103.c,v 1.24 2000/12/01 01:40:45 gson Exp $ */ +/* $Id: unspec_103.c,v 1.24.4.1 2001/01/09 22:47:43 bwelling Exp $ */ #ifndef RDATA_GENERIC_UNSPEC_103_C #define RDATA_GENERIC_UNSPEC_103_C diff --git a/lib/dns/rdata/generic/unspec_103.h b/lib/dns/rdata/generic/unspec_103.h index c68167b443..0bf477973c 100644 --- a/lib/dns/rdata/generic/unspec_103.h +++ b/lib/dns/rdata/generic/unspec_103.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_UNSPEC_103_H #define GENERIC_UNSPEC_103_H 1 -/* $Id: unspec_103.h,v 1.11 2000/08/01 01:26:10 tale Exp $ */ +/* $Id: unspec_103.h,v 1.11.4.1 2001/01/09 22:47:45 bwelling Exp $ */ typedef struct dns_rdata_unspec_t { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/x25_19.c b/lib/dns/rdata/generic/x25_19.c index 1fb64f508e..c040b24bda 100644 --- a/lib/dns/rdata/generic/x25_19.c +++ b/lib/dns/rdata/generic/x25_19.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: x25_19.c,v 1.26 2000/12/01 01:40:46 gson Exp $ */ +/* $Id: x25_19.c,v 1.26.4.1 2001/01/09 22:47:46 bwelling Exp $ */ /* Reviewed: Thu Mar 16 16:15:57 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/x25_19.h b/lib/dns/rdata/generic/x25_19.h index 75d33c9ffb..6b5c1853de 100644 --- a/lib/dns/rdata/generic/x25_19.h +++ b/lib/dns/rdata/generic/x25_19.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_X25_19_H #define GENERIC_X25_19_H 1 -/* $Id: x25_19.h,v 1.12 2000/08/01 01:26:12 tale Exp $ */ +/* $Id: x25_19.h,v 1.12.4.1 2001/01/09 22:47:47 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/hs_4/a_1.c b/lib/dns/rdata/hs_4/a_1.c index bc835c3723..7fa33a63b0 100644 --- a/lib/dns/rdata/hs_4/a_1.c +++ b/lib/dns/rdata/hs_4/a_1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: a_1.c,v 1.20 2000/12/01 01:40:48 gson Exp $ */ +/* $Id: a_1.c,v 1.20.4.1 2001/01/09 22:47:48 bwelling Exp $ */ /* reviewed: Thu Mar 16 15:58:36 PST 2000 by brister */ diff --git a/lib/dns/rdata/hs_4/a_1.h b/lib/dns/rdata/hs_4/a_1.h index 543863464a..d9fe624949 100644 --- a/lib/dns/rdata/hs_4/a_1.h +++ b/lib/dns/rdata/hs_4/a_1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef HS_4_A_1_H #define HS_4_A_1_H 1 -/* $Id: a_1.h,v 1.6 2000/08/01 01:26:14 tale Exp $ */ +/* $Id: a_1.h,v 1.6.4.1 2001/01/09 22:47:50 bwelling Exp $ */ typedef struct dns_rdata_hs_a { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/in_1/a6_38.c b/lib/dns/rdata/in_1/a6_38.c index b50e40682c..9b58a28c7f 100644 --- a/lib/dns/rdata/in_1/a6_38.c +++ b/lib/dns/rdata/in_1/a6_38.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: a6_38.c,v 1.39 2000/12/01 01:40:49 gson Exp $ */ +/* $Id: a6_38.c,v 1.39.4.1 2001/01/09 22:47:51 bwelling Exp $ */ /* draft-ietf-ipngwg-dns-lookups-03.txt */ diff --git a/lib/dns/rdata/in_1/a6_38.h b/lib/dns/rdata/in_1/a6_38.h index 945949856b..4f8af10207 100644 --- a/lib/dns/rdata/in_1/a6_38.h +++ b/lib/dns/rdata/in_1/a6_38.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_A6_38_H #define IN_1_A6_38_H 1 -/* $Id: a6_38.h,v 1.16 2000/08/01 01:26:17 tale Exp $ */ +/* $Id: a6_38.h,v 1.16.4.1 2001/01/09 22:47:52 bwelling Exp $ */ /* draft-ietf-ipngwg-dns-lookups-03.txt */ diff --git a/lib/dns/rdata/in_1/a_1.c b/lib/dns/rdata/in_1/a_1.c index 2e2563beb1..84f751019f 100644 --- a/lib/dns/rdata/in_1/a_1.c +++ b/lib/dns/rdata/in_1/a_1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: a_1.c,v 1.41 2000/12/01 01:40:50 gson Exp $ */ +/* $Id: a_1.c,v 1.41.4.1 2001/01/09 22:47:53 bwelling Exp $ */ /* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/in_1/a_1.h b/lib/dns/rdata/in_1/a_1.h index 9da7331248..d08d76d339 100644 --- a/lib/dns/rdata/in_1/a_1.h +++ b/lib/dns/rdata/in_1/a_1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_A_1_H #define IN_1_A_1_H 1 -/* $Id: a_1.h,v 1.22 2000/08/01 01:26:19 tale Exp $ */ +/* $Id: a_1.h,v 1.22.4.1 2001/01/09 22:47:54 bwelling Exp $ */ typedef struct dns_rdata_in_a { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/in_1/aaaa_28.c b/lib/dns/rdata/in_1/aaaa_28.c index 704dd01fb9..c2c8b3a5c1 100644 --- a/lib/dns/rdata/in_1/aaaa_28.c +++ b/lib/dns/rdata/in_1/aaaa_28.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: aaaa_28.c,v 1.31 2000/12/01 01:40:51 gson Exp $ */ +/* $Id: aaaa_28.c,v 1.31.4.1 2001/01/09 22:47:55 bwelling Exp $ */ /* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/in_1/aaaa_28.h b/lib/dns/rdata/in_1/aaaa_28.h index 3c8c211630..68f9c31dc0 100644 --- a/lib/dns/rdata/in_1/aaaa_28.h +++ b/lib/dns/rdata/in_1/aaaa_28.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_AAAA_28_H #define IN_1_AAAA_28_H 1 -/* $Id: aaaa_28.h,v 1.15 2000/08/01 01:26:21 tale Exp $ */ +/* $Id: aaaa_28.h,v 1.15.4.1 2001/01/09 22:47:57 bwelling Exp $ */ /* RFC 1886 */ diff --git a/lib/dns/rdata/in_1/kx_36.c b/lib/dns/rdata/in_1/kx_36.c index 998388d373..a8b9c36496 100644 --- a/lib/dns/rdata/in_1/kx_36.c +++ b/lib/dns/rdata/in_1/kx_36.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: kx_36.c,v 1.32 2000/12/01 01:40:52 gson Exp $ */ +/* $Id: kx_36.c,v 1.32.4.1 2001/01/09 22:47:58 bwelling Exp $ */ /* Reviewed: Thu Mar 16 17:24:54 PST 2000 by explorer */ diff --git a/lib/dns/rdata/in_1/kx_36.h b/lib/dns/rdata/in_1/kx_36.h index d4aef31c6d..7e17f14cbb 100644 --- a/lib/dns/rdata/in_1/kx_36.h +++ b/lib/dns/rdata/in_1/kx_36.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_KX_36_H #define IN_1_KX_36_H 1 -/* $Id: kx_36.h,v 1.14 2000/08/01 01:26:24 tale Exp $ */ +/* $Id: kx_36.h,v 1.14.4.1 2001/01/09 22:47:59 bwelling Exp $ */ /* RFC 2230 */ diff --git a/lib/dns/rdata/in_1/naptr_35.c b/lib/dns/rdata/in_1/naptr_35.c index b64d1532b0..b9f63b111b 100644 --- a/lib/dns/rdata/in_1/naptr_35.c +++ b/lib/dns/rdata/in_1/naptr_35.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: naptr_35.c,v 1.36 2000/12/01 01:40:54 gson Exp $ */ +/* $Id: naptr_35.c,v 1.36.4.1 2001/01/09 22:48:00 bwelling Exp $ */ /* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/in_1/naptr_35.h b/lib/dns/rdata/in_1/naptr_35.h index 502b7825c5..35057021f4 100644 --- a/lib/dns/rdata/in_1/naptr_35.h +++ b/lib/dns/rdata/in_1/naptr_35.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_NAPTR_35_H #define IN_1_NAPTR_35_H 1 -/* $Id: naptr_35.h,v 1.16 2000/08/01 01:26:26 tale Exp $ */ +/* $Id: naptr_35.h,v 1.16.4.1 2001/01/09 22:48:01 bwelling Exp $ */ /* RFC 2168 */ diff --git a/lib/dns/rdata/in_1/nsap-ptr_23.c b/lib/dns/rdata/in_1/nsap-ptr_23.c index 1b2af670bc..263f08838d 100644 --- a/lib/dns/rdata/in_1/nsap-ptr_23.c +++ b/lib/dns/rdata/in_1/nsap-ptr_23.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsap-ptr_23.c,v 1.27 2000/12/01 01:40:55 gson Exp $ */ +/* $Id: nsap-ptr_23.c,v 1.27.4.1 2001/01/09 22:48:02 bwelling Exp $ */ /* Reviewed: Fri Mar 17 10:16:02 PST 2000 by gson */ diff --git a/lib/dns/rdata/in_1/nsap-ptr_23.h b/lib/dns/rdata/in_1/nsap-ptr_23.h index 0dc29123ff..74912cb9b6 100644 --- a/lib/dns/rdata/in_1/nsap-ptr_23.h +++ b/lib/dns/rdata/in_1/nsap-ptr_23.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_NSAP_PTR_23_H #define IN_1_NSAP_PTR_23_H 1 -/* $Id: nsap-ptr_23.h,v 1.13 2000/08/01 01:26:28 tale Exp $ */ +/* $Id: nsap-ptr_23.h,v 1.13.4.1 2001/01/09 22:48:04 bwelling Exp $ */ /* RFC 1348. Obsoleted in RFC 1706 - use PTR instead. */ diff --git a/lib/dns/rdata/in_1/nsap_22.c b/lib/dns/rdata/in_1/nsap_22.c index af1e553523..467ff8e51f 100644 --- a/lib/dns/rdata/in_1/nsap_22.c +++ b/lib/dns/rdata/in_1/nsap_22.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsap_22.c,v 1.28 2000/12/01 01:40:56 gson Exp $ */ +/* $Id: nsap_22.c,v 1.28.4.1 2001/01/09 22:48:05 bwelling Exp $ */ /* Reviewed: Fri Mar 17 10:41:07 PST 2000 by gson */ diff --git a/lib/dns/rdata/in_1/nsap_22.h b/lib/dns/rdata/in_1/nsap_22.h index 300195d70d..6105de3beb 100644 --- a/lib/dns/rdata/in_1/nsap_22.h +++ b/lib/dns/rdata/in_1/nsap_22.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_NSAP_22_H #define IN_1_NSAP_22_H 1 -/* $Id: nsap_22.h,v 1.12 2000/08/01 01:26:30 tale Exp $ */ +/* $Id: nsap_22.h,v 1.12.4.1 2001/01/09 22:48:06 bwelling Exp $ */ /* RFC 1706 */ diff --git a/lib/dns/rdata/in_1/px_26.c b/lib/dns/rdata/in_1/px_26.c index 5ca4de98a3..83223cbbd7 100644 --- a/lib/dns/rdata/in_1/px_26.c +++ b/lib/dns/rdata/in_1/px_26.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: px_26.c,v 1.29 2000/12/01 01:40:57 gson Exp $ */ +/* $Id: px_26.c,v 1.29.4.1 2001/01/09 22:48:07 bwelling Exp $ */ /* Reviewed: Mon Mar 20 10:44:27 PST 2000 */ diff --git a/lib/dns/rdata/in_1/px_26.h b/lib/dns/rdata/in_1/px_26.h index a965ddb395..b668158be4 100644 --- a/lib/dns/rdata/in_1/px_26.h +++ b/lib/dns/rdata/in_1/px_26.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_PX_26_H #define IN_1_PX_26_H 1 -/* $Id: px_26.h,v 1.13 2000/08/01 01:26:32 tale Exp $ */ +/* $Id: px_26.h,v 1.13.4.1 2001/01/09 22:48:08 bwelling Exp $ */ /* RFC 2163 */ diff --git a/lib/dns/rdata/in_1/srv_33.c b/lib/dns/rdata/in_1/srv_33.c index 7479c65821..5c0a1283ce 100644 --- a/lib/dns/rdata/in_1/srv_33.c +++ b/lib/dns/rdata/in_1/srv_33.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: srv_33.c,v 1.31 2000/12/01 01:40:58 gson Exp $ */ +/* $Id: srv_33.c,v 1.31.4.1 2001/01/09 22:48:09 bwelling Exp $ */ /* Reviewed: Fri Mar 17 13:01:00 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/in_1/srv_33.h b/lib/dns/rdata/in_1/srv_33.h index cd181a0207..331f067ad7 100644 --- a/lib/dns/rdata/in_1/srv_33.h +++ b/lib/dns/rdata/in_1/srv_33.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_SRV_33_H #define IN_1_SRV_33_H 1 -/* $Id: srv_33.h,v 1.13 2000/08/01 01:26:35 tale Exp $ */ +/* $Id: srv_33.h,v 1.13.4.1 2001/01/09 22:48:11 bwelling Exp $ */ /* Reviewed: Fri Mar 17 13:01:00 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/in_1/wks_11.c b/lib/dns/rdata/in_1/wks_11.c index b497af144e..29d5d13236 100644 --- a/lib/dns/rdata/in_1/wks_11.c +++ b/lib/dns/rdata/in_1/wks_11.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: wks_11.c,v 1.38 2000/12/01 01:40:59 gson Exp $ */ +/* $Id: wks_11.c,v 1.38.4.1 2001/01/09 22:48:12 bwelling Exp $ */ /* Reviewed: Fri Mar 17 15:01:49 PST 2000 by explorer */ diff --git a/lib/dns/rdata/in_1/wks_11.h b/lib/dns/rdata/in_1/wks_11.h index b9cb9d9284..627733ded1 100644 --- a/lib/dns/rdata/in_1/wks_11.h +++ b/lib/dns/rdata/in_1/wks_11.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_WKS_11_H #define IN_1_WKS_11_H 1 -/* $Id: wks_11.h,v 1.18 2000/08/01 01:26:37 tale Exp $ */ +/* $Id: wks_11.h,v 1.18.4.1 2001/01/09 22:48:13 bwelling Exp $ */ typedef struct dns_rdata_in_wks { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/rdatastructpre.h b/lib/dns/rdata/rdatastructpre.h index e28cfe3d50..9da572fa80 100644 --- a/lib/dns/rdata/rdatastructpre.h +++ b/lib/dns/rdata/rdatastructpre.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatastructpre.h,v 1.12 2000/08/01 01:25:01 tale Exp $ */ +/* $Id: rdatastructpre.h,v 1.12.4.1 2001/01/09 22:46:33 bwelling Exp $ */ #ifndef DNS_RDATASTRUCT_H #define DNS_RDATASTRUCT_H 1 diff --git a/lib/dns/rdata/rdatastructsuf.h b/lib/dns/rdata/rdatastructsuf.h index 3cbbd0e3c5..451a2328bb 100644 --- a/lib/dns/rdata/rdatastructsuf.h +++ b/lib/dns/rdata/rdatastructsuf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatastructsuf.h,v 1.6 2000/08/01 01:25:02 tale Exp $ */ +/* $Id: rdatastructsuf.h,v 1.6.4.1 2001/01/09 22:46:34 bwelling Exp $ */ ISC_LANG_ENDDECLS diff --git a/lib/dns/rdatalist.c b/lib/dns/rdatalist.c index 8432f2dea1..299f1319a2 100644 --- a/lib/dns/rdatalist.c +++ b/lib/dns/rdatalist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatalist.c,v 1.24 2000/10/25 04:26:45 marka Exp $ */ +/* $Id: rdatalist.c,v 1.24.4.1 2001/01/09 22:44:04 bwelling Exp $ */ #include diff --git a/lib/dns/rdatalist_p.h b/lib/dns/rdatalist_p.h index b5b6c408ba..b302a92ca6 100644 --- a/lib/dns/rdatalist_p.h +++ b/lib/dns/rdatalist_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatalist_p.h,v 1.2 2000/08/21 22:18:11 bwelling Exp $ */ +/* $Id: rdatalist_p.h,v 1.2.4.1 2001/01/09 22:44:05 bwelling Exp $ */ #ifndef DNS_RDATALIST_P_H #define DNS_RDATALIST_P_H diff --git a/lib/dns/rdataset.c b/lib/dns/rdataset.c index 782f193e50..9dc304650a 100644 --- a/lib/dns/rdataset.c +++ b/lib/dns/rdataset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdataset.c,v 1.54 2000/12/14 22:10:37 marka Exp $ */ +/* $Id: rdataset.c,v 1.54.2.1 2001/01/09 22:44:06 bwelling Exp $ */ #include diff --git a/lib/dns/rdatasetiter.c b/lib/dns/rdatasetiter.c index 1bcd9d2474..ce65e9bfe3 100644 --- a/lib/dns/rdatasetiter.c +++ b/lib/dns/rdatasetiter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatasetiter.c,v 1.10 2000/08/01 01:22:47 tale Exp $ */ +/* $Id: rdatasetiter.c,v 1.10.4.1 2001/01/09 22:44:08 bwelling Exp $ */ #include diff --git a/lib/dns/rdataslab.c b/lib/dns/rdataslab.c index 2f398c4673..7feb6bdeb6 100644 --- a/lib/dns/rdataslab.c +++ b/lib/dns/rdataslab.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdataslab.c,v 1.28 2000/12/06 22:19:04 bwelling Exp $ */ +/* $Id: rdataslab.c,v 1.28.4.1 2001/01/09 22:44:09 bwelling Exp $ */ #include diff --git a/lib/dns/request.c b/lib/dns/request.c index c88f4d6062..0ac7be3bd6 100644 --- a/lib/dns/request.c +++ b/lib/dns/request.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: request.c,v 1.45.2.2 2001/01/03 23:34:54 gson Exp $ */ +/* $Id: request.c,v 1.45.2.3 2001/01/09 22:44:10 bwelling Exp $ */ #include diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index d4167c0fca..8ea8feb04e 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.187.2.2 2001/01/05 22:18:28 bwelling Exp $ */ +/* $Id: resolver.c,v 1.187.2.3 2001/01/09 22:44:11 bwelling Exp $ */ #include diff --git a/lib/dns/result.c b/lib/dns/result.c index 992f67d494..bfa0423c47 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.c,v 1.84 2000/12/20 23:31:05 bwelling Exp $ */ +/* $Id: result.c,v 1.84.2.1 2001/01/09 22:44:13 bwelling Exp $ */ #include diff --git a/lib/dns/rootns.c b/lib/dns/rootns.c index 8e62069a93..81315c0c8f 100644 --- a/lib/dns/rootns.c +++ b/lib/dns/rootns.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rootns.c,v 1.16 2000/10/17 07:22:32 marka Exp $ */ +/* $Id: rootns.c,v 1.16.4.1 2001/01/09 22:44:14 bwelling Exp $ */ #include diff --git a/lib/dns/sdb.c b/lib/dns/sdb.c index 394b0e4138..6151e1d2bf 100644 --- a/lib/dns/sdb.c +++ b/lib/dns/sdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sdb.c,v 1.23 2000/12/21 01:58:37 bwelling Exp $ */ +/* $Id: sdb.c,v 1.23.2.1 2001/01/09 22:44:15 bwelling Exp $ */ #include diff --git a/lib/dns/sec/Makefile.in b/lib/dns/sec/Makefile.in index 5e515fd24b..75145b39b8 100644 --- a/lib/dns/sec/Makefile.in +++ b/lib/dns/sec/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.9 2000/09/16 01:14:22 bwelling Exp $ +# $Id: Makefile.in,v 1.9.4.1 2001/01/09 22:48:14 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/dst/Makefile.in b/lib/dns/sec/dst/Makefile.in index c9aabb39b4..9832c3fe5c 100644 --- a/lib/dns/sec/dst/Makefile.in +++ b/lib/dns/sec/dst/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.19 2000/10/06 17:08:15 bwelling Exp $ +# $Id: Makefile.in,v 1.19.4.1 2001/01/09 22:48:17 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/dst/dst_api.c b/lib/dns/sec/dst/dst_api.c index 6fb9544638..5013819119 100644 --- a/lib/dns/sec/dst/dst_api.c +++ b/lib/dns/sec/dst/dst_api.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.67 2000/12/18 21:09:42 gson Exp $ + * $Id: dst_api.c,v 1.67.2.1 2001/01/09 22:48:18 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/dst_internal.h b/lib/dns/sec/dst/dst_internal.h index 095332a60a..e1fe9c7601 100644 --- a/lib/dns/sec/dst/dst_internal.h +++ b/lib/dns/sec/dst/dst_internal.h @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_internal.h,v 1.30 2000/09/16 01:12:20 bwelling Exp $ */ +/* $Id: dst_internal.h,v 1.30.4.1 2001/01/09 22:48:19 bwelling Exp $ */ #ifndef DST_DST_INTERNAL_H #define DST_DST_INTERNAL_H 1 diff --git a/lib/dns/sec/dst/dst_lib.c b/lib/dns/sec/dst/dst_lib.c index fc0b9e2cf2..9ae9201678 100644 --- a/lib/dns/sec/dst/dst_lib.c +++ b/lib/dns/sec/dst/dst_lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_lib.c,v 1.7 2000/08/30 01:24:20 bwelling Exp $ + * $Id: dst_lib.c,v 1.7.4.1 2001/01/09 22:48:20 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/dst_parse.c b/lib/dns/sec/dst/dst_parse.c index f3f7848193..d22935d944 100644 --- a/lib/dns/sec/dst/dst_parse.c +++ b/lib/dns/sec/dst/dst_parse.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_parse.c,v 1.26 2000/11/01 00:17:18 bwelling Exp $ + * $Id: dst_parse.c,v 1.26.4.1 2001/01/09 22:48:21 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/dst_parse.h b/lib/dns/sec/dst/dst_parse.h index 52d6bb0541..ef0b5f85ea 100644 --- a/lib/dns/sec/dst/dst_parse.h +++ b/lib/dns/sec/dst/dst_parse.h @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_parse.h,v 1.16 2000/09/02 01:15:23 bwelling Exp $ */ +/* $Id: dst_parse.h,v 1.16.4.1 2001/01/09 22:48:22 bwelling Exp $ */ #ifndef DST_DST_PARSE_H #define DST_DST_PARSE_H 1 diff --git a/lib/dns/sec/dst/dst_result.c b/lib/dns/sec/dst/dst_result.c index 9eb6a783b9..e26a08a71b 100644 --- a/lib/dns/sec/dst/dst_result.c +++ b/lib/dns/sec/dst/dst_result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_result.c,v 1.15 2000/08/10 22:28:32 bwelling Exp $ + * $Id: dst_result.c,v 1.15.4.1 2001/01/09 22:48:24 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/gssapi_link.c b/lib/dns/sec/dst/gssapi_link.c index a11ab9fe47..25cf5b0e93 100644 --- a/lib/dns/sec/dst/gssapi_link.c +++ b/lib/dns/sec/dst/gssapi_link.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: gssapi_link.c,v 1.4 2000/11/28 04:46:00 marka Exp $ + * $Id: gssapi_link.c,v 1.4.4.1 2001/01/09 22:48:25 bwelling Exp $ */ #ifdef GSSAPI diff --git a/lib/dns/sec/dst/gssapictx.c b/lib/dns/sec/dst/gssapictx.c index f8bb856bc7..47c3768906 100644 --- a/lib/dns/sec/dst/gssapictx.c +++ b/lib/dns/sec/dst/gssapictx.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gssapictx.c,v 1.2 2000/11/18 03:01:08 bwelling Exp $ */ +/* $Id: gssapictx.c,v 1.2.4.1 2001/01/09 22:48:26 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/hmac_link.c b/lib/dns/sec/dst/hmac_link.c index 1f59f625ea..85b3895eb3 100644 --- a/lib/dns/sec/dst/hmac_link.c +++ b/lib/dns/sec/dst/hmac_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: hmac_link.c,v 1.45 2000/09/08 14:23:47 bwelling Exp $ + * $Id: hmac_link.c,v 1.45.4.1 2001/01/09 22:48:27 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/include/Makefile.in b/lib/dns/sec/dst/include/Makefile.in index 9d57e20621..58e0b42ee9 100644 --- a/lib/dns/sec/dst/include/Makefile.in +++ b/lib/dns/sec/dst/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/08/01 01:27:56 tale Exp $ +# $Id: Makefile.in,v 1.7.4.1 2001/01/09 22:48:32 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/dst/include/dst/Makefile.in b/lib/dns/sec/dst/include/dst/Makefile.in index db33d30735..04529c26e2 100644 --- a/lib/dns/sec/dst/include/dst/Makefile.in +++ b/lib/dns/sec/dst/include/dst/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.9 2000/09/20 19:06:00 gson Exp $ +# $Id: Makefile.in,v 1.9.4.1 2001/01/09 22:48:33 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/dst/include/dst/dst.h b/lib/dns/sec/dst/include/dst/dst.h index 0135ba6ce3..a14733df09 100644 --- a/lib/dns/sec/dst/include/dst/dst.h +++ b/lib/dns/sec/dst/include/dst/dst.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst.h,v 1.38 2000/09/12 09:54:36 bwelling Exp $ */ +/* $Id: dst.h,v 1.38.4.1 2001/01/09 22:48:34 bwelling Exp $ */ #ifndef DST_DST_H #define DST_DST_H 1 diff --git a/lib/dns/sec/dst/include/dst/gssapi.h b/lib/dns/sec/dst/include/dst/gssapi.h index 42010c9058..633ba14960 100644 --- a/lib/dns/sec/dst/include/dst/gssapi.h +++ b/lib/dns/sec/dst/include/dst/gssapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gssapi.h,v 1.2 2000/11/18 03:01:10 bwelling Exp $ */ +/* $Id: gssapi.h,v 1.2.4.1 2001/01/09 22:48:36 bwelling Exp $ */ #ifndef DST_GSSAPI_H #define DST_GSSAPI_H 1 diff --git a/lib/dns/sec/dst/include/dst/lib.h b/lib/dns/sec/dst/include/dst/lib.h index 7f7294e392..a3e072d944 100644 --- a/lib/dns/sec/dst/include/dst/lib.h +++ b/lib/dns/sec/dst/include/dst/lib.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.h,v 1.5 2000/08/01 01:27:59 tale Exp $ */ +/* $Id: lib.h,v 1.5.4.1 2001/01/09 22:48:37 bwelling Exp $ */ #ifndef DST_LIB_H #define DST_LIB_H 1 diff --git a/lib/dns/sec/dst/include/dst/result.h b/lib/dns/sec/dst/include/dst/result.h index b164f64495..7de6bcaea7 100644 --- a/lib/dns/sec/dst/include/dst/result.h +++ b/lib/dns/sec/dst/include/dst/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.18 2000/08/10 22:28:36 bwelling Exp $ */ +/* $Id: result.h,v 1.18.4.1 2001/01/09 22:48:38 bwelling Exp $ */ #ifndef DST_RESULT_H #define DST_RESULT_H 1 diff --git a/lib/dns/sec/dst/openssl_link.c b/lib/dns/sec/dst/openssl_link.c index d391154dcd..7a15b1ca82 100644 --- a/lib/dns/sec/dst/openssl_link.c +++ b/lib/dns/sec/dst/openssl_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: openssl_link.c,v 1.39 2000/12/04 23:39:05 bwelling Exp $ + * $Id: openssl_link.c,v 1.39.4.1 2001/01/09 22:48:28 bwelling Exp $ */ #if defined(OPENSSL) diff --git a/lib/dns/sec/dst/openssldh_link.c b/lib/dns/sec/dst/openssldh_link.c index b2a8df59e5..30dbcd0252 100644 --- a/lib/dns/sec/dst/openssldh_link.c +++ b/lib/dns/sec/dst/openssldh_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: openssldh_link.c,v 1.32 2000/12/04 23:06:36 bwelling Exp $ + * $Id: openssldh_link.c,v 1.32.4.1 2001/01/09 22:48:29 bwelling Exp $ */ #if defined(OPENSSL) diff --git a/lib/dns/sec/dst/opensslrsa_link.c b/lib/dns/sec/dst/opensslrsa_link.c index 3f7869221c..37b6532e26 100644 --- a/lib/dns/sec/dst/opensslrsa_link.c +++ b/lib/dns/sec/dst/opensslrsa_link.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ /* * Principal Author: Brian Wellington - * $Id: opensslrsa_link.c,v 1.6 2000/12/05 21:11:18 ogud Exp $ + * $Id: opensslrsa_link.c,v 1.6.4.1 2001/01/09 22:48:31 bwelling Exp $ */ #if defined(OPENSSL) diff --git a/lib/dns/sec/openssl/Makefile.in b/lib/dns/sec/openssl/Makefile.in index ee5e0aaac3..3dcab38f0c 100644 --- a/lib/dns/sec/openssl/Makefile.in +++ b/lib/dns/sec/openssl/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.18 2000/12/04 23:21:41 bwelling Exp $ +# $Id: Makefile.in,v 1.18.4.1 2001/01/09 22:48:39 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/openssl/include/Makefile.in b/lib/dns/sec/openssl/include/Makefile.in index 80579712fd..8ce06d0b34 100644 --- a/lib/dns/sec/openssl/include/Makefile.in +++ b/lib/dns/sec/openssl/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/08/01 01:28:55 tale Exp $ +# $Id: Makefile.in,v 1.7.4.1 2001/01/09 22:48:40 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/openssl/include/openssl/Makefile.in b/lib/dns/sec/openssl/include/openssl/Makefile.in index 85b85da3d9..3e2b47d6e4 100644 --- a/lib/dns/sec/openssl/include/openssl/Makefile.in +++ b/lib/dns/sec/openssl/include/openssl/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.9 2000/08/01 01:28:56 tale Exp $ +# $Id: Makefile.in,v 1.9.4.1 2001/01/09 22:48:42 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/rename.h b/lib/dns/sec/rename.h index ba518589e0..54d18edcfe 100644 --- a/lib/dns/sec/rename.h +++ b/lib/dns/sec/rename.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rename.h,v 1.11 2000/09/16 01:14:34 bwelling Exp $ */ +/* $Id: rename.h,v 1.11.4.1 2001/01/09 22:48:15 bwelling Exp $ */ #ifndef SEC_RENAME_H #define SEC_RENAME_H 1 diff --git a/lib/dns/ssu.c b/lib/dns/ssu.c index 91f4caa97b..34e7a9efe3 100644 --- a/lib/dns/ssu.c +++ b/lib/dns/ssu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: ssu.c,v 1.19 2000/12/09 02:14:53 brister Exp $ + * $Id: ssu.c,v 1.19.4.1 2001/01/09 22:44:17 bwelling Exp $ * Principal Author: Brian Wellington */ diff --git a/lib/dns/stats.c b/lib/dns/stats.c index 1740e0c52a..3968c4e21d 100644 --- a/lib/dns/stats.c +++ b/lib/dns/stats.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stats.c,v 1.2 2000/12/11 19:24:24 bwelling Exp $ */ +/* $Id: stats.c,v 1.2.2.1 2001/01/09 22:44:18 bwelling Exp $ */ #include diff --git a/lib/dns/tcpmsg.c b/lib/dns/tcpmsg.c index 89fe5fe25f..d4e87b71cf 100644 --- a/lib/dns/tcpmsg.c +++ b/lib/dns/tcpmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcpmsg.c,v 1.22 2000/08/01 01:22:56 tale Exp $ */ +/* $Id: tcpmsg.c,v 1.22.4.1 2001/01/09 22:44:19 bwelling Exp $ */ #include diff --git a/lib/dns/time.c b/lib/dns/time.c index 3b887f4aae..7271a3f7d0 100644 --- a/lib/dns/time.c +++ b/lib/dns/time.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.16 2000/08/01 01:22:57 tale Exp $ */ +/* $Id: time.c,v 1.16.4.1 2001/01/09 22:44:20 bwelling Exp $ */ #include diff --git a/lib/dns/timer.c b/lib/dns/timer.c index 4d74aaf822..cb9eacdf93 100644 --- a/lib/dns/timer.c +++ b/lib/dns/timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.c,v 1.1 2000/11/17 19:45:36 gson Exp $ */ +/* $Id: timer.c,v 1.1.4.1 2001/01/09 22:44:21 bwelling Exp $ */ #include diff --git a/lib/dns/tkey.c b/lib/dns/tkey.c index ba1a2d0319..5e6a8deb9c 100644 --- a/lib/dns/tkey.c +++ b/lib/dns/tkey.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: tkey.c,v 1.57 2000/12/11 23:09:47 marka Exp $ + * $Id: tkey.c,v 1.57.2.1 2001/01/09 22:44:22 bwelling Exp $ */ #include diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index bc64e7a22c..279fcee8a8 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,8 +15,10 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/* $Id: tsig.c,v 1.98.4.2 2001/01/09 22:44:24 bwelling Exp $ */ + /* - * $Id: tsig.c,v 1.98.4.1 2001/01/09 19:36:20 bwelling Exp $ + * $Id: tsig.c,v 1.98.4.2 2001/01/09 22:44:24 bwelling Exp $ * Principal Author: Brian Wellington */ diff --git a/lib/dns/ttl.c b/lib/dns/ttl.c index 72d491e7cf..eb32339bc9 100644 --- a/lib/dns/ttl.c +++ b/lib/dns/ttl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ttl.c,v 1.20 2000/08/01 01:23:03 tale Exp $ */ +/* $Id: ttl.c,v 1.20.4.1 2001/01/09 22:44:25 bwelling Exp $ */ #include diff --git a/lib/dns/validator.c b/lib/dns/validator.c index 33a6c30fac..271b35d5bf 100644 --- a/lib/dns/validator.c +++ b/lib/dns/validator.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: validator.c,v 1.87 2000/12/11 19:24:26 bwelling Exp $ */ +/* $Id: validator.c,v 1.87.2.1 2001/01/09 22:44:26 bwelling Exp $ */ #include diff --git a/lib/dns/version.c b/lib/dns/version.c index 52d15b41f2..11222e7d65 100644 --- a/lib/dns/version.c +++ b/lib/dns/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.c,v 1.8 2000/08/01 01:23:05 tale Exp $ */ +/* $Id: version.c,v 1.8.4.1 2001/01/09 22:44:27 bwelling Exp $ */ char dns_version[] = VERSION; diff --git a/lib/dns/view.c b/lib/dns/view.c index e28ed36ddb..45ce0a9e5c 100644 --- a/lib/dns/view.c +++ b/lib/dns/view.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: view.c,v 1.89 2000/12/20 23:31:06 bwelling Exp $ */ +/* $Id: view.c,v 1.89.2.1 2001/01/09 22:44:28 bwelling Exp $ */ #include diff --git a/lib/dns/xfrin.c b/lib/dns/xfrin.c index 6ea8d7955f..2f0f124d46 100644 --- a/lib/dns/xfrin.c +++ b/lib/dns/xfrin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrin.c,v 1.109 2000/12/13 00:15:14 tale Exp $ */ +/* $Id: xfrin.c,v 1.109.2.1 2001/01/09 22:44:30 bwelling Exp $ */ #include diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 38c0374d80..c24394395b 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.283.2.1 2000/12/29 19:13:56 gson Exp $ */ +/* $Id: zone.c,v 1.283.2.2 2001/01/09 22:44:31 bwelling Exp $ */ #include diff --git a/lib/dns/zt.c b/lib/dns/zt.c index bdbbbaadd4..1c794dc7f5 100644 --- a/lib/dns/zt.c +++ b/lib/dns/zt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zt.c,v 1.27 2000/12/11 19:24:30 bwelling Exp $ */ +/* $Id: zt.c,v 1.27.2.1 2001/01/09 22:44:33 bwelling Exp $ */ #include diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in index 20a8ca5086..41123471b1 100644 --- a/lib/isc/Makefile.in +++ b/lib/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.68 2000/11/14 23:43:36 tale Exp $ +# $Id: Makefile.in,v 1.68.4.1 2001/01/09 22:48:43 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/assertions.c b/lib/isc/assertions.c index 2d1c7e9673..ade222c610 100644 --- a/lib/isc/assertions.c +++ b/lib/isc/assertions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: assertions.c,v 1.13 2000/12/06 00:29:55 tale Exp $ */ +/* $Id: assertions.c,v 1.13.4.1 2001/01/09 22:48:44 bwelling Exp $ */ #include diff --git a/lib/isc/base64.c b/lib/isc/base64.c index bc87d626b9..13ca746841 100644 --- a/lib/isc/base64.c +++ b/lib/isc/base64.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: base64.c,v 1.20 2000/11/08 01:55:26 bwelling Exp $ */ +/* $Id: base64.c,v 1.20.4.1 2001/01/09 22:48:45 bwelling Exp $ */ #include diff --git a/lib/isc/bitstring.c b/lib/isc/bitstring.c index d7ba4fbf4d..43aa9f6334 100644 --- a/lib/isc/bitstring.c +++ b/lib/isc/bitstring.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: bitstring.c,v 1.10 2000/09/13 00:11:29 halley Exp $ */ +/* $Id: bitstring.c,v 1.10.4.1 2001/01/09 22:48:46 bwelling Exp $ */ #include diff --git a/lib/isc/buffer.c b/lib/isc/buffer.c index c6179667db..6e5437ccf4 100644 --- a/lib/isc/buffer.c +++ b/lib/isc/buffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: buffer.c,v 1.35 2000/08/17 02:09:11 bwelling Exp $ */ +/* $Id: buffer.c,v 1.35.4.1 2001/01/09 22:48:48 bwelling Exp $ */ #include diff --git a/lib/isc/bufferlist.c b/lib/isc/bufferlist.c index 73b91f30c0..3f9d0e99fd 100644 --- a/lib/isc/bufferlist.c +++ b/lib/isc/bufferlist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: bufferlist.c,v 1.11 2000/08/01 01:29:18 tale Exp $ */ +/* $Id: bufferlist.c,v 1.11.4.1 2001/01/09 22:48:49 bwelling Exp $ */ #include diff --git a/lib/isc/commandline.c b/lib/isc/commandline.c index 9faaa66e41..fdd6f0498e 100644 --- a/lib/isc/commandline.c +++ b/lib/isc/commandline.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -48,7 +48,7 @@ * SUCH DAMAGE. */ -/* $Id: commandline.c,v 1.11 2000/12/06 00:29:56 tale Exp $ */ +/* $Id: commandline.c,v 1.11.4.1 2001/01/09 22:48:50 bwelling Exp $ */ /* * This file was adapted from the NetBSD project's source tree, RCS ID: diff --git a/lib/isc/error.c b/lib/isc/error.c index 5b28000030..8428594aeb 100644 --- a/lib/isc/error.c +++ b/lib/isc/error.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: error.c,v 1.14 2000/12/06 00:29:57 tale Exp $ */ +/* $Id: error.c,v 1.14.4.1 2001/01/09 22:48:51 bwelling Exp $ */ #include diff --git a/lib/isc/event.c b/lib/isc/event.c index c1aedbaf67..3b7b8040fa 100644 --- a/lib/isc/event.c +++ b/lib/isc/event.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: event.c,v 1.14 2000/09/27 22:53:31 marka Exp $ */ +/* $Id: event.c,v 1.14.4.1 2001/01/09 22:48:52 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/lib/isc/fsaccess.c b/lib/isc/fsaccess.c index a713d87966..b9f7c1fa24 100644 --- a/lib/isc/fsaccess.c +++ b/lib/isc/fsaccess.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess.c,v 1.4 2000/08/01 01:29:22 tale Exp $ */ +/* $Id: fsaccess.c,v 1.4.4.1 2001/01/09 22:48:53 bwelling Exp $ */ /* * This file contains the OS-independent functionality of the API. diff --git a/lib/isc/heap.c b/lib/isc/heap.c index 9c724f3d6d..8e09213a5f 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: heap.c,v 1.26 2000/08/01 01:29:23 tale Exp $ */ +/* $Id: heap.c,v 1.26.4.1 2001/01/09 22:48:54 bwelling Exp $ */ /* * Heap implementation of priority queues adapted from the following: diff --git a/lib/isc/hex.c b/lib/isc/hex.c index e8861bc332..9bbbb431f9 100644 --- a/lib/isc/hex.c +++ b/lib/isc/hex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hex.c,v 1.6 2000/11/19 22:10:03 bwelling Exp $ */ +/* $Id: hex.c,v 1.6.4.1 2001/01/09 22:48:56 bwelling Exp $ */ #include diff --git a/lib/isc/hmacmd5.c b/lib/isc/hmacmd5.c index 3341ba4fb0..4500b091ec 100644 --- a/lib/isc/hmacmd5.c +++ b/lib/isc/hmacmd5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hmacmd5.c,v 1.4 2000/08/01 01:29:24 tale Exp $ */ +/* $Id: hmacmd5.c,v 1.4.4.1 2001/01/09 22:48:57 bwelling Exp $ */ /* * This code implements the HMAC-MD5 keyed hash algorithm diff --git a/lib/isc/include/Makefile.in b/lib/isc/include/Makefile.in index ccab7ff158..48427f650a 100644 --- a/lib/isc/include/Makefile.in +++ b/lib/isc/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.9 2000/08/01 01:29:56 tale Exp $ +# $Id: Makefile.in,v 1.9.4.1 2001/01/09 22:49:32 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index 064de55d38..df07a357f1 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.47 2000/12/06 01:24:24 tale Exp $ +# $Id: Makefile.in,v 1.47.4.1 2001/01/09 22:49:33 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/include/isc/assertions.h b/lib/isc/include/isc/assertions.h index fbe31be275..b7d4b6c642 100644 --- a/lib/isc/include/isc/assertions.h +++ b/lib/isc/include/isc/assertions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: assertions.h,v 1.13 2000/08/01 01:29:58 tale Exp $ + * $Id: assertions.h,v 1.13.4.1 2001/01/09 22:49:34 bwelling Exp $ */ #ifndef ISC_ASSERTIONS_H diff --git a/lib/isc/include/isc/base64.h b/lib/isc/include/isc/base64.h index b8b7a0a061..3bbfaf8afe 100644 --- a/lib/isc/include/isc/base64.h +++ b/lib/isc/include/isc/base64.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: base64.h,v 1.12 2000/08/01 01:29:59 tale Exp $ */ +/* $Id: base64.h,v 1.12.4.1 2001/01/09 22:49:35 bwelling Exp $ */ #ifndef ISC_BASE64_H #define ISC_BASE64_H 1 diff --git a/lib/isc/include/isc/bitstring.h b/lib/isc/include/isc/bitstring.h index d8b6086f22..32d0d4537a 100644 --- a/lib/isc/include/isc/bitstring.h +++ b/lib/isc/include/isc/bitstring.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: bitstring.h,v 1.6 2000/09/13 00:11:30 halley Exp $ */ +/* $Id: bitstring.h,v 1.6.4.1 2001/01/09 22:49:37 bwelling Exp $ */ #ifndef ISC_BITSTRING_H #define ISC_BITSTRING_H 1 diff --git a/lib/isc/include/isc/boolean.h b/lib/isc/include/isc/boolean.h index 4d53ff9b88..0cd96326eb 100644 --- a/lib/isc/include/isc/boolean.h +++ b/lib/isc/include/isc/boolean.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: boolean.h,v 1.11 2000/08/01 01:30:01 tale Exp $ */ +/* $Id: boolean.h,v 1.11.4.1 2001/01/09 22:49:38 bwelling Exp $ */ #ifndef ISC_BOOLEAN_H #define ISC_BOOLEAN_H 1 diff --git a/lib/isc/include/isc/buffer.h b/lib/isc/include/isc/buffer.h index 2c7caa471f..fbb1fd25a3 100644 --- a/lib/isc/include/isc/buffer.h +++ b/lib/isc/include/isc/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: buffer.h,v 1.37 2000/12/26 20:51:14 tale Exp $ */ +/* $Id: buffer.h,v 1.37.2.1 2001/01/09 22:49:39 bwelling Exp $ */ #ifndef ISC_BUFFER_H #define ISC_BUFFER_H 1 diff --git a/lib/isc/include/isc/bufferlist.h b/lib/isc/include/isc/bufferlist.h index 92f8f2ae2c..e30133e488 100644 --- a/lib/isc/include/isc/bufferlist.h +++ b/lib/isc/include/isc/bufferlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: bufferlist.h,v 1.9 2000/08/01 01:30:04 tale Exp $ */ +/* $Id: bufferlist.h,v 1.9.4.1 2001/01/09 22:49:40 bwelling Exp $ */ #ifndef ISC_BUFFERLIST_H #define ISC_BUFFERLIST_H 1 diff --git a/lib/isc/include/isc/commandline.h b/lib/isc/include/isc/commandline.h index 4171ff8ef0..83545e7add 100644 --- a/lib/isc/include/isc/commandline.h +++ b/lib/isc/include/isc/commandline.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: commandline.h,v 1.6 2000/08/01 01:30:05 tale Exp $ */ +/* $Id: commandline.h,v 1.6.4.1 2001/01/09 22:49:41 bwelling Exp $ */ #ifndef ISC_COMMANDLINE_H #define ISC_COMMANDLINE_H 1 diff --git a/lib/isc/include/isc/entropy.h b/lib/isc/include/isc/entropy.h index 375bb90495..8db55f2fa5 100644 --- a/lib/isc/include/isc/entropy.h +++ b/lib/isc/include/isc/entropy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: entropy.h,v 1.21 2000/08/01 01:30:06 tale Exp $ */ +/* $Id: entropy.h,v 1.21.4.1 2001/01/09 22:49:43 bwelling Exp $ */ #ifndef ISC_ENTROPY_H #define ISC_ENTROPY_H 1 diff --git a/lib/isc/include/isc/error.h b/lib/isc/include/isc/error.h index 3eb2840051..3fd2355724 100644 --- a/lib/isc/include/isc/error.h +++ b/lib/isc/include/isc/error.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: error.h,v 1.12 2000/08/01 01:30:07 tale Exp $ */ +/* $Id: error.h,v 1.12.4.1 2001/01/09 22:49:44 bwelling Exp $ */ #ifndef ISC_ERROR_H #define ISC_ERROR_H 1 diff --git a/lib/isc/include/isc/event.h b/lib/isc/include/isc/event.h index e6cf8a34f8..6defecd396 100644 --- a/lib/isc/include/isc/event.h +++ b/lib/isc/include/isc/event.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: event.h,v 1.23 2000/09/27 22:53:33 marka Exp $ */ +/* $Id: event.h,v 1.23.4.1 2001/01/09 22:49:45 bwelling Exp $ */ #ifndef ISC_EVENT_H #define ISC_EVENT_H 1 diff --git a/lib/isc/include/isc/eventclass.h b/lib/isc/include/isc/eventclass.h index 8d1ebad7bb..e3756034c8 100644 --- a/lib/isc/include/isc/eventclass.h +++ b/lib/isc/include/isc/eventclass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: eventclass.h,v 1.11 2000/08/01 01:30:09 tale Exp $ */ +/* $Id: eventclass.h,v 1.11.4.1 2001/01/09 22:49:47 bwelling Exp $ */ #ifndef ISC_EVENTCLASS_H #define ISC_EVENTCLASS_H 1 diff --git a/lib/isc/include/isc/file.h b/lib/isc/include/isc/file.h index 25d1f64c5e..3211aee801 100644 --- a/lib/isc/include/isc/file.h +++ b/lib/isc/include/isc/file.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: file.h,v 1.13 2000/10/20 22:09:00 gson Exp $ */ +/* $Id: file.h,v 1.13.4.1 2001/01/09 22:49:48 bwelling Exp $ */ #ifndef ISC_FILE_H #define ISC_FILE_H 1 diff --git a/lib/isc/include/isc/formatcheck.h b/lib/isc/include/isc/formatcheck.h index ffb8aa9dd8..e2b5152ff3 100644 --- a/lib/isc/include/isc/formatcheck.h +++ b/lib/isc/include/isc/formatcheck.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: formatcheck.h,v 1.5 2000/08/01 01:30:11 tale Exp $ */ +/* $Id: formatcheck.h,v 1.5.4.1 2001/01/09 22:49:49 bwelling Exp $ */ #ifndef ISC_FORMATCHECK_H #define ISC_FORMATCHECK_H 1 diff --git a/lib/isc/include/isc/fsaccess.h b/lib/isc/include/isc/fsaccess.h index 16d383cfbe..84a267577f 100644 --- a/lib/isc/include/isc/fsaccess.h +++ b/lib/isc/include/isc/fsaccess.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess.h,v 1.6 2000/08/01 01:30:12 tale Exp $ */ +/* $Id: fsaccess.h,v 1.6.4.1 2001/01/09 22:49:50 bwelling Exp $ */ #ifndef ISC_FSACCESS_H #define ISC_FSACCESS_H 1 diff --git a/lib/isc/include/isc/heap.h b/lib/isc/include/isc/heap.h index b7a8c60aea..c288224faf 100644 --- a/lib/isc/include/isc/heap.h +++ b/lib/isc/include/isc/heap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: heap.h,v 1.15 2000/08/01 01:30:14 tale Exp $ */ +/* $Id: heap.h,v 1.15.4.1 2001/01/09 22:49:51 bwelling Exp $ */ #ifndef ISC_HEAP_H #define ISC_HEAP_H 1 diff --git a/lib/isc/include/isc/hex.h b/lib/isc/include/isc/hex.h index 67e53cbad6..6565ce7170 100644 --- a/lib/isc/include/isc/hex.h +++ b/lib/isc/include/isc/hex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hex.h,v 1.2 2000/11/18 03:01:13 bwelling Exp $ */ +/* $Id: hex.h,v 1.2.4.1 2001/01/09 22:49:53 bwelling Exp $ */ #ifndef ISC_HEX_H #define ISC_HEX_H 1 diff --git a/lib/isc/include/isc/hmacmd5.h b/lib/isc/include/isc/hmacmd5.h index 31f1abfcc9..f831b6ed81 100644 --- a/lib/isc/include/isc/hmacmd5.h +++ b/lib/isc/include/isc/hmacmd5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hmacmd5.h,v 1.3 2000/08/01 01:30:15 tale Exp $ */ +/* $Id: hmacmd5.h,v 1.3.4.1 2001/01/09 22:49:54 bwelling Exp $ */ /* * This is the header file for the HMAC-MD5 keyed hash algorithm diff --git a/lib/isc/include/isc/interfaceiter.h b/lib/isc/include/isc/interfaceiter.h index a09835f1ba..e7351df77e 100644 --- a/lib/isc/include/isc/interfaceiter.h +++ b/lib/isc/include/isc/interfaceiter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: interfaceiter.h,v 1.9 2000/08/01 01:30:16 tale Exp $ */ +/* $Id: interfaceiter.h,v 1.9.4.1 2001/01/09 22:49:55 bwelling Exp $ */ #ifndef ISC_INTERFACEITER_H #define ISC_INTERFACEITER_H 1 diff --git a/lib/isc/include/isc/ipv6.h b/lib/isc/include/isc/ipv6.h index 65680c4764..f63f3aeb73 100644 --- a/lib/isc/include/isc/ipv6.h +++ b/lib/isc/include/isc/ipv6.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ipv6.h,v 1.16 2000/08/01 01:30:17 tale Exp $ */ +/* $Id: ipv6.h,v 1.16.4.1 2001/01/09 22:49:56 bwelling Exp $ */ #ifndef ISC_IPV6_H #define ISC_IPV6_H 1 diff --git a/lib/isc/include/isc/lang.h b/lib/isc/include/isc/lang.h index e35a9d795d..8a454941c2 100644 --- a/lib/isc/include/isc/lang.h +++ b/lib/isc/include/isc/lang.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lang.h,v 1.5 2000/08/01 01:30:18 tale Exp $ */ +/* $Id: lang.h,v 1.5.4.1 2001/01/09 22:49:57 bwelling Exp $ */ #ifndef ISC_LANG_H #define ISC_LANG_H 1 diff --git a/lib/isc/include/isc/lex.h b/lib/isc/include/isc/lex.h index bf46be43c2..bad30a5bf9 100644 --- a/lib/isc/include/isc/lex.h +++ b/lib/isc/include/isc/lex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lex.h,v 1.24 2000/12/09 02:05:26 gson Exp $ */ +/* $Id: lex.h,v 1.24.4.1 2001/01/09 22:49:59 bwelling Exp $ */ #ifndef ISC_LEX_H #define ISC_LEX_H 1 diff --git a/lib/isc/include/isc/lfsr.h b/lib/isc/include/isc/lfsr.h index 9935929220..ac824d646d 100644 --- a/lib/isc/include/isc/lfsr.h +++ b/lib/isc/include/isc/lfsr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lfsr.h,v 1.8 2000/08/01 01:30:20 tale Exp $ */ +/* $Id: lfsr.h,v 1.8.4.1 2001/01/09 22:50:00 bwelling Exp $ */ #ifndef ISC_LFSR_H #define ISC_LFSR_H 1 diff --git a/lib/isc/include/isc/lib.h b/lib/isc/include/isc/lib.h index acf28c0b16..618869c596 100644 --- a/lib/isc/include/isc/lib.h +++ b/lib/isc/include/isc/lib.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.h,v 1.5 2000/08/01 01:30:21 tale Exp $ */ +/* $Id: lib.h,v 1.5.4.1 2001/01/09 22:50:01 bwelling Exp $ */ #ifndef ISC_LIB_H #define ISC_LIB_H 1 diff --git a/lib/isc/include/isc/list.h b/lib/isc/include/isc/list.h index e1bc8823a7..ffa9822c49 100644 --- a/lib/isc/include/isc/list.h +++ b/lib/isc/include/isc/list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: list.h,v 1.17 2000/12/15 00:20:53 gson Exp $ */ +/* $Id: list.h,v 1.17.2.1 2001/01/09 22:50:03 bwelling Exp $ */ #ifndef ISC_LIST_H #define ISC_LIST_H 1 diff --git a/lib/isc/include/isc/log.h b/lib/isc/include/isc/log.h index d3ad6af08a..94977d8dfb 100644 --- a/lib/isc/include/isc/log.h +++ b/lib/isc/include/isc/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.h,v 1.35 2000/12/23 19:23:47 tale Exp $ */ +/* $Id: log.h,v 1.35.2.1 2001/01/09 22:50:04 bwelling Exp $ */ #ifndef ISC_LOG_H #define ISC_LOG_H 1 diff --git a/lib/isc/include/isc/magic.h b/lib/isc/include/isc/magic.h index 3405373d7c..bd76bac686 100644 --- a/lib/isc/include/isc/magic.h +++ b/lib/isc/include/isc/magic.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: magic.h,v 1.10 2000/08/01 01:30:25 tale Exp $ */ +/* $Id: magic.h,v 1.10.4.1 2001/01/09 22:50:05 bwelling Exp $ */ #ifndef ISC_MAGIC_H #define ISC_MAGIC_H 1 diff --git a/lib/isc/include/isc/md5.h b/lib/isc/include/isc/md5.h index e2f5f527ba..065e559426 100644 --- a/lib/isc/include/isc/md5.h +++ b/lib/isc/include/isc/md5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: md5.h,v 1.7 2000/08/01 01:30:26 tale Exp $ */ +/* $Id: md5.h,v 1.7.4.1 2001/01/09 22:50:07 bwelling Exp $ */ /* * This is the header file for the MD5 message-digest algorithm. diff --git a/lib/isc/include/isc/mem.h b/lib/isc/include/isc/mem.h index a3bb16ec8c..e5868d2946 100644 --- a/lib/isc/include/isc/mem.h +++ b/lib/isc/include/isc/mem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.h,v 1.45 2000/12/01 00:32:02 gson Exp $ */ +/* $Id: mem.h,v 1.45.4.1 2001/01/09 22:50:08 bwelling Exp $ */ #ifndef ISC_MEM_H #define ISC_MEM_H 1 diff --git a/lib/isc/include/isc/msgcat.h b/lib/isc/include/isc/msgcat.h index cd7cbed6dd..a7a1a985d4 100644 --- a/lib/isc/include/isc/msgcat.h +++ b/lib/isc/include/isc/msgcat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: msgcat.h,v 1.7 2000/08/01 01:30:28 tale Exp $ */ +/* $Id: msgcat.h,v 1.7.4.1 2001/01/09 22:50:09 bwelling Exp $ */ #ifndef ISC_MSGCAT_H #define ISC_MSGCAT_H 1 diff --git a/lib/isc/include/isc/msgs.h b/lib/isc/include/isc/msgs.h index ce71f1abec..21b7e8fcfc 100644 --- a/lib/isc/include/isc/msgs.h +++ b/lib/isc/include/isc/msgs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: msgs.h,v 1.2 2000/12/19 20:35:37 bwelling Exp $ */ +/* $Id: msgs.h,v 1.2.2.1 2001/01/09 22:50:10 bwelling Exp $ */ #ifndef ISC_MSGS_H #define ISC_MSGS_H 1 diff --git a/lib/isc/include/isc/mutexblock.h b/lib/isc/include/isc/mutexblock.h index 3931d3cf33..1b3199c0ed 100644 --- a/lib/isc/include/isc/mutexblock.h +++ b/lib/isc/include/isc/mutexblock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutexblock.h,v 1.9 2000/08/01 01:30:29 tale Exp $ */ +/* $Id: mutexblock.h,v 1.9.4.1 2001/01/09 22:50:11 bwelling Exp $ */ #ifndef ISC_MUTEXBLOCK_H #define ISC_MUTEXBLOCK_H 1 diff --git a/lib/isc/include/isc/netaddr.h b/lib/isc/include/isc/netaddr.h index 9cc2d0e313..d0e5200028 100644 --- a/lib/isc/include/isc/netaddr.h +++ b/lib/isc/include/isc/netaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netaddr.h,v 1.15 2000/08/01 01:30:30 tale Exp $ */ +/* $Id: netaddr.h,v 1.15.4.1 2001/01/09 22:50:13 bwelling Exp $ */ #ifndef ISC_NETADDR_H #define ISC_NETADDR_H 1 diff --git a/lib/isc/include/isc/ondestroy.h b/lib/isc/include/isc/ondestroy.h index 30d867a48b..e379ce49bc 100644 --- a/lib/isc/include/isc/ondestroy.h +++ b/lib/isc/include/isc/ondestroy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ondestroy.h,v 1.6 2000/08/01 01:30:31 tale Exp $ */ +/* $Id: ondestroy.h,v 1.6.4.1 2001/01/09 22:50:14 bwelling Exp $ */ #ifndef ISC_ONDESTROY_H #define ISC_ONDESTROY_H 1 diff --git a/lib/isc/include/isc/os.h b/lib/isc/include/isc/os.h index 45a86bbb33..9ebbd4a3c2 100644 --- a/lib/isc/include/isc/os.h +++ b/lib/isc/include/isc/os.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.h,v 1.4 2000/08/01 01:30:32 tale Exp $ */ +/* $Id: os.h,v 1.4.4.1 2001/01/09 22:50:15 bwelling Exp $ */ #ifndef ISC_OS_H #define ISC_OS_H 1 diff --git a/lib/isc/include/isc/platform.h.in b/lib/isc/include/isc/platform.h.in index 95e6b731e1..51f6d5fb37 100644 --- a/lib/isc/include/isc/platform.h.in +++ b/lib/isc/include/isc/platform.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: platform.h.in,v 1.16 2000/12/08 00:55:30 tale Exp $ */ +/* $Id: platform.h.in,v 1.16.4.1 2001/01/09 22:50:16 bwelling Exp $ */ #ifndef ISC_PLATFORM_H #define ISC_PLATFORM_H 1 diff --git a/lib/isc/include/isc/print.h b/lib/isc/include/isc/print.h index 7dd100e7e5..cc4854ea0f 100644 --- a/lib/isc/include/isc/print.h +++ b/lib/isc/include/isc/print.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: print.h,v 1.13 2000/12/26 21:06:49 tale Exp $ */ +/* $Id: print.h,v 1.13.2.1 2001/01/09 22:50:17 bwelling Exp $ */ #ifndef ISC_PRINT_H #define ISC_PRINT_H 1 diff --git a/lib/isc/include/isc/quota.h b/lib/isc/include/isc/quota.h index 8e4e3c5b61..423f170b63 100644 --- a/lib/isc/include/isc/quota.h +++ b/lib/isc/include/isc/quota.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: quota.h,v 1.7 2000/08/01 01:30:36 tale Exp $ */ +/* $Id: quota.h,v 1.7.4.1 2001/01/09 22:50:18 bwelling Exp $ */ #ifndef ISC_QUOTA_H #define ISC_QUOTA_H 1 diff --git a/lib/isc/include/isc/random.h b/lib/isc/include/isc/random.h index 1801ec9e41..616fce7b32 100644 --- a/lib/isc/include/isc/random.h +++ b/lib/isc/include/isc/random.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: random.h,v 1.10 2000/09/26 17:23:16 gson Exp $ */ +/* $Id: random.h,v 1.10.4.1 2001/01/09 22:50:19 bwelling Exp $ */ #ifndef ISC_RANDOM_H #define ISC_RANDOM_H 1 diff --git a/lib/isc/include/isc/ratelimiter.h b/lib/isc/include/isc/ratelimiter.h index e366ced986..7fa619fa50 100644 --- a/lib/isc/include/isc/ratelimiter.h +++ b/lib/isc/include/isc/ratelimiter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ratelimiter.h,v 1.12 2000/08/01 01:30:38 tale Exp $ */ +/* $Id: ratelimiter.h,v 1.12.4.1 2001/01/09 22:50:20 bwelling Exp $ */ #ifndef ISC_RATELIMITER_H #define ISC_RATELIMITER_H 1 diff --git a/lib/isc/include/isc/region.h b/lib/isc/include/isc/region.h index 89caef3704..e8e2029881 100644 --- a/lib/isc/include/isc/region.h +++ b/lib/isc/include/isc/region.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: region.h,v 1.15 2000/08/17 23:33:04 bwelling Exp $ */ +/* $Id: region.h,v 1.15.4.1 2001/01/09 22:50:21 bwelling Exp $ */ #ifndef ISC_REGION_H #define ISC_REGION_H 1 diff --git a/lib/isc/include/isc/resource.h b/lib/isc/include/isc/resource.h index d0b8ee4dc1..481cfecf93 100644 --- a/lib/isc/include/isc/resource.h +++ b/lib/isc/include/isc/resource.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resource.h,v 1.3 2000/11/15 02:11:48 tale Exp $ */ +/* $Id: resource.h,v 1.3.4.1 2001/01/09 22:50:23 bwelling Exp $ */ #ifndef ISC_RESOURCE_H #define ISC_RESOURCE_H 1 diff --git a/lib/isc/include/isc/result.h b/lib/isc/include/isc/result.h index 3f2f7c7c12..2a02130286 100644 --- a/lib/isc/include/isc/result.h +++ b/lib/isc/include/isc/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.53 2000/12/27 00:11:25 bwelling Exp $ */ +/* $Id: result.h,v 1.53.2.1 2001/01/09 22:50:24 bwelling Exp $ */ #ifndef ISC_RESULT_H #define ISC_RESULT_H 1 diff --git a/lib/isc/include/isc/resultclass.h b/lib/isc/include/isc/resultclass.h index abe1ec4634..8788e11a77 100644 --- a/lib/isc/include/isc/resultclass.h +++ b/lib/isc/include/isc/resultclass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resultclass.h,v 1.9 2000/08/01 01:30:41 tale Exp $ */ +/* $Id: resultclass.h,v 1.9.4.1 2001/01/09 22:50:25 bwelling Exp $ */ #ifndef ISC_RESULTCLASS_H #define ISC_RESULTCLASS_H 1 diff --git a/lib/isc/include/isc/rwlock.h b/lib/isc/include/isc/rwlock.h index 3f8723d88f..21ad724bb2 100644 --- a/lib/isc/include/isc/rwlock.h +++ b/lib/isc/include/isc/rwlock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rwlock.h,v 1.16 2000/09/08 21:25:21 gson Exp $ */ +/* $Id: rwlock.h,v 1.16.4.1 2001/01/09 22:50:26 bwelling Exp $ */ #ifndef ISC_RWLOCK_H #define ISC_RWLOCK_H 1 diff --git a/lib/isc/include/isc/serial.h b/lib/isc/include/isc/serial.h index 0bcbfe42ee..84ca1346f1 100644 --- a/lib/isc/include/isc/serial.h +++ b/lib/isc/include/isc/serial.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: serial.h,v 1.8 2000/08/01 01:30:43 tale Exp $ */ +/* $Id: serial.h,v 1.8.4.1 2001/01/09 22:50:28 bwelling Exp $ */ #ifndef ISC_SERIAL_H #define ISC_SERIAL_H 1 diff --git a/lib/isc/include/isc/sha1.h b/lib/isc/include/isc/sha1.h index 52068ba5da..7f7ab490b1 100644 --- a/lib/isc/include/isc/sha1.h +++ b/lib/isc/include/isc/sha1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef ISC_SHA1_H #define ISC_SHA1_H 1 -/* $Id: sha1.h,v 1.7 2000/08/01 01:30:44 tale Exp $ */ +/* $Id: sha1.h,v 1.7.4.1 2001/01/09 22:50:29 bwelling Exp $ */ /* $NetBSD: sha1.h,v 1.2 1998/05/29 22:55:44 thorpej Exp $ */ diff --git a/lib/isc/include/isc/sockaddr.h b/lib/isc/include/isc/sockaddr.h index 5d839eb88d..de57a631db 100644 --- a/lib/isc/include/isc/sockaddr.h +++ b/lib/isc/include/isc/sockaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sockaddr.h,v 1.34 2000/08/09 19:09:09 gson Exp $ */ +/* $Id: sockaddr.h,v 1.34.4.1 2001/01/09 22:50:30 bwelling Exp $ */ #ifndef ISC_SOCKADDR_H #define ISC_SOCKADDR_H 1 diff --git a/lib/isc/include/isc/socket.h b/lib/isc/include/isc/socket.h index 9d3ae5b0bd..3b7ba120dc 100644 --- a/lib/isc/include/isc/socket.h +++ b/lib/isc/include/isc/socket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.h,v 1.50 2000/09/07 01:59:56 explorer Exp $ */ +/* $Id: socket.h,v 1.50.4.1 2001/01/09 22:50:31 bwelling Exp $ */ #ifndef ISC_SOCKET_H #define ISC_SOCKET_H 1 diff --git a/lib/isc/include/isc/stdio.h b/lib/isc/include/isc/stdio.h index d69290885b..e514825768 100644 --- a/lib/isc/include/isc/stdio.h +++ b/lib/isc/include/isc/stdio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdio.h,v 1.5 2000/08/01 01:30:48 tale Exp $ */ +/* $Id: stdio.h,v 1.5.4.1 2001/01/09 22:50:32 bwelling Exp $ */ #ifndef ISC_STDIO_H #define ISC_STDIO_H 1 diff --git a/lib/isc/include/isc/string.h b/lib/isc/include/isc/string.h index 2bf687c527..008f0e0a65 100644 --- a/lib/isc/include/isc/string.h +++ b/lib/isc/include/isc/string.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: string.h,v 1.8 2000/08/01 01:30:49 tale Exp $ */ +/* $Id: string.h,v 1.8.4.1 2001/01/09 22:50:33 bwelling Exp $ */ #ifndef ISC_STRING_H #define ISC_STRING_H 1 diff --git a/lib/isc/include/isc/symtab.h b/lib/isc/include/isc/symtab.h index 0b99a7d45d..65b53d64dd 100644 --- a/lib/isc/include/isc/symtab.h +++ b/lib/isc/include/isc/symtab.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: symtab.h,v 1.15 2000/12/11 04:08:52 gson Exp $ */ +/* $Id: symtab.h,v 1.15.2.1 2001/01/09 22:50:35 bwelling Exp $ */ #ifndef ISC_SYMTAB_H #define ISC_SYMTAB_H 1 diff --git a/lib/isc/include/isc/task.h b/lib/isc/include/isc/task.h index bfa0055f28..de951220bd 100644 --- a/lib/isc/include/isc/task.h +++ b/lib/isc/include/isc/task.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: task.h,v 1.47 2000/08/01 01:30:51 tale Exp $ */ +/* $Id: task.h,v 1.47.4.1 2001/01/09 22:50:36 bwelling Exp $ */ #ifndef ISC_TASK_H #define ISC_TASK_H 1 diff --git a/lib/isc/include/isc/taskpool.h b/lib/isc/include/isc/taskpool.h index 8556cda1bd..f59eadd671 100644 --- a/lib/isc/include/isc/taskpool.h +++ b/lib/isc/include/isc/taskpool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: taskpool.h,v 1.6 2000/08/01 01:30:52 tale Exp $ */ +/* $Id: taskpool.h,v 1.6.4.1 2001/01/09 22:50:37 bwelling Exp $ */ #ifndef ISC_TASKPOOL_H #define ISC_TASKPOOL_H 1 diff --git a/lib/isc/include/isc/timer.h b/lib/isc/include/isc/timer.h index 4990fc4c7f..d698ce20d8 100644 --- a/lib/isc/include/isc/timer.h +++ b/lib/isc/include/isc/timer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.h,v 1.27 2000/08/01 01:30:53 tale Exp $ */ +/* $Id: timer.h,v 1.27.4.1 2001/01/09 22:50:38 bwelling Exp $ */ #ifndef ISC_TIMER_H #define ISC_TIMER_H 1 diff --git a/lib/isc/include/isc/types.h b/lib/isc/include/isc/types.h index d14fc11267..725f330c6f 100644 --- a/lib/isc/include/isc/types.h +++ b/lib/isc/include/isc/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: types.h,v 1.31 2000/11/14 23:39:34 tale Exp $ */ +/* $Id: types.h,v 1.31.4.1 2001/01/09 22:50:39 bwelling Exp $ */ #ifndef ISC_TYPES_H #define ISC_TYPES_H 1 diff --git a/lib/isc/include/isc/util.h b/lib/isc/include/isc/util.h index b134b7db6b..3b993518ff 100644 --- a/lib/isc/include/isc/util.h +++ b/lib/isc/include/isc/util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: util.h,v 1.20 2000/12/06 00:30:15 tale Exp $ */ +/* $Id: util.h,v 1.20.4.1 2001/01/09 22:50:41 bwelling Exp $ */ #ifndef ISC_UTIL_H #define ISC_UTIL_H 1 diff --git a/lib/isc/inet_aton.c b/lib/isc/inet_aton.c index bcb6714810..7b52b41ec5 100644 --- a/lib/isc/inet_aton.c +++ b/lib/isc/inet_aton.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1996-2000 Internet Software Consortium. + * Portions Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; -static char rcsid[] = "$Id: inet_aton.c,v 1.14 2000/08/01 01:29:25 tale Exp $"; +static char rcsid[] = "$Id: inet_aton.c,v 1.14.4.1 2001/01/09 22:48:58 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/inet_ntop.c b/lib/isc/inet_ntop.c index 84f613a011..e24e907005 100644 --- a/lib/isc/inet_ntop.c +++ b/lib/isc/inet_ntop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char rcsid[] = - "$Id: inet_ntop.c,v 1.9 2000/08/01 01:29:26 tale Exp $"; + "$Id: inet_ntop.c,v 1.9.4.1 2001/01/09 22:48:59 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/inet_pton.c b/lib/isc/inet_pton.c index 4cccf1e3fb..d9e3a637ac 100644 --- a/lib/isc/inet_pton.c +++ b/lib/isc/inet_pton.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char rcsid[] = - "$Id: inet_pton.c,v 1.8 2000/08/01 01:29:28 tale Exp $"; + "$Id: inet_pton.c,v 1.8.4.1 2001/01/09 22:49:00 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/lex.c b/lib/isc/lex.c index b37eb274cf..8b014f06dd 100644 --- a/lib/isc/lex.c +++ b/lib/isc/lex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lex.c,v 1.57 2000/12/09 03:20:05 marka Exp $ */ +/* $Id: lex.c,v 1.57.4.1 2001/01/09 22:49:02 bwelling Exp $ */ #include diff --git a/lib/isc/lfsr.c b/lib/isc/lfsr.c index f98147d373..17a1988d97 100644 --- a/lib/isc/lfsr.c +++ b/lib/isc/lfsr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lfsr.c,v 1.10 2000/08/01 01:29:30 tale Exp $ */ +/* $Id: lfsr.c,v 1.10.4.1 2001/01/09 22:49:03 bwelling Exp $ */ #include diff --git a/lib/isc/lib.c b/lib/isc/lib.c index 86cae919cc..c3c84cd879 100644 --- a/lib/isc/lib.c +++ b/lib/isc/lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.c,v 1.7 2000/12/06 00:29:59 tale Exp $ */ +/* $Id: lib.c,v 1.7.4.1 2001/01/09 22:49:04 bwelling Exp $ */ #include diff --git a/lib/isc/log.c b/lib/isc/log.c index 423613d13b..70aef6786c 100644 --- a/lib/isc/log.c +++ b/lib/isc/log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.c,v 1.55 2000/12/23 19:23:48 tale Exp $ */ +/* $Id: log.c,v 1.55.2.1 2001/01/09 22:49:05 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/md5.c b/lib/isc/md5.c index 17e46579de..7f47dc677d 100644 --- a/lib/isc/md5.c +++ b/lib/isc/md5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: md5.c,v 1.8 2000/08/01 01:29:33 tale Exp $ */ +/* $Id: md5.c,v 1.8.4.1 2001/01/09 22:49:06 bwelling Exp $ */ /* * This code implements the MD5 message-digest algorithm. diff --git a/lib/isc/mem.c b/lib/isc/mem.c index 30242fccd4..28f5e59cca 100644 --- a/lib/isc/mem.c +++ b/lib/isc/mem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.c,v 1.75 2000/12/22 18:30:26 gson Exp $ */ +/* $Id: mem.c,v 1.75.2.1 2001/01/09 22:49:07 bwelling Exp $ */ #include diff --git a/lib/isc/mutexblock.c b/lib/isc/mutexblock.c index e4ab6a74c0..6508c44571 100644 --- a/lib/isc/mutexblock.c +++ b/lib/isc/mutexblock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutexblock.c,v 1.13 2000/08/29 00:25:23 bwelling Exp $ */ +/* $Id: mutexblock.c,v 1.13.4.1 2001/01/09 22:49:09 bwelling Exp $ */ #include diff --git a/lib/isc/netaddr.c b/lib/isc/netaddr.c index db7aca5a97..8cb2ff4aca 100644 --- a/lib/isc/netaddr.c +++ b/lib/isc/netaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netaddr.c,v 1.13 2000/12/06 00:30:05 tale Exp $ */ +/* $Id: netaddr.c,v 1.13.4.1 2001/01/09 22:49:10 bwelling Exp $ */ #include diff --git a/lib/isc/nls/Makefile.in b/lib/isc/nls/Makefile.in index d48bb85f01..4c602ee432 100644 --- a/lib/isc/nls/Makefile.in +++ b/lib/isc/nls/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.10 2000/08/01 01:30:57 tale Exp $ +# $Id: Makefile.in,v 1.10.4.1 2001/01/09 22:50:42 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/nls/msgcat.c b/lib/isc/nls/msgcat.c index f9600c6027..45890fe2e8 100644 --- a/lib/isc/nls/msgcat.c +++ b/lib/isc/nls/msgcat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: msgcat.c,v 1.8 2000/08/01 01:30:58 tale Exp $ */ +/* $Id: msgcat.c,v 1.8.4.1 2001/01/09 22:50:43 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/lib/isc/nothreads/Makefile.in b/lib/isc/nothreads/Makefile.in index de9f805478..fb6e64164f 100644 --- a/lib/isc/nothreads/Makefile.in +++ b/lib/isc/nothreads/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.2 2000/08/29 19:22:34 bwelling Exp $ +# $Id: Makefile.in,v 1.2.4.1 2001/01/09 22:50:44 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/nothreads/condition.c b/lib/isc/nothreads/condition.c index 6b1978fd6d..726d3ad157 100644 --- a/lib/isc/nothreads/condition.c +++ b/lib/isc/nothreads/condition.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,6 +15,6 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.c,v 1.1 2000/08/29 18:19:29 bwelling Exp $ */ +/* $Id: condition.c,v 1.1.4.1 2001/01/09 22:50:46 bwelling Exp $ */ /* This file intentionally left blank. */ diff --git a/lib/isc/nothreads/include/Makefile.in b/lib/isc/nothreads/include/Makefile.in index 0854731377..23b5990a1b 100644 --- a/lib/isc/nothreads/include/Makefile.in +++ b/lib/isc/nothreads/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.1 2000/08/28 23:16:49 bwelling Exp $ +# $Id: Makefile.in,v 1.1.4.1 2001/01/09 22:50:48 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/nothreads/include/isc/Makefile.in b/lib/isc/nothreads/include/isc/Makefile.in index 080636ccdb..a3306b975d 100644 --- a/lib/isc/nothreads/include/isc/Makefile.in +++ b/lib/isc/nothreads/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.3 2000/12/21 16:14:49 gson Exp $ +# $Id: Makefile.in,v 1.3.2.1 2001/01/09 22:50:49 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/nothreads/include/isc/condition.h b/lib/isc/nothreads/include/isc/condition.h index 59d6260763..eee6017dd8 100644 --- a/lib/isc/nothreads/include/isc/condition.h +++ b/lib/isc/nothreads/include/isc/condition.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.h,v 1.2 2000/11/29 01:27:09 gson Exp $ */ +/* $Id: condition.h,v 1.2.4.1 2001/01/09 22:50:51 bwelling Exp $ */ /* * This provides a limited subset of the isc_condition_t diff --git a/lib/isc/nothreads/include/isc/mutex.h b/lib/isc/nothreads/include/isc/mutex.h index 04b909ea24..ef1d92f31c 100644 --- a/lib/isc/nothreads/include/isc/mutex.h +++ b/lib/isc/nothreads/include/isc/mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.h,v 1.1 2000/08/28 23:16:50 bwelling Exp $ */ +/* $Id: mutex.h,v 1.1.4.1 2001/01/09 22:50:52 bwelling Exp $ */ #ifndef ISC_MUTEX_H #define ISC_MUTEX_H 1 diff --git a/lib/isc/nothreads/include/isc/once.h b/lib/isc/nothreads/include/isc/once.h index f5c4a9e7fa..9d607487cc 100644 --- a/lib/isc/nothreads/include/isc/once.h +++ b/lib/isc/nothreads/include/isc/once.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: once.h,v 1.2 2000/08/30 01:11:37 bwelling Exp $ */ +/* $Id: once.h,v 1.2.4.1 2001/01/09 22:50:53 bwelling Exp $ */ #ifndef ISC_ONCE_H #define ISC_ONCE_H 1 diff --git a/lib/isc/nothreads/include/isc/thread.h b/lib/isc/nothreads/include/isc/thread.h index 07ba0ab04f..a17c332c27 100644 --- a/lib/isc/nothreads/include/isc/thread.h +++ b/lib/isc/nothreads/include/isc/thread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.h,v 1.2 2000/12/11 19:17:29 gson Exp $ */ +/* $Id: thread.h,v 1.2.2.1 2001/01/09 22:50:54 bwelling Exp $ */ #ifndef ISC_THREAD_H #define ISC_THREAD_H 1 diff --git a/lib/isc/nothreads/thread.c b/lib/isc/nothreads/thread.c index 9849aaae80..5bebfa69f3 100644 --- a/lib/isc/nothreads/thread.c +++ b/lib/isc/nothreads/thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.c,v 1.1 2000/08/28 23:16:48 bwelling Exp $ */ +/* $Id: thread.c,v 1.1.4.1 2001/01/09 22:50:47 bwelling Exp $ */ #include diff --git a/lib/isc/ondestroy.c b/lib/isc/ondestroy.c index ea6064a8e2..92e5d267e3 100644 --- a/lib/isc/ondestroy.c +++ b/lib/isc/ondestroy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ondestroy.c,v 1.9 2000/08/01 01:29:38 tale Exp $ */ +/* $Id: ondestroy.c,v 1.9.4.1 2001/01/09 22:49:11 bwelling Exp $ */ #include diff --git a/lib/isc/print.c b/lib/isc/print.c index 68ff7dbf8b..75874f952c 100644 --- a/lib/isc/print.c +++ b/lib/isc/print.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: print.c,v 1.16 2000/12/26 21:00:41 tale Exp $ */ +/* $Id: print.c,v 1.16.2.1 2001/01/09 22:49:12 bwelling Exp $ */ #include diff --git a/lib/isc/pthreads/Makefile.in b/lib/isc/pthreads/Makefile.in index 800998808b..7f80423200 100644 --- a/lib/isc/pthreads/Makefile.in +++ b/lib/isc/pthreads/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.14 2000/08/01 01:30:59 tale Exp $ +# $Id: Makefile.in,v 1.14.4.1 2001/01/09 22:50:55 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/pthreads/condition.c b/lib/isc/pthreads/condition.c index 6c96eba0be..615691fac9 100644 --- a/lib/isc/pthreads/condition.c +++ b/lib/isc/pthreads/condition.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.c,v 1.25 2000/12/06 00:30:17 tale Exp $ */ +/* $Id: condition.c,v 1.25.4.1 2001/01/09 22:50:56 bwelling Exp $ */ #include diff --git a/lib/isc/pthreads/include/Makefile.in b/lib/isc/pthreads/include/Makefile.in index 57d11ac279..f87c64be1f 100644 --- a/lib/isc/pthreads/include/Makefile.in +++ b/lib/isc/pthreads/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.10 2000/08/01 01:31:03 tale Exp $ +# $Id: Makefile.in,v 1.10.4.1 2001/01/09 22:50:59 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/pthreads/include/isc/Makefile.in b/lib/isc/pthreads/include/isc/Makefile.in index 79e44f1bfd..c6cf2b9ee7 100644 --- a/lib/isc/pthreads/include/isc/Makefile.in +++ b/lib/isc/pthreads/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.12 2000/09/20 19:06:06 gson Exp $ +# $Id: Makefile.in,v 1.12.4.1 2001/01/09 22:51:00 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/pthreads/include/isc/condition.h b/lib/isc/pthreads/include/isc/condition.h index 4c5a6c49ba..f89bb69ae6 100644 --- a/lib/isc/pthreads/include/isc/condition.h +++ b/lib/isc/pthreads/include/isc/condition.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.h,v 1.18 2000/08/01 01:31:05 tale Exp $ */ +/* $Id: condition.h,v 1.18.4.1 2001/01/09 22:51:01 bwelling Exp $ */ #ifndef ISC_CONDITION_H #define ISC_CONDITION_H 1 diff --git a/lib/isc/pthreads/include/isc/mutex.h b/lib/isc/pthreads/include/isc/mutex.h index 269122b6d8..6e07476ab2 100644 --- a/lib/isc/pthreads/include/isc/mutex.h +++ b/lib/isc/pthreads/include/isc/mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.h,v 1.16 2000/08/01 01:31:06 tale Exp $ */ +/* $Id: mutex.h,v 1.16.4.1 2001/01/09 22:51:02 bwelling Exp $ */ #ifndef ISC_MUTEX_H #define ISC_MUTEX_H 1 diff --git a/lib/isc/pthreads/include/isc/once.h b/lib/isc/pthreads/include/isc/once.h index e75e442486..49f7fb9138 100644 --- a/lib/isc/pthreads/include/isc/once.h +++ b/lib/isc/pthreads/include/isc/once.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: once.h,v 1.7 2000/08/01 01:31:07 tale Exp $ */ +/* $Id: once.h,v 1.7.4.1 2001/01/09 22:51:03 bwelling Exp $ */ #ifndef ISC_ONCE_H #define ISC_ONCE_H 1 diff --git a/lib/isc/pthreads/include/isc/thread.h b/lib/isc/pthreads/include/isc/thread.h index e1b7528029..f019749fb0 100644 --- a/lib/isc/pthreads/include/isc/thread.h +++ b/lib/isc/pthreads/include/isc/thread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.h,v 1.18 2000/08/01 01:31:08 tale Exp $ */ +/* $Id: thread.h,v 1.18.4.1 2001/01/09 22:51:05 bwelling Exp $ */ #ifndef ISC_THREAD_H #define ISC_THREAD_H 1 diff --git a/lib/isc/pthreads/thread.c b/lib/isc/pthreads/thread.c index cac349f99c..e43fbdf442 100644 --- a/lib/isc/pthreads/thread.c +++ b/lib/isc/pthreads/thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.c,v 1.8 2000/12/22 20:50:05 bwelling Exp $ */ +/* $Id: thread.c,v 1.8.2.1 2001/01/09 22:50:58 bwelling Exp $ */ #include diff --git a/lib/isc/quota.c b/lib/isc/quota.c index 4285fc957f..81db43137c 100644 --- a/lib/isc/quota.c +++ b/lib/isc/quota.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: quota.c,v 1.10 2000/08/26 01:23:13 bwelling Exp $ */ +/* $Id: quota.c,v 1.10.4.1 2001/01/09 22:49:13 bwelling Exp $ */ #include diff --git a/lib/isc/random.c b/lib/isc/random.c index a84fb7b33e..ad8e231f88 100644 --- a/lib/isc/random.c +++ b/lib/isc/random.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: random.c,v 1.14 2000/12/26 21:02:14 tale Exp $ */ +/* $Id: random.c,v 1.14.2.1 2001/01/09 22:49:14 bwelling Exp $ */ #include diff --git a/lib/isc/ratelimiter.c b/lib/isc/ratelimiter.c index 801a23f46c..14b611eaa2 100644 --- a/lib/isc/ratelimiter.c +++ b/lib/isc/ratelimiter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ratelimiter.c,v 1.17 2000/08/26 01:31:49 bwelling Exp $ */ +/* $Id: ratelimiter.c,v 1.17.4.1 2001/01/09 22:49:15 bwelling Exp $ */ #include diff --git a/lib/isc/result.c b/lib/isc/result.c index c0d116f4cd..94f76a7f4a 100644 --- a/lib/isc/result.c +++ b/lib/isc/result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.c,v 1.52 2000/12/27 00:11:24 bwelling Exp $ */ +/* $Id: result.c,v 1.52.2.1 2001/01/09 22:49:16 bwelling Exp $ */ #include diff --git a/lib/isc/rwlock.c b/lib/isc/rwlock.c index a5cd9902a5..71b07a3f46 100644 --- a/lib/isc/rwlock.c +++ b/lib/isc/rwlock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rwlock.c,v 1.26 2000/12/06 00:30:09 tale Exp $ */ +/* $Id: rwlock.c,v 1.26.4.1 2001/01/09 22:49:18 bwelling Exp $ */ #include diff --git a/lib/isc/serial.c b/lib/isc/serial.c index 7f5ba638f2..f1e5b801a5 100644 --- a/lib/isc/serial.c +++ b/lib/isc/serial.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: serial.c,v 1.6 2000/08/01 01:29:45 tale Exp $ */ +/* $Id: serial.c,v 1.6.4.1 2001/01/09 22:49:19 bwelling Exp $ */ #include #include diff --git a/lib/isc/sha1.c b/lib/isc/sha1.c index 91f5a7cd46..2eb6d38847 100644 --- a/lib/isc/sha1.c +++ b/lib/isc/sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sha1.c,v 1.9 2000/08/01 01:29:47 tale Exp $ */ +/* $Id: sha1.c,v 1.9.4.1 2001/01/09 22:49:20 bwelling Exp $ */ /* $NetBSD: sha1.c,v 1.5 2000/01/22 22:19:14 mycroft Exp $ */ /* $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $ */ diff --git a/lib/isc/sockaddr.c b/lib/isc/sockaddr.c index 17fd90dfc6..7fa4effa39 100644 --- a/lib/isc/sockaddr.c +++ b/lib/isc/sockaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sockaddr.c,v 1.47 2000/12/06 00:30:10 tale Exp $ */ +/* $Id: sockaddr.c,v 1.47.4.1 2001/01/09 22:49:21 bwelling Exp $ */ #include diff --git a/lib/isc/string.c b/lib/isc/string.c index 2e476e7e7d..331eb9501d 100644 --- a/lib/isc/string.c +++ b/lib/isc/string.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: string.c,v 1.5 2000/08/01 01:29:49 tale Exp $ */ +/* $Id: string.c,v 1.5.4.1 2001/01/09 22:49:23 bwelling Exp $ */ #include diff --git a/lib/isc/symtab.c b/lib/isc/symtab.c index 3eea65dde2..d3ec04c57c 100644 --- a/lib/isc/symtab.c +++ b/lib/isc/symtab.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: symtab.c,v 1.21 2000/10/20 02:21:57 marka Exp $ */ +/* $Id: symtab.c,v 1.21.4.1 2001/01/09 22:49:24 bwelling Exp $ */ #include diff --git a/lib/isc/task.c b/lib/isc/task.c index c4c6846c84..3b1dd0576f 100644 --- a/lib/isc/task.c +++ b/lib/isc/task.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: task.c,v 1.78 2000/12/26 21:45:04 tale Exp $ */ +/* $Id: task.c,v 1.78.2.1 2001/01/09 22:49:25 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/lib/isc/task_p.h b/lib/isc/task_p.h index b9c6c7044c..46b208982a 100644 --- a/lib/isc/task_p.h +++ b/lib/isc/task_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: task_p.h,v 1.4 2000/09/28 21:32:49 bwelling Exp $ */ +/* $Id: task_p.h,v 1.4.4.1 2001/01/09 22:49:26 bwelling Exp $ */ /* ISC_PLATFORM_USETHREADS_DELETE */ diff --git a/lib/isc/taskpool.c b/lib/isc/taskpool.c index 3320a14888..d6215b098a 100644 --- a/lib/isc/taskpool.c +++ b/lib/isc/taskpool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: taskpool.c,v 1.9 2000/08/01 01:29:52 tale Exp $ */ +/* $Id: taskpool.c,v 1.9.4.1 2001/01/09 22:49:27 bwelling Exp $ */ #include diff --git a/lib/isc/timer.c b/lib/isc/timer.c index 449ea18195..3938a7dd5c 100644 --- a/lib/isc/timer.c +++ b/lib/isc/timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.c,v 1.61 2000/12/26 21:45:05 tale Exp $ */ +/* $Id: timer.c,v 1.61.2.1 2001/01/09 22:49:28 bwelling Exp $ */ #include diff --git a/lib/isc/timer_p.h b/lib/isc/timer_p.h index 9e792800a6..426964dd85 100644 --- a/lib/isc/timer_p.h +++ b/lib/isc/timer_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer_p.h,v 1.2 2000/09/28 21:32:50 bwelling Exp $ */ +/* $Id: timer_p.h,v 1.2.4.1 2001/01/09 22:49:29 bwelling Exp $ */ /* ISC_PLATFORM_USETHREADS_DELETE */ diff --git a/lib/isc/unix/Makefile.in b/lib/isc/unix/Makefile.in index a16b8e17ac..4eff98947b 100644 --- a/lib/isc/unix/Makefile.in +++ b/lib/isc/unix/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.33 2000/11/14 23:38:09 tale Exp $ +# $Id: Makefile.in,v 1.33.4.1 2001/01/09 22:51:06 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/unix/app.c b/lib/isc/unix/app.c index 3676d25174..c3718171f2 100644 --- a/lib/isc/unix/app.c +++ b/lib/isc/unix/app.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: app.c,v 1.36 2000/12/26 21:45:06 tale Exp $ */ +/* $Id: app.c,v 1.36.2.1 2001/01/09 22:51:07 bwelling Exp $ */ #include diff --git a/lib/isc/unix/dir.c b/lib/isc/unix/dir.c index 069a56f05d..b30503380a 100644 --- a/lib/isc/unix/dir.c +++ b/lib/isc/unix/dir.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dir.c,v 1.14 2000/08/03 13:44:02 tale Exp $ */ +/* $Id: dir.c,v 1.14.4.1 2001/01/09 22:51:08 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/unix/entropy.c b/lib/isc/unix/entropy.c index 1cefc858d1..4668510710 100644 --- a/lib/isc/unix/entropy.c +++ b/lib/isc/unix/entropy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: entropy.c,v 1.54 2000/12/27 00:11:26 bwelling Exp $ */ +/* $Id: entropy.c,v 1.54.2.1 2001/01/09 22:51:10 bwelling Exp $ */ #include diff --git a/lib/isc/unix/errno2result.c b/lib/isc/unix/errno2result.c index b2c96804c7..372ff4147a 100644 --- a/lib/isc/unix/errno2result.c +++ b/lib/isc/unix/errno2result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: errno2result.c,v 1.6 2000/11/18 02:56:48 gson Exp $ */ +/* $Id: errno2result.c,v 1.6.4.1 2001/01/09 22:51:11 bwelling Exp $ */ #include diff --git a/lib/isc/unix/errno2result.h b/lib/isc/unix/errno2result.h index 15e685587b..491e77f444 100644 --- a/lib/isc/unix/errno2result.h +++ b/lib/isc/unix/errno2result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: errno2result.h,v 1.6 2000/11/14 23:37:10 tale Exp $ */ +/* $Id: errno2result.h,v 1.6.4.1 2001/01/09 22:51:12 bwelling Exp $ */ #ifndef UNIX_ERRNO2RESULT_H #define UNIX_ERRNO2RESULT_H 1 diff --git a/lib/isc/unix/file.c b/lib/isc/unix/file.c index 682ff3f04f..5c55cc8382 100644 --- a/lib/isc/unix/file.c +++ b/lib/isc/unix/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: file.c,v 1.27 2000/12/27 17:21:53 tale Exp $ */ +/* $Id: file.c,v 1.27.2.1 2001/01/09 22:51:13 bwelling Exp $ */ #include diff --git a/lib/isc/unix/fsaccess.c b/lib/isc/unix/fsaccess.c index b820795fda..c372a9b76c 100644 --- a/lib/isc/unix/fsaccess.c +++ b/lib/isc/unix/fsaccess.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess.c,v 1.5 2000/08/01 01:31:18 tale Exp $ */ +/* $Id: fsaccess.c,v 1.5.4.1 2001/01/09 22:51:14 bwelling Exp $ */ #include #include diff --git a/lib/isc/unix/ifiter_ioctl.c b/lib/isc/unix/ifiter_ioctl.c index 243046c4c3..71a2a91e0b 100644 --- a/lib/isc/unix/ifiter_ioctl.c +++ b/lib/isc/unix/ifiter_ioctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ifiter_ioctl.c,v 1.15 2000/12/06 01:28:02 tale Exp $ */ +/* $Id: ifiter_ioctl.c,v 1.15.4.1 2001/01/09 22:51:15 bwelling Exp $ */ /* * Obtain the list of network interfaces using the SIOCGLIFCONF ioctl. diff --git a/lib/isc/unix/ifiter_sysctl.c b/lib/isc/unix/ifiter_sysctl.c index e9619694bc..d35a684c8e 100644 --- a/lib/isc/unix/ifiter_sysctl.c +++ b/lib/isc/unix/ifiter_sysctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ifiter_sysctl.c,v 1.11 2000/12/06 00:30:25 tale Exp $ */ +/* $Id: ifiter_sysctl.c,v 1.11.4.1 2001/01/09 22:51:16 bwelling Exp $ */ /* * Obtain the list of network interfaces using sysctl. diff --git a/lib/isc/unix/include/Makefile.in b/lib/isc/unix/include/Makefile.in index dd3b10fad0..ce1dbe11e1 100644 --- a/lib/isc/unix/include/Makefile.in +++ b/lib/isc/unix/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.10 2000/08/01 01:31:31 tale Exp $ +# $Id: Makefile.in,v 1.10.4.1 2001/01/09 22:51:31 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/unix/include/isc/Makefile.in b/lib/isc/unix/include/isc/Makefile.in index c6cd4f6fca..c007278d40 100644 --- a/lib/isc/unix/include/isc/Makefile.in +++ b/lib/isc/unix/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.24 2000/09/20 19:06:08 gson Exp $ +# $Id: Makefile.in,v 1.24.4.1 2001/01/09 22:51:32 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/unix/include/isc/app.h b/lib/isc/unix/include/isc/app.h index 4eb504c7c5..e90b7c9ecb 100644 --- a/lib/isc/unix/include/isc/app.h +++ b/lib/isc/unix/include/isc/app.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: app.h,v 1.9 2000/09/01 21:31:53 bwelling Exp $ */ +/* $Id: app.h,v 1.9.4.1 2001/01/09 22:51:33 bwelling Exp $ */ #ifndef ISC_APP_H #define ISC_APP_H 1 diff --git a/lib/isc/unix/include/isc/dir.h b/lib/isc/unix/include/isc/dir.h index 44d73a10f6..8044da2ccb 100644 --- a/lib/isc/unix/include/isc/dir.h +++ b/lib/isc/unix/include/isc/dir.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dir.h,v 1.11 2000/08/01 01:31:35 tale Exp $ */ +/* $Id: dir.h,v 1.11.4.1 2001/01/09 22:51:34 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/unix/include/isc/int.h b/lib/isc/unix/include/isc/int.h index b787af393e..f39544a054 100644 --- a/lib/isc/unix/include/isc/int.h +++ b/lib/isc/unix/include/isc/int.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: int.h,v 1.10 2000/11/14 23:41:46 tale Exp $ */ +/* $Id: int.h,v 1.10.4.1 2001/01/09 22:51:35 bwelling Exp $ */ #ifndef ISC_INT_H #define ISC_INT_H 1 diff --git a/lib/isc/unix/include/isc/keyboard.h b/lib/isc/unix/include/isc/keyboard.h index 26b2c86776..77a6da24e0 100644 --- a/lib/isc/unix/include/isc/keyboard.h +++ b/lib/isc/unix/include/isc/keyboard.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyboard.h,v 1.5 2000/08/01 01:31:37 tale Exp $ */ +/* $Id: keyboard.h,v 1.5.4.1 2001/01/09 22:51:36 bwelling Exp $ */ #ifndef ISC_KEYBOARD_H #define ISC_KEYBOARD_H 1 diff --git a/lib/isc/unix/include/isc/net.h b/lib/isc/unix/include/isc/net.h index 3e6a07b210..1ed2e58069 100644 --- a/lib/isc/unix/include/isc/net.h +++ b/lib/isc/unix/include/isc/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.h,v 1.24.4.1 2001/01/03 20:37:58 gson Exp $ */ +/* $Id: net.h,v 1.24.4.2 2001/01/09 22:51:37 bwelling Exp $ */ #ifndef ISC_NET_H #define ISC_NET_H 1 diff --git a/lib/isc/unix/include/isc/netdb.h b/lib/isc/unix/include/isc/netdb.h index dcca04000a..d402508f98 100644 --- a/lib/isc/unix/include/isc/netdb.h +++ b/lib/isc/unix/include/isc/netdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netdb.h,v 1.5 2000/08/01 01:31:39 tale Exp $ */ +/* $Id: netdb.h,v 1.5.4.1 2001/01/09 22:51:38 bwelling Exp $ */ #ifndef ISC_NETDB_H #define ISC_NETDB_H 1 diff --git a/lib/isc/unix/include/isc/offset.h b/lib/isc/unix/include/isc/offset.h index a63ab443c6..1cd94dd4c3 100644 --- a/lib/isc/unix/include/isc/offset.h +++ b/lib/isc/unix/include/isc/offset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: offset.h,v 1.9 2000/08/01 01:31:40 tale Exp $ */ +/* $Id: offset.h,v 1.9.4.1 2001/01/09 22:51:40 bwelling Exp $ */ #ifndef ISC_OFFSET_H #define ISC_OFFSET_H 1 diff --git a/lib/isc/unix/include/isc/stdtime.h b/lib/isc/unix/include/isc/stdtime.h index 5dfa31ea6e..9e97f3d2d1 100644 --- a/lib/isc/unix/include/isc/stdtime.h +++ b/lib/isc/unix/include/isc/stdtime.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdtime.h,v 1.7 2000/08/01 01:31:41 tale Exp $ */ +/* $Id: stdtime.h,v 1.7.4.1 2001/01/09 22:51:41 bwelling Exp $ */ #ifndef ISC_STDTIME_H #define ISC_STDTIME_H 1 diff --git a/lib/isc/unix/include/isc/time.h b/lib/isc/unix/include/isc/time.h index 366d367092..30d6955615 100644 --- a/lib/isc/unix/include/isc/time.h +++ b/lib/isc/unix/include/isc/time.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.h,v 1.24 2000/08/01 01:31:42 tale Exp $ */ +/* $Id: time.h,v 1.24.4.1 2001/01/09 22:51:42 bwelling Exp $ */ #ifndef ISC_TIME_H #define ISC_TIME_H 1 diff --git a/lib/isc/unix/interfaceiter.c b/lib/isc/unix/interfaceiter.c index 3c84c6aaf2..1c653c01c0 100644 --- a/lib/isc/unix/interfaceiter.c +++ b/lib/isc/unix/interfaceiter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: interfaceiter.c,v 1.20 2000/12/06 00:30:28 tale Exp $ */ +/* $Id: interfaceiter.c,v 1.20.4.1 2001/01/09 22:51:18 bwelling Exp $ */ #include diff --git a/lib/isc/unix/ipv6.c b/lib/isc/unix/ipv6.c index 3a96dd8e23..cd6fe59eae 100644 --- a/lib/isc/unix/ipv6.c +++ b/lib/isc/unix/ipv6.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ipv6.c,v 1.6 2000/08/01 01:31:22 tale Exp $ */ +/* $Id: ipv6.c,v 1.6.4.1 2001/01/09 22:51:19 bwelling Exp $ */ #include diff --git a/lib/isc/unix/keyboard.c b/lib/isc/unix/keyboard.c index 2feb3f14e1..bb98c050f4 100644 --- a/lib/isc/unix/keyboard.c +++ b/lib/isc/unix/keyboard.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyboard.c,v 1.8 2000/08/02 15:28:13 tale Exp $ */ +/* $Id: keyboard.c,v 1.8.4.1 2001/01/09 22:51:20 bwelling Exp $ */ #include diff --git a/lib/isc/unix/net.c b/lib/isc/unix/net.c index 41ed626595..240f10d81e 100644 --- a/lib/isc/unix/net.c +++ b/lib/isc/unix/net.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.c,v 1.16 2000/12/19 19:29:13 gson Exp $ */ +/* $Id: net.c,v 1.16.2.1 2001/01/09 22:51:21 bwelling Exp $ */ #include diff --git a/lib/isc/unix/os.c b/lib/isc/unix/os.c index a8c11e9772..bc29355fac 100644 --- a/lib/isc/unix/os.c +++ b/lib/isc/unix/os.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.c,v 1.5 2000/08/01 01:31:25 tale Exp $ */ +/* $Id: os.c,v 1.5.4.1 2001/01/09 22:51:22 bwelling Exp $ */ #include diff --git a/lib/isc/unix/resource.c b/lib/isc/unix/resource.c index f912a25411..0bef9b3397 100644 --- a/lib/isc/unix/resource.c +++ b/lib/isc/unix/resource.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resource.c,v 1.6 2000/12/23 02:45:44 tale Exp $ */ +/* $Id: resource.c,v 1.6.2.1 2001/01/09 22:51:23 bwelling Exp $ */ #include diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 8d582f6e85..76665d58db 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.c,v 1.178 2000/12/26 21:45:08 tale Exp $ */ +/* $Id: socket.c,v 1.178.2.1 2001/01/09 22:51:24 bwelling Exp $ */ #include diff --git a/lib/isc/unix/socket_p.h b/lib/isc/unix/socket_p.h index 2bd68369a6..f535a4d076 100644 --- a/lib/isc/unix/socket_p.h +++ b/lib/isc/unix/socket_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket_p.h,v 1.2 2000/09/28 21:32:51 bwelling Exp $ */ +/* $Id: socket_p.h,v 1.2.4.1 2001/01/09 22:51:26 bwelling Exp $ */ /* ISC_PLATFORM_USETHREADS_DELETE */ diff --git a/lib/isc/unix/stdio.c b/lib/isc/unix/stdio.c index 67e42b65b4..c537e8a251 100644 --- a/lib/isc/unix/stdio.c +++ b/lib/isc/unix/stdio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdio.c,v 1.4 2000/08/01 01:31:28 tale Exp $ */ +/* $Id: stdio.c,v 1.4.4.1 2001/01/09 22:51:27 bwelling Exp $ */ #include diff --git a/lib/isc/unix/stdtime.c b/lib/isc/unix/stdtime.c index 9db52e17fe..7c8166f8ac 100644 --- a/lib/isc/unix/stdtime.c +++ b/lib/isc/unix/stdtime.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdtime.c,v 1.9 2000/08/01 01:31:29 tale Exp $ */ +/* $Id: stdtime.c,v 1.9.4.1 2001/01/09 22:51:28 bwelling Exp $ */ #include diff --git a/lib/isc/unix/time.c b/lib/isc/unix/time.c index add0e94cf4..562e3b7450 100644 --- a/lib/isc/unix/time.c +++ b/lib/isc/unix/time.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.29 2000/09/18 18:43:03 gson Exp $ */ +/* $Id: time.c,v 1.29.4.1 2001/01/09 22:51:29 bwelling Exp $ */ #include diff --git a/lib/isc/version.c b/lib/isc/version.c index a1aa355bfa..9d3cfaa6fb 100644 --- a/lib/isc/version.c +++ b/lib/isc/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.c,v 1.8 2000/08/01 01:29:54 tale Exp $ */ +/* $Id: version.c,v 1.8.4.1 2001/01/09 22:49:31 bwelling Exp $ */ char isc_version[] = VERSION; diff --git a/lib/isc/win32/Makefile.in b/lib/isc/win32/Makefile.in index 75d9efadd9..4dec5ea374 100644 --- a/lib/isc/win32/Makefile.in +++ b/lib/isc/win32/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/08/01 01:31:44 tale Exp $ +# $Id: Makefile.in,v 1.7.4.1 2001/01/09 22:51:43 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/win32/condition.c b/lib/isc/win32/condition.c index f9b04f49ae..ec9b831861 100644 --- a/lib/isc/win32/condition.c +++ b/lib/isc/win32/condition.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.c,v 1.14 2000/08/01 01:31:45 tale Exp $ */ +/* $Id: condition.c,v 1.14.4.1 2001/01/09 22:51:45 bwelling Exp $ */ #include diff --git a/lib/isc/win32/dir.c b/lib/isc/win32/dir.c index 00a579df66..45d679c3a6 100644 --- a/lib/isc/win32/dir.c +++ b/lib/isc/win32/dir.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dir.c,v 1.6 2000/08/01 01:31:46 tale Exp $ */ +/* $Id: dir.c,v 1.6.4.1 2001/01/09 22:51:46 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/win32/file.c b/lib/isc/win32/file.c index 44f32e3f62..c645755fd1 100644 --- a/lib/isc/win32/file.c +++ b/lib/isc/win32/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: file.c,v 1.5 2000/08/01 01:31:47 tale Exp $ */ +/* $Id: file.c,v 1.5.4.1 2001/01/09 22:51:47 bwelling Exp $ */ #include diff --git a/lib/isc/win32/fsaccess.c b/lib/isc/win32/fsaccess.c index 5fbe72ce80..8d8a83de5e 100644 --- a/lib/isc/win32/fsaccess.c +++ b/lib/isc/win32/fsaccess.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess.c,v 1.5 2000/08/01 01:31:48 tale Exp $ */ +/* $Id: fsaccess.c,v 1.5.4.1 2001/01/09 22:51:48 bwelling Exp $ */ #include #include diff --git a/lib/isc/win32/include/Makefile.in b/lib/isc/win32/include/Makefile.in index c8d66a37ad..c232cf6a1e 100644 --- a/lib/isc/win32/include/Makefile.in +++ b/lib/isc/win32/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5 2000/08/01 01:31:54 tale Exp $ +# $Id: Makefile.in,v 1.5.4.1 2001/01/09 22:51:54 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/win32/include/isc/Makefile.in b/lib/isc/win32/include/isc/Makefile.in index 3953b974c3..ddb83e43ea 100644 --- a/lib/isc/win32/include/isc/Makefile.in +++ b/lib/isc/win32/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/09/20 19:06:09 gson Exp $ +# $Id: Makefile.in,v 1.7.4.1 2001/01/09 22:51:55 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/win32/include/isc/condition.h b/lib/isc/win32/include/isc/condition.h index 3f27d27400..14350019f7 100644 --- a/lib/isc/win32/include/isc/condition.h +++ b/lib/isc/win32/include/isc/condition.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.h,v 1.12 2000/08/01 01:31:56 tale Exp $ */ +/* $Id: condition.h,v 1.12.4.1 2001/01/09 22:51:56 bwelling Exp $ */ #ifndef ISC_CONDITION_H #define ISC_CONDITION_H 1 diff --git a/lib/isc/win32/include/isc/dir.h b/lib/isc/win32/include/isc/dir.h index e3a55c5a4f..1407a0d409 100644 --- a/lib/isc/win32/include/isc/dir.h +++ b/lib/isc/win32/include/isc/dir.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dir.h,v 1.7 2000/08/01 01:31:57 tale Exp $ */ +/* $Id: dir.h,v 1.7.4.1 2001/01/09 22:51:57 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/win32/include/isc/int.h b/lib/isc/win32/include/isc/int.h index 585e12e160..198d6e6e9e 100644 --- a/lib/isc/win32/include/isc/int.h +++ b/lib/isc/win32/include/isc/int.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: int.h,v 1.6 2000/08/01 01:31:58 tale Exp $ */ +/* $Id: int.h,v 1.6.4.1 2001/01/09 22:51:58 bwelling Exp $ */ #ifndef ISC_INT_H #define ISC_INT_H 1 diff --git a/lib/isc/win32/include/isc/mutex.h b/lib/isc/win32/include/isc/mutex.h index ed797d5812..c71abc7988 100644 --- a/lib/isc/win32/include/isc/mutex.h +++ b/lib/isc/win32/include/isc/mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.h,v 1.12 2000/08/01 01:31:59 tale Exp $ */ +/* $Id: mutex.h,v 1.12.4.1 2001/01/09 22:51:59 bwelling Exp $ */ #ifndef ISC_MUTEX_H #define ISC_MUTEX_H 1 diff --git a/lib/isc/win32/include/isc/net.h b/lib/isc/win32/include/isc/net.h index aa82a98ce7..3b8eff5de1 100644 --- a/lib/isc/win32/include/isc/net.h +++ b/lib/isc/win32/include/isc/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.h,v 1.11 2000/08/01 01:32:01 tale Exp $ */ +/* $Id: net.h,v 1.11.4.1 2001/01/09 22:52:01 bwelling Exp $ */ #ifndef ISC_NET_H #define ISC_NET_H 1 diff --git a/lib/isc/win32/include/isc/netdb.h b/lib/isc/win32/include/isc/netdb.h index fe5eb5d87e..c9ae2b1de7 100644 --- a/lib/isc/win32/include/isc/netdb.h +++ b/lib/isc/win32/include/isc/netdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netdb.h,v 1.5 2000/08/01 01:32:02 tale Exp $ */ +/* $Id: netdb.h,v 1.5.4.1 2001/01/09 22:52:02 bwelling Exp $ */ #ifndef ISC_NETDB_H #define ISC_NETDB_H 1 diff --git a/lib/isc/win32/include/isc/once.h b/lib/isc/win32/include/isc/once.h index dc1ebeba32..12a0978060 100644 --- a/lib/isc/win32/include/isc/once.h +++ b/lib/isc/win32/include/isc/once.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: once.h,v 1.5 2000/08/01 01:32:03 tale Exp $ */ +/* $Id: once.h,v 1.5.4.1 2001/01/09 22:52:03 bwelling Exp $ */ #ifndef ISC_ONCE_H #define ISC_ONCE_H 1 diff --git a/lib/isc/win32/include/isc/stdtime.h b/lib/isc/win32/include/isc/stdtime.h index 54159fbea8..c4aedf0c1e 100644 --- a/lib/isc/win32/include/isc/stdtime.h +++ b/lib/isc/win32/include/isc/stdtime.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdtime.h,v 1.6 2000/08/01 01:32:04 tale Exp $ */ +/* $Id: stdtime.h,v 1.6.4.1 2001/01/09 22:52:04 bwelling Exp $ */ #ifndef ISC_STDTIME_H #define ISC_STDTIME_H 1 diff --git a/lib/isc/win32/include/isc/thread.h b/lib/isc/win32/include/isc/thread.h index df4a6f4c29..fc07b2b188 100644 --- a/lib/isc/win32/include/isc/thread.h +++ b/lib/isc/win32/include/isc/thread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.h,v 1.12 2000/08/01 01:32:05 tale Exp $ */ +/* $Id: thread.h,v 1.12.4.1 2001/01/09 22:52:05 bwelling Exp $ */ #ifndef ISC_THREAD_H #define ISC_THREAD_H 1 diff --git a/lib/isc/win32/include/isc/time.h b/lib/isc/win32/include/isc/time.h index fee01475aa..26ee4f9b68 100644 --- a/lib/isc/win32/include/isc/time.h +++ b/lib/isc/win32/include/isc/time.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.h,v 1.18 2000/08/01 01:32:06 tale Exp $ */ +/* $Id: time.h,v 1.18.4.1 2001/01/09 22:52:06 bwelling Exp $ */ #ifndef ISC_TIME_H #define ISC_TIME_H 1 diff --git a/lib/isc/win32/once.c b/lib/isc/win32/once.c index 4dc7b97f70..8ed01c9914 100644 --- a/lib/isc/win32/once.c +++ b/lib/isc/win32/once.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: once.c,v 1.5 2000/08/01 01:31:49 tale Exp $ */ +/* $Id: once.c,v 1.5.4.1 2001/01/09 22:51:49 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/win32/stdtime.c b/lib/isc/win32/stdtime.c index 57a8415492..2cccbb0abc 100644 --- a/lib/isc/win32/stdtime.c +++ b/lib/isc/win32/stdtime.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdtime.c,v 1.6 2000/08/01 01:31:50 tale Exp $ */ +/* $Id: stdtime.c,v 1.6.4.1 2001/01/09 22:51:50 bwelling Exp $ */ #include diff --git a/lib/isc/win32/thread.c b/lib/isc/win32/thread.c index b7fa686f3f..e0c7585493 100644 --- a/lib/isc/win32/thread.c +++ b/lib/isc/win32/thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.c,v 1.13 2000/08/01 01:31:51 tale Exp $ */ +/* $Id: thread.c,v 1.13.4.1 2001/01/09 22:51:51 bwelling Exp $ */ #include diff --git a/lib/isc/win32/time.c b/lib/isc/win32/time.c index 17b05ea56b..b82223f20c 100644 --- a/lib/isc/win32/time.c +++ b/lib/isc/win32/time.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.19 2000/08/01 01:31:52 tale Exp $ */ +/* $Id: time.c,v 1.19.4.1 2001/01/09 22:51:52 bwelling Exp $ */ #include diff --git a/lib/lwres/Makefile.in b/lib/lwres/Makefile.in index 044fc26042..67bf6ecaad 100644 --- a/lib/lwres/Makefile.in +++ b/lib/lwres/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.22 2000/11/02 01:52:26 bwelling Exp $ +# $Id: Makefile.in,v 1.22.4.1 2001/01/09 22:52:08 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/lwres/assert_p.h b/lib/lwres/assert_p.h index cf965c0ddc..411209f39e 100644 --- a/lib/lwres/assert_p.h +++ b/lib/lwres/assert_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: assert_p.h,v 1.8 2000/08/01 01:32:08 tale Exp $ */ +/* $Id: assert_p.h,v 1.8.4.1 2001/01/09 22:52:09 bwelling Exp $ */ #ifndef LWRES_ASSERT_P_H #define LWRES_ASSERT_P_H 1 diff --git a/lib/lwres/context.c b/lib/lwres/context.c index af9e5f89eb..bb5c0e789a 100644 --- a/lib/lwres/context.c +++ b/lib/lwres/context.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: context.c,v 1.32 2000/10/17 20:09:19 gson Exp $ */ +/* $Id: context.c,v 1.32.4.1 2001/01/09 22:52:10 bwelling Exp $ */ #include diff --git a/lib/lwres/context_p.h b/lib/lwres/context_p.h index a96a57638f..d353f9443e 100644 --- a/lib/lwres/context_p.h +++ b/lib/lwres/context_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: context_p.h,v 1.11 2000/10/05 22:27:49 bwelling Exp $ */ +/* $Id: context_p.h,v 1.11.4.1 2001/01/09 22:52:11 bwelling Exp $ */ #ifndef LWRES_CONTEXT_P_H #define LWRES_CONTEXT_P_H 1 diff --git a/lib/lwres/gai_strerror.c b/lib/lwres/gai_strerror.c index f912d6de94..45017d377c 100644 --- a/lib/lwres/gai_strerror.c +++ b/lib/lwres/gai_strerror.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gai_strerror.c,v 1.12 2000/08/01 01:32:12 tale Exp $ */ +/* $Id: gai_strerror.c,v 1.12.4.1 2001/01/09 22:52:12 bwelling Exp $ */ #include diff --git a/lib/lwres/getaddrinfo.c b/lib/lwres/getaddrinfo.c index 79066e8d1c..b35cd1bb93 100644 --- a/lib/lwres/getaddrinfo.c +++ b/lib/lwres/getaddrinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * This code is derived from software contributed to Internet Software * Consortium by Berkeley Software Design, Inc. @@ -19,7 +19,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getaddrinfo.c,v 1.34 2000/12/06 00:35:44 tale Exp $ */ +/* $Id: getaddrinfo.c,v 1.34.4.1 2001/01/09 22:52:13 bwelling Exp $ */ #include diff --git a/lib/lwres/gethost.c b/lib/lwres/gethost.c index 5eeb00c9c9..f09c5829fd 100644 --- a/lib/lwres/gethost.c +++ b/lib/lwres/gethost.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gethost.c,v 1.25 2000/08/26 01:51:05 gson Exp $ */ +/* $Id: gethost.c,v 1.25.4.1 2001/01/09 22:52:14 bwelling Exp $ */ #include diff --git a/lib/lwres/getipnode.c b/lib/lwres/getipnode.c index 90565259a9..ac4f8985ce 100644 --- a/lib/lwres/getipnode.c +++ b/lib/lwres/getipnode.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getipnode.c,v 1.26 2000/10/05 22:27:51 bwelling Exp $ */ +/* $Id: getipnode.c,v 1.26.4.1 2001/01/09 22:52:16 bwelling Exp $ */ #include diff --git a/lib/lwres/getnameinfo.c b/lib/lwres/getnameinfo.c index 0151a0f28e..37d73ab35f 100644 --- a/lib/lwres/getnameinfo.c +++ b/lib/lwres/getnameinfo.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getnameinfo.c,v 1.27 2000/11/02 01:10:22 marka Exp $ */ +/* $Id: getnameinfo.c,v 1.27.4.1 2001/01/09 22:52:17 bwelling Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. diff --git a/lib/lwres/getrrset.c b/lib/lwres/getrrset.c index 5b95d46ac4..bd5adc00bd 100644 --- a/lib/lwres/getrrset.c +++ b/lib/lwres/getrrset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getrrset.c,v 1.5 2000/12/21 00:27:53 bwelling Exp $ */ +/* $Id: getrrset.c,v 1.5.2.1 2001/01/09 22:52:18 bwelling Exp $ */ #include diff --git a/lib/lwres/herror.c b/lib/lwres/herror.c index 27802a15ac..746d48642e 100644 --- a/lib/lwres/herror.c +++ b/lib/lwres/herror.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -51,7 +51,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = - "$Id: herror.c,v 1.7 2000/08/01 01:32:17 tale Exp $"; + "$Id: herror.c,v 1.7.4.1 2001/01/09 22:52:19 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/lwres/include/Makefile.in b/lib/lwres/include/Makefile.in index 3829841fc2..ca65951d09 100644 --- a/lib/lwres/include/Makefile.in +++ b/lib/lwres/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.4 2000/08/01 01:32:31 tale Exp $ +# $Id: Makefile.in,v 1.4.4.1 2001/01/09 22:52:34 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/lwres/include/lwres/Makefile.in b/lib/lwres/include/lwres/Makefile.in index 74982c2e51..f6d68b844b 100644 --- a/lib/lwres/include/lwres/Makefile.in +++ b/lib/lwres/include/lwres/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.13 2000/09/20 19:06:12 gson Exp $ +# $Id: Makefile.in,v 1.13.4.1 2001/01/09 22:52:36 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/lwres/include/lwres/context.h b/lib/lwres/include/lwres/context.h index f3c88243c8..6a28f3c5e5 100644 --- a/lib/lwres/include/lwres/context.h +++ b/lib/lwres/include/lwres/context.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: context.h,v 1.13 2000/08/22 16:20:20 gson Exp $ */ +/* $Id: context.h,v 1.13.4.1 2001/01/09 22:52:37 bwelling Exp $ */ #ifndef LWRES_CONTEXT_H #define LWRES_CONTEXT_H 1 diff --git a/lib/lwres/include/lwres/int.h b/lib/lwres/include/lwres/int.h index 97a08fa3de..095fc531b8 100644 --- a/lib/lwres/include/lwres/int.h +++ b/lib/lwres/include/lwres/int.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: int.h,v 1.6 2000/08/01 01:32:34 tale Exp $ */ +/* $Id: int.h,v 1.6.4.1 2001/01/09 22:52:38 bwelling Exp $ */ #ifndef LWRES_INT_H #define LWRES_INT_H 1 diff --git a/lib/lwres/include/lwres/ipv6.h b/lib/lwres/include/lwres/ipv6.h index 0da3b0abc9..0f6f0e4b9a 100644 --- a/lib/lwres/include/lwres/ipv6.h +++ b/lib/lwres/include/lwres/ipv6.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ipv6.h,v 1.7 2000/08/01 01:32:36 tale Exp $ */ +/* $Id: ipv6.h,v 1.7.4.1 2001/01/09 22:52:39 bwelling Exp $ */ #ifndef LWRES_IPV6_H #define LWRES_IPV6_H 1 diff --git a/lib/lwres/include/lwres/lang.h b/lib/lwres/include/lwres/lang.h index 3a27c62a21..29fa2a4d05 100644 --- a/lib/lwres/include/lwres/lang.h +++ b/lib/lwres/include/lwres/lang.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lang.h,v 1.5 2000/08/01 01:32:37 tale Exp $ */ +/* $Id: lang.h,v 1.5.4.1 2001/01/09 22:52:40 bwelling Exp $ */ #ifndef LWRES_LANG_H #define LWRES_LANG_H 1 diff --git a/lib/lwres/include/lwres/list.h b/lib/lwres/include/lwres/list.h index 45243e3229..cbe3f139c7 100644 --- a/lib/lwres/include/lwres/list.h +++ b/lib/lwres/include/lwres/list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: list.h,v 1.6 2000/08/01 01:32:38 tale Exp $ */ +/* $Id: list.h,v 1.6.4.1 2001/01/09 22:52:41 bwelling Exp $ */ #ifndef LWRES_LIST_H #define LWRES_LIST_H 1 diff --git a/lib/lwres/include/lwres/lwbuffer.h b/lib/lwres/include/lwres/lwbuffer.h index 3eb5957b8f..52edd2ee1c 100644 --- a/lib/lwres/include/lwres/lwbuffer.h +++ b/lib/lwres/include/lwres/lwbuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwbuffer.h,v 1.14 2000/08/01 01:32:39 tale Exp $ */ +/* $Id: lwbuffer.h,v 1.14.4.1 2001/01/09 22:52:42 bwelling Exp $ */ #ifndef LWRES_LWBUFFER_H #define LWRES_LWBUFFER_H 1 diff --git a/lib/lwres/include/lwres/lwpacket.h b/lib/lwres/include/lwres/lwpacket.h index d7f9c6b136..b02077f9cf 100644 --- a/lib/lwres/include/lwres/lwpacket.h +++ b/lib/lwres/include/lwres/lwpacket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwpacket.h,v 1.16 2000/08/01 01:32:40 tale Exp $ */ +/* $Id: lwpacket.h,v 1.16.4.1 2001/01/09 22:52:43 bwelling Exp $ */ #ifndef LWRES_LWPACKET_H #define LWRES_LWPACKET_H 1 diff --git a/lib/lwres/include/lwres/lwres.h b/lib/lwres/include/lwres/lwres.h index be5d11d024..8cc9f0abcd 100644 --- a/lib/lwres/include/lwres/lwres.h +++ b/lib/lwres/include/lwres/lwres.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres.h,v 1.46 2000/12/21 00:27:55 bwelling Exp $ */ +/* $Id: lwres.h,v 1.46.2.1 2001/01/09 22:52:44 bwelling Exp $ */ #ifndef LWRES_LWRES_H #define LWRES_LWRES_H 1 diff --git a/lib/lwres/include/lwres/net.h b/lib/lwres/include/lwres/net.h index aff090ca52..39280afd46 100644 --- a/lib/lwres/include/lwres/net.h +++ b/lib/lwres/include/lwres/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.h,v 1.8 2000/08/01 01:32:42 tale Exp $ */ +/* $Id: net.h,v 1.8.4.1 2001/01/09 22:52:46 bwelling Exp $ */ #ifndef LWRES_NET_H #define LWRES_NET_H 1 diff --git a/lib/lwres/include/lwres/netdb.h.in b/lib/lwres/include/lwres/netdb.h.in index f711e4ef26..090daf7a23 100644 --- a/lib/lwres/include/lwres/netdb.h.in +++ b/lib/lwres/include/lwres/netdb.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netdb.h.in,v 1.30 2000/12/21 00:27:56 bwelling Exp $ */ +/* $Id: netdb.h.in,v 1.30.2.1 2001/01/09 22:52:47 bwelling Exp $ */ #ifndef LWRES_NETDB_H #define LWRES_NETDB_H 1 diff --git a/lib/lwres/include/lwres/platform.h.in b/lib/lwres/include/lwres/platform.h.in index 5a404835d2..aef9b8f229 100644 --- a/lib/lwres/include/lwres/platform.h.in +++ b/lib/lwres/include/lwres/platform.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: platform.h.in,v 1.8 2000/08/01 01:32:44 tale Exp $ */ +/* $Id: platform.h.in,v 1.8.4.1 2001/01/09 22:52:48 bwelling Exp $ */ #ifndef LWRES_PLATFORM_H #define LWRES_PLATFORM_H 1 diff --git a/lib/lwres/include/lwres/result.h b/lib/lwres/include/lwres/result.h index 64a12a7d5b..4675175063 100644 --- a/lib/lwres/include/lwres/result.h +++ b/lib/lwres/include/lwres/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.12 2000/11/02 01:52:32 bwelling Exp $ */ +/* $Id: result.h,v 1.12.4.1 2001/01/09 22:52:49 bwelling Exp $ */ #ifndef LWRES_RESULT_H #define LWRES_RESULT_H 1 diff --git a/lib/lwres/lwbuffer.c b/lib/lwres/lwbuffer.c index 83947670fb..0d153a5a0f 100644 --- a/lib/lwres/lwbuffer.c +++ b/lib/lwres/lwbuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwbuffer.c,v 1.9 2000/08/01 01:32:18 tale Exp $ */ +/* $Id: lwbuffer.c,v 1.9.4.1 2001/01/09 22:52:20 bwelling Exp $ */ #include diff --git a/lib/lwres/lwconfig.c b/lib/lwres/lwconfig.c index 9e577c16a5..0072e6f2f5 100644 --- a/lib/lwres/lwconfig.c +++ b/lib/lwres/lwconfig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwconfig.c,v 1.25 2000/10/05 22:27:53 bwelling Exp $ */ +/* $Id: lwconfig.c,v 1.25.4.1 2001/01/09 22:52:21 bwelling Exp $ */ /*** *** Module for parsing resolv.conf files. diff --git a/lib/lwres/lwinetaton.c b/lib/lwres/lwinetaton.c index fdadc9669b..23f6cc58fe 100644 --- a/lib/lwres/lwinetaton.c +++ b/lib/lwres/lwinetaton.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1996-2000 Internet Software Consortium. + * Portions Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; -static char rcsid[] = "$Id: lwinetaton.c,v 1.9 2000/08/01 01:32:21 tale Exp $"; +static char rcsid[] = "$Id: lwinetaton.c,v 1.9.4.1 2001/01/09 22:52:22 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/lwres/lwinetntop.c b/lib/lwres/lwinetntop.c index 18edd0fbc6..ca4d6ce1de 100644 --- a/lib/lwres/lwinetntop.c +++ b/lib/lwres/lwinetntop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char rcsid[] = - "$Id: lwinetntop.c,v 1.5 2000/08/01 01:32:22 tale Exp $"; + "$Id: lwinetntop.c,v 1.5.4.1 2001/01/09 22:52:24 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/lwres/lwinetpton.c b/lib/lwres/lwinetpton.c index 865c56b185..deeaa1a5b1 100644 --- a/lib/lwres/lwinetpton.c +++ b/lib/lwres/lwinetpton.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: lwinetpton.c,v 1.5 2000/08/01 01:32:23 tale Exp $"; +static char rcsid[] = "$Id: lwinetpton.c,v 1.5.4.1 2001/01/09 22:52:25 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/lwres/lwpacket.c b/lib/lwres/lwpacket.c index a7d13c5ab3..4d77fbf990 100644 --- a/lib/lwres/lwpacket.c +++ b/lib/lwres/lwpacket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwpacket.c,v 1.12 2000/08/01 01:32:24 tale Exp $ */ +/* $Id: lwpacket.c,v 1.12.4.1 2001/01/09 22:52:26 bwelling Exp $ */ #include diff --git a/lib/lwres/lwres_gabn.c b/lib/lwres/lwres_gabn.c index 9612046a67..63ad5e2bdd 100644 --- a/lib/lwres/lwres_gabn.c +++ b/lib/lwres/lwres_gabn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_gabn.c,v 1.25 2000/11/16 00:06:38 bwelling Exp $ */ +/* $Id: lwres_gabn.c,v 1.25.4.1 2001/01/09 22:52:27 bwelling Exp $ */ #include diff --git a/lib/lwres/lwres_gnba.c b/lib/lwres/lwres_gnba.c index 073529fcc2..d08f892da9 100644 --- a/lib/lwres/lwres_gnba.c +++ b/lib/lwres/lwres_gnba.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_gnba.c,v 1.19 2000/08/01 01:32:26 tale Exp $ */ +/* $Id: lwres_gnba.c,v 1.19.4.1 2001/01/09 22:52:28 bwelling Exp $ */ #include diff --git a/lib/lwres/lwres_grbn.c b/lib/lwres/lwres_grbn.c index 7d77e66cb6..e13eff798f 100644 --- a/lib/lwres/lwres_grbn.c +++ b/lib/lwres/lwres_grbn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_grbn.c,v 1.2 2000/11/18 03:01:15 bwelling Exp $ */ +/* $Id: lwres_grbn.c,v 1.2.4.1 2001/01/09 22:52:29 bwelling Exp $ */ #include diff --git a/lib/lwres/lwres_noop.c b/lib/lwres/lwres_noop.c index b81ea1a41d..e4e10d71ba 100644 --- a/lib/lwres/lwres_noop.c +++ b/lib/lwres/lwres_noop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_noop.c,v 1.13 2000/08/01 01:32:27 tale Exp $ */ +/* $Id: lwres_noop.c,v 1.13.4.1 2001/01/09 22:52:31 bwelling Exp $ */ #include diff --git a/lib/lwres/lwresutil.c b/lib/lwres/lwresutil.c index 414dfb2798..0320fdb8cd 100644 --- a/lib/lwres/lwresutil.c +++ b/lib/lwres/lwresutil.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresutil.c,v 1.25 2000/11/02 01:52:28 bwelling Exp $ */ +/* $Id: lwresutil.c,v 1.25.4.1 2001/01/09 22:52:32 bwelling Exp $ */ #include diff --git a/lib/lwres/version.c b/lib/lwres/version.c index 0369425c41..08f7d821be 100644 --- a/lib/lwres/version.c +++ b/lib/lwres/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.c,v 1.5 2000/08/01 01:32:30 tale Exp $ */ +/* $Id: version.c,v 1.5.4.1 2001/01/09 22:52:33 bwelling Exp $ */ char lwres_version[] = VERSION; diff --git a/lib/omapi/Makefile.in b/lib/omapi/Makefile.in index b1f14f6737..f563ccc4b3 100644 --- a/lib/omapi/Makefile.in +++ b/lib/omapi/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.15 2000/09/20 19:06:13 gson Exp $ +# $Id: Makefile.in,v 1.15.4.1 2001/01/09 22:52:51 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/omapi/auth.c b/lib/omapi/auth.c index fb58f4985d..b1f030a1cd 100644 --- a/lib/omapi/auth.c +++ b/lib/omapi/auth.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: auth.c,v 1.14 2000/09/12 09:59:28 bwelling Exp $ */ +/* $Id: auth.c,v 1.14.4.1 2001/01/09 22:52:52 bwelling Exp $ */ /* Principal Author: DCL */ diff --git a/lib/omapi/connection.c b/lib/omapi/connection.c index 1cd2b97824..8df7969675 100644 --- a/lib/omapi/connection.c +++ b/lib/omapi/connection.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: connection.c,v 1.36 2000/11/29 00:10:29 gson Exp $ */ +/* $Id: connection.c,v 1.36.4.1 2001/01/09 22:52:53 bwelling Exp $ */ /* Principal Author: DCL */ diff --git a/lib/omapi/data.c b/lib/omapi/data.c index f6c697e095..c34f5a36e3 100644 --- a/lib/omapi/data.c +++ b/lib/omapi/data.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: data.c,v 1.18 2000/10/11 21:19:00 marka Exp $ */ +/* $Id: data.c,v 1.18.4.1 2001/01/09 22:52:54 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/generic.c b/lib/omapi/generic.c index b60e349892..d7048b31d7 100644 --- a/lib/omapi/generic.c +++ b/lib/omapi/generic.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: generic.c,v 1.17 2000/08/01 01:32:51 tale Exp $ */ +/* $Id: generic.c,v 1.17.4.1 2001/01/09 22:52:55 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/handle.c b/lib/omapi/handle.c index d17ebd3884..596811cddd 100644 --- a/lib/omapi/handle.c +++ b/lib/omapi/handle.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: handle.c,v 1.17 2000/08/26 01:42:33 bwelling Exp $ */ +/* $Id: handle.c,v 1.17.4.1 2001/01/09 22:52:57 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/include/Makefile.in b/lib/omapi/include/Makefile.in index fa5707e0fa..a37e4d9b57 100644 --- a/lib/omapi/include/Makefile.in +++ b/lib/omapi/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5 2000/08/01 01:33:04 tale Exp $ +# $Id: Makefile.in,v 1.5.4.1 2001/01/09 22:53:09 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/omapi/include/omapi/Makefile.in b/lib/omapi/include/omapi/Makefile.in index 97e6aa4382..86a4b975d5 100644 --- a/lib/omapi/include/omapi/Makefile.in +++ b/lib/omapi/include/omapi/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.10 2000/09/20 19:06:14 gson Exp $ +# $Id: Makefile.in,v 1.10.4.1 2001/01/09 22:53:10 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/omapi/include/omapi/compatibility.h b/lib/omapi/include/omapi/compatibility.h index b3ae23cf51..8710ad9c54 100644 --- a/lib/omapi/include/omapi/compatibility.h +++ b/lib/omapi/include/omapi/compatibility.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: compatibility.h,v 1.6 2000/08/01 01:33:07 tale Exp $ */ +/* $Id: compatibility.h,v 1.6.4.1 2001/01/09 22:53:11 bwelling Exp $ */ #ifndef OMAPI_COMPATIBILITY_H #define OMAPI_COMPATIBILITY_H 1 diff --git a/lib/omapi/include/omapi/lib.h b/lib/omapi/include/omapi/lib.h index 44b03eb534..61df154d37 100644 --- a/lib/omapi/include/omapi/lib.h +++ b/lib/omapi/include/omapi/lib.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.h,v 1.5 2000/08/01 01:33:08 tale Exp $ */ +/* $Id: lib.h,v 1.5.4.1 2001/01/09 22:53:12 bwelling Exp $ */ #ifndef OMAPI_LIB_H #define OMAPI_LIB_H 1 diff --git a/lib/omapi/include/omapi/omapi.h b/lib/omapi/include/omapi/omapi.h index 282c6fe1d3..7f842d1300 100644 --- a/lib/omapi/include/omapi/omapi.h +++ b/lib/omapi/include/omapi/omapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: omapi.h,v 1.17 2000/08/01 01:33:09 tale Exp $ */ +/* $Id: omapi.h,v 1.17.4.1 2001/01/09 22:53:13 bwelling Exp $ */ /* * Definitions for the object management API and protocol. diff --git a/lib/omapi/include/omapi/private.h b/lib/omapi/include/omapi/private.h index 10dcc58df1..a1b4b69637 100644 --- a/lib/omapi/include/omapi/private.h +++ b/lib/omapi/include/omapi/private.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: private.h,v 1.25 2000/08/26 01:56:46 bwelling Exp $ */ +/* $Id: private.h,v 1.25.4.1 2001/01/09 22:53:15 bwelling Exp $ */ /***** ***** Private master include file for the OMAPI library. diff --git a/lib/omapi/include/omapi/result.h b/lib/omapi/include/omapi/result.h index be70e574a6..823ffe8ac7 100644 --- a/lib/omapi/include/omapi/result.h +++ b/lib/omapi/include/omapi/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.7 2000/08/01 01:33:11 tale Exp $ */ +/* $Id: result.h,v 1.7.4.1 2001/01/09 22:53:16 bwelling Exp $ */ #ifndef OMAPI_RESULT_H #define OMAPI_RESULT_H 1 diff --git a/lib/omapi/include/omapi/types.h b/lib/omapi/include/omapi/types.h index 6a9dafa346..0bf40f6f67 100644 --- a/lib/omapi/include/omapi/types.h +++ b/lib/omapi/include/omapi/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: types.h,v 1.7 2000/08/01 01:33:12 tale Exp $ */ +/* $Id: types.h,v 1.7.4.1 2001/01/09 22:53:17 bwelling Exp $ */ #ifndef OMAPI_TYPES_H #define OMAPI_TYPES_H 1 diff --git a/lib/omapi/lib.c b/lib/omapi/lib.c index c036cbc38e..002d769bef 100644 --- a/lib/omapi/lib.c +++ b/lib/omapi/lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.c,v 1.13 2000/08/01 01:32:54 tale Exp $ */ +/* $Id: lib.c,v 1.13.4.1 2001/01/09 22:52:58 bwelling Exp $ */ #include diff --git a/lib/omapi/listener.c b/lib/omapi/listener.c index daf6fd7d2c..00c5322c14 100644 --- a/lib/omapi/listener.c +++ b/lib/omapi/listener.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: listener.c,v 1.31 2000/10/20 13:29:37 marka Exp $ */ +/* $Id: listener.c,v 1.31.4.1 2001/01/09 22:52:59 bwelling Exp $ */ /* * Subroutines that support the generic listener object. diff --git a/lib/omapi/message.c b/lib/omapi/message.c index 7d455a43c4..abe2a40637 100644 --- a/lib/omapi/message.c +++ b/lib/omapi/message.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: message.c,v 1.28 2000/08/01 01:32:56 tale Exp $ */ +/* $Id: message.c,v 1.28.4.1 2001/01/09 22:53:00 bwelling Exp $ */ /* * Subroutines for dealing with message objects. diff --git a/lib/omapi/object.c b/lib/omapi/object.c index 9cd6080f2e..6afdc4dbd5 100644 --- a/lib/omapi/object.c +++ b/lib/omapi/object.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: object.c,v 1.22 2000/08/01 01:32:57 tale Exp $ */ +/* $Id: object.c,v 1.22.4.1 2001/01/09 22:53:01 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/protocol.c b/lib/omapi/protocol.c index b0b5700fe4..c422a39531 100644 --- a/lib/omapi/protocol.c +++ b/lib/omapi/protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: protocol.c,v 1.32 2000/10/11 21:19:01 marka Exp $ */ +/* $Id: protocol.c,v 1.32.4.1 2001/01/09 22:53:03 bwelling Exp $ */ /* * Functions supporting the object management protocol. diff --git a/lib/omapi/result.c b/lib/omapi/result.c index 081dff984c..caa5499533 100644 --- a/lib/omapi/result.c +++ b/lib/omapi/result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.c,v 1.10 2000/08/01 01:33:00 tale Exp $ */ +/* $Id: result.c,v 1.10.4.1 2001/01/09 22:53:04 bwelling Exp $ */ #include #include diff --git a/lib/omapi/string.c b/lib/omapi/string.c index 8f9bda83f5..da033ec52b 100644 --- a/lib/omapi/string.c +++ b/lib/omapi/string.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: string.c,v 1.9 2000/08/01 01:33:01 tale Exp $ */ +/* $Id: string.c,v 1.9.4.1 2001/01/09 22:53:05 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/value.c b/lib/omapi/value.c index bd2d65b2a2..8f367d6b9a 100644 --- a/lib/omapi/value.c +++ b/lib/omapi/value.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: value.c,v 1.10 2000/09/16 03:20:54 tale Exp $ */ +/* $Id: value.c,v 1.10.4.1 2001/01/09 22:53:06 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/version.c b/lib/omapi/version.c index cbbcd41477..847ed4979c 100644 --- a/lib/omapi/version.c +++ b/lib/omapi/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.c,v 1.5 2000/08/01 01:33:03 tale Exp $ */ +/* $Id: version.c,v 1.5.4.1 2001/01/09 22:53:07 bwelling Exp $ */ char omapi_version[] = VERSION; diff --git a/lib/tests/Makefile.in b/lib/tests/Makefile.in index 5ab4ff308f..a1cd4be827 100644 --- a/lib/tests/Makefile.in +++ b/lib/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.13 2000/08/01 01:33:13 tale Exp $ +# $Id: Makefile.in,v 1.13.4.1 2001/01/09 22:53:18 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/tests/include/Makefile.in b/lib/tests/include/Makefile.in index 2e7e81d966..dceccfdb82 100644 --- a/lib/tests/include/Makefile.in +++ b/lib/tests/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/08/01 01:33:16 tale Exp $ +# $Id: Makefile.in,v 1.7.4.1 2001/01/09 22:53:21 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/tests/include/tests/Makefile.in b/lib/tests/include/tests/Makefile.in index ed0d1926e4..44c465e5bf 100644 --- a/lib/tests/include/tests/Makefile.in +++ b/lib/tests/include/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5 2000/08/01 01:33:17 tale Exp $ +# $Id: Makefile.in,v 1.5.4.1 2001/01/09 22:53:22 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/tests/include/tests/t_api.h b/lib/tests/include/tests/t_api.h index 92ef1130cd..72939c6057 100644 --- a/lib/tests/include/tests/t_api.h +++ b/lib/tests/include/tests/t_api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_api.h,v 1.12 2000/08/01 01:33:18 tale Exp $ */ +/* $Id: t_api.h,v 1.12.4.1 2001/01/09 22:53:23 bwelling Exp $ */ #ifndef TESTS_T_API_H #define TESTS_T_API_H 1 diff --git a/lib/tests/t_api.c b/lib/tests/t_api.c index 6ad86b7f6a..e56b50ef42 100644 --- a/lib/tests/t_api.c +++ b/lib/tests/t_api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_api.c,v 1.45.2.1 2001/01/06 00:11:23 gson Exp $ */ +/* $Id: t_api.c,v 1.45.2.2 2001/01/09 22:53:19 bwelling Exp $ */ #include diff --git a/make/Makefile.in b/make/Makefile.in index 923926d7c0..cceae65acd 100644 --- a/make/Makefile.in +++ b/make/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.12 2000/08/01 01:33:19 tale Exp $ +# $Id: Makefile.in,v 1.12.4.1 2001/01/09 22:53:24 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/make/includes.in b/make/includes.in index 8694ec7521..9f3c32b35a 100644 --- a/make/includes.in +++ b/make/includes.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: includes.in,v 1.10 2000/08/29 18:24:01 bwelling Exp $ +# $Id: includes.in,v 1.10.4.1 2001/01/09 22:53:25 bwelling Exp $ # Search for machine-generated header files in the build tree, # and for normal headers in the source tree (${top_srcdir}). diff --git a/make/rules.in b/make/rules.in index 8a1bbbcaa5..d02bf6da8b 100644 --- a/make/rules.in +++ b/make/rules.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.25 2000/12/15 08:28:45 gson Exp $ +# $Id: rules.in,v 1.25.2.1 2001/01/09 22:53:27 bwelling Exp $ ### ### Common Makefile rules for BIND 9. diff --git a/util/altbuild.sh b/util/altbuild.sh index 616db325ed..4c98dd6a60 100644 --- a/util/altbuild.sh +++ b/util/altbuild.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: altbuild.sh,v 1.6 2000/12/22 23:05:17 gson Exp $ +# $Id: altbuild.sh,v 1.6.2.1 2001/01/09 22:53:28 bwelling Exp $ # # "Alternative build" test. diff --git a/util/check-includes.pl b/util/check-includes.pl index e30017523a..5b012ab0c9 100644 --- a/util/check-includes.pl +++ b/util/check-includes.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -ws # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: check-includes.pl,v 1.6 2000/08/01 01:33:24 tale Exp $ +# $Id: check-includes.pl,v 1.6.4.1 2001/01/09 22:53:29 bwelling Exp $ # Rudimentary, primarily for use by the developers. # This just evolved with no serious attempt at making it diff --git a/util/check-instincludes.sh b/util/check-instincludes.sh index efd10580b6..ffa1ff552d 100644 --- a/util/check-instincludes.sh +++ b/util/check-instincludes.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: check-instincludes.sh,v 1.6 2000/08/01 01:33:25 tale Exp $ +# $Id: check-instincludes.sh,v 1.6.4.1 2001/01/09 22:53:30 bwelling Exp $ # # Check the installed bind9 header files to make sure that no header diff --git a/util/check-sources.pl b/util/check-sources.pl index f8a20ed557..45c0c6b274 100644 --- a/util/check-sources.pl +++ b/util/check-sources.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -ws # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: check-sources.pl,v 1.6 2000/08/01 01:33:26 tale Exp $ +# $Id: check-sources.pl,v 1.6.4.1 2001/01/09 22:53:31 bwelling Exp $ # Rudimentary, primarily for use by the developers. # This just evolved with no serious attempt at making it diff --git a/util/copyrights b/util/copyrights index b2d2cf9093..80d4e0e0ff 100644 --- a/util/copyrights +++ b/util/copyrights @@ -1,1459 +1,1588 @@ -./.cvsignore X 1999,2000 -./CHANGES X 2000 -./COPYRIGHT TXT 1996,1997,1998,1999,2000 -./FAQ X 2000 -./Makefile.in MAKE 1998,1999,2000 -./README X 1999,2000 -./acconfig.h C 1999,2000 -./aclocal.m4 X 1999,2000 -./bin/.cvsignore X 1999,2000 -./bin/Makefile.in MAKE 1998,1999,2000 -./bin/check/Makefile.in MAKE 2000 -./bin/check/named-checkzone.c C 1999,2000 -./bin/check/named-checkconf.c C 1999,2000 -./bin/check/check-tool.c C 2000 -./bin/dig/.cvsignore X 2000 -./bin/dig/Makefile.in MAKE 2000 -./bin/dig/dig.c C 2000 -./bin/dig/dighost.c C 2000 -./bin/dig/host.c C 2000 -./bin/dig/include/dig/dig.h C 2000 -./bin/dig/nslookup.c C 2000 -./bin/dnssec/.cvsignore X 2000 -./bin/dnssec/Makefile.in MAKE 2000 -./bin/dnssec/dnssec-keygen.c C.NAI 2000 -./bin/dnssec/dnssec-makekeyset.c C.NAI 2000 -./bin/dnssec/dnssec-signkey.c C.NAI 2000 -./bin/dnssec/dnssec-signzone.c C.NAI 1999,2000 -./bin/dnssec/dnssectool.c C 2000 -./bin/dnssec/dnssectool.h C 2000 -./bin/lwresd/.cvsignore X 2000 -./bin/lwresd/Makefile.in MAKE 2000 -./bin/lwresd/client.c C 2000 -./bin/lwresd/client.h C 2000 -./bin/lwresd/err_pkt.c C 2000 -./bin/lwresd/main.c C 2000 -./bin/lwresd/process_gabn.c C 2000 -./bin/lwresd/process_gnba.c C 2000 -./bin/lwresd/process_noop.c C 2000 -./bin/named/.cvsignore X 1999,2000 -./bin/named/Makefile.in MAKE 1998,1999,2000 -./bin/named/aclconf.c C 1999,2000 -./bin/named/client.c C 1999,2000 -./bin/named/include/named/client.h C 1999,2000 -./bin/named/include/named/globals.h C 1999,2000 -./bin/named/include/named/interfacemgr.h C 1999,2000 -./bin/named/include/named/listenlist.h C 2000 -./bin/named/include/named/log.h C 1999,2000 -./bin/named/include/named/logconf.h C 1999,2000 -./bin/named/include/named/lwaddr.h C 2000 -./bin/named/include/named/lwdclient.h C 2000 -./bin/named/include/named/lwresd.h C 2000 -./bin/named/include/named/lwsearch.h C 2000 -./bin/named/include/named/main.h C 1999,2000 -./bin/named/include/named/notify.h C 1999,2000 -./bin/named/include/named/omapi.h C 2000 -./bin/named/include/named/query.h C 1999,2000 -./bin/named/include/named/server.h C 1999,2000 -./bin/named/include/named/sortlist.h C 2000 -./bin/named/include/named/types.h C 1999,2000 -./bin/named/include/named/update.h C 1999,2000 -./bin/named/include/named/xfrout.h C 1999,2000 -./bin/named/interfacemgr.c C 1999,2000 -./bin/named/listenlist.c C 2000 -./bin/named/log.c C 1999,2000 -./bin/named/logconf.c C 1999,2000 -./bin/named/lwaddr.c C 2000 -./bin/named/lwdclient.c C 2000 -./bin/named/lwderror.c C 2000 -./bin/named/lwdgabn.c C 2000 -./bin/named/lwdgnba.c C 2000 -./bin/named/lwdgrbn.c C 2000 -./bin/named/lwdnoop.c C 2000 -./bin/named/lwresd.c C 2000 -./bin/named/lwsearch.c C 2000 -./bin/named/main.c C 1999,2000 -./bin/named/named.conf.test CONF-C 1999,2000 -./bin/named/notify.c C 1999,2000 -./bin/named/omapi.c C 2000 -./bin/named/omapiconf.c C 2000 -./bin/named/query.c C 1999,2000 -./bin/named/server.c C 1999,2000 -./bin/named/sortlist.c C 2000 -./bin/named/tkeyconf.c C 1999,2000 -./bin/named/tsigconf.c C 1999,2000 -./bin/named/unix/.cvsignore X 1999,2000 -./bin/named/unix/Makefile.in MAKE 1999,2000 -./bin/named/unix/include/named/os.h C 1999,2000 -./bin/named/unix/os.c C 1999,2000 -./bin/named/update.c C 1999,2000 -./bin/named/xfrout.c C 1999,2000 -./bin/named/zoneconf.c C 1999,2000 -./bin/nsupdate/.cvsignore X 2000 -./bin/nsupdate/Makefile.in MAKE 2000 -./bin/nsupdate/nsupdate.c C 2000 -./bin/rndc/.cvsignore X 2000 -./bin/rndc/Makefile.in MAKE 2000 -./bin/rndc/rndc.c C 2000 -./bin/rndc/rndc.conf CONF-C 2000 -./bin/tests/.cvsignore X 1999,2000 -./bin/tests/Kchild.example.+003+04017.key X 2000 -./bin/tests/Kchild.example.+003+04017.private X 2000 -./bin/tests/Kclient.+002+02982.key X 1999,2000 -./bin/tests/Kclient.+002+02982.private X 1999,2000 -./bin/tests/Makefile.in MAKE 1998,1999,2000 -./bin/tests/adb_test.c C 1999,2000 -./bin/tests/b8status.pl PERL 1999,2000 -./bin/tests/b8t.mk MAKE 1999,2000 -./bin/tests/b9status.pl PERL 1999,2000 -./bin/tests/b9t.mk MAKE 1999,2000 -./bin/tests/byaddr_test.c C 2000 -./bin/tests/byname_test.c C 2000 -./bin/tests/compress_test.c C 1999,2000 -./bin/tests/db/.cvsignore X 1999,2000 -./bin/tests/db/Makefile.in MAKE 1999,2000 -./bin/tests/db/dns_db_class_1.data X 1999,2000 -./bin/tests/db/dns_db_class_data X 1999,2000 -./bin/tests/db/dns_db_closeversion_1.data X 1999,2000 -./bin/tests/db/dns_db_closeversion_1_data X 1999,2000 -./bin/tests/db/dns_db_closeversion_2.data X 1999,2000 -./bin/tests/db/dns_db_closeversion_2_data X 1999,2000 -./bin/tests/db/dns_db_currentversion.data X 1999,2000 -./bin/tests/db/dns_db_currentversion_data X 1999,2000 -./bin/tests/db/dns_db_expirenode.data X 1999,2000 -./bin/tests/db/dns_db_expirenode_data X 1999,2000 -./bin/tests/db/dns_db_find_1.data X 1999,2000 -./bin/tests/db/dns_db_find_10.data X 1999,2000 -./bin/tests/db/dns_db_find_10_data X 1999,2000 -./bin/tests/db/dns_db_find_1_data X 1999,2000 -./bin/tests/db/dns_db_find_2.data X 1999,2000 -./bin/tests/db/dns_db_find_2_data X 1999,2000 -./bin/tests/db/dns_db_find_3.data X 1999,2000 -./bin/tests/db/dns_db_find_3_data X 1999,2000 -./bin/tests/db/dns_db_find_4.data X 1999,2000 -./bin/tests/db/dns_db_find_4_data X 1999,2000 -./bin/tests/db/dns_db_find_5.data X 1999,2000 -./bin/tests/db/dns_db_find_5_data X 1999,2000 -./bin/tests/db/dns_db_find_6.data X 1999,2000 -./bin/tests/db/dns_db_find_6_data X 1999,2000 -./bin/tests/db/dns_db_find_7.data X 1999,2000 -./bin/tests/db/dns_db_find_7_data X 1999,2000 -./bin/tests/db/dns_db_find_8.data X 1999,2000 -./bin/tests/db/dns_db_find_8_data X 1999,2000 -./bin/tests/db/dns_db_find_9.data X 1999,2000 -./bin/tests/db/dns_db_find_9_data X 1999,2000 -./bin/tests/db/dns_db_findnode_1.data X 1999,2000 -./bin/tests/db/dns_db_findnode_1_data X 1999,2000 -./bin/tests/db/dns_db_findnode_2.data X 1999,2000 -./bin/tests/db/dns_db_findnode_2_data X 1999,2000 -./bin/tests/db/dns_db_iscache_1.data X 1999,2000 -./bin/tests/db/dns_db_iscache_1_data X 1999,2000 -./bin/tests/db/dns_db_iscache_2.data X 1999,2000 -./bin/tests/db/dns_db_iscache_2_data X 1999,2000 -./bin/tests/db/dns_db_iszone_1.data X 1999,2000 -./bin/tests/db/dns_db_iszone_1_data X 1999,2000 -./bin/tests/db/dns_db_iszone_2.data X 1999,2000 -./bin/tests/db/dns_db_iszone_2_data X 1999,2000 -./bin/tests/db/dns_db_load_1.data X 1999,2000 -./bin/tests/db/dns_db_load_25.data X 2000 -./bin/tests/db/dns_db_load_data X 1999,2000 -./bin/tests/db/dns_db_load_soa_not_top X 2000 -./bin/tests/db/dns_db_newversion.data X 1999,2000 -./bin/tests/db/dns_db_newversion_data X 1999,2000 -./bin/tests/db/dns_db_origin_1.data X 1999,2000 -./bin/tests/db/dns_db_origin_data X 1999,2000 -./bin/tests/db/t_db.c C 1999,2000 -./bin/tests/db_test.c C 1999,2000 -./bin/tests/dispatch_tcp_test.c C 1998,1999,2000 -./bin/tests/dispatch_test.c C 1998,1999,2000 -./bin/tests/dst/.cvsignore X 1999,2000 -./bin/tests/dst/Kdh.+002+18088.key X 1999,2000 -./bin/tests/dst/Kdh.+002+18088.private X 1999,2000 -./bin/tests/dst/Kdh.+002+48443.key X 1999,2000 -./bin/tests/dst/Kdh.+002+48443.private X 1999,2000 -./bin/tests/dst/Ktest.+001+00000.key X 1999,2000 -./bin/tests/dst/Ktest.+001+54622.key X 1999,2000 -./bin/tests/dst/Ktest.+001+54622.private X 1999,2000 -./bin/tests/dst/Ktest.+003+00000.key X 1999,2000 -./bin/tests/dst/Ktest.+003+06204.key X 1999,2000 -./bin/tests/dst/Ktest.+003+06204.private X 1999,2000 -./bin/tests/dst/Makefile.in MAKE 1999,2000 -./bin/tests/dst/dst_2_data X 1999,2000 -./bin/tests/dst/dst_test.c C 1999,2000 -./bin/tests/dst/t2_data_1 X 1999,2000 -./bin/tests/dst/t2_data_2 X 1999,2000 -./bin/tests/dst/t2_dsasig X 1999,2000 -./bin/tests/dst/t2_rsasig X 1999,2000 -./bin/tests/dst/t_dst.c C 1999,2000 -./bin/tests/entropy2_test.c C 2000 -./bin/tests/entropy_test.c C 2000 -./bin/tests/fsaccess_test.c C 2000 -./bin/tests/generic-b9t.cron X 1999,2000 -./bin/tests/genrandom.c C 2000 -./bin/tests/gxba_test.c C 2000 -./bin/tests/gxbn_test.c C 2000 -./bin/tests/hash_test.c C 2000 -./bin/tests/headerdep_test.sh.in SH 2000 -./bin/tests/inter_test.c C 2000 -./bin/tests/journalprint.c C 2000 -./bin/tests/keyboard_test.c C 2000 -./bin/tests/lex_test.c C 1998,1999,2000 -./bin/tests/lfsr_test.c C 1999,2000 -./bin/tests/log_test.c C 1999,2000 -./bin/tests/lwres_test.c C 2000 -./bin/tests/lwresconf_test.c C 2000 -./bin/tests/master-b9t.cron X 1999,2000 -./bin/tests/master/.cvsignore X 1999,2000 -./bin/tests/master/Makefile.in MAKE 1999,2000 -./bin/tests/master/dns_master_load_10_data X 2000 -./bin/tests/master/dns_master_load_11_data X 2000 -./bin/tests/master/dns_master_load_1_data X 1999,2000 -./bin/tests/master/dns_master_load_2_data X 1999,2000 -./bin/tests/master/dns_master_load_3_data X 1999,2000 -./bin/tests/master/dns_master_load_4_data X 1999,2000 -./bin/tests/master/dns_master_load_5_data X 1999,2000 -./bin/tests/master/dns_master_load_6_data X 1999,2000 -./bin/tests/master/dns_master_load_7_data X 1999,2000 -./bin/tests/master/dns_master_load_8_data X 2000 -./bin/tests/master/dns_master_load_9_data X 2000 -./bin/tests/master/master1.data X 1999,2000 -./bin/tests/master/master10.data X 2000 -./bin/tests/master/master11.data X 2000 -./bin/tests/master/master2.data X 1999,2000 -./bin/tests/master/master3.data X 1999,2000 -./bin/tests/master/master4.data X 1999,2000 -./bin/tests/master/master5.data X 1999,2000 -./bin/tests/master/master6.data X 1999,2000 -./bin/tests/master/master7.data X 1999,2000 -./bin/tests/master/master8.data X 2000 -./bin/tests/master/master9.data X 2000 -./bin/tests/master/t_master.c C 1998,1999,2000 -./bin/tests/master_test.c C 1999,2000 -./bin/tests/mem/.cvsignore X 1999,2000 -./bin/tests/mem/Makefile.in MAKE 1998,1999,2000 -./bin/tests/mem/t_mem.c C 1999,2000 -./bin/tests/mempool_test.c C 1999,2000 -./bin/tests/name_test.c C 1998,1999,2000 -./bin/tests/named.conf CONF-C 1999,2000 -./bin/tests/names/.cvsignore X 1999,2000 -./bin/tests/names/Makefile.in MAKE 1999,2000 -./bin/tests/names/dns_label_countbits_data X 1999,2000 -./bin/tests/names/dns_label_getbit_data X 1999,2000 -./bin/tests/names/dns_name_compare_data X 1999,2000 -./bin/tests/names/dns_name_countlabels_data X 1999,2000 -./bin/tests/names/dns_name_fromregion_data X 1999,2000 -./bin/tests/names/dns_name_fromtext_data X 1999,2000 -./bin/tests/names/dns_name_fromwire_1_data X 1999,2000 -./bin/tests/names/dns_name_fromwire_2_data X 1999,2000 -./bin/tests/names/dns_name_fromwire_3_data X 1999,2000 -./bin/tests/names/dns_name_fromwire_4_data X 1999,2000 -./bin/tests/names/dns_name_fromwire_5_data X 1999,2000 -./bin/tests/names/dns_name_fromwire_6_data X 1999,2000 -./bin/tests/names/dns_name_fromwire_7_data X 1999,2000 -./bin/tests/names/dns_name_fromwire_8_data X 1999,2000 -./bin/tests/names/dns_name_fromwire_9_data X 1999,2000 -./bin/tests/names/dns_name_fullcompare_data X 1999,2000 -./bin/tests/names/dns_name_getlabel_data X 1999,2000 -./bin/tests/names/dns_name_getlabelsequence_data X 1999,2000 -./bin/tests/names/dns_name_hash_data X 1999,2000 -./bin/tests/names/dns_name_isabsolute_data X 1999,2000 -./bin/tests/names/dns_name_issubdomain_data X 1999,2000 -./bin/tests/names/dns_name_rdatacompare_data X 1999,2000 -./bin/tests/names/dns_name_toregion_data X 1999,2000 -./bin/tests/names/dns_name_totext_data X 1999,2000 -./bin/tests/names/dns_name_towire_1_data X 1999,2000 -./bin/tests/names/dns_name_towire_2_data X 1999,2000 -./bin/tests/names/t_names.c C 1998,1999,2000 -./bin/tests/names/wire_test1.data X 1999,2000 -./bin/tests/names/wire_test2.data X 1999,2000 -./bin/tests/names/wire_test3_1.data X 1999,2000 -./bin/tests/names/wire_test3_2.data X 1999,2000 -./bin/tests/names/wire_test4.data X 1999,2000 -./bin/tests/names/wire_test5.data X 1999,2000 -./bin/tests/names/wire_test6.data X 1999,2000 -./bin/tests/names/wire_test7.data X 1999,2000 -./bin/tests/names/wire_test8.data X 1999,2000 -./bin/tests/names/wire_test9.data X 1999,2000 -./bin/tests/nconf_test.c C 1999,2000 -./bin/tests/ndc.conf CONF-C 2000 -./bin/tests/ndcconf_test.c C 2000 -./bin/tests/net/.cvsignore X 2000 -./bin/tests/net/Makefile.in MAKE 2000 -./bin/tests/net/driver.c C 2000 -./bin/tests/net/driver.h C 2000 -./bin/tests/net/netaddr_multicast.c C 2000 -./bin/tests/net/sockaddr_multicast.c C 2000 -./bin/tests/net/testsuite.h C 2000 -./bin/tests/nxtify.c C 1999,2000 -./bin/tests/omapi_test.c C 1996,1997,1998,1999,2000 -./bin/tests/printmsg.c C 1998,1999,2000 -./bin/tests/printmsg.h C 1998,1999,2000 -./bin/tests/ratelimiter_test.c C 1999,2000 -./bin/tests/rbt/.cvsignore X 1999,2000 -./bin/tests/rbt/Makefile.in MAKE 1999,2000 -./bin/tests/rbt/dns_rbt.data X 1999,2000 -./bin/tests/rbt/dns_rbt_addname_1_data X 1999,2000 -./bin/tests/rbt/dns_rbt_addname_2_data X 1999,2000 -./bin/tests/rbt/dns_rbt_bitstring.data X 1999,2000 -./bin/tests/rbt/dns_rbt_create_1_data X 1999,2000 -./bin/tests/rbt/dns_rbt_deletename_1_data X 1999,2000 -./bin/tests/rbt/dns_rbt_deletename_2_data X 1999,2000 -./bin/tests/rbt/dns_rbt_findname_1_data X 1999,2000 -./bin/tests/rbt/dns_rbt_findname_2_data X 1999,2000 -./bin/tests/rbt/dns_rbt_findname_3_data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_first_1.data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_first_2.data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_first_data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_init.data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_init_data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_last_1.data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_last_2.data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_last_data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_next.data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_next_data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_prev.data X 1999,2000 -./bin/tests/rbt/dns_rbtnodechain_prev_data X 1999,2000 -./bin/tests/rbt/t_rbt.c C 1998,1999,2000 -./bin/tests/rbt_test.c C 1999,2000 -./bin/tests/rbt_test.out X 1999,2000 -./bin/tests/rbt_test.txt SH 1999,2000 -./bin/tests/rdata_test.c C 1998,1999,2000 -./bin/tests/resolv.conf.sample CONF-SH 2000 -./bin/tests/rwlock_test.c C 1998,1999,2000 -./bin/tests/serial_test.c C 1999,2000 -./bin/tests/shutdown_test.c C 1998,1999,2000 -./bin/tests/sig0_test.c C 2000 -./bin/tests/sock_test.c C 1998,1999,2000 -./bin/tests/sockaddr/.cvsignore X 1999,2000 -./bin/tests/sockaddr/Makefile.in MAKE 1999,2000 -./bin/tests/sockaddr/t_sockaddr.c C 1999,2000 -./bin/tests/sym_test.c C 1998,1999,2000 -./bin/tests/system/.cvsignore X 2000 -./bin/tests/system/Makefile.in MAKE 2000 -./bin/tests/system/README X 2000 -./bin/tests/system/cleanall.sh SH 2000 -./bin/tests/system/common/controls.conf CONF-C 2000 -./bin/tests/system/common/rndc.conf CONF-C 2000 -./bin/tests/system/conf.sh.in SH 2000 -./bin/tests/system/dialup/ns1/.cvsignore X 2000 -./bin/tests/system/dialup/ns1/example.db ZONE 2000 -./bin/tests/system/dialup/ns1/named.conf CONF-C 2000 -./bin/tests/system/dialup/ns1/root.db ZONE 2000 -./bin/tests/system/dialup/ns2/.cvsignore X 2000 -./bin/tests/system/dialup/ns2/hint.db ZONE 2000 -./bin/tests/system/dialup/ns2/named.conf CONF-C 2000 -./bin/tests/system/dialup/ns3/.cvsignore X 2000 -./bin/tests/system/dialup/ns3/hint.db ZONE 2000 -./bin/tests/system/dialup/ns3/named.conf CONF-C 2000 -./bin/tests/system/dialup/setup.sh SH 2000 -./bin/tests/system/dialup/tests.sh SH 2000 -./bin/tests/system/digcomp.pl PERL 2000 -./bin/tests/system/dnssec/README TXT.BRIEF 2000 -./bin/tests/system/dnssec/clean.sh SH 2000 -./bin/tests/system/dnssec/ns1/.cvsignore X 2000 -./bin/tests/system/dnssec/ns1/named.conf CONF-C 2000 -./bin/tests/system/dnssec/ns1/root.db.in ZONE 2000 -./bin/tests/system/dnssec/ns1/sign.sh SH 2000 -./bin/tests/system/dnssec/ns2/.cvsignore X 2000 -./bin/tests/system/dnssec/ns2/example.db.in ZONE 2000 -./bin/tests/system/dnssec/ns2/insecure.secure.example.db ZONE 2000 -./bin/tests/system/dnssec/ns2/named.conf CONF-C 2000 -./bin/tests/system/dnssec/ns2/private.secure.example.db.in ZONE 2000 -./bin/tests/system/dnssec/ns2/root.hint ZONE 2000 -./bin/tests/system/dnssec/ns2/sign.sh SH 2000 -./bin/tests/system/dnssec/ns3/.cvsignore X 2000 -./bin/tests/system/dnssec/ns3/bogus.example.db.in ZONE 2000 -./bin/tests/system/dnssec/ns3/insecure.example.db ZONE 2000 -./bin/tests/system/dnssec/ns3/named.conf CONF-C 2000 -./bin/tests/system/dnssec/ns3/root.hint ZONE 2000 -./bin/tests/system/dnssec/ns3/secure.example.db.in ZONE 2000 -./bin/tests/system/dnssec/ns3/sign.sh SH 2000 -./bin/tests/system/dnssec/ns4/.cvsignore X 2000 -./bin/tests/system/dnssec/ns4/named.conf CONF-C 2000 -./bin/tests/system/dnssec/ns4/root.hint ZONE 2000 -./bin/tests/system/dnssec/ns5/.cvsignore X 2000 -./bin/tests/system/dnssec/ns5/named.conf CONF-C 2000 -./bin/tests/system/dnssec/ns5/root.hint ZONE 2000 -./bin/tests/system/dnssec/ns5/trusted.conf.bad CONF-C 2000 -./bin/tests/system/dnssec/setup.sh SH 2000 -./bin/tests/system/dnssec/tests.sh SH 2000 -./bin/tests/system/forward/clean.sh SH 2000 -./bin/tests/system/forward/ns1/.cvsignore X 2000 -./bin/tests/system/forward/ns1/example.db X 2000 -./bin/tests/system/forward/ns1/named.conf CONF-C 2000 -./bin/tests/system/forward/ns1/root.db X 2000 -./bin/tests/system/forward/ns2/.cvsignore X 2000 -./bin/tests/system/forward/ns2/example.db X 2000 -./bin/tests/system/forward/ns2/named.conf CONF-C 2000 -./bin/tests/system/forward/ns2/root.db X 2000 -./bin/tests/system/forward/ns3/.cvsignore X 2000 -./bin/tests/system/forward/ns3/named.conf CONF-C 2000 -./bin/tests/system/forward/ns3/root.db X 2000 -./bin/tests/system/forward/ns4/.cvsignore X 2000 -./bin/tests/system/forward/ns4/named.conf CONF-C 2000 -./bin/tests/system/forward/ns4/root.db X 2000 -./bin/tests/system/forward/tests.sh SH 2000 -./bin/tests/system/glue/clean.sh SH 2000 -./bin/tests/system/glue/fi.good X 2000 -./bin/tests/system/glue/noglue.good X 2000 -./bin/tests/system/glue/ns1/.cvsignore X 2000 -./bin/tests/system/glue/ns1/cache ZONE 2000 -./bin/tests/system/glue/ns1/mil.db ZONE 2000 -./bin/tests/system/glue/ns1/named.conf CONF-C 2000 -./bin/tests/system/glue/ns1/namedopts X 2000 -./bin/tests/system/glue/ns1/net.db ZONE 2000 -./bin/tests/system/glue/ns1/root-servers.nil.db ZONE 2000 -./bin/tests/system/glue/ns1/root.db ZONE 2000 -./bin/tests/system/glue/tests.sh SH 2000 -./bin/tests/system/glue/xx.good X 2000 -./bin/tests/system/glue/yy.good X 2000 -./bin/tests/system/ifconfig.sh SH 2000 -./bin/tests/system/limits/clean.sh SH 2000 -./bin/tests/system/limits/knowngood.dig.out.1000 X 2000 -./bin/tests/system/limits/knowngood.dig.out.2000 X 2000 -./bin/tests/system/limits/knowngood.dig.out.3000 X 2000 -./bin/tests/system/limits/knowngood.dig.out.4000 X 2000 -./bin/tests/system/limits/knowngood.dig.out.a-maximum-rrset X 2000 -./bin/tests/system/limits/ns1/.cvsignore X 2000 -./bin/tests/system/limits/ns1/example.db ZONE 2000 -./bin/tests/system/limits/ns1/named.conf CONF-C 2000 -./bin/tests/system/limits/ns1/root.db ZONE 2000 -./bin/tests/system/limits/tests.sh SH 2000 -./bin/tests/system/lwresd/.cvsignore X 2000 -./bin/tests/system/lwresd/Makefile.in MAKE 2000 -./bin/tests/system/lwresd/lwresd1/.cvsignore X 2000 -./bin/tests/system/lwresd/lwresd1/lwresd.conf CONF-C 2000 -./bin/tests/system/lwresd/lwresd1/resolv.conf CONF-SH 2000 -./bin/tests/system/lwresd/lwtest.c C 2000 -./bin/tests/system/lwresd/ns1/.cvsignore X 2000 -./bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db ZONE 2000 -./bin/tests/system/lwresd/ns1/example1.db ZONE 2000 -./bin/tests/system/lwresd/ns1/example2.db ZONE 2000 -./bin/tests/system/lwresd/ns1/ip6.arpa.db ZONE 2000 -./bin/tests/system/lwresd/ns1/ip6.int.db ZONE 2000 -./bin/tests/system/lwresd/ns1/named.conf CONF-C 2000 -./bin/tests/system/lwresd/ns1/root.db ZONE 2000 -./bin/tests/system/lwresd/resolv.conf CONF-SH 2000 -./bin/tests/system/lwresd/tests.sh SH 2000 -./bin/tests/system/notify/clean.sh SH 2000 -./bin/tests/system/notify/ns1/.cvsignore X 2000 -./bin/tests/system/notify/ns1/named.conf CONF-C 2000 -./bin/tests/system/notify/ns1/root.db ZONE 2000 -./bin/tests/system/notify/ns2/.cvsignore X 2000 -./bin/tests/system/notify/ns2/example1.db ZONE 2000 -./bin/tests/system/notify/ns2/example2.db ZONE 2000 -./bin/tests/system/notify/ns2/example3.db ZONE 2000 -./bin/tests/system/notify/ns2/example4.db ZONE 2000 -./bin/tests/system/notify/ns2/named.conf CONF-C 2000 -./bin/tests/system/notify/ns2/root.hint ZONE 2000 -./bin/tests/system/notify/ns3/.cvsignore X 2000 -./bin/tests/system/notify/ns3/named.conf CONF-C 2000 -./bin/tests/system/notify/ns3/root.hint ZONE 2000 -./bin/tests/system/notify/setup.sh SH 2000 -./bin/tests/system/notify/tests.sh SH 2000 -./bin/tests/system/nsupdate/.cvsignore X 2000 -./bin/tests/system/nsupdate/clean.sh SH 2000 -./bin/tests/system/nsupdate/knowngood.ns1.after X 2000 -./bin/tests/system/nsupdate/knowngood.ns1.before X 2000 -./bin/tests/system/nsupdate/ns1/.cvsignore X 2000 -./bin/tests/system/nsupdate/ns1/example.orig ZONE 2000 -./bin/tests/system/nsupdate/ns1/named.conf CONF-C 2000 -./bin/tests/system/nsupdate/ns1/update.orig ZONE 2000 -./bin/tests/system/nsupdate/ns2/.cvsignore X 2000 -./bin/tests/system/nsupdate/ns2/named.conf CONF-C 2000 -./bin/tests/system/nsupdate/setup.sh SH 2000 -./bin/tests/system/nsupdate/tests.sh SH 2000 -./bin/tests/system/nsupdate/update_test.pl PERL 2000 -./bin/tests/system/relay/README TXT.BRIEF 2000 -./bin/tests/system/relay/clean.sh SH 2000 -./bin/tests/system/relay/ns1/.cvsignore X 2000 -./bin/tests/system/relay/ns1/named.conf CONF-C 2000 -./bin/tests/system/relay/ns1/root.db ZONE 2000 -./bin/tests/system/relay/ns2/.cvsignore X 2000 -./bin/tests/system/relay/ns2/example1.db ZONE 2000 -./bin/tests/system/relay/ns2/example2.db ZONE 2000 -./bin/tests/system/relay/ns2/example3.db ZONE 2000 -./bin/tests/system/relay/ns2/example4.db ZONE 2000 -./bin/tests/system/relay/ns2/named.conf CONF-C 2000 -./bin/tests/system/relay/ns2/root.hint ZONE 2000 -./bin/tests/system/relay/ns3/.cvsignore X 2000 -./bin/tests/system/relay/ns3/named.conf CONF-C 2000 -./bin/tests/system/relay/ns3/root.hint ZONE 2000 -./bin/tests/system/relay/ns4/.cvsignore X 2000 -./bin/tests/system/relay/ns4/named.conf CONF-C 2000 -./bin/tests/system/relay/ns4/root.hint ZONE 2000 -./bin/tests/system/relay/setup.sh SH 2000 -./bin/tests/system/relay/tests.sh SH 2000 -./bin/tests/system/resolver/ans2/ans.pl PERL 2000 -./bin/tests/system/resolver/ans3/ans.pl PERL 2000 -./bin/tests/system/resolver/ns1/named.conf CONF-C 2000 -./bin/tests/system/resolver/ns1/root.hint ZONE 2000 -./bin/tests/system/resolver/prereq.sh SH 2000 -./bin/tests/system/resolver/tests.sh SH 2000 -./bin/tests/system/run.sh SH 2000 -./bin/tests/system/runall.sh SH 2000 -./bin/tests/system/setup.sh SH 2000 -./bin/tests/system/sortlist/clean.sh SH 2000 -./bin/tests/system/sortlist/ns1/.cvsignore X 2000 -./bin/tests/system/sortlist/ns1/example.db ZONE 2000 -./bin/tests/system/sortlist/ns1/named.conf CONF-C 2000 -./bin/tests/system/sortlist/ns1/root.db ZONE 2000 -./bin/tests/system/sortlist/tests.sh SH 2000 -./bin/tests/system/start.sh SH 2000 -./bin/tests/system/stop.sh SH 2000 -./bin/tests/system/stub/clean.sh SH 2000 -./bin/tests/system/stub/knowngood.dig.out.norec X 2000 -./bin/tests/system/stub/knowngood.dig.out.rec X 2000 -./bin/tests/system/stub/ns1/.cvsignore X 2000 -./bin/tests/system/stub/ns1/named.conf CONF-C 2000 -./bin/tests/system/stub/ns1/root.db ZONE 2000 -./bin/tests/system/stub/ns2/.cvsignore X 2000 -./bin/tests/system/stub/ns2/child.example.db ZONE 2000 -./bin/tests/system/stub/ns2/named.conf CONF-C 2000 -./bin/tests/system/stub/ns2/root.hint ZONE 2000 -./bin/tests/system/stub/ns3/.cvsignore X 2000 -./bin/tests/system/stub/ns3/example.db ZONE 2000 -./bin/tests/system/stub/ns3/named.conf CONF-C 2000 -./bin/tests/system/stub/ns3/root.hint ZONE 2000 -./bin/tests/system/stub/tests.sh SH 2000 -./bin/tests/system/testsock.pl PERL 2000 -./bin/tests/system/unknown/clean.sh SH 2000 -./bin/tests/system/unknown/ns1/.cvsignore X 2000 -./bin/tests/system/unknown/ns1/broken1.db ZONE 2000 -./bin/tests/system/unknown/ns1/broken2.db ZONE 2000 -./bin/tests/system/unknown/ns1/broken3.db ZONE 2000 -./bin/tests/system/unknown/ns1/broken4.db ZONE 2000 -./bin/tests/system/unknown/ns1/class10.hints ZONE 2000 -./bin/tests/system/unknown/ns1/example-class10.db ZONE 2000 -./bin/tests/system/unknown/ns1/example-in.db ZONE 2000 -./bin/tests/system/unknown/ns1/named.conf CONF-C 2000 -./bin/tests/system/unknown/tests.sh SH 2000 -./bin/tests/system/upforwd/clean.sh SH 2000 -./bin/tests/system/upforwd/knowngood.after1 X 2000 -./bin/tests/system/upforwd/knowngood.after2 X 2000 -./bin/tests/system/upforwd/knowngood.before X 2000 -./bin/tests/system/upforwd/knowngood.ns2.before X 2000 -./bin/tests/system/upforwd/ns1/.cvsignore X 2000 -./bin/tests/system/upforwd/ns1/example.orig ZONE 2000 -./bin/tests/system/upforwd/ns1/named.conf CONF-C 2000 -./bin/tests/system/upforwd/ns2/.cvsignore X 2000 -./bin/tests/system/upforwd/ns2/named.conf CONF-C 2000 -./bin/tests/system/upforwd/ns3/.cvsignore X 2000 -./bin/tests/system/upforwd/ns3/named.conf CONF-C 2000 -./bin/tests/system/upforwd/setup.sh SH 2000 -./bin/tests/system/upforwd/tests.sh SH 2000 -./bin/tests/system/views/.cvsignore X 2000 -./bin/tests/system/views/clean.sh SH 2000 -./bin/tests/system/views/ns1/.cvsignore X 2000 -./bin/tests/system/views/ns1/named.conf CONF-C 2000 -./bin/tests/system/views/ns1/root.db ZONE 2000 -./bin/tests/system/views/ns2/.cvsignore X 2000 -./bin/tests/system/views/ns2/example1.db ZONE 2000 -./bin/tests/system/views/ns2/example2.db ZONE 2000 -./bin/tests/system/views/ns2/internal.db ZONE 2000 -./bin/tests/system/views/ns2/named1.conf CONF-C 2000 -./bin/tests/system/views/ns2/named2.conf CONF-C 2000 -./bin/tests/system/views/ns2/root.hint ZONE 2000 -./bin/tests/system/views/ns3/.cvsignore X 2000 -./bin/tests/system/views/ns3/internal.db ZONE 2000 -./bin/tests/system/views/ns3/named1.conf CONF-C 2000 -./bin/tests/system/views/ns3/named2.conf CONF-C 2000 -./bin/tests/system/views/ns3/root.hint ZONE 2000 -./bin/tests/system/views/setup.sh SH 2000 -./bin/tests/system/views/tests.sh SH 2000 -./bin/tests/system/xfer/clean.sh SH 2000 -./bin/tests/system/xfer/knowngood.dig.out X 2000 -./bin/tests/system/xfer/ns1/.cvsignore X 2000 -./bin/tests/system/xfer/ns1/named.conf CONF-C 2000 -./bin/tests/system/xfer/ns1/root.db ZONE 2000 -./bin/tests/system/xfer/ns2/.cvsignore X 2000 -./bin/tests/system/xfer/ns2/example.db ZONE 2000 -./bin/tests/system/xfer/ns2/named.conf CONF-C 2000 -./bin/tests/system/xfer/ns2/root.hint ZONE 2000 -./bin/tests/system/xfer/ns2/tsigzone.db ZONE 2000 -./bin/tests/system/xfer/ns3/.cvsignore X 2000 -./bin/tests/system/xfer/ns3/named.conf CONF-C 2000 -./bin/tests/system/xfer/ns3/root.hint ZONE 2000 -./bin/tests/system/xfer/tests.sh SH 2000 -./bin/tests/system/xferquota/clean.sh SH 2000 -./bin/tests/system/xferquota/ns1/.cvsignore X 2000 -./bin/tests/system/xferquota/ns1/changing1.db ZONE 2000 -./bin/tests/system/xferquota/ns1/changing2.db ZONE 2000 -./bin/tests/system/xferquota/ns1/named.conf CONF-C 2000 -./bin/tests/system/xferquota/ns1/root.db ZONE 2000 -./bin/tests/system/xferquota/ns2/.cvsignore X 2000 -./bin/tests/system/xferquota/ns2/example.db ZONE 2000 -./bin/tests/system/xferquota/ns2/named.conf CONF-C 2000 -./bin/tests/system/xferquota/ns2/root.hint ZONE 2000 -./bin/tests/system/xferquota/setup.pl PERL 2000 -./bin/tests/system/xferquota/setup.sh SH 2000 -./bin/tests/system/xferquota/tests.sh SH 2000 -./bin/tests/t_api.pl PERL 1999,2000 -./bin/tests/task_test.c C 1998,1999,2000 -./bin/tests/tasks/.cvsignore X 1999,2000 -./bin/tests/tasks/Makefile.in MAKE 1998,1999,2000 -./bin/tests/tasks/t_tasks.c C 1998,1999,2000 -./bin/tests/timer_test.c C 1998,1999,2000 -./bin/tests/timers/.cvsignore X 1999,2000 -./bin/tests/timers/Makefile.in MAKE 1999,2000 -./bin/tests/timers/t_timers.c C 1999,2000 -./bin/tests/tkey_test.c C 1999,2000 -./bin/tests/update_test.pl PERL 1999,2000 -./bin/tests/wire_test.c C 1999,2000 -./bin/tests/wire_test.data X 1999,2000 -./bin/tests/wire_test.data2 X 1999,2000 -./bin/tests/wire_test.data3 X 1999,2000 -./bin/tests/wire_test.data4 X 1999,2000 -./bin/tests/zone_test.c C 1999,2000 -./config.guess X 1999,2000 -./config.h.in X 1999,2000 -./config.h.win32 X 1999,2000 -./config.status.win32 X 1999,2000 -./config.sub X 1999,2000 -./configure X 1998,1999,2000 -./configure.in SH 1998,1999,2000 -./conftools/perllib/dnsconf/DNSConf-macros.h C 2000 -./conftools/perllib/dnsconf/DNSConf.i C 2000 -./conftools/perllib/dnsconf/Makefile.PL PERL 2000 -./conftools/perllib/dnsconf/named1.conf CONF-C 2000 -./conftools/perllib/dnsconf/test.pl PERL 2000 -./contrib/.cvsignore X 2000 -./contrib/named-bootconf/named-bootconf.sh SH.PORTION 1999,2000 -./contrib/nanny/nanny.pl PERL 2000 -./contrib/sdb/dirdb.c C 2000 -./contrib/sdb/dirdb.h C 2000 -./contrib/sdb/lookup.tcl TCL 2000 -./contrib/sdb/pgsqldb.c C 2000 -./contrib/sdb/pgsqldb.h C 2000 -./contrib/sdb/tcldb.c C 2000 -./contrib/sdb/tcldb.h C 2000 -./contrib/sdb/timedb.c C 2000 -./contrib/sdb/timedb.h C 2000 -./contrib/sdb/zonetodb.c C 2000 -./doc/arm/.cvsignore X 2000 -./doc/arm/Bv9ARM-book.xml X 2000 -./doc/arm/Bv9ARM.ch01.html X 2000 -./doc/arm/Bv9ARM.ch02.html X 2000 -./doc/arm/Bv9ARM.ch03.html X 2000 -./doc/arm/Bv9ARM.ch04.html X 2000 -./doc/arm/Bv9ARM.ch05.html X 2000 -./doc/arm/Bv9ARM.ch06.html X 2000 -./doc/arm/Bv9ARM.ch07.html X 2000 -./doc/arm/Bv9ARM.ch08.html X 2000 -./doc/arm/Bv9ARM.ch09.html X 2000 -./doc/arm/Bv9ARM.html X 2000 -./doc/arm/README-SGML TXT.BRIEF 2000 -./doc/arm/catalog.in X 2000 -./doc/arm/genhtml.sh.in SH 2000 -./doc/arm/isc.color.gif X 2000 -./doc/arm/nominum-docbook-html.dsl.in X 2000 -./doc/arm/validate.sh.in SH 2000 -./doc/design/addressdb TXT.BRIEF 2000 -./doc/design/compression TXT.BRIEF 1999,2000 -./doc/design/database TXT.BRIEF 1999,2000 -./doc/design/db_rules TXT.BRIEF 1999,2000 -./doc/design/decompression TXT.BRIEF 1999,2000 -./doc/design/dispatch TXT.BRIEF 2000 -./doc/design/logging TXT.BRIEF 1999,2000 -./doc/design/lwres TXT.BRIEF 2000 -./doc/design/ncache TXT.BRIEF 1999,2000 -./doc/design/omapi TXT.BRIEF 1999,2000 -./doc/design/rdataset TXT.BRIEF 1999,2000 -./doc/design/red-black TXT.BRIEF 1999,2000 -./doc/design/resolver TXT.BRIEF 1999,2000 -./doc/design/search TXT.BRIEF 1999,2000 -./doc/design/tasks TXT.BRIEF 1999,2000 -./doc/design/windows-nt TXT.BRIEF 1999,2000 -./doc/design/zone TXT.BRIEF 1999,2000 -./doc/dev/DBC TXT.BRIEF 1999,2000 -./doc/dev/coding.html HTML 1999,2000 -./doc/dev/cvs TXT.BRIEF 2000 -./doc/dev/magic_numbers TXT.BRIEF 1999,2000 -./doc/dev/rdata.html HTML 1999,2000 -./doc/dev/release TXT.BRIEF 2000 -./doc/dev/results TXT.BRIEF 1999,2000 -./doc/dev/tests TXT.BRIEF 2000 -./doc/dev/unexpected TXT.BRIEF 1999,2000 -./doc/man/bin/named-checkconf.1 MAN 2000 -./doc/man/bin/named-checkzone.1 MAN 2000 -./doc/man/bin/dig.1 MAN 2000 -./doc/man/bin/host.1 MAN 2000 -./doc/man/bin/lwresd.8 MAN 2000 -./doc/man/bin/named.8 MAN 2000 -./doc/man/bin/nsupdate.8 MAN 2000 -./doc/man/bin/resolver.5 MAN 2000 -./doc/man/bin/rndc.8 MAN 2000 -./doc/man/bin/rndc.conf.5 MAN 2000 -./doc/man/ctoman SH 2000 -./doc/man/dnssec/dnssec-keygen.8 MAN 2000 -./doc/man/dnssec/dnssec-makekeyset.8 MAN 2000 -./doc/man/dnssec/dnssec-signkey.8 MAN 2000 -./doc/man/dnssec/dnssec-signzone.8 MAN 2000 -./doc/man/isc/isc__errno2result.3 MAN 2000 -./doc/man/isc/isc_app.3 MAN 2000 -./doc/man/isc/isc_app_finish.3 MAN 2000 -./doc/man/isc/isc_app_onrun.3 MAN 2000 -./doc/man/isc/isc_app_reload.3 MAN 2000 -./doc/man/isc/isc_app_run.3 MAN 2000 -./doc/man/isc/isc_app_shutdown.3 MAN 2000 -./doc/man/isc/isc_app_start.3 MAN 2000 -./doc/man/isc/isc_dir.3 MAN 2000 -./doc/man/isc/isc_dir_chdir.3 MAN 2000 -./doc/man/isc/isc_dir_close.3 MAN 2000 -./doc/man/isc/isc_dir_init.3 MAN 2000 -./doc/man/isc/isc_dir_open.3 MAN 2000 -./doc/man/isc/isc_dir_read.3 MAN 2000 -./doc/man/isc/isc_dir_reset.3 MAN 2000 -./doc/man/isc/isc_error.3 MAN 2000 -./doc/man/isc/isc_file.3 MAN 2000 -./doc/man/isc/isc_file_getmodtime.3 MAN 2000 -./doc/man/isc/isc_file_mktemplate.3 MAN 2000 -./doc/man/isc/isc_file_openunique.3 MAN 2000 -./doc/man/isc/isc_file_remove.3 MAN 2000 -./doc/man/isc/isc_file_settime.3 MAN 2000 -./doc/man/isc/isc_interfaceiter_create.3 MAN 2000 -./doc/man/isc/isc_interfaceiter_current.3 MAN 2000 -./doc/man/isc/isc_interfaceiter_destroy.3 MAN 2000 -./doc/man/isc/isc_interfaceiter_first.3 MAN 2000 -./doc/man/isc/isc_interfaceiter_next.3 MAN 2000 -./doc/man/isc/isc_interval_iszero.3 MAN 2000 -./doc/man/isc/isc_ipproto.3 MAN 2000 -./doc/man/isc/isc_net_probeipv4.3 MAN 2000 -./doc/man/isc/isc_net_probeipv6.3 MAN 2000 -./doc/man/isc/isc_netif.3 MAN 2000 -./doc/man/isc/isc_socket.3 MAN 2000 -./doc/man/isc/isc_socket_accept.3 MAN 2000 -./doc/man/isc/isc_socket_attach.3 MAN 2000 -./doc/man/isc/isc_socket_bind.3 MAN 2000 -./doc/man/isc/isc_socket_cancel.3 MAN 2000 -./doc/man/isc/isc_socket_connect.3 MAN 2000 -./doc/man/isc/isc_socket_create.3 MAN 2000 -./doc/man/isc/isc_socket_detach.3 MAN 2000 -./doc/man/isc/isc_socket_getpeername.3 MAN 2000 -./doc/man/isc/isc_socket_getsockname.3 MAN 2000 -./doc/man/isc/isc_socket_gettype.3 MAN 2000 -./doc/man/isc/isc_socket_isbound.3 MAN 2000 -./doc/man/isc/isc_socket_listen.3 MAN 2000 -./doc/man/isc/isc_socket_recv.3 MAN 2000 -./doc/man/isc/isc_socket_recvmark.3 MAN 2000 -./doc/man/isc/isc_socket_recvv.3 MAN 2000 -./doc/man/isc/isc_socket_send.3 MAN 2000 -./doc/man/isc/isc_socket_sendmark.3 MAN 2000 -./doc/man/isc/isc_socket_sendto.3 MAN 2000 -./doc/man/isc/isc_socket_sendtov.3 MAN 2000 -./doc/man/isc/isc_socket_sendv.3 MAN 2000 -./doc/man/isc/isc_socketmgr_create.3 MAN 2000 -./doc/man/isc/isc_socketmgr_destroy.3 MAN 2000 -./doc/man/isc/isc_stdio.3 MAN 2000 -./doc/man/isc/isc_stdio_close.3 MAN 2000 -./doc/man/isc/isc_stdio_flush.3 MAN 2000 -./doc/man/isc/isc_stdio_open.3 MAN 2000 -./doc/man/isc/isc_stdio_read.3 MAN 2000 -./doc/man/isc/isc_stdio_seek.3 MAN 2000 -./doc/man/isc/isc_stdio_sync.3 MAN 2000 -./doc/man/isc/isc_stdio_write.3 MAN 2000 -./doc/man/isc/isc_stdtime.3 MAN 2000 -./doc/man/isc/isc_stdtime_get.3 MAN 2000 -./doc/man/isc/isc_time.3 MAN 2000 -./doc/man/isc/isc_time_add.3 MAN 2000 -./doc/man/isc/isc_time_compare.3 MAN 2000 -./doc/man/isc/isc_time_isepoch.3 MAN 2000 -./doc/man/isc/isc_time_microdiff.3 MAN 2000 -./doc/man/isc/isc_time_nanoseconds.3 MAN 2000 -./doc/man/isc/isc_time_now.3 MAN 2000 -./doc/man/isc/isc_time_nowplusinterval.3 MAN 2000 -./doc/man/isc/isc_time_seconds.3 MAN 2000 -./doc/man/isc/isc_time_secondsastimet.3 MAN 2000 -./doc/man/isc/isc_time_set.3 MAN 2000 -./doc/man/isc/isc_time_settoepoch.3 MAN 2000 -./doc/man/isc/isc_time_subtract.3 MAN 2000 -./doc/man/lwres/lwres.3 MAN 2000 -./doc/man/lwres/lwres_addr_parse.3 MAN 2000 -./doc/man/lwres/lwres_buffer.3 MAN 2000 -./doc/man/lwres/lwres_buffer_add.3 MAN 2000 -./doc/man/lwres/lwres_buffer_back.3 MAN 2000 -./doc/man/lwres/lwres_buffer_clear.3 MAN 2000 -./doc/man/lwres/lwres_buffer_first.3 MAN 2000 -./doc/man/lwres/lwres_buffer_forward.3 MAN 2000 -./doc/man/lwres/lwres_buffer_getmem.3 MAN 2000 -./doc/man/lwres/lwres_buffer_getuint16.3 MAN 2000 -./doc/man/lwres/lwres_buffer_getuint32.3 MAN 2000 -./doc/man/lwres/lwres_buffer_getuint8.3 MAN 2000 -./doc/man/lwres/lwres_buffer_init.3 MAN 2000 -./doc/man/lwres/lwres_buffer_invalidate.3 MAN 2000 -./doc/man/lwres/lwres_buffer_putmem.3 MAN 2000 -./doc/man/lwres/lwres_buffer_putuint16.3 MAN 2000 -./doc/man/lwres/lwres_buffer_putuint32.3 MAN 2000 -./doc/man/lwres/lwres_buffer_putuint8.3 MAN 2000 -./doc/man/lwres/lwres_buffer_subtract.3 MAN 2000 -./doc/man/lwres/lwres_conf_clear.3 MAN 2000 -./doc/man/lwres/lwres_conf_get.3 MAN 2000 -./doc/man/lwres/lwres_conf_init.3 MAN 2000 -./doc/man/lwres/lwres_conf_parse.3 MAN 2000 -./doc/man/lwres/lwres_conf_print.3 MAN 2000 -./doc/man/lwres/lwres_config.3 MAN 2000 -./doc/man/lwres/lwres_context.3 MAN 2000 -./doc/man/lwres/lwres_context_allocmem.3 MAN 2000 -./doc/man/lwres/lwres_context_create.3 MAN 2000 -./doc/man/lwres/lwres_context_destroy.3 MAN 2000 -./doc/man/lwres/lwres_context_freemem.3 MAN 2000 -./doc/man/lwres/lwres_context_initserial.3 MAN 2000 -./doc/man/lwres/lwres_context_nextserial.3 MAN 2000 -./doc/man/lwres/lwres_context_sendrecv.3 MAN 2000 -./doc/man/lwres/lwres_endhostent.3 MAN 2000 -./doc/man/lwres/lwres_endhostent_r.3 MAN 2000 -./doc/man/lwres/lwres_freeaddrinfo.3 MAN 2000 -./doc/man/lwres/lwres_freehostent.3 MAN 2000 -./doc/man/lwres/lwres_gabn.3 MAN 2000 -./doc/man/lwres/lwres_gabnrequest_free.3 MAN 2000 -./doc/man/lwres/lwres_gabnrequest_parse.3 MAN 2000 -./doc/man/lwres/lwres_gabnrequest_render.3 MAN 2000 -./doc/man/lwres/lwres_gabnresponse_free.3 MAN 2000 -./doc/man/lwres/lwres_gabnresponse_parse.3 MAN 2000 -./doc/man/lwres/lwres_gabnresponse_render.3 MAN 2000 -./doc/man/lwres/lwres_gai_strerror.3 MAN 2000 -./doc/man/lwres/lwres_getaddrinfo.3 MAN 2000 -./doc/man/lwres/lwres_getaddrsbyname.3 MAN 2000 -./doc/man/lwres/lwres_gethostbyaddr.3 MAN 2000 -./doc/man/lwres/lwres_gethostbyaddr_r.3 MAN 2000 -./doc/man/lwres/lwres_gethostbyname.3 MAN 2000 -./doc/man/lwres/lwres_gethostbyname2.3 MAN 2000 -./doc/man/lwres/lwres_gethostbyname_r.3 MAN 2000 -./doc/man/lwres/lwres_gethostent.3 MAN 2000 -./doc/man/lwres/lwres_gethostent_r.3 MAN 2000 -./doc/man/lwres/lwres_getipnode.3 MAN 2000 -./doc/man/lwres/lwres_getipnodebyaddr.3 MAN 2000 -./doc/man/lwres/lwres_getipnodebyname.3 MAN 2000 -./doc/man/lwres/lwres_getnamebyaddr.3 MAN 2000 -./doc/man/lwres/lwres_getnameinfo.3 MAN 2000 -./doc/man/lwres/lwres_getrrsetbyname.3 MAN 2000 -./doc/man/lwres/lwres_gnba.3 MAN 2000 -./doc/man/lwres/lwres_gnbarequest_free.3 MAN 2000 -./doc/man/lwres/lwres_gnbarequest_parse.3 MAN 2000 -./doc/man/lwres/lwres_gnbarequest_render.3 MAN 2000 -./doc/man/lwres/lwres_gnbaresponse_free.3 MAN 2000 -./doc/man/lwres/lwres_gnbaresponse_parse.3 MAN 2000 -./doc/man/lwres/lwres_gnbaresponse_render.3 MAN 2000 -./doc/man/lwres/lwres_herror.3 MAN 2000 -./doc/man/lwres/lwres_hstrerror.3 MAN 2000 -./doc/man/lwres/lwres_inetntop.3 MAN 2000 -./doc/man/lwres/lwres_lwpacket_parseheader.3 MAN 2000 -./doc/man/lwres/lwres_lwpacket_renderheader.3 MAN 2000 -./doc/man/lwres/lwres_net_ntop.3 MAN 2000 -./doc/man/lwres/lwres_noop.3 MAN 2000 -./doc/man/lwres/lwres_nooprequest_free.3 MAN 2000 -./doc/man/lwres/lwres_nooprequest_parse.3 MAN 2000 -./doc/man/lwres/lwres_nooprequest_render.3 MAN 2000 -./doc/man/lwres/lwres_noopresponse_free.3 MAN 2000 -./doc/man/lwres/lwres_noopresponse_parse.3 MAN 2000 -./doc/man/lwres/lwres_noopresponse_render.3 MAN 2000 -./doc/man/lwres/lwres_packet.3 MAN 2000 -./doc/man/lwres/lwres_resutil.3 MAN 2000 -./doc/man/lwres/lwres_sethostent.3 MAN 2000 -./doc/man/lwres/lwres_sethostent_r.3 MAN 2000 -./doc/man/lwres/lwres_string_parse.3 MAN 2000 -./doc/misc/dnssec TXT.BRIEF 2000 -./doc/misc/ipv6 TXT.BRIEF 2000 -./doc/misc/migration TXT.BRIEF 2000 -./doc/misc/options TXT.BRIEF 2000 -./doc/misc/sdb TXT.BRIEF 2000 -./doc/private/CHANGES X 2000 -./doc/private/options TXT.BRIEF 2000 -./doc/todo/brister/todo X 2000 -./doc/todo/bwelling/todo X 2000 -./doc/todo/drc/todo X 2000 -./doc/todo/explorer/todo X 2000 -./doc/todo/gson/todo X 2000 -./doc/todo/jim/todo X 2000 -./doc/todo/marka/todo X 2000 -./doc/todo/mws/todo X 2000 -./doc/todo/tale/todo X 2000 -./doc/todo/unassigned X 2000 -./install-sh X 1999,2000 -./isc-config.sh.in SH 2000 -./lib/.cvsignore X 1999,2000 -./lib/Makefile.in MAKE 1998,1999,2000 -./lib/dns/.cvsignore X 1999,2000 -./lib/dns/Makefile.in MAKE 1998,1999,2000 -./lib/dns/a6.c C 1999,2000 -./lib/dns/acl.c C 1999,2000 -./lib/dns/adb.c C 1999,2000 -./lib/dns/api X 1999,2000 -./lib/dns/byaddr.c C 2000 -./lib/dns/cache.c C 1999,2000 -./lib/dns/callbacks.c C 1999,2000 -./lib/dns/compress.c C 1999,2000 -./lib/dns/config/.cvsignore X 1999,2000 -./lib/dns/config/Makefile.in MAKE 1998,1999,2000 -./lib/dns/config/confacl.c C 1999,2000 -./lib/dns/config/confcache.c C 1999,2000 -./lib/dns/config/confcommon.c C 1999,2000 -./lib/dns/config/confctl.c C 1999,2000 -./lib/dns/config/confctx.c C 1999,2000 -./lib/dns/config/confip.c C 1999,2000 -./lib/dns/config/confkeys.c C 1999,2000 -./lib/dns/config/conflog.c C 1999,2000 -./lib/dns/config/conflsn.c C 1999,2000 -./lib/dns/config/conflwres.c C 2000 -./lib/dns/config/confndc.c C 2000 -./lib/dns/config/confparser.y.dirty YACC 1996,1997,1998,1999,2000 -./lib/dns/config/confpvt.h C 1999,2000 -./lib/dns/config/confresolv.c C 1999,2000 -./lib/dns/config/confrrset.c C 1999,2000 -./lib/dns/config/confview.c C 1999,2000 -./lib/dns/config/confzone.c C 1999,2000 -./lib/dns/db.c C 1999,2000 -./lib/dns/dbiterator.c C 1999,2000 -./lib/dns/dbtable.c C 1999,2000 -./lib/dns/diff.c C 2000 -./lib/dns/dispatch.c C 1999,2000 -./lib/dns/dnssec.c C 1999,2000 -./lib/dns/forward.c C 2000 -./lib/dns/gen-unix.h C 1999,2000 -./lib/dns/gen-win32.h C 1999,2000 -./lib/dns/gen.c C 1998,1999,2000 -./lib/dns/include/.cvsignore X 1999,2000 -./lib/dns/include/Makefile.in MAKE 1998,1999,2000 -./lib/dns/include/dns/.cvsignore X 1999,2000 -./lib/dns/include/dns/Makefile.in MAKE 1998,1999,2000 -./lib/dns/include/dns/a6.h C 1999,2000 -./lib/dns/include/dns/acl.h C 1999,2000 -./lib/dns/include/dns/aclconf.h C 1999,2000 -./lib/dns/include/dns/adb.h C 1999,2000 -./lib/dns/include/dns/bit.h C 2000 -./lib/dns/include/dns/byaddr.h C 2000 -./lib/dns/include/dns/cache.h C 1999,2000 -./lib/dns/include/dns/callbacks.h C 1999,2000 -./lib/dns/include/dns/cert.h C 1999,2000 -./lib/dns/include/dns/compress.h C 1999,2000 -./lib/dns/include/dns/confacl.h C 1999,2000 -./lib/dns/include/dns/confcache.h C 1999,2000 -./lib/dns/include/dns/confcommon.h C 1999,2000 -./lib/dns/include/dns/confctl.h C 1999,2000 -./lib/dns/include/dns/confctx.h C 1999,2000 -./lib/dns/include/dns/confip.h C 1999,2000 -./lib/dns/include/dns/confkeys.h C 1999,2000 -./lib/dns/include/dns/conflog.h C 1999,2000 -./lib/dns/include/dns/conflsn.h C 1999,2000 -./lib/dns/include/dns/conflwres.h C 2000 -./lib/dns/include/dns/confndc.h C 2000 -./lib/dns/include/dns/confparser.h C 1999,2000 -./lib/dns/include/dns/confresolv.h C 1999,2000 -./lib/dns/include/dns/confrrset.h C 1999,2000 -./lib/dns/include/dns/confview.h C 1999,2000 -./lib/dns/include/dns/confzone.h C 1999,2000 -./lib/dns/include/dns/db.h C 1999,2000 -./lib/dns/include/dns/dbiterator.h C 1999,2000 -./lib/dns/include/dns/dbtable.h C 1999,2000 -./lib/dns/include/dns/diff.h C 2000 -./lib/dns/include/dns/dispatch.h C 1999,2000 -./lib/dns/include/dns/dnssec.h C 1999,2000 -./lib/dns/include/dns/events.h C 1999,2000 -./lib/dns/include/dns/fixedname.h C 1999,2000 -./lib/dns/include/dns/forward.h C 2000 -./lib/dns/include/dns/journal.h C 1999,2000 -./lib/dns/include/dns/keyflags.h C 1999,2000 -./lib/dns/include/dns/keytable.h C 2000 -./lib/dns/include/dns/keyvalues.h C 1999,2000 -./lib/dns/include/dns/lib.h C 1999,2000 -./lib/dns/include/dns/log.h C 1999,2000 -./lib/dns/include/dns/lookup.h C 2000 -./lib/dns/include/dns/master.h C 1999,2000 -./lib/dns/include/dns/masterdump.h C 1999,2000 -./lib/dns/include/dns/message.h C 1999,2000 -./lib/dns/include/dns/name.h C 1998,1999,2000 -./lib/dns/include/dns/namedconf.h C 1999,2000 -./lib/dns/include/dns/ncache.h C 1999,2000 -./lib/dns/include/dns/nxt.h C 1999,2000 -./lib/dns/include/dns/opt.h C 2000 -./lib/dns/include/dns/peer.h C 2000 -./lib/dns/include/dns/rbt.h C 1999,2000 -./lib/dns/include/dns/rcode.h C 1999,2000 -./lib/dns/include/dns/rdata.h C 1998,1999,2000 -./lib/dns/include/dns/rdataclass.h C 1998,1999,2000 -./lib/dns/include/dns/rdatalist.h C 1999,2000 -./lib/dns/include/dns/rdataset.h C 1999,2000 -./lib/dns/include/dns/rdatasetiter.h C 1999,2000 -./lib/dns/include/dns/rdataslab.h C 1999,2000 -./lib/dns/include/dns/rdatatype.h C 1998,1999,2000 -./lib/dns/include/dns/request.h C 2000 -./lib/dns/include/dns/resolver.h C 1999,2000 -./lib/dns/include/dns/result.h C 1998,1999,2000 -./lib/dns/include/dns/rootns.h C 1999,2000 -./lib/dns/include/dns/sdb.h C 2000 -./lib/dns/include/dns/secalg.h C 1999,2000 -./lib/dns/include/dns/secproto.h C 1999,2000 -./lib/dns/include/dns/ssu.h C 2000 -./lib/dns/include/dns/stats.h C 2000 -./lib/dns/include/dns/tcpmsg.h C 1999,2000 -./lib/dns/include/dns/time.h C 1999,2000 -./lib/dns/include/dns/timer.h C 2000 -./lib/dns/include/dns/tkey.h C 1999,2000 -./lib/dns/include/dns/tkeyconf.h C 1999,2000 -./lib/dns/include/dns/tsig.h C 1999,2000 -./lib/dns/include/dns/tsigconf.h C 1999,2000 -./lib/dns/include/dns/ttl.h C 1999,2000 -./lib/dns/include/dns/types.h C 1998,1999,2000 -./lib/dns/include/dns/validator.h C 2000 -./lib/dns/include/dns/view.h C 1999,2000 -./lib/dns/include/dns/xfrin.h C 1999,2000 -./lib/dns/include/dns/zone.h C 1999,2000 -./lib/dns/include/dns/zoneconf.h C 1999,2000 -./lib/dns/include/dns/zt.h C 1999,2000 -./lib/dns/journal.c C 1999,2000 -./lib/dns/keytable.c C 2000 -./lib/dns/lib.c C 1999,2000 -./lib/dns/log.c C 1999,2000 -./lib/dns/lookup.c C 2000 -./lib/dns/master.c C 1999,2000 -./lib/dns/masterdump.c C 1999,2000 -./lib/dns/message.c C 1999,2000 -./lib/dns/name.c C 1998,1999,2000 -./lib/dns/ncache.c C 1999,2000 -./lib/dns/nxt.c C 1999,2000 -./lib/dns/opt.c C 2000 -./lib/dns/peer.c C 2000 -./lib/dns/rbt.c C 1999,2000 -./lib/dns/rbtdb.c C 1999,2000 -./lib/dns/rbtdb.h C 1999,2000 -./lib/dns/rbtdb64.c C 1999,2000 -./lib/dns/rbtdb64.h C 1999,2000 -./lib/dns/rdata.c C 1998,1999,2000 -./lib/dns/rdata/any_255/tsig_250.c C 1999,2000 -./lib/dns/rdata/any_255/tsig_250.h C 1999,2000 -./lib/dns/rdata/generic/afsdb_18.c C 1999,2000 -./lib/dns/rdata/generic/afsdb_18.h C 1999,2000 -./lib/dns/rdata/generic/cert_37.c C 1999,2000 -./lib/dns/rdata/generic/cert_37.h C 1999,2000 -./lib/dns/rdata/generic/cname_5.c C 1998,1999,2000 -./lib/dns/rdata/generic/cname_5.h C 1998,1999,2000 -./lib/dns/rdata/generic/dname_39.c C 1999,2000 -./lib/dns/rdata/generic/dname_39.h C 1999,2000 -./lib/dns/rdata/generic/gpos_27.c C 1999,2000 -./lib/dns/rdata/generic/gpos_27.h C 1999,2000 -./lib/dns/rdata/generic/hinfo_13.c C 1998,1999,2000 -./lib/dns/rdata/generic/hinfo_13.h C 1998,1999,2000 -./lib/dns/rdata/generic/isdn_20.c C 1999,2000 -./lib/dns/rdata/generic/isdn_20.h C 1999,2000 -./lib/dns/rdata/generic/key_25.c C 1999,2000 -./lib/dns/rdata/generic/key_25.h C 1999,2000 -./lib/dns/rdata/generic/loc_29.c C 1999,2000 -./lib/dns/rdata/generic/loc_29.h C 1999,2000 -./lib/dns/rdata/generic/mb_7.c C 1998,1999,2000 -./lib/dns/rdata/generic/mb_7.h C 1998,1999,2000 -./lib/dns/rdata/generic/md_3.c C 1998,1999,2000 -./lib/dns/rdata/generic/md_3.h C 1998,1999,2000 -./lib/dns/rdata/generic/mf_4.c C 1998,1999,2000 -./lib/dns/rdata/generic/mf_4.h C 1998,1999,2000 -./lib/dns/rdata/generic/mg_8.c C 1998,1999,2000 -./lib/dns/rdata/generic/mg_8.h C 1998,1999,2000 -./lib/dns/rdata/generic/minfo_14.c C 1998,1999,2000 -./lib/dns/rdata/generic/minfo_14.h C 1998,1999,2000 -./lib/dns/rdata/generic/mr_9.c C 1998,1999,2000 -./lib/dns/rdata/generic/mr_9.h C 1998,1999,2000 -./lib/dns/rdata/generic/mx_15.c C 1998,1999,2000 -./lib/dns/rdata/generic/mx_15.h C 1998,1999,2000 -./lib/dns/rdata/generic/ns_2.c C 1998,1999,2000 -./lib/dns/rdata/generic/ns_2.h C 1998,1999,2000 -./lib/dns/rdata/generic/null_10.c C 1998,1999,2000 -./lib/dns/rdata/generic/null_10.h C 1998,1999,2000 -./lib/dns/rdata/generic/nxt_30.c C 1999,2000 -./lib/dns/rdata/generic/nxt_30.h C 1999,2000 -./lib/dns/rdata/generic/opt_41.c C 1998,1999,2000 -./lib/dns/rdata/generic/opt_41.h C 1998,1999,2000 -./lib/dns/rdata/generic/proforma.c C 1998,1999,2000 -./lib/dns/rdata/generic/proforma.h C 1998,1999,2000 -./lib/dns/rdata/generic/ptr_12.c C 1998,1999,2000 -./lib/dns/rdata/generic/ptr_12.h C 1998,1999,2000 -./lib/dns/rdata/generic/rp_17.c C 1999,2000 -./lib/dns/rdata/generic/rp_17.h C 1999,2000 -./lib/dns/rdata/generic/rt_21.c C 1999,2000 -./lib/dns/rdata/generic/rt_21.h C 1999,2000 -./lib/dns/rdata/generic/sig_24.c C 1999,2000 -./lib/dns/rdata/generic/sig_24.h C 1999,2000 -./lib/dns/rdata/generic/soa_6.c C 1998,1999,2000 -./lib/dns/rdata/generic/soa_6.h C 1998,1999,2000 -./lib/dns/rdata/generic/tkey_249.c C 1999,2000 -./lib/dns/rdata/generic/tkey_249.h C 1999,2000 -./lib/dns/rdata/generic/txt_16.c C 1998,1999,2000 -./lib/dns/rdata/generic/txt_16.h C 1998,1999,2000 -./lib/dns/rdata/generic/unspec_103.c C 1999,2000 -./lib/dns/rdata/generic/unspec_103.h C 1999,2000 -./lib/dns/rdata/generic/x25_19.c C 1999,2000 -./lib/dns/rdata/generic/x25_19.h C 1999,2000 -./lib/dns/rdata/hs_4/a_1.c C 1999,2000 -./lib/dns/rdata/hs_4/a_1.h C 1999,2000 -./lib/dns/rdata/in_1/a6_38.c C 1999,2000 -./lib/dns/rdata/in_1/a6_38.h C 1999,2000 -./lib/dns/rdata/in_1/a_1.c C 1998,1999,2000 -./lib/dns/rdata/in_1/a_1.h C 1998,1999,2000 -./lib/dns/rdata/in_1/aaaa_28.c C 1999,2000 -./lib/dns/rdata/in_1/aaaa_28.h C 1999,2000 -./lib/dns/rdata/in_1/kx_36.c C 1999,2000 -./lib/dns/rdata/in_1/kx_36.h C 1999,2000 -./lib/dns/rdata/in_1/naptr_35.c C 1999,2000 -./lib/dns/rdata/in_1/naptr_35.h C 1999,2000 -./lib/dns/rdata/in_1/nsap-ptr_23.c C 1999,2000 -./lib/dns/rdata/in_1/nsap-ptr_23.h C 1999,2000 -./lib/dns/rdata/in_1/nsap_22.c C 1999,2000 -./lib/dns/rdata/in_1/nsap_22.h C 1999,2000 -./lib/dns/rdata/in_1/px_26.c C 1999,2000 -./lib/dns/rdata/in_1/px_26.h C 1999,2000 -./lib/dns/rdata/in_1/srv_33.c C 1999,2000 -./lib/dns/rdata/in_1/srv_33.h C 1999,2000 -./lib/dns/rdata/in_1/wks_11.c C 1999,2000 -./lib/dns/rdata/in_1/wks_11.h C 1999,2000 -./lib/dns/rdata/rdatastructpre.h C 1999,2000 -./lib/dns/rdata/rdatastructsuf.h C 1999,2000 -./lib/dns/rdatalist.c C 1999,2000 -./lib/dns/rdatalist_p.h C 2000 -./lib/dns/rdataset.c C 1999,2000 -./lib/dns/rdatasetiter.c C 1999,2000 -./lib/dns/rdataslab.c C 1999,2000 -./lib/dns/request.c C 2000 -./lib/dns/resolver.c C 1999,2000 -./lib/dns/result.c C 1998,1999,2000 -./lib/dns/rootns.c C 1999,2000 -./lib/dns/sdb.c C 2000 -./lib/dns/sec/.cvsignore X 1999,2000 -./lib/dns/sec/Makefile.in MAKE 1998,1999,2000 -./lib/dns/sec/dst/.cvsignore X 1999,2000 -./lib/dns/sec/dst/Makefile.in MAKE 1998,1999,2000 -./lib/dns/sec/dst/dst_api.c C.NAI 1999,2000 -./lib/dns/sec/dst/dst_internal.h C.NAI 2000 -./lib/dns/sec/dst/dst_lib.c C 1999,2000 -./lib/dns/sec/dst/dst_parse.c C.NAI 1999,2000 -./lib/dns/sec/dst/dst_parse.h C.NAI 2000 -./lib/dns/sec/dst/dst_result.c C 1999,2000 -./lib/dns/sec/dst/gssapi_link.c C 2000 -./lib/dns/sec/dst/gssapictx.c C 2000 -./lib/dns/sec/dst/hmac_link.c C.NAI 1999,2000 -./lib/dns/sec/dst/include/.cvsignore X 2000 -./lib/dns/sec/dst/include/Makefile.in MAKE 1998,1999,2000 -./lib/dns/sec/dst/include/dst/.cvsignore X 2000 -./lib/dns/sec/dst/include/dst/Makefile.in MAKE 1998,1999,2000 -./lib/dns/sec/dst/include/dst/dst.h C 2000 -./lib/dns/sec/dst/include/dst/gssapi.h C 2000 -./lib/dns/sec/dst/include/dst/lib.h C 1999,2000 -./lib/dns/sec/dst/include/dst/result.h C 1999,2000 -./lib/dns/sec/dst/openssl_link.c C.NAI 1999,2000 -./lib/dns/sec/dst/openssldh_link.c C.NAI 1999,2000 -./lib/dns/sec/dst/opensslrsa_link.c C 2000 -./lib/dns/sec/openssl/.cvsignore X 1999,2000 -./lib/dns/sec/openssl/Makefile.in MAKE 1998,1999,2000 -./lib/dns/sec/openssl/include/.cvsignore X 2000 -./lib/dns/sec/openssl/include/Makefile.in MAKE 1998,1999,2000 -./lib/dns/sec/openssl/include/openssl/.cvsignore X 1999,2000 -./lib/dns/sec/openssl/include/openssl/Makefile.in MAKE 1998,1999,2000 -./lib/dns/sec/rename.h C 2000 -./lib/dns/ssu.c C 2000 -./lib/dns/stats.c C 2000 -./lib/dns/tcpmsg.c C 1999,2000 -./lib/dns/time.c C 1998,1999,2000 -./lib/dns/timer.c C 2000 -./lib/dns/tkey.c C 1999,2000 -./lib/dns/tsig.c C 1999,2000 -./lib/dns/ttl.c C 1999,2000 -./lib/dns/validator.c C 2000 -./lib/dns/version.c C 1998,1999,2000 -./lib/dns/view.c C 1999,2000 -./lib/dns/xfrin.c C 1999,2000 -./lib/dns/zone.c C 1999,2000 -./lib/dns/zt.c C 1999,2000 -./lib/isc/.cvsignore X 1999,2000 -./lib/isc/Makefile.in MAKE 1998,1999,2000 -./lib/isc/api X 1999,2000 -./lib/isc/assertions.c C 1997,1998,1999,2000 -./lib/isc/base64.c C 1998,1999,2000 -./lib/isc/bitstring.c C 1999,2000 -./lib/isc/buffer.c C 1998,1999,2000 -./lib/isc/bufferlist.c C 1999,2000 -./lib/isc/commandline.c C.PORTION 1999,2000 -./lib/isc/error.c C 1998,1999,2000 -./lib/isc/event.c C 1998,1999,2000 -./lib/isc/fsaccess.c C 2000 -./lib/isc/heap.c C 1997,1998,1999,2000 -./lib/isc/hex.c C 2000 -./lib/isc/hmacmd5.c C 2000 -./lib/isc/include/.cvsignore X 1999,2000 -./lib/isc/include/Makefile.in MAKE 1998,1999,2000 -./lib/isc/include/isc/.cvsignore X 1999,2000 -./lib/isc/include/isc/Makefile.in MAKE 1998,1999,2000 -./lib/isc/include/isc/assertions.h C 1997,1998,1999,2000 -./lib/isc/include/isc/base64.h C 1999,2000 -./lib/isc/include/isc/bitstring.h C 1999,2000 -./lib/isc/include/isc/boolean.h C 1998,1999,2000 -./lib/isc/include/isc/buffer.h C 1998,1999,2000 -./lib/isc/include/isc/bufferlist.h C 1999,2000 -./lib/isc/include/isc/commandline.h C 1999,2000 -./lib/isc/include/isc/entropy.h C 2000 -./lib/isc/include/isc/error.h C 1998,1999,2000 -./lib/isc/include/isc/event.h C 1998,1999,2000 -./lib/isc/include/isc/eventclass.h C 1998,1999,2000 -./lib/isc/include/isc/file.h C 2000 -./lib/isc/include/isc/formatcheck.h C 2000 -./lib/isc/include/isc/fsaccess.h C 2000 -./lib/isc/include/isc/heap.h C 1997,1998,1999,2000 -./lib/isc/include/isc/hex.h C 2000 -./lib/isc/include/isc/hmacmd5.h C 2000 -./lib/isc/include/isc/interfaceiter.h C 1999,2000 -./lib/isc/include/isc/ipv6.h C 1999,2000 -./lib/isc/include/isc/lang.h C 1999,2000 -./lib/isc/include/isc/lex.h C 1998,1999,2000 -./lib/isc/include/isc/lfsr.h C 1999,2000 -./lib/isc/include/isc/lib.h C 1999,2000 -./lib/isc/include/isc/list.h C 1997,1998,1999,2000 -./lib/isc/include/isc/log.h C 1999,2000 -./lib/isc/include/isc/magic.h C 1999,2000 -./lib/isc/include/isc/md5.h C 2000 -./lib/isc/include/isc/mem.h C 1997,1998,1999,2000 -./lib/isc/include/isc/msgcat.h C 1999,2000 -./lib/isc/include/isc/mutexblock.h C 1999,2000 -./lib/isc/include/isc/netaddr.h C 1998,1999,2000 -./lib/isc/include/isc/ondestroy.h C 2000 -./lib/isc/include/isc/os.h C 2000 -./lib/isc/include/isc/platform.h.in C 1999,2000 -./lib/isc/include/isc/print.h C 1999,2000 -./lib/isc/include/isc/quota.h C 2000 -./lib/isc/include/isc/random.h C 1999,2000 -./lib/isc/include/isc/ratelimiter.h C 1999,2000 -./lib/isc/include/isc/region.h C 1998,1999,2000 -./lib/isc/include/isc/resource.h C 2000 -./lib/isc/include/isc/result.h C 1998,1999,2000 -./lib/isc/include/isc/resultclass.h C 1999,2000 -./lib/isc/include/isc/rwlock.h C 1998,1999,2000 -./lib/isc/include/isc/serial.h C 1999,2000 -./lib/isc/include/isc/sha1.h C 2000 -./lib/isc/include/isc/sockaddr.h C 1998,1999,2000 -./lib/isc/include/isc/socket.h C 1998,1999,2000 -./lib/isc/include/isc/stdio.h C 2000 -./lib/isc/include/isc/string.h C 2000 -./lib/isc/include/isc/symtab.h C 1996,1997,1998,1999,2000 -./lib/isc/include/isc/task.h C 1998,1999,2000 -./lib/isc/include/isc/taskpool.h C 1999,2000 -./lib/isc/include/isc/timer.h C 1998,1999,2000 -./lib/isc/include/isc/types.h C 1999,2000 -./lib/isc/include/isc/util.h C 1998,1999,2000 -./lib/isc/inet_aton.c C.PORTION 1996,1997,1998,1999,2000 -./lib/isc/inet_ntop.c C 1996,1997,1998,1999,2000 -./lib/isc/inet_pton.c C 1996,1997,1998,1999,2000 -./lib/isc/lex.c C 1998,1999,2000 -./lib/isc/lfsr.c C 1999,2000 -./lib/isc/lib.c C 1999,2000 -./lib/isc/log.c C 1999,2000 -./lib/isc/md5.c C 2000 -./lib/isc/mem.c C 1997,1998,1999,2000 -./lib/isc/mutexblock.c C 1999,2000 -./lib/isc/netaddr.c C 1999,2000 -./lib/isc/nls/.cvsignore X 1999,2000 -./lib/isc/nls/Makefile.in MAKE 1999,2000 -./lib/isc/nls/msgcat.c C 1999,2000 -./lib/isc/nothreads/.cvsignore X 2000 -./lib/isc/nothreads/Makefile.in MAKE 2000 -./lib/isc/nothreads/condition.c C 2000 -./lib/isc/nothreads/include/.cvsignore X 2000 -./lib/isc/nothreads/include/Makefile.in MAKE 2000 -./lib/isc/nothreads/include/isc/.cvsignore X 2000 -./lib/isc/nothreads/include/isc/Makefile.in MAKE 2000 -./lib/isc/nothreads/include/isc/condition.h C 2000 -./lib/isc/nothreads/include/isc/mutex.h C 2000 -./lib/isc/nothreads/include/isc/once.h C 2000 -./lib/isc/nothreads/include/isc/thread.h C 2000 -./lib/isc/nothreads/thread.c C 2000 -./lib/isc/ondestroy.c C 2000 -./lib/isc/print.c C 1999,2000 -./lib/isc/pthreads/.cvsignore X 1999,2000 -./lib/isc/pthreads/Makefile.in MAKE 1998,1999,2000 -./lib/isc/pthreads/condition.c C 1998,1999,2000 -./lib/isc/pthreads/include/.cvsignore X 1999,2000 -./lib/isc/pthreads/include/Makefile.in MAKE 1998,1999,2000 -./lib/isc/pthreads/include/isc/.cvsignore X 1999,2000 -./lib/isc/pthreads/include/isc/Makefile.in MAKE 1998,1999,2000 -./lib/isc/pthreads/include/isc/condition.h C 1998,1999,2000 -./lib/isc/pthreads/include/isc/mutex.h C 1998,1999,2000 -./lib/isc/pthreads/include/isc/once.h C 1999,2000 -./lib/isc/pthreads/include/isc/thread.h C 1998,1999,2000 -./lib/isc/pthreads/thread.c C 2000 -./lib/isc/quota.c C 2000 -./lib/isc/random.c C 1999,2000 -./lib/isc/ratelimiter.c C 1999,2000 -./lib/isc/result.c C 1998,1999,2000 -./lib/isc/rwlock.c C 1998,1999,2000 -./lib/isc/serial.c C 1999,2000 -./lib/isc/sha1.c C 2000 -./lib/isc/sockaddr.c C 1999,2000 -./lib/isc/string.c C 1999,2000 -./lib/isc/symtab.c C 1996,1997,1998,1999,2000 -./lib/isc/task.c C 1998,1999,2000 -./lib/isc/task_p.h C 2000 -./lib/isc/taskpool.c C 1999,2000 -./lib/isc/timer.c C 1998,1999,2000 -./lib/isc/timer_p.h C 2000 -./lib/isc/unix/.cvsignore X 1999,2000 -./lib/isc/unix/Makefile.in MAKE 1998,1999,2000 -./lib/isc/unix/app.c C 1999,2000 -./lib/isc/unix/dir.c C 1999,2000 -./lib/isc/unix/entropy.c C 2000 -./lib/isc/unix/errno2result.c C 2000 -./lib/isc/unix/errno2result.h C 2000 -./lib/isc/unix/file.c C 2000 -./lib/isc/unix/fsaccess.c C 2000 -./lib/isc/unix/ifiter_ioctl.c C 1999,2000 -./lib/isc/unix/ifiter_sysctl.c C 1999,2000 -./lib/isc/unix/include/.cvsignore X 1999,2000 -./lib/isc/unix/include/Makefile.in MAKE 1998,1999,2000 -./lib/isc/unix/include/isc/.cvsignore X 1999,2000 -./lib/isc/unix/include/isc/Makefile.in MAKE 1998,1999,2000 -./lib/isc/unix/include/isc/app.h C 1999,2000 -./lib/isc/unix/include/isc/dir.h C 1999,2000 -./lib/isc/unix/include/isc/int.h C 1999,2000 -./lib/isc/unix/include/isc/keyboard.h C 2000 -./lib/isc/unix/include/isc/net.h C 1999,2000 -./lib/isc/unix/include/isc/netdb.h C 1999,2000 -./lib/isc/unix/include/isc/offset.h C 2000 -./lib/isc/unix/include/isc/stdtime.h C 1999,2000 -./lib/isc/unix/include/isc/time.h C 1998,1999,2000 -./lib/isc/unix/interfaceiter.c C 1999,2000 -./lib/isc/unix/ipv6.c C 1999,2000 -./lib/isc/unix/keyboard.c C 2000 -./lib/isc/unix/net.c C 1999,2000 -./lib/isc/unix/os.c C 2000 -./lib/isc/unix/resource.c C 2000 -./lib/isc/unix/socket.c C 1998,1999,2000 -./lib/isc/unix/socket_p.h C 2000 -./lib/isc/unix/stdio.c C 2000 -./lib/isc/unix/stdtime.c C 1999,2000 -./lib/isc/unix/time.c C 1998,1999,2000 -./lib/isc/version.c C 1998,1999,2000 -./lib/isc/win32/.cvsignore X 1999,2000 -./lib/isc/win32/Makefile.in MAKE 1999,2000 -./lib/isc/win32/condition.c C 1998,1999,2000 -./lib/isc/win32/dir.c C 1999,2000 -./lib/isc/win32/file.c C 2000 -./lib/isc/win32/fsaccess.c C 2000 -./lib/isc/win32/include/.cvsignore X 1999,2000 -./lib/isc/win32/include/Makefile.in MAKE 1999,2000 -./lib/isc/win32/include/isc/.cvsignore X 1999,2000 -./lib/isc/win32/include/isc/Makefile.in MAKE 1999,2000 -./lib/isc/win32/include/isc/condition.h C 1998,1999,2000 -./lib/isc/win32/include/isc/dir.h C 1999,2000 -./lib/isc/win32/include/isc/int.h C 1999,2000 -./lib/isc/win32/include/isc/mutex.h C 1998,1999,2000 -./lib/isc/win32/include/isc/net.h C 1999,2000 -./lib/isc/win32/include/isc/netdb.h C 1999,2000 -./lib/isc/win32/include/isc/once.h C 1999,2000 -./lib/isc/win32/include/isc/stdtime.h C 1999,2000 -./lib/isc/win32/include/isc/thread.h C 1998,1999,2000 -./lib/isc/win32/include/isc/time.h C 1998,1999,2000 -./lib/isc/win32/once.c C 1999,2000 -./lib/isc/win32/stdtime.c C 1999,2000 -./lib/isc/win32/thread.c C 1998,1999,2000 -./lib/isc/win32/time.c C 1998,1999,2000 -./lib/lwres/.cvsignore X 2000 -./lib/lwres/Makefile.in MAKE 2000 -./lib/lwres/api X 2000 -./lib/lwres/assert_p.h C 2000 -./lib/lwres/context.c C 2000 -./lib/lwres/context_p.h C 2000 -./lib/lwres/gai_strerror.c C 2000 -./lib/lwres/getaddrinfo.c C.BSDI 1999,2000 -./lib/lwres/gethost.c C 2000 -./lib/lwres/getipnode.c C 1999,2000 -./lib/lwres/getnameinfo.c C.PORTION 1999,2000 -./lib/lwres/getrrset.c C 2000 -./lib/lwres/herror.c C.PORTION 2000 -./lib/lwres/include/.cvsignore X 2000 -./lib/lwres/include/Makefile.in MAKE 2000 -./lib/lwres/include/lwres/.cvsignore X 2000 -./lib/lwres/include/lwres/Makefile.in MAKE 2000 -./lib/lwres/include/lwres/context.h C 2000 -./lib/lwres/include/lwres/int.h C 2000 -./lib/lwres/include/lwres/ipv6.h C 2000 -./lib/lwres/include/lwres/lang.h C 2000 -./lib/lwres/include/lwres/list.h C 1997,1998,1999,2000 -./lib/lwres/include/lwres/lwbuffer.h C 2000 -./lib/lwres/include/lwres/lwpacket.h C 1999,2000 -./lib/lwres/include/lwres/lwres.h C 2000 -./lib/lwres/include/lwres/net.h C 2000 -./lib/lwres/include/lwres/netdb.h.in C 2000 -./lib/lwres/include/lwres/platform.h.in C 2000 -./lib/lwres/include/lwres/result.h C 2000 -./lib/lwres/lwbuffer.c C 2000 -./lib/lwres/lwconfig.c C 2000 -./lib/lwres/lwinetaton.c C.PORTION 1996,1997,1998,1999,2000 -./lib/lwres/lwinetntop.c C 1996,1997,1998,1999,2000 -./lib/lwres/lwinetpton.c C 1996,1997,1998,1999,2000 -./lib/lwres/lwpacket.c C 2000 -./lib/lwres/lwres_gabn.c C 2000 -./lib/lwres/lwres_gnba.c C 2000 -./lib/lwres/lwres_grbn.c C 2000 -./lib/lwres/lwres_noop.c C 2000 -./lib/lwres/lwresutil.c C 2000 -./lib/lwres/version.c C 2000 -./lib/omapi/.cvsignore X 1999,2000 -./lib/omapi/Makefile.in MAKE 1999,2000 -./lib/omapi/api X 1999,2000 -./lib/omapi/auth.c C 2000 -./lib/omapi/connection.c C 1996,1997,1998,1999,2000 -./lib/omapi/data.c C 1996,1997,1998,1999,2000 -./lib/omapi/generic.c C 1996,1997,1998,1999,2000 -./lib/omapi/handle.c C 1996,1997,1998,1999,2000 -./lib/omapi/include/.cvsignore X 1999,2000 -./lib/omapi/include/Makefile.in MAKE 1999,2000 -./lib/omapi/include/omapi/.cvsignore X 1999,2000 -./lib/omapi/include/omapi/Makefile.in MAKE 1999,2000 -./lib/omapi/include/omapi/compatibility.h C 2000 -./lib/omapi/include/omapi/lib.h C 1999,2000 -./lib/omapi/include/omapi/omapi.h C 1996,1997,1998,1999,2000 -./lib/omapi/include/omapi/private.h C 1996,1997,1998,1999,2000 -./lib/omapi/include/omapi/result.h C 1999,2000 -./lib/omapi/include/omapi/types.h C 1996,1997,1998,1999,2000 -./lib/omapi/lib.c C 1999,2000 -./lib/omapi/listener.c C 1996,1997,1998,1999,2000 -./lib/omapi/message.c C 1996,1997,1998,1999,2000 -./lib/omapi/object.c C 1996,1997,1998,1999,2000 -./lib/omapi/protocol.c C 1996,1997,1998,1999,2000 -./lib/omapi/result.c C 1999,2000 -./lib/omapi/string.c C 1996,1997,1998,1999,2000 -./lib/omapi/value.c C 1996,1997,1998,1999,2000 -./lib/omapi/version.c C 1999,2000 -./lib/tests/.cvsignore X 1999,2000 -./lib/tests/Makefile.in MAKE 1998,1999,2000 -./lib/tests/include/.cvsignore X 1999,2000 -./lib/tests/include/Makefile.in MAKE 1998,1999,2000 -./lib/tests/include/tests/.cvsignore X 1999,2000 -./lib/tests/include/tests/Makefile.in MAKE 1999,2000 -./lib/tests/include/tests/t_api.h C 1999,2000 -./lib/tests/t_api.c C 1999,2000 -./libtool.m4 X 2000 -./ltconfig X 1999,2000 -./ltmain.sh X 1999,2000 -./make/.cvsignore X 1999,2000 -./make/Makefile.in MAKE 1998,1999,2000 -./make/includes.in MAKE 1999,2000 -./make/mkdep.in X 1999,2000 -./make/rules.in MAKE 1998,1999,2000 +./.cvsignore X 1999,2000,2001 +./CHANGES X 2000,2001 +./COPYRIGHT TXT 1996,1997,1998,1999,2000,2001 +./FAQ X 2000,2001 +./Makefile.in MAKE 1998,1999,2000,2001 +./README X 1999,2000,2001 +./acconfig.h C 1999,2000,2001 +./aclocal.m4 X 1999,2000,2001 +./bin/.cvsignore X 1999,2000,2001 +./bin/Makefile.in MAKE 1998,1999,2000,2001 +./bin/check/.cvsignore X 2000,2001 +./bin/check/Makefile.in MAKE 2000,2001 +./bin/check/check-tool.c C 2000,2001 +./bin/check/check-tool.h C 2000,2001 +./bin/check/named-checkconf.c C 1999,2000,2001 +./bin/check/named-checkzone.c C 1999,2000,2001 +./bin/dig/.cvsignore X 2000,2001 +./bin/dig/Makefile.in MAKE 2000,2001 +./bin/dig/dig.c C 2000,2001 +./bin/dig/dighost.c C 2000,2001 +./bin/dig/host.c C 2000,2001 +./bin/dig/include/dig/dig.h C 2000,2001 +./bin/dig/nslookup.c C 2000,2001 +./bin/dnssec/.cvsignore X 2000,2001 +./bin/dnssec/Makefile.in MAKE 2000,2001 +./bin/dnssec/dnssec-keygen.c C.NAI 2000,2001 +./bin/dnssec/dnssec-makekeyset.c C.NAI 2000,2001 +./bin/dnssec/dnssec-signkey.c C.NAI 2000,2001 +./bin/dnssec/dnssec-signzone.c C.NAI 1999,2000,2001 +./bin/dnssec/dnssectool.c C 2000,2001 +./bin/dnssec/dnssectool.h C 2000,2001 +./bin/lwresd/.cvsignore X 2000,2001 +./bin/lwresd/Makefile.in MAKE 2000,2001 +./bin/lwresd/client.c C 2000,2001 +./bin/lwresd/client.h C 2000,2001 +./bin/lwresd/err_pkt.c C 2000,2001 +./bin/lwresd/main.c C 2000,2001 +./bin/lwresd/process_gabn.c C 2000,2001 +./bin/lwresd/process_gnba.c C 2000,2001 +./bin/lwresd/process_noop.c C 2000,2001 +./bin/named/.cvsignore X 1999,2000,2001 +./bin/named/Makefile.in MAKE 1998,1999,2000,2001 +./bin/named/aclconf.c C 1999,2000,2001 +./bin/named/client.c C 1999,2000,2001 +./bin/named/include/named/aclconf.h C 1999,2000,2001 +./bin/named/include/named/client.h C 1999,2000,2001 +./bin/named/include/named/globals.h C 1999,2000,2001 +./bin/named/include/named/interfacemgr.h C 1999,2000,2001 +./bin/named/include/named/listenlist.h C 2000,2001 +./bin/named/include/named/log.h C 1999,2000,2001 +./bin/named/include/named/logconf.h C 1999,2000,2001 +./bin/named/include/named/lwaddr.h C 2000,2001 +./bin/named/include/named/lwdclient.h C 2000,2001 +./bin/named/include/named/lwresd.h C 2000,2001 +./bin/named/include/named/lwsearch.h C 2000,2001 +./bin/named/include/named/main.h C 1999,2000,2001 +./bin/named/include/named/notify.h C 1999,2000,2001 +./bin/named/include/named/omapi.h C 2000,2001 +./bin/named/include/named/query.h C 1999,2000,2001 +./bin/named/include/named/server.h C 1999,2000,2001 +./bin/named/include/named/sortlist.h C 2000,2001 +./bin/named/include/named/tkeyconf.h C 1999,2000,2001 +./bin/named/include/named/tsigconf.h C 1999,2000,2001 +./bin/named/include/named/types.h C 1999,2000,2001 +./bin/named/include/named/update.h C 1999,2000,2001 +./bin/named/include/named/xfrout.h C 1999,2000,2001 +./bin/named/include/named/zoneconf.h C 1999,2000,2001 +./bin/named/interfacemgr.c C 1999,2000,2001 +./bin/named/listenlist.c C 2000,2001 +./bin/named/log.c C 1999,2000,2001 +./bin/named/logconf.c C 1999,2000,2001 +./bin/named/lwaddr.c C 2000,2001 +./bin/named/lwdclient.c C 2000,2001 +./bin/named/lwderror.c C 2000,2001 +./bin/named/lwdgabn.c C 2000,2001 +./bin/named/lwdgnba.c C 2000,2001 +./bin/named/lwdgrbn.c C 2000,2001 +./bin/named/lwdnoop.c C 2000,2001 +./bin/named/lwresd.c C 2000,2001 +./bin/named/lwsearch.c C 2000,2001 +./bin/named/main.c C 1999,2000,2001 +./bin/named/notify.c C 1999,2000,2001 +./bin/named/omapi.c C 2000,2001 +./bin/named/omapiconf.c C 2000,2001 +./bin/named/query.c C 1999,2000,2001 +./bin/named/server.c C 1999,2000,2001 +./bin/named/sortlist.c C 2000,2001 +./bin/named/tkeyconf.c C 1999,2000,2001 +./bin/named/tsigconf.c C 1999,2000,2001 +./bin/named/unix/.cvsignore X 1999,2000,2001 +./bin/named/unix/Makefile.in MAKE 1999,2000,2001 +./bin/named/unix/include/named/os.h C 1999,2000,2001 +./bin/named/unix/os.c C 1999,2000,2001 +./bin/named/update.c C 1999,2000,2001 +./bin/named/xfrout.c C 1999,2000,2001 +./bin/named/zoneconf.c C 1999,2000,2001 +./bin/nsupdate/.cvsignore X 2000,2001 +./bin/nsupdate/Makefile.in MAKE 2000,2001 +./bin/nsupdate/nsupdate.c C 2000,2001 +./bin/rndc/.cvsignore X 2000,2001 +./bin/rndc/Makefile.in MAKE 2000,2001 +./bin/rndc/rndc.c C 2000,2001 +./bin/rndc/rndc.conf CONF-C 2000,2001 +./bin/tests/.cvsignore X 1999,2000,2001 +./bin/tests/Kchild.example.+003+04017.key X 2000,2001 +./bin/tests/Kchild.example.+003+04017.private X 2000,2001 +./bin/tests/Kclient.+002+02982.key X 1999,2000,2001 +./bin/tests/Kclient.+002+02982.private X 1999,2000,2001 +./bin/tests/Makefile.in MAKE 1998,1999,2000,2001 +./bin/tests/adb_test.c C 1999,2000,2001 +./bin/tests/b8status.pl PERL 1999,2000,2001 +./bin/tests/b8t.mk MAKE 1999,2000,2001 +./bin/tests/b9status.pl PERL 1999,2000,2001 +./bin/tests/b9t.mk MAKE 1999,2000,2001 +./bin/tests/byaddr_test.c C 2000,2001 +./bin/tests/byname_test.c C 2000,2001 +./bin/tests/compress_test.c C 1999,2000,2001 +./bin/tests/db/.cvsignore X 1999,2000,2001 +./bin/tests/db/Makefile.in MAKE 1999,2000,2001 +./bin/tests/db/dns_db_class_1.data X 1999,2000,2001 +./bin/tests/db/dns_db_class_data X 1999,2000,2001 +./bin/tests/db/dns_db_closeversion_1.data X 1999,2000,2001 +./bin/tests/db/dns_db_closeversion_1_data X 1999,2000,2001 +./bin/tests/db/dns_db_closeversion_2.data X 1999,2000,2001 +./bin/tests/db/dns_db_closeversion_2_data X 1999,2000,2001 +./bin/tests/db/dns_db_currentversion.data X 1999,2000,2001 +./bin/tests/db/dns_db_currentversion_data X 1999,2000,2001 +./bin/tests/db/dns_db_expirenode.data X 1999,2000,2001 +./bin/tests/db/dns_db_expirenode_data X 1999,2000,2001 +./bin/tests/db/dns_db_find_1.data X 1999,2000,2001 +./bin/tests/db/dns_db_find_10.data X 1999,2000,2001 +./bin/tests/db/dns_db_find_10_data X 1999,2000,2001 +./bin/tests/db/dns_db_find_1_data X 1999,2000,2001 +./bin/tests/db/dns_db_find_2.data X 1999,2000,2001 +./bin/tests/db/dns_db_find_2_data X 1999,2000,2001 +./bin/tests/db/dns_db_find_3.data X 1999,2000,2001 +./bin/tests/db/dns_db_find_3_data X 1999,2000,2001 +./bin/tests/db/dns_db_find_4.data X 1999,2000,2001 +./bin/tests/db/dns_db_find_4_data X 1999,2000,2001 +./bin/tests/db/dns_db_find_5.data X 1999,2000,2001 +./bin/tests/db/dns_db_find_5_data X 1999,2000,2001 +./bin/tests/db/dns_db_find_6.data X 1999,2000,2001 +./bin/tests/db/dns_db_find_6_data X 1999,2000,2001 +./bin/tests/db/dns_db_find_7.data X 1999,2000,2001 +./bin/tests/db/dns_db_find_7_data X 1999,2000,2001 +./bin/tests/db/dns_db_find_8.data X 1999,2000,2001 +./bin/tests/db/dns_db_find_8_data X 1999,2000,2001 +./bin/tests/db/dns_db_find_9.data X 1999,2000,2001 +./bin/tests/db/dns_db_find_9_data X 1999,2000,2001 +./bin/tests/db/dns_db_findnode_1.data X 1999,2000,2001 +./bin/tests/db/dns_db_findnode_1_data X 1999,2000,2001 +./bin/tests/db/dns_db_findnode_2.data X 1999,2000,2001 +./bin/tests/db/dns_db_findnode_2_data X 1999,2000,2001 +./bin/tests/db/dns_db_iscache_1.data X 1999,2000,2001 +./bin/tests/db/dns_db_iscache_1_data X 1999,2000,2001 +./bin/tests/db/dns_db_iscache_2.data X 1999,2000,2001 +./bin/tests/db/dns_db_iscache_2_data X 1999,2000,2001 +./bin/tests/db/dns_db_iszone_1.data X 1999,2000,2001 +./bin/tests/db/dns_db_iszone_1_data X 1999,2000,2001 +./bin/tests/db/dns_db_iszone_2.data X 1999,2000,2001 +./bin/tests/db/dns_db_iszone_2_data X 1999,2000,2001 +./bin/tests/db/dns_db_load_1.data X 1999,2000,2001 +./bin/tests/db/dns_db_load_25.data X 2000,2001 +./bin/tests/db/dns_db_load_data X 1999,2000,2001 +./bin/tests/db/dns_db_load_soa_not_top X 2000,2001 +./bin/tests/db/dns_db_newversion.data X 1999,2000,2001 +./bin/tests/db/dns_db_newversion_data X 1999,2000,2001 +./bin/tests/db/dns_db_origin_1.data X 1999,2000,2001 +./bin/tests/db/dns_db_origin_data X 1999,2000,2001 +./bin/tests/db/t_db.c C 1999,2000,2001 +./bin/tests/db_test.c C 1999,2000,2001 +./bin/tests/dispatch_tcp_test.c C 1998,1999,2000,2001 +./bin/tests/dispatch_test.c C 1998,1999,2000,2001 +./bin/tests/dst/.cvsignore X 1999,2000,2001 +./bin/tests/dst/Kdh.+002+18088.key X 1999,2000,2001 +./bin/tests/dst/Kdh.+002+18088.private X 1999,2000,2001 +./bin/tests/dst/Kdh.+002+48443.key X 1999,2000,2001 +./bin/tests/dst/Kdh.+002+48443.private X 1999,2000,2001 +./bin/tests/dst/Ktest.+001+00000.key X 1999,2000,2001 +./bin/tests/dst/Ktest.+001+54622.key X 1999,2000,2001 +./bin/tests/dst/Ktest.+001+54622.private X 1999,2000,2001 +./bin/tests/dst/Ktest.+003+00000.key X 1999,2000,2001 +./bin/tests/dst/Ktest.+003+06204.key X 1999,2000,2001 +./bin/tests/dst/Ktest.+003+06204.private X 1999,2000,2001 +./bin/tests/dst/Makefile.in MAKE 1999,2000,2001 +./bin/tests/dst/dst_2_data X 1999,2000,2001 +./bin/tests/dst/dst_test.c C 1999,2000,2001 +./bin/tests/dst/t2_data_1 X 1999,2000,2001 +./bin/tests/dst/t2_data_2 X 1999,2000,2001 +./bin/tests/dst/t2_dsasig X 1999,2000,2001 +./bin/tests/dst/t2_rsasig X 1999,2000,2001 +./bin/tests/dst/t_dst.c C 1999,2000,2001 +./bin/tests/entropy2_test.c C 2000,2001 +./bin/tests/entropy_test.c C 2000,2001 +./bin/tests/fsaccess_test.c C 2000,2001 +./bin/tests/genrandom.c C 2000,2001 +./bin/tests/gxba_test.c C 2000,2001 +./bin/tests/gxbn_test.c C 2000,2001 +./bin/tests/hash_test.c C 2000,2001 +./bin/tests/headerdep_test.sh.in SH 2000,2001 +./bin/tests/inter_test.c C 2000,2001 +./bin/tests/journalprint.c C 2000,2001 +./bin/tests/keyboard_test.c C 2000,2001 +./bin/tests/lex_test.c C 1998,1999,2000,2001 +./bin/tests/lfsr_test.c C 1999,2000,2001 +./bin/tests/log_test.c C 1999,2000,2001 +./bin/tests/lwres_test.c C 2000,2001 +./bin/tests/lwresconf_test.c C 2000,2001 +./bin/tests/master/.cvsignore X 1999,2000,2001 +./bin/tests/master/Makefile.in MAKE 1999,2000,2001 +./bin/tests/master/dns_master_load_10_data X 2000,2001 +./bin/tests/master/dns_master_load_11_data X 2000,2001 +./bin/tests/master/dns_master_load_1_data X 1999,2000,2001 +./bin/tests/master/dns_master_load_2_data X 1999,2000,2001 +./bin/tests/master/dns_master_load_3_data X 1999,2000,2001 +./bin/tests/master/dns_master_load_4_data X 1999,2000,2001 +./bin/tests/master/dns_master_load_5_data X 1999,2000,2001 +./bin/tests/master/dns_master_load_6_data X 1999,2000,2001 +./bin/tests/master/dns_master_load_7_data X 1999,2000,2001 +./bin/tests/master/dns_master_load_8_data X 2000,2001 +./bin/tests/master/dns_master_load_9_data X 2000,2001 +./bin/tests/master/master1.data X 1999,2000,2001 +./bin/tests/master/master10.data X 2000,2001 +./bin/tests/master/master11.data X 2000,2001 +./bin/tests/master/master2.data X 1999,2000,2001 +./bin/tests/master/master3.data X 1999,2000,2001 +./bin/tests/master/master4.data X 1999,2000,2001 +./bin/tests/master/master5.data X 1999,2000,2001 +./bin/tests/master/master6.data X 1999,2000,2001 +./bin/tests/master/master7.data X 1999,2000,2001 +./bin/tests/master/master8.data X 2000,2001 +./bin/tests/master/master9.data X 2000,2001 +./bin/tests/master/t_master.c C 1998,1999,2000,2001 +./bin/tests/master_test.c C 1999,2000,2001 +./bin/tests/mem/.cvsignore X 1999,2000,2001 +./bin/tests/mem/Makefile.in MAKE 1998,1999,2000,2001 +./bin/tests/mem/t_mem.c C 1999,2000,2001 +./bin/tests/mempool_test.c C 1999,2000,2001 +./bin/tests/name_test.c C 1998,1999,2000,2001 +./bin/tests/named.conf CONF-C 1999,2000,2001 +./bin/tests/names/.cvsignore X 1999,2000,2001 +./bin/tests/names/Makefile.in MAKE 1999,2000,2001 +./bin/tests/names/dns_label_countbits_data X 1999,2000,2001 +./bin/tests/names/dns_label_getbit_data X 1999,2000,2001 +./bin/tests/names/dns_name_compare_data X 1999,2000,2001 +./bin/tests/names/dns_name_countlabels_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromregion_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromtext_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromwire_1_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromwire_2_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromwire_3_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromwire_4_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromwire_5_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromwire_6_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromwire_7_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromwire_8_data X 1999,2000,2001 +./bin/tests/names/dns_name_fromwire_9_data X 1999,2000,2001 +./bin/tests/names/dns_name_fullcompare_data X 1999,2000,2001 +./bin/tests/names/dns_name_getlabel_data X 1999,2000,2001 +./bin/tests/names/dns_name_getlabelsequence_data X 1999,2000,2001 +./bin/tests/names/dns_name_hash_data X 1999,2000,2001 +./bin/tests/names/dns_name_isabsolute_data X 1999,2000,2001 +./bin/tests/names/dns_name_issubdomain_data X 1999,2000,2001 +./bin/tests/names/dns_name_rdatacompare_data X 1999,2000,2001 +./bin/tests/names/dns_name_toregion_data X 1999,2000,2001 +./bin/tests/names/dns_name_totext_data X 1999,2000,2001 +./bin/tests/names/dns_name_towire_1_data X 1999,2000,2001 +./bin/tests/names/dns_name_towire_2_data X 1999,2000,2001 +./bin/tests/names/t_names.c C 1998,1999,2000,2001 +./bin/tests/names/wire_test1.data X 1999,2000,2001 +./bin/tests/names/wire_test2.data X 1999,2000,2001 +./bin/tests/names/wire_test3_1.data X 1999,2000,2001 +./bin/tests/names/wire_test3_2.data X 1999,2000,2001 +./bin/tests/names/wire_test4.data X 1999,2000,2001 +./bin/tests/names/wire_test5.data X 1999,2000,2001 +./bin/tests/names/wire_test6.data X 1999,2000,2001 +./bin/tests/names/wire_test7.data X 1999,2000,2001 +./bin/tests/names/wire_test8.data X 1999,2000,2001 +./bin/tests/names/wire_test9.data X 1999,2000,2001 +./bin/tests/nconf_test.c C 1999,2000,2001 +./bin/tests/ndc.conf CONF-C 2000,2001 +./bin/tests/ndcconf_test.c C 2000,2001 +./bin/tests/net/.cvsignore X 2000,2001 +./bin/tests/net/Makefile.in MAKE 2000,2001 +./bin/tests/net/driver.c C 2000,2001 +./bin/tests/net/driver.h C 2000,2001 +./bin/tests/net/netaddr_multicast.c C 2000,2001 +./bin/tests/net/sockaddr_multicast.c C 2000,2001 +./bin/tests/net/testsuite.h C 2000,2001 +./bin/tests/nxtify.c C 1999,2000,2001 +./bin/tests/omapi_test.c C 1996,1997,1998,1999,2000,2001 +./bin/tests/printmsg.c C 1998,1999,2000,2001 +./bin/tests/printmsg.h C 1998,1999,2000,2001 +./bin/tests/ratelimiter_test.c C 1999,2000,2001 +./bin/tests/rbt/.cvsignore X 1999,2000,2001 +./bin/tests/rbt/Makefile.in MAKE 1999,2000,2001 +./bin/tests/rbt/dns_rbt.data X 1999,2000,2001 +./bin/tests/rbt/dns_rbt_addname_1_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbt_addname_2_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbt_bitstring.data X 1999,2000,2001 +./bin/tests/rbt/dns_rbt_create_1_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbt_deletename_1_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbt_deletename_2_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbt_findname_1_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbt_findname_2_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbt_findname_3_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_first_1.data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_first_2.data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_first_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_init.data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_init_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_last_1.data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_last_2.data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_last_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_next.data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_next_data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_prev.data X 1999,2000,2001 +./bin/tests/rbt/dns_rbtnodechain_prev_data X 1999,2000,2001 +./bin/tests/rbt/t_rbt.c C 1998,1999,2000,2001 +./bin/tests/rbt_test.c C 1999,2000,2001 +./bin/tests/rbt_test.out X 1999,2000,2001 +./bin/tests/rbt_test.txt SH 1999,2000,2001 +./bin/tests/rdata_test.c C 1998,1999,2000,2001 +./bin/tests/resolv.conf.sample CONF-SH 2000,2001 +./bin/tests/rwlock_test.c C 1998,1999,2000,2001 +./bin/tests/serial_test.c C 1999,2000,2001 +./bin/tests/shutdown_test.c C 1998,1999,2000,2001 +./bin/tests/sig0_test.c C 2000,2001 +./bin/tests/sock_test.c C 1998,1999,2000,2001 +./bin/tests/sockaddr/.cvsignore X 1999,2000,2001 +./bin/tests/sockaddr/Makefile.in MAKE 1999,2000,2001 +./bin/tests/sockaddr/t_sockaddr.c C 1999,2000,2001 +./bin/tests/sym_test.c C 1998,1999,2000,2001 +./bin/tests/system/.cvsignore X 2000,2001 +./bin/tests/system/Makefile.in MAKE 2000,2001 +./bin/tests/system/README X 2000,2001 +./bin/tests/system/cleanall.sh SH 2000,2001 +./bin/tests/system/common/controls.conf CONF-C 2000,2001 +./bin/tests/system/common/rndc.conf CONF-C 2000,2001 +./bin/tests/system/common/root.hint ZONE 2000,2001 +./bin/tests/system/conf.sh.in SH 2000,2001 +./bin/tests/system/dialup/ns1/.cvsignore X 2000,2001 +./bin/tests/system/dialup/ns1/example.db ZONE 2000,2001 +./bin/tests/system/dialup/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/dialup/ns1/root.db ZONE 2000,2001 +./bin/tests/system/dialup/ns2/.cvsignore X 2000,2001 +./bin/tests/system/dialup/ns2/hint.db ZONE 2000,2001 +./bin/tests/system/dialup/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/dialup/ns3/.cvsignore X 2000,2001 +./bin/tests/system/dialup/ns3/hint.db ZONE 2000,2001 +./bin/tests/system/dialup/ns3/named.conf CONF-C 2000,2001 +./bin/tests/system/dialup/setup.sh SH 2000,2001 +./bin/tests/system/dialup/tests.sh SH 2000,2001 +./bin/tests/system/digcomp.pl PERL 2000,2001 +./bin/tests/system/dnssec/README TXT.BRIEF 2000,2001 +./bin/tests/system/dnssec/clean.sh SH 2000,2001 +./bin/tests/system/dnssec/ns1/.cvsignore X 2000,2001 +./bin/tests/system/dnssec/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/dnssec/ns1/root.db.in ZONE 2000,2001 +./bin/tests/system/dnssec/ns1/sign.sh SH 2000,2001 +./bin/tests/system/dnssec/ns2/.cvsignore X 2000,2001 +./bin/tests/system/dnssec/ns2/example.db.in ZONE 2000,2001 +./bin/tests/system/dnssec/ns2/insecure.secure.example.db ZONE 2000,2001 +./bin/tests/system/dnssec/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/dnssec/ns2/private.secure.example.db.in ZONE 2000,2001 +./bin/tests/system/dnssec/ns2/root.hint ZONE 2000,2001 +./bin/tests/system/dnssec/ns2/sign.sh SH 2000,2001 +./bin/tests/system/dnssec/ns3/.cvsignore X 2000,2001 +./bin/tests/system/dnssec/ns3/bogus.example.db.in ZONE 2000,2001 +./bin/tests/system/dnssec/ns3/insecure.example.db ZONE 2000,2001 +./bin/tests/system/dnssec/ns3/named.conf CONF-C 2000,2001 +./bin/tests/system/dnssec/ns3/root.hint ZONE 2000,2001 +./bin/tests/system/dnssec/ns3/secure.example.db.in ZONE 2000,2001 +./bin/tests/system/dnssec/ns3/sign.sh SH 2000,2001 +./bin/tests/system/dnssec/ns4/.cvsignore X 2000,2001 +./bin/tests/system/dnssec/ns4/named.conf CONF-C 2000,2001 +./bin/tests/system/dnssec/ns4/root.hint ZONE 2000,2001 +./bin/tests/system/dnssec/ns5/.cvsignore X 2000,2001 +./bin/tests/system/dnssec/ns5/named.conf CONF-C 2000,2001 +./bin/tests/system/dnssec/ns5/root.hint ZONE 2000,2001 +./bin/tests/system/dnssec/ns5/trusted.conf.bad CONF-C 2000,2001 +./bin/tests/system/dnssec/setup.sh SH 2000,2001 +./bin/tests/system/dnssec/tests.sh SH 2000,2001 +./bin/tests/system/forward/clean.sh SH 2000,2001 +./bin/tests/system/forward/ns1/.cvsignore X 2000,2001 +./bin/tests/system/forward/ns1/example.db X 2000,2001 +./bin/tests/system/forward/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/forward/ns1/root.db X 2000,2001 +./bin/tests/system/forward/ns2/.cvsignore X 2000,2001 +./bin/tests/system/forward/ns2/example.db X 2000,2001 +./bin/tests/system/forward/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/forward/ns2/root.db X 2000,2001 +./bin/tests/system/forward/ns3/.cvsignore X 2000,2001 +./bin/tests/system/forward/ns3/named.conf CONF-C 2000,2001 +./bin/tests/system/forward/ns3/root.db X 2000,2001 +./bin/tests/system/forward/ns4/.cvsignore X 2000,2001 +./bin/tests/system/forward/ns4/named.conf CONF-C 2000,2001 +./bin/tests/system/forward/ns4/root.db X 2000,2001 +./bin/tests/system/forward/tests.sh SH 2000,2001 +./bin/tests/system/glue/clean.sh SH 2000,2001 +./bin/tests/system/glue/fi.good X 2000,2001 +./bin/tests/system/glue/noglue.good X 2000,2001 +./bin/tests/system/glue/ns1/.cvsignore X 2000,2001 +./bin/tests/system/glue/ns1/cache ZONE 2000,2001 +./bin/tests/system/glue/ns1/mil.db ZONE 2000,2001 +./bin/tests/system/glue/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/glue/ns1/net.db ZONE 2000,2001 +./bin/tests/system/glue/ns1/root-servers.nil.db ZONE 2000,2001 +./bin/tests/system/glue/ns1/root.db ZONE 2000,2001 +./bin/tests/system/glue/tests.sh SH 2000,2001 +./bin/tests/system/glue/xx.good X 2000,2001 +./bin/tests/system/glue/yy.good X 2000,2001 +./bin/tests/system/ifconfig.sh SH 2000,2001 +./bin/tests/system/limits/clean.sh SH 2000,2001 +./bin/tests/system/limits/knowngood.dig.out.1000 X 2000,2001 +./bin/tests/system/limits/knowngood.dig.out.2000 X 2000,2001 +./bin/tests/system/limits/knowngood.dig.out.3000 X 2000,2001 +./bin/tests/system/limits/knowngood.dig.out.4000 X 2000,2001 +./bin/tests/system/limits/knowngood.dig.out.a-maximum-rrset X 2000,2001 +./bin/tests/system/limits/ns1/.cvsignore X 2000,2001 +./bin/tests/system/limits/ns1/example.db ZONE 2000,2001 +./bin/tests/system/limits/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/limits/ns1/root.db ZONE 2000,2001 +./bin/tests/system/limits/tests.sh SH 2000,2001 +./bin/tests/system/lwresd/.cvsignore X 2000,2001 +./bin/tests/system/lwresd/Makefile.in MAKE 2000,2001 +./bin/tests/system/lwresd/lwresd1/.cvsignore X 2000,2001 +./bin/tests/system/lwresd/lwresd1/lwresd.conf CONF-C 2000,2001 +./bin/tests/system/lwresd/lwresd1/resolv.conf CONF-SH 2000,2001 +./bin/tests/system/lwresd/lwtest.c C 2000,2001 +./bin/tests/system/lwresd/ns1/.cvsignore X 2000,2001 +./bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db ZONE 2000,2001 +./bin/tests/system/lwresd/ns1/example1.db ZONE 2000,2001 +./bin/tests/system/lwresd/ns1/example2.db ZONE 2000,2001 +./bin/tests/system/lwresd/ns1/ip6.arpa.db ZONE 2000,2001 +./bin/tests/system/lwresd/ns1/ip6.int.db ZONE 2000,2001 +./bin/tests/system/lwresd/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/lwresd/ns1/root.db ZONE 2000,2001 +./bin/tests/system/lwresd/resolv.conf CONF-SH 2000,2001 +./bin/tests/system/lwresd/tests.sh SH 2000,2001 +./bin/tests/system/notify/clean.sh SH 2000,2001 +./bin/tests/system/notify/ns1/.cvsignore X 2000,2001 +./bin/tests/system/notify/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/notify/ns1/root.db ZONE 2000,2001 +./bin/tests/system/notify/ns2/.cvsignore X 2000,2001 +./bin/tests/system/notify/ns2/example1.db ZONE 2000,2001 +./bin/tests/system/notify/ns2/example2.db ZONE 2000,2001 +./bin/tests/system/notify/ns2/example3.db ZONE 2000,2001 +./bin/tests/system/notify/ns2/example4.db ZONE 2000,2001 +./bin/tests/system/notify/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/notify/ns2/root.hint ZONE 2000,2001 +./bin/tests/system/notify/ns3/.cvsignore X 2000,2001 +./bin/tests/system/notify/ns3/named.conf CONF-C 2000,2001 +./bin/tests/system/notify/ns3/root.hint ZONE 2000,2001 +./bin/tests/system/notify/setup.sh SH 2000,2001 +./bin/tests/system/notify/tests.sh SH 2000,2001 +./bin/tests/system/nsupdate/.cvsignore X 2000,2001 +./bin/tests/system/nsupdate/clean.sh SH 2000,2001 +./bin/tests/system/nsupdate/knowngood.ns1.after X 2000,2001 +./bin/tests/system/nsupdate/knowngood.ns1.before X 2000,2001 +./bin/tests/system/nsupdate/ns1/.cvsignore X 2000,2001 +./bin/tests/system/nsupdate/ns1/example.orig ZONE 2000,2001 +./bin/tests/system/nsupdate/ns1/example1.db ZONE 2000,2001 +./bin/tests/system/nsupdate/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/nsupdate/ns1/update.orig ZONE 2000,2001 +./bin/tests/system/nsupdate/ns2/.cvsignore X 2000,2001 +./bin/tests/system/nsupdate/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/nsupdate/setup.sh SH 2000,2001 +./bin/tests/system/nsupdate/tests.sh SH 2000,2001 +./bin/tests/system/nsupdate/update_test.pl PERL 2000,2001 +./bin/tests/system/relay/README TXT.BRIEF 2000,2001 +./bin/tests/system/relay/clean.sh SH 2000,2001 +./bin/tests/system/relay/ns1/.cvsignore X 2000,2001 +./bin/tests/system/relay/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/relay/ns1/root.db ZONE 2000,2001 +./bin/tests/system/relay/ns2/.cvsignore X 2000,2001 +./bin/tests/system/relay/ns2/example1.db ZONE 2000,2001 +./bin/tests/system/relay/ns2/example2.db ZONE 2000,2001 +./bin/tests/system/relay/ns2/example3.db ZONE 2000,2001 +./bin/tests/system/relay/ns2/example4.db ZONE 2000,2001 +./bin/tests/system/relay/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/relay/ns2/root.hint ZONE 2000,2001 +./bin/tests/system/relay/ns3/.cvsignore X 2000,2001 +./bin/tests/system/relay/ns3/named.conf CONF-C 2000,2001 +./bin/tests/system/relay/ns3/root.hint ZONE 2000,2001 +./bin/tests/system/relay/ns4/.cvsignore X 2000,2001 +./bin/tests/system/relay/ns4/named.conf CONF-C 2000,2001 +./bin/tests/system/relay/ns4/root.hint ZONE 2000,2001 +./bin/tests/system/relay/setup.sh SH 2000,2001 +./bin/tests/system/relay/tests.sh SH 2000,2001 +./bin/tests/system/resolver/ans2/ans.pl PERL 2000,2001 +./bin/tests/system/resolver/ans3/ans.pl PERL 2000,2001 +./bin/tests/system/resolver/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/resolver/ns1/root.hint ZONE 2000,2001 +./bin/tests/system/resolver/prereq.sh SH 2000,2001 +./bin/tests/system/resolver/tests.sh SH 2000,2001 +./bin/tests/system/run.sh SH 2000,2001 +./bin/tests/system/runall.sh SH 2000,2001 +./bin/tests/system/setup.sh SH 2000,2001 +./bin/tests/system/sortlist/clean.sh SH 2000,2001 +./bin/tests/system/sortlist/ns1/.cvsignore X 2000,2001 +./bin/tests/system/sortlist/ns1/example.db ZONE 2000,2001 +./bin/tests/system/sortlist/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/sortlist/ns1/root.db ZONE 2000,2001 +./bin/tests/system/sortlist/tests.sh SH 2000,2001 +./bin/tests/system/start.sh SH 2000,2001 +./bin/tests/system/stop.sh SH 2000,2001 +./bin/tests/system/stress/clean.sh SH 2000,2001 +./bin/tests/system/stress/ns1/.cvsignore X 2000,2001 +./bin/tests/system/stress/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/stress/ns1/root.db ZONE 2000,2001 +./bin/tests/system/stress/ns2/.cvsignore X 2000,2001 +./bin/tests/system/stress/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/stress/ns3/.cvsignore X 2000,2001 +./bin/tests/system/stress/ns3/named.conf CONF-C 2000,2001 +./bin/tests/system/stress/ns4/.cvsignore X 2000,2001 +./bin/tests/system/stress/ns4/named.conf CONF-C 2000,2001 +./bin/tests/system/stress/setup.pl PERL 2000,2001 +./bin/tests/system/stress/setup.sh SH 2000,2001 +./bin/tests/system/stress/tests.sh SH 2000,2001 +./bin/tests/system/stress/update.pl PERL 2000,2001 +./bin/tests/system/stub/clean.sh SH 2000,2001 +./bin/tests/system/stub/knowngood.dig.out.norec X 2000,2001 +./bin/tests/system/stub/knowngood.dig.out.rec X 2000,2001 +./bin/tests/system/stub/ns1/.cvsignore X 2000,2001 +./bin/tests/system/stub/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/stub/ns1/root.db ZONE 2000,2001 +./bin/tests/system/stub/ns2/.cvsignore X 2000,2001 +./bin/tests/system/stub/ns2/child.example.db ZONE 2000,2001 +./bin/tests/system/stub/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/stub/ns2/root.hint ZONE 2000,2001 +./bin/tests/system/stub/ns3/.cvsignore X 2000,2001 +./bin/tests/system/stub/ns3/example.db ZONE 2000,2001 +./bin/tests/system/stub/ns3/named.conf CONF-C 2000,2001 +./bin/tests/system/stub/ns3/root.hint ZONE 2000,2001 +./bin/tests/system/stub/tests.sh SH 2000,2001 +./bin/tests/system/testsock.pl PERL 2000,2001 +./bin/tests/system/unknown/clean.sh SH 2000,2001 +./bin/tests/system/unknown/ns1/.cvsignore X 2000,2001 +./bin/tests/system/unknown/ns1/broken1.db ZONE 2000,2001 +./bin/tests/system/unknown/ns1/broken2.db ZONE 2000,2001 +./bin/tests/system/unknown/ns1/broken3.db ZONE 2000,2001 +./bin/tests/system/unknown/ns1/broken4.db ZONE 2000,2001 +./bin/tests/system/unknown/ns1/broken5.db ZONE 2000,2001 +./bin/tests/system/unknown/ns1/class10.hints ZONE 2000,2001 +./bin/tests/system/unknown/ns1/example-class10.db ZONE 2000,2001 +./bin/tests/system/unknown/ns1/example-in.db ZONE 2000,2001 +./bin/tests/system/unknown/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/unknown/tests.sh SH 2000,2001 +./bin/tests/system/upforwd/clean.sh SH 2000,2001 +./bin/tests/system/upforwd/knowngood.after1 X 2000,2001 +./bin/tests/system/upforwd/knowngood.after2 X 2000,2001 +./bin/tests/system/upforwd/knowngood.before X 2000,2001 +./bin/tests/system/upforwd/knowngood.ns2.before X 2000,2001 +./bin/tests/system/upforwd/ns1/.cvsignore X 2000,2001 +./bin/tests/system/upforwd/ns1/example.orig ZONE 2000,2001 +./bin/tests/system/upforwd/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/upforwd/ns2/.cvsignore X 2000,2001 +./bin/tests/system/upforwd/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/upforwd/ns3/.cvsignore X 2000,2001 +./bin/tests/system/upforwd/ns3/named.conf CONF-C 2000,2001 +./bin/tests/system/upforwd/setup.sh SH 2000,2001 +./bin/tests/system/upforwd/tests.sh SH 2000,2001 +./bin/tests/system/views/.cvsignore X 2000,2001 +./bin/tests/system/views/clean.sh SH 2000,2001 +./bin/tests/system/views/ns1/.cvsignore X 2000,2001 +./bin/tests/system/views/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/views/ns1/root.db ZONE 2000,2001 +./bin/tests/system/views/ns2/.cvsignore X 2000,2001 +./bin/tests/system/views/ns2/example1.db ZONE 2000,2001 +./bin/tests/system/views/ns2/example2.db ZONE 2000,2001 +./bin/tests/system/views/ns2/internal.db ZONE 2000,2001 +./bin/tests/system/views/ns2/named1.conf CONF-C 2000,2001 +./bin/tests/system/views/ns2/named2.conf CONF-C 2000,2001 +./bin/tests/system/views/ns2/root.hint ZONE 2000,2001 +./bin/tests/system/views/ns3/.cvsignore X 2000,2001 +./bin/tests/system/views/ns3/internal.db ZONE 2000,2001 +./bin/tests/system/views/ns3/named1.conf CONF-C 2000,2001 +./bin/tests/system/views/ns3/named2.conf CONF-C 2000,2001 +./bin/tests/system/views/ns3/root.hint ZONE 2000,2001 +./bin/tests/system/views/setup.sh SH 2000,2001 +./bin/tests/system/views/tests.sh SH 2000,2001 +./bin/tests/system/xfer/clean.sh SH 2000,2001 +./bin/tests/system/xfer/knowngood.dig.out X 2000,2001 +./bin/tests/system/xfer/ns1/.cvsignore X 2000,2001 +./bin/tests/system/xfer/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/xfer/ns1/root.db ZONE 2000,2001 +./bin/tests/system/xfer/ns2/.cvsignore X 2000,2001 +./bin/tests/system/xfer/ns2/example.db ZONE 2000,2001 +./bin/tests/system/xfer/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/xfer/ns2/root.hint ZONE 2000,2001 +./bin/tests/system/xfer/ns2/tsigzone.db ZONE 2000,2001 +./bin/tests/system/xfer/ns3/.cvsignore X 2000,2001 +./bin/tests/system/xfer/ns3/named.conf CONF-C 2000,2001 +./bin/tests/system/xfer/ns3/root.hint ZONE 2000,2001 +./bin/tests/system/xfer/tests.sh SH 2000,2001 +./bin/tests/system/xferquota/clean.sh SH 2000,2001 +./bin/tests/system/xferquota/ns1/.cvsignore X 2000,2001 +./bin/tests/system/xferquota/ns1/changing1.db ZONE 2000,2001 +./bin/tests/system/xferquota/ns1/changing2.db ZONE 2000,2001 +./bin/tests/system/xferquota/ns1/named.conf CONF-C 2000,2001 +./bin/tests/system/xferquota/ns1/root.db ZONE 2000,2001 +./bin/tests/system/xferquota/ns2/.cvsignore X 2000,2001 +./bin/tests/system/xferquota/ns2/example.db ZONE 2000,2001 +./bin/tests/system/xferquota/ns2/named.conf CONF-C 2000,2001 +./bin/tests/system/xferquota/ns2/root.hint ZONE 2000,2001 +./bin/tests/system/xferquota/setup.pl PERL 2000,2001 +./bin/tests/system/xferquota/setup.sh SH 2000,2001 +./bin/tests/system/xferquota/tests.sh SH 2000,2001 +./bin/tests/t_api.pl PERL 1999,2000,2001 +./bin/tests/task_test.c C 1998,1999,2000,2001 +./bin/tests/tasks/.cvsignore X 1999,2000,2001 +./bin/tests/tasks/Makefile.in MAKE 1998,1999,2000,2001 +./bin/tests/tasks/t_tasks.c C 1998,1999,2000,2001 +./bin/tests/timer_test.c C 1998,1999,2000,2001 +./bin/tests/timers/.cvsignore X 1999,2000,2001 +./bin/tests/timers/Makefile.in MAKE 1999,2000,2001 +./bin/tests/timers/t_timers.c C 1999,2000,2001 +./bin/tests/tkey_test.c C 1999,2000,2001 +./bin/tests/wire_test.c C 1999,2000,2001 +./bin/tests/wire_test.data X 1999,2000,2001 +./bin/tests/wire_test.data2 X 1999,2000,2001 +./bin/tests/wire_test.data3 X 1999,2000,2001 +./bin/tests/wire_test.data4 X 1999,2000,2001 +./bin/tests/zone_test.c C 1999,2000,2001 +./config.guess X 1999,2000,2001 +./config.h.in X 1999,2000,2001 +./config.h.win32 X 1999,2000,2001 +./config.status.win32 X 1999,2000,2001 +./config.sub X 1999,2000,2001 +./configure X 1998,1999,2000,2001 +./configure.in SH 1998,1999,2000,2001 +./conftools/perllib/dnsconf/DNSConf-macros.h C 2000,2001 +./conftools/perllib/dnsconf/DNSConf.i C 2000,2001 +./conftools/perllib/dnsconf/Makefile.PL PERL 2000,2001 +./conftools/perllib/dnsconf/named1.conf CONF-C 2000,2001 +./conftools/perllib/dnsconf/test.pl PERL 2000,2001 +./contrib/.cvsignore X 2000,2001 +./contrib/idn/mdnkit/ChangeLog X 2000,2001 +./contrib/idn/mdnkit/LICENSE.txt X 2000,2001 +./contrib/idn/mdnkit/Makefile.in X 2000,2001 +./contrib/idn/mdnkit/NEWS X 2000,2001 +./contrib/idn/mdnkit/README X 2000,2001 +./contrib/idn/mdnkit/README.ja X 2000,2001 +./contrib/idn/mdnkit/acconfig.h X 2000,2001 +./contrib/idn/mdnkit/aclocal.m4 X 2000,2001 +./contrib/idn/mdnkit/config.guess X 2000,2001 +./contrib/idn/mdnkit/config.sub X 2000,2001 +./contrib/idn/mdnkit/configure X 2000,2001 +./contrib/idn/mdnkit/configure.in X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/Makefile.in X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/dnsproxy.8.in X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/dnsproxy.conf.sample X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/dnsproxy.def X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/dnsproxy.h X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/logging.c X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/message.c X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/os2main.c X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/proxycnf.c X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/proxycnf.h X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/server.c X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/translate.c X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/unxmain.c X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/winmain.c X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/winserv.c X 2000,2001 +./contrib/idn/mdnkit/dnsproxy/winserv.h X 2000,2001 +./contrib/idn/mdnkit/include/Makefile.in X 2000,2001 +./contrib/idn/mdnkit/include/config.h X 2000,2001 +./contrib/idn/mdnkit/include/config.h.in X 2000,2001 +./contrib/idn/mdnkit/include/config.h.os2 X 2000,2001 +./contrib/idn/mdnkit/include/config.h.win X 2000,2001 +./contrib/idn/mdnkit/include/mdn/Makefile.in X 2000,2001 +./contrib/idn/mdnkit/include/mdn/assert.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/brace.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/converter.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/debug.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/dn.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/lace.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/localencoding.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/log.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/logmacro.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/msgheader.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/msgtrans.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/normalizer.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/race.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/res.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/resconf.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/result.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/selectiveencode.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/strhash.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/translator.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/unicode.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/unormalize.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/utf5.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/utf8.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/util.h X 2000,2001 +./contrib/idn/mdnkit/include/mdn/zldrule.h X 2000,2001 +./contrib/idn/mdnkit/install-sh X 2000,2001 +./contrib/idn/mdnkit/lib/Makefile.in X 2000,2001 +./contrib/idn/mdnkit/lib/README X 2000,2001 +./contrib/idn/mdnkit/lib/brace.c X 2000,2001 +./contrib/idn/mdnkit/lib/converter.c X 2000,2001 +./contrib/idn/mdnkit/lib/debug.c X 2000,2001 +./contrib/idn/mdnkit/lib/dn.c X 2000,2001 +./contrib/idn/mdnkit/lib/lace.c X 2000,2001 +./contrib/idn/mdnkit/lib/localencoding.c X 2000,2001 +./contrib/idn/mdnkit/lib/log.c X 2000,2001 +./contrib/idn/mdnkit/lib/mdnres.conf.sample X 2000,2001 +./contrib/idn/mdnkit/lib/msgheader.c X 2000,2001 +./contrib/idn/mdnkit/lib/msgtrans.c X 2000,2001 +./contrib/idn/mdnkit/lib/normalizer.c X 2000,2001 +./contrib/idn/mdnkit/lib/race.c X 2000,2001 +./contrib/idn/mdnkit/lib/res.c X 2000,2001 +./contrib/idn/mdnkit/lib/resconf.c X 2000,2001 +./contrib/idn/mdnkit/lib/result.c X 2000,2001 +./contrib/idn/mdnkit/lib/selectiveencode.c X 2000,2001 +./contrib/idn/mdnkit/lib/strhash.c X 2000,2001 +./contrib/idn/mdnkit/lib/translator.c X 2000,2001 +./contrib/idn/mdnkit/lib/unicode.c X 2000,2001 +./contrib/idn/mdnkit/lib/unicodedata.c X 2000,2001 +./contrib/idn/mdnkit/lib/unormalize.c X 2000,2001 +./contrib/idn/mdnkit/lib/utf5.c X 2000,2001 +./contrib/idn/mdnkit/lib/utf8.c X 2000,2001 +./contrib/idn/mdnkit/lib/util.c X 2000,2001 +./contrib/idn/mdnkit/lib/zldrule.c X 2000,2001 +./contrib/idn/mdnkit/libtool X 2000,2001 +./contrib/idn/mdnkit/ltconfig X 2000,2001 +./contrib/idn/mdnkit/ltmain.sh X 2000,2001 +./contrib/idn/mdnkit/man/Makefile.in X 2000,2001 +./contrib/idn/mdnkit/man/mdnres.conf.5.in X 2000,2001 +./contrib/idn/mdnkit/patch/bind9/patch.configure X 2000,2001 +./contrib/idn/mdnkit/patch/bind9/patch.most X 2000,2001 +./contrib/idn/mdnkit/tools/Makefile.in X 2000,2001 +./contrib/idn/mdnkit/tools/mdnconv/Makefile.in X 2000,2001 +./contrib/idn/mdnkit/tools/mdnconv/README.ja X 2000,2001 +./contrib/idn/mdnkit/tools/mdnconv/mdnconv.1 X 2000,2001 +./contrib/idn/mdnkit/tools/mdnconv/mdnconv.c X 2000,2001 +./contrib/idn/mdnkit/tools/mdnconv/util.c X 2000,2001 +./contrib/idn/mdnkit/tools/mdnconv/util.h X 2000,2001 +./contrib/idn/mdnkit/tools/rpm/dnsproxy.init X 2000,2001 +./contrib/idn/mdnkit/tools/rpm/mdnkit.spec X 2000,2001 +./contrib/idn/mdnkit/tools/runmdn/Makefile.in X 2000,2001 +./contrib/idn/mdnkit/tools/runmdn/ns_name.c X 2000,2001 +./contrib/idn/mdnkit/tools/runmdn/res_comp.c X 2000,2001 +./contrib/idn/mdnkit/tools/runmdn/runmdn.1 X 2000,2001 +./contrib/idn/mdnkit/tools/runmdn/runmdn.in X 2000,2001 +./contrib/idn/mdnkit/util/generate_normalize_data.pl X 2000,2001 +./contrib/linux/coredump-patch X 2000,2001 +./contrib/named-bootconf/named-bootconf.sh SH.PORTION 1999,2000,2001 +./contrib/nanny/nanny.pl PERL 2000,2001 +./contrib/sdb/dirdb.c C 2000,2001 +./contrib/sdb/dirdb.h C 2000,2001 +./contrib/sdb/lookup.tcl TCL 2000,2001 +./contrib/sdb/pgsqldb.c C 2000,2001 +./contrib/sdb/pgsqldb.h C 2000,2001 +./contrib/sdb/tcldb.c C 2000,2001 +./contrib/sdb/tcldb.h C 2000,2001 +./contrib/sdb/timedb.c C 2000,2001 +./contrib/sdb/timedb.h C 2000,2001 +./contrib/sdb/zonetodb.c C 2000,2001 +./doc/.cvsignore X 2000,2001 +./doc/Makefile.in MAKE 2000,2001 +./doc/arm/.cvsignore X 2000,2001 +./doc/arm/Bv9ARM-book.xml X 2000,2001 +./doc/arm/Bv9ARM.ch01.html X 2000,2001 +./doc/arm/Bv9ARM.ch02.html X 2000,2001 +./doc/arm/Bv9ARM.ch03.html X 2000,2001 +./doc/arm/Bv9ARM.ch04.html X 2000,2001 +./doc/arm/Bv9ARM.ch05.html X 2000,2001 +./doc/arm/Bv9ARM.ch06.html X 2000,2001 +./doc/arm/Bv9ARM.ch07.html X 2000,2001 +./doc/arm/Bv9ARM.ch08.html X 2000,2001 +./doc/arm/Bv9ARM.ch09.html X 2000,2001 +./doc/arm/Bv9ARM.html X 2000,2001 +./doc/arm/README-SGML TXT.BRIEF 2000,2001 +./doc/arm/catalog.in X 2000,2001 +./doc/arm/genhtml.sh.in SH 2000,2001 +./doc/arm/isc.color.gif X 2000,2001 +./doc/arm/nominum-docbook-html.dsl.in X 2000,2001 +./doc/arm/validate.sh.in SH 2000,2001 +./doc/design/addressdb TXT.BRIEF 2000,2001 +./doc/design/compression TXT.BRIEF 1999,2000,2001 +./doc/design/database TXT.BRIEF 1999,2000,2001 +./doc/design/db_rules TXT.BRIEF 1999,2000,2001 +./doc/design/decompression TXT.BRIEF 1999,2000,2001 +./doc/design/dispatch TXT.BRIEF 2000,2001 +./doc/design/logging TXT.BRIEF 1999,2000,2001 +./doc/design/lwres TXT.BRIEF 2000,2001 +./doc/design/ncache TXT.BRIEF 1999,2000,2001 +./doc/design/omapi TXT.BRIEF 1999,2000,2001 +./doc/design/rdataset TXT.BRIEF 1999,2000,2001 +./doc/design/red-black TXT.BRIEF 1999,2000,2001 +./doc/design/resolver TXT.BRIEF 1999,2000,2001 +./doc/design/search TXT.BRIEF 1999,2000,2001 +./doc/design/tasks TXT.BRIEF 1999,2000,2001 +./doc/design/windows-nt TXT.BRIEF 1999,2000,2001 +./doc/design/zone TXT.BRIEF 1999,2000,2001 +./doc/dev/DBC TXT.BRIEF 1999,2000,2001 +./doc/dev/coding.html HTML 1999,2000,2001 +./doc/dev/cvs TXT.BRIEF 2000,2001 +./doc/dev/magic_numbers TXT.BRIEF 1999,2000,2001 +./doc/dev/rdata.html HTML 1999,2000,2001 +./doc/dev/release TXT.BRIEF 2000,2001 +./doc/dev/results TXT.BRIEF 1999,2000,2001 +./doc/dev/roadmap TXT.BRIEF 2000,2001 +./doc/dev/tests TXT.BRIEF 2000,2001 +./doc/dev/unexpected TXT.BRIEF 1999,2000,2001 +./doc/man/bin/dig.1 MAN 2000,2001 +./doc/man/bin/host.1 MAN 2000,2001 +./doc/man/bin/lwresd.8 MAN 2000,2001 +./doc/man/bin/named-checkconf.1 MAN 2000,2001 +./doc/man/bin/named-checkzone.1 MAN 2000,2001 +./doc/man/bin/named.8 MAN 2000,2001 +./doc/man/bin/nsupdate.8 MAN 2000,2001 +./doc/man/bin/resolver.5 MAN 2000,2001 +./doc/man/bin/rndc.8 MAN 2000,2001 +./doc/man/bin/rndc.conf.5 MAN 2000,2001 +./doc/man/ctoman SH 2000,2001 +./doc/man/dnssec/dnssec-keygen.8 MAN 2000,2001 +./doc/man/dnssec/dnssec-makekeyset.8 MAN 2000,2001 +./doc/man/dnssec/dnssec-signkey.8 MAN 2000,2001 +./doc/man/dnssec/dnssec-signzone.8 MAN 2000,2001 +./doc/man/isc/isc__errno2result.3 MAN 2000,2001 +./doc/man/isc/isc_app.3 MAN 2000,2001 +./doc/man/isc/isc_app_finish.3 MAN 2000,2001 +./doc/man/isc/isc_app_onrun.3 MAN 2000,2001 +./doc/man/isc/isc_app_reload.3 MAN 2000,2001 +./doc/man/isc/isc_app_run.3 MAN 2000,2001 +./doc/man/isc/isc_app_shutdown.3 MAN 2000,2001 +./doc/man/isc/isc_app_start.3 MAN 2000,2001 +./doc/man/isc/isc_dir.3 MAN 2000,2001 +./doc/man/isc/isc_dir_chdir.3 MAN 2000,2001 +./doc/man/isc/isc_dir_close.3 MAN 2000,2001 +./doc/man/isc/isc_dir_init.3 MAN 2000,2001 +./doc/man/isc/isc_dir_open.3 MAN 2000,2001 +./doc/man/isc/isc_dir_read.3 MAN 2000,2001 +./doc/man/isc/isc_dir_reset.3 MAN 2000,2001 +./doc/man/isc/isc_error.3 MAN 2000,2001 +./doc/man/isc/isc_file.3 MAN 2000,2001 +./doc/man/isc/isc_file_getmodtime.3 MAN 2000,2001 +./doc/man/isc/isc_file_mktemplate.3 MAN 2000,2001 +./doc/man/isc/isc_file_openunique.3 MAN 2000,2001 +./doc/man/isc/isc_file_remove.3 MAN 2000,2001 +./doc/man/isc/isc_file_settime.3 MAN 2000,2001 +./doc/man/isc/isc_interfaceiter_create.3 MAN 2000,2001 +./doc/man/isc/isc_interfaceiter_current.3 MAN 2000,2001 +./doc/man/isc/isc_interfaceiter_destroy.3 MAN 2000,2001 +./doc/man/isc/isc_interfaceiter_first.3 MAN 2000,2001 +./doc/man/isc/isc_interfaceiter_next.3 MAN 2000,2001 +./doc/man/isc/isc_interval_iszero.3 MAN 2000,2001 +./doc/man/isc/isc_ipproto.3 MAN 2000,2001 +./doc/man/isc/isc_net_probeipv4.3 MAN 2000,2001 +./doc/man/isc/isc_net_probeipv6.3 MAN 2000,2001 +./doc/man/isc/isc_netif.3 MAN 2000,2001 +./doc/man/isc/isc_socket.3 MAN 2000,2001 +./doc/man/isc/isc_socket_accept.3 MAN 2000,2001 +./doc/man/isc/isc_socket_attach.3 MAN 2000,2001 +./doc/man/isc/isc_socket_bind.3 MAN 2000,2001 +./doc/man/isc/isc_socket_cancel.3 MAN 2000,2001 +./doc/man/isc/isc_socket_connect.3 MAN 2000,2001 +./doc/man/isc/isc_socket_create.3 MAN 2000,2001 +./doc/man/isc/isc_socket_detach.3 MAN 2000,2001 +./doc/man/isc/isc_socket_getpeername.3 MAN 2000,2001 +./doc/man/isc/isc_socket_getsockname.3 MAN 2000,2001 +./doc/man/isc/isc_socket_gettype.3 MAN 2000,2001 +./doc/man/isc/isc_socket_isbound.3 MAN 2000,2001 +./doc/man/isc/isc_socket_listen.3 MAN 2000,2001 +./doc/man/isc/isc_socket_recv.3 MAN 2000,2001 +./doc/man/isc/isc_socket_recvmark.3 MAN 2000,2001 +./doc/man/isc/isc_socket_recvv.3 MAN 2000,2001 +./doc/man/isc/isc_socket_send.3 MAN 2000,2001 +./doc/man/isc/isc_socket_sendmark.3 MAN 2000,2001 +./doc/man/isc/isc_socket_sendto.3 MAN 2000,2001 +./doc/man/isc/isc_socket_sendtov.3 MAN 2000,2001 +./doc/man/isc/isc_socket_sendv.3 MAN 2000,2001 +./doc/man/isc/isc_socketmgr_create.3 MAN 2000,2001 +./doc/man/isc/isc_socketmgr_destroy.3 MAN 2000,2001 +./doc/man/isc/isc_stdio.3 MAN 2000,2001 +./doc/man/isc/isc_stdio_close.3 MAN 2000,2001 +./doc/man/isc/isc_stdio_flush.3 MAN 2000,2001 +./doc/man/isc/isc_stdio_open.3 MAN 2000,2001 +./doc/man/isc/isc_stdio_read.3 MAN 2000,2001 +./doc/man/isc/isc_stdio_seek.3 MAN 2000,2001 +./doc/man/isc/isc_stdio_sync.3 MAN 2000,2001 +./doc/man/isc/isc_stdio_write.3 MAN 2000,2001 +./doc/man/isc/isc_stdtime.3 MAN 2000,2001 +./doc/man/isc/isc_stdtime_get.3 MAN 2000,2001 +./doc/man/isc/isc_time.3 MAN 2000,2001 +./doc/man/isc/isc_time_add.3 MAN 2000,2001 +./doc/man/isc/isc_time_compare.3 MAN 2000,2001 +./doc/man/isc/isc_time_isepoch.3 MAN 2000,2001 +./doc/man/isc/isc_time_microdiff.3 MAN 2000,2001 +./doc/man/isc/isc_time_nanoseconds.3 MAN 2000,2001 +./doc/man/isc/isc_time_now.3 MAN 2000,2001 +./doc/man/isc/isc_time_nowplusinterval.3 MAN 2000,2001 +./doc/man/isc/isc_time_seconds.3 MAN 2000,2001 +./doc/man/isc/isc_time_secondsastimet.3 MAN 2000,2001 +./doc/man/isc/isc_time_set.3 MAN 2000,2001 +./doc/man/isc/isc_time_settoepoch.3 MAN 2000,2001 +./doc/man/isc/isc_time_subtract.3 MAN 2000,2001 +./doc/man/lwres/lwres.3 MAN 2000,2001 +./doc/man/lwres/lwres_addr_parse.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_add.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_back.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_clear.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_first.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_forward.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_getmem.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_getuint16.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_getuint32.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_getuint8.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_init.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_invalidate.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_putmem.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_putuint16.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_putuint32.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_putuint8.3 MAN 2000,2001 +./doc/man/lwres/lwres_buffer_subtract.3 MAN 2000,2001 +./doc/man/lwres/lwres_conf_clear.3 MAN 2000,2001 +./doc/man/lwres/lwres_conf_get.3 MAN 2000,2001 +./doc/man/lwres/lwres_conf_init.3 MAN 2000,2001 +./doc/man/lwres/lwres_conf_parse.3 MAN 2000,2001 +./doc/man/lwres/lwres_conf_print.3 MAN 2000,2001 +./doc/man/lwres/lwres_config.3 MAN 2000,2001 +./doc/man/lwres/lwres_context.3 MAN 2000,2001 +./doc/man/lwres/lwres_context_allocmem.3 MAN 2000,2001 +./doc/man/lwres/lwres_context_create.3 MAN 2000,2001 +./doc/man/lwres/lwres_context_destroy.3 MAN 2000,2001 +./doc/man/lwres/lwres_context_freemem.3 MAN 2000,2001 +./doc/man/lwres/lwres_context_initserial.3 MAN 2000,2001 +./doc/man/lwres/lwres_context_nextserial.3 MAN 2000,2001 +./doc/man/lwres/lwres_context_sendrecv.3 MAN 2000,2001 +./doc/man/lwres/lwres_endhostent.3 MAN 2000,2001 +./doc/man/lwres/lwres_endhostent_r.3 MAN 2000,2001 +./doc/man/lwres/lwres_freeaddrinfo.3 MAN 2000,2001 +./doc/man/lwres/lwres_freehostent.3 MAN 2000,2001 +./doc/man/lwres/lwres_gabn.3 MAN 2000,2001 +./doc/man/lwres/lwres_gabnrequest_free.3 MAN 2000,2001 +./doc/man/lwres/lwres_gabnrequest_parse.3 MAN 2000,2001 +./doc/man/lwres/lwres_gabnrequest_render.3 MAN 2000,2001 +./doc/man/lwres/lwres_gabnresponse_free.3 MAN 2000,2001 +./doc/man/lwres/lwres_gabnresponse_parse.3 MAN 2000,2001 +./doc/man/lwres/lwres_gabnresponse_render.3 MAN 2000,2001 +./doc/man/lwres/lwres_gai_strerror.3 MAN 2000,2001 +./doc/man/lwres/lwres_getaddrinfo.3 MAN 2000,2001 +./doc/man/lwres/lwres_getaddrsbyname.3 MAN 2000,2001 +./doc/man/lwres/lwres_gethostbyaddr.3 MAN 2000,2001 +./doc/man/lwres/lwres_gethostbyaddr_r.3 MAN 2000,2001 +./doc/man/lwres/lwres_gethostbyname.3 MAN 2000,2001 +./doc/man/lwres/lwres_gethostbyname2.3 MAN 2000,2001 +./doc/man/lwres/lwres_gethostbyname_r.3 MAN 2000,2001 +./doc/man/lwres/lwres_gethostent.3 MAN 2000,2001 +./doc/man/lwres/lwres_gethostent_r.3 MAN 2000,2001 +./doc/man/lwres/lwres_getipnode.3 MAN 2000,2001 +./doc/man/lwres/lwres_getipnodebyaddr.3 MAN 2000,2001 +./doc/man/lwres/lwres_getipnodebyname.3 MAN 2000,2001 +./doc/man/lwres/lwres_getnamebyaddr.3 MAN 2000,2001 +./doc/man/lwres/lwres_getnameinfo.3 MAN 2000,2001 +./doc/man/lwres/lwres_getrrsetbyname.3 MAN 2000,2001 +./doc/man/lwres/lwres_gnba.3 MAN 2000,2001 +./doc/man/lwres/lwres_gnbarequest_free.3 MAN 2000,2001 +./doc/man/lwres/lwres_gnbarequest_parse.3 MAN 2000,2001 +./doc/man/lwres/lwres_gnbarequest_render.3 MAN 2000,2001 +./doc/man/lwres/lwres_gnbaresponse_free.3 MAN 2000,2001 +./doc/man/lwres/lwres_gnbaresponse_parse.3 MAN 2000,2001 +./doc/man/lwres/lwres_gnbaresponse_render.3 MAN 2000,2001 +./doc/man/lwres/lwres_herror.3 MAN 2000,2001 +./doc/man/lwres/lwres_hstrerror.3 MAN 2000,2001 +./doc/man/lwres/lwres_inetntop.3 MAN 2000,2001 +./doc/man/lwres/lwres_lwpacket_parseheader.3 MAN 2000,2001 +./doc/man/lwres/lwres_lwpacket_renderheader.3 MAN 2000,2001 +./doc/man/lwres/lwres_net_ntop.3 MAN 2000,2001 +./doc/man/lwres/lwres_noop.3 MAN 2000,2001 +./doc/man/lwres/lwres_nooprequest_free.3 MAN 2000,2001 +./doc/man/lwres/lwres_nooprequest_parse.3 MAN 2000,2001 +./doc/man/lwres/lwres_nooprequest_render.3 MAN 2000,2001 +./doc/man/lwres/lwres_noopresponse_free.3 MAN 2000,2001 +./doc/man/lwres/lwres_noopresponse_parse.3 MAN 2000,2001 +./doc/man/lwres/lwres_noopresponse_render.3 MAN 2000,2001 +./doc/man/lwres/lwres_packet.3 MAN 2000,2001 +./doc/man/lwres/lwres_resutil.3 MAN 2000,2001 +./doc/man/lwres/lwres_sethostent.3 MAN 2000,2001 +./doc/man/lwres/lwres_sethostent_r.3 MAN 2000,2001 +./doc/man/lwres/lwres_string_parse.3 MAN 2000,2001 +./doc/misc/dnssec TXT.BRIEF 2000,2001 +./doc/misc/ipv6 TXT.BRIEF 2000,2001 +./doc/misc/migration TXT.BRIEF 2000,2001 +./doc/misc/options TXT.BRIEF 2000,2001 +./doc/misc/sdb TXT.BRIEF 2000,2001 +./doc/private/CHANGES X 2000,2001 +./doc/private/options TXT.BRIEF 2000,2001 +./doc/todo/brister/todo X 2000,2001 +./doc/todo/bwelling/todo X 2000,2001 +./doc/todo/drc/todo X 2000,2001 +./doc/todo/explorer/todo X 2000,2001 +./doc/todo/gson/todo X 2000,2001 +./doc/todo/jim/todo X 2000,2001 +./doc/todo/marka/todo X 2000,2001 +./doc/todo/mws/todo X 2000,2001 +./doc/todo/tale/todo X 2000,2001 +./doc/todo/unassigned X 2000,2001 +./install-sh X 1999,2000,2001 +./isc-config.sh.in SH 2000,2001 +./lib/.cvsignore X 1999,2000,2001 +./lib/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/.cvsignore X 1999,2000,2001 +./lib/dns/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/a6.c C 1999,2000,2001 +./lib/dns/acl.c C 1999,2000,2001 +./lib/dns/adb.c C 1999,2000,2001 +./lib/dns/api X 1999,2000,2001 +./lib/dns/byaddr.c C 2000,2001 +./lib/dns/cache.c C 1999,2000,2001 +./lib/dns/callbacks.c C 1999,2000,2001 +./lib/dns/compress.c C 1999,2000,2001 +./lib/dns/config/.cvsignore X 1999,2000,2001 +./lib/dns/config/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/config/confacl.c C 1999,2000,2001 +./lib/dns/config/confcache.c C 1999,2000,2001 +./lib/dns/config/confcommon.c C 1999,2000,2001 +./lib/dns/config/confctl.c C 1999,2000,2001 +./lib/dns/config/confctx.c C 1999,2000,2001 +./lib/dns/config/confip.c C 1999,2000,2001 +./lib/dns/config/confkeys.c C 1999,2000,2001 +./lib/dns/config/conflog.c C 1999,2000,2001 +./lib/dns/config/conflsn.c C 1999,2000,2001 +./lib/dns/config/conflwres.c C 2000,2001 +./lib/dns/config/confndc.c C 2000,2001 +./lib/dns/config/confparser.y.dirty YACC 1996,1997,1998,1999,2000,2001 +./lib/dns/config/confpvt.h C 1999,2000,2001 +./lib/dns/config/confresolv.c C 1999,2000,2001 +./lib/dns/config/confrrset.c C 1999,2000,2001 +./lib/dns/config/confview.c C 1999,2000,2001 +./lib/dns/config/confzone.c C 1999,2000,2001 +./lib/dns/db.c C 1999,2000,2001 +./lib/dns/dbiterator.c C 1999,2000,2001 +./lib/dns/dbtable.c C 1999,2000,2001 +./lib/dns/diff.c C 2000,2001 +./lib/dns/dispatch.c C 1999,2000,2001 +./lib/dns/dnssec.c C 1999,2000,2001 +./lib/dns/forward.c C 2000,2001 +./lib/dns/gen-unix.h C 1999,2000,2001 +./lib/dns/gen-win32.h C 1999,2000,2001 +./lib/dns/gen.c C 1998,1999,2000,2001 +./lib/dns/include/.cvsignore X 1999,2000,2001 +./lib/dns/include/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/include/dns/.cvsignore X 1999,2000,2001 +./lib/dns/include/dns/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/include/dns/a6.h C 1999,2000,2001 +./lib/dns/include/dns/acl.h C 1999,2000,2001 +./lib/dns/include/dns/adb.h C 1999,2000,2001 +./lib/dns/include/dns/bit.h C 2000,2001 +./lib/dns/include/dns/byaddr.h C 2000,2001 +./lib/dns/include/dns/cache.h C 1999,2000,2001 +./lib/dns/include/dns/callbacks.h C 1999,2000,2001 +./lib/dns/include/dns/cert.h C 1999,2000,2001 +./lib/dns/include/dns/compress.h C 1999,2000,2001 +./lib/dns/include/dns/confacl.h C 1999,2000,2001 +./lib/dns/include/dns/confcache.h C 1999,2000,2001 +./lib/dns/include/dns/confcommon.h C 1999,2000,2001 +./lib/dns/include/dns/confctl.h C 1999,2000,2001 +./lib/dns/include/dns/confctx.h C 1999,2000,2001 +./lib/dns/include/dns/confip.h C 1999,2000,2001 +./lib/dns/include/dns/confkeys.h C 1999,2000,2001 +./lib/dns/include/dns/conflog.h C 1999,2000,2001 +./lib/dns/include/dns/conflsn.h C 1999,2000,2001 +./lib/dns/include/dns/conflwres.h C 2000,2001 +./lib/dns/include/dns/confndc.h C 2000,2001 +./lib/dns/include/dns/confparser.h C 1999,2000,2001 +./lib/dns/include/dns/confresolv.h C 1999,2000,2001 +./lib/dns/include/dns/confrrset.h C 1999,2000,2001 +./lib/dns/include/dns/confview.h C 1999,2000,2001 +./lib/dns/include/dns/confzone.h C 1999,2000,2001 +./lib/dns/include/dns/db.h C 1999,2000,2001 +./lib/dns/include/dns/dbiterator.h C 1999,2000,2001 +./lib/dns/include/dns/dbtable.h C 1999,2000,2001 +./lib/dns/include/dns/diff.h C 2000,2001 +./lib/dns/include/dns/dispatch.h C 1999,2000,2001 +./lib/dns/include/dns/dnssec.h C 1999,2000,2001 +./lib/dns/include/dns/events.h C 1999,2000,2001 +./lib/dns/include/dns/fixedname.h C 1999,2000,2001 +./lib/dns/include/dns/forward.h C 2000,2001 +./lib/dns/include/dns/journal.h C 1999,2000,2001 +./lib/dns/include/dns/keyflags.h C 1999,2000,2001 +./lib/dns/include/dns/keytable.h C 2000,2001 +./lib/dns/include/dns/keyvalues.h C 1999,2000,2001 +./lib/dns/include/dns/lib.h C 1999,2000,2001 +./lib/dns/include/dns/log.h C 1999,2000,2001 +./lib/dns/include/dns/lookup.h C 2000,2001 +./lib/dns/include/dns/master.h C 1999,2000,2001 +./lib/dns/include/dns/masterdump.h C 1999,2000,2001 +./lib/dns/include/dns/message.h C 1999,2000,2001 +./lib/dns/include/dns/name.h C 1998,1999,2000,2001 +./lib/dns/include/dns/namedconf.h C 1999,2000,2001 +./lib/dns/include/dns/ncache.h C 1999,2000,2001 +./lib/dns/include/dns/nxt.h C 1999,2000,2001 +./lib/dns/include/dns/opt.h C 2000,2001 +./lib/dns/include/dns/peer.h C 2000,2001 +./lib/dns/include/dns/rbt.h C 1999,2000,2001 +./lib/dns/include/dns/rcode.h C 1999,2000,2001 +./lib/dns/include/dns/rdata.h C 1998,1999,2000,2001 +./lib/dns/include/dns/rdataclass.h C 1998,1999,2000,2001 +./lib/dns/include/dns/rdatalist.h C 1999,2000,2001 +./lib/dns/include/dns/rdataset.h C 1999,2000,2001 +./lib/dns/include/dns/rdatasetiter.h C 1999,2000,2001 +./lib/dns/include/dns/rdataslab.h C 1999,2000,2001 +./lib/dns/include/dns/rdatatype.h C 1998,1999,2000,2001 +./lib/dns/include/dns/request.h C 2000,2001 +./lib/dns/include/dns/resolver.h C 1999,2000,2001 +./lib/dns/include/dns/result.h C 1998,1999,2000,2001 +./lib/dns/include/dns/rootns.h C 1999,2000,2001 +./lib/dns/include/dns/sdb.h C 2000,2001 +./lib/dns/include/dns/secalg.h C 1999,2000,2001 +./lib/dns/include/dns/secproto.h C 1999,2000,2001 +./lib/dns/include/dns/ssu.h C 2000,2001 +./lib/dns/include/dns/stats.h C 2000,2001 +./lib/dns/include/dns/tcpmsg.h C 1999,2000,2001 +./lib/dns/include/dns/time.h C 1999,2000,2001 +./lib/dns/include/dns/timer.h C 2000,2001 +./lib/dns/include/dns/tkey.h C 1999,2000,2001 +./lib/dns/include/dns/tsig.h C 1999,2000,2001 +./lib/dns/include/dns/ttl.h C 1999,2000,2001 +./lib/dns/include/dns/types.h C 1998,1999,2000,2001 +./lib/dns/include/dns/validator.h C 2000,2001 +./lib/dns/include/dns/view.h C 1999,2000,2001 +./lib/dns/include/dns/xfrin.h C 1999,2000,2001 +./lib/dns/include/dns/zone.h C 1999,2000,2001 +./lib/dns/include/dns/zt.h C 1999,2000,2001 +./lib/dns/journal.c C 1999,2000,2001 +./lib/dns/keytable.c C 2000,2001 +./lib/dns/lib.c C 1999,2000,2001 +./lib/dns/log.c C 1999,2000,2001 +./lib/dns/lookup.c C 2000,2001 +./lib/dns/master.c C 1999,2000,2001 +./lib/dns/masterdump.c C 1999,2000,2001 +./lib/dns/message.c C 1999,2000,2001 +./lib/dns/name.c C 1998,1999,2000,2001 +./lib/dns/ncache.c C 1999,2000,2001 +./lib/dns/nxt.c C 1999,2000,2001 +./lib/dns/opt.c C 2000,2001 +./lib/dns/peer.c C 2000,2001 +./lib/dns/rbt.c C 1999,2000,2001 +./lib/dns/rbtdb.c C 1999,2000,2001 +./lib/dns/rbtdb.h C 1999,2000,2001 +./lib/dns/rbtdb64.c C 1999,2000,2001 +./lib/dns/rbtdb64.h C 1999,2000,2001 +./lib/dns/rdata.c C 1998,1999,2000,2001 +./lib/dns/rdata/any_255/tsig_250.c C 1999,2000,2001 +./lib/dns/rdata/any_255/tsig_250.h C 1999,2000,2001 +./lib/dns/rdata/generic/afsdb_18.c C 1999,2000,2001 +./lib/dns/rdata/generic/afsdb_18.h C 1999,2000,2001 +./lib/dns/rdata/generic/cert_37.c C 1999,2000,2001 +./lib/dns/rdata/generic/cert_37.h C 1999,2000,2001 +./lib/dns/rdata/generic/cname_5.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/cname_5.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/dname_39.c C 1999,2000,2001 +./lib/dns/rdata/generic/dname_39.h C 1999,2000,2001 +./lib/dns/rdata/generic/gpos_27.c C 1999,2000,2001 +./lib/dns/rdata/generic/gpos_27.h C 1999,2000,2001 +./lib/dns/rdata/generic/hinfo_13.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/hinfo_13.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/isdn_20.c C 1999,2000,2001 +./lib/dns/rdata/generic/isdn_20.h C 1999,2000,2001 +./lib/dns/rdata/generic/key_25.c C 1999,2000,2001 +./lib/dns/rdata/generic/key_25.h C 1999,2000,2001 +./lib/dns/rdata/generic/loc_29.c C 1999,2000,2001 +./lib/dns/rdata/generic/loc_29.h C 1999,2000,2001 +./lib/dns/rdata/generic/mb_7.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/mb_7.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/md_3.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/md_3.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/mf_4.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/mf_4.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/mg_8.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/mg_8.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/minfo_14.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/minfo_14.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/mr_9.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/mr_9.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/mx_15.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/mx_15.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/ns_2.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/ns_2.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/null_10.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/null_10.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/nxt_30.c C 1999,2000,2001 +./lib/dns/rdata/generic/nxt_30.h C 1999,2000,2001 +./lib/dns/rdata/generic/opt_41.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/opt_41.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/proforma.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/proforma.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/ptr_12.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/ptr_12.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/rp_17.c C 1999,2000,2001 +./lib/dns/rdata/generic/rp_17.h C 1999,2000,2001 +./lib/dns/rdata/generic/rt_21.c C 1999,2000,2001 +./lib/dns/rdata/generic/rt_21.h C 1999,2000,2001 +./lib/dns/rdata/generic/sig_24.c C 1999,2000,2001 +./lib/dns/rdata/generic/sig_24.h C 1999,2000,2001 +./lib/dns/rdata/generic/soa_6.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/soa_6.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/tkey_249.c C 1999,2000,2001 +./lib/dns/rdata/generic/tkey_249.h C 1999,2000,2001 +./lib/dns/rdata/generic/txt_16.c C 1998,1999,2000,2001 +./lib/dns/rdata/generic/txt_16.h C 1998,1999,2000,2001 +./lib/dns/rdata/generic/unspec_103.c C 1999,2000,2001 +./lib/dns/rdata/generic/unspec_103.h C 1999,2000,2001 +./lib/dns/rdata/generic/x25_19.c C 1999,2000,2001 +./lib/dns/rdata/generic/x25_19.h C 1999,2000,2001 +./lib/dns/rdata/hs_4/a_1.c C 1999,2000,2001 +./lib/dns/rdata/hs_4/a_1.h C 1999,2000,2001 +./lib/dns/rdata/in_1/a6_38.c C 1999,2000,2001 +./lib/dns/rdata/in_1/a6_38.h C 1999,2000,2001 +./lib/dns/rdata/in_1/a_1.c C 1998,1999,2000,2001 +./lib/dns/rdata/in_1/a_1.h C 1998,1999,2000,2001 +./lib/dns/rdata/in_1/aaaa_28.c C 1999,2000,2001 +./lib/dns/rdata/in_1/aaaa_28.h C 1999,2000,2001 +./lib/dns/rdata/in_1/kx_36.c C 1999,2000,2001 +./lib/dns/rdata/in_1/kx_36.h C 1999,2000,2001 +./lib/dns/rdata/in_1/naptr_35.c C 1999,2000,2001 +./lib/dns/rdata/in_1/naptr_35.h C 1999,2000,2001 +./lib/dns/rdata/in_1/nsap-ptr_23.c C 1999,2000,2001 +./lib/dns/rdata/in_1/nsap-ptr_23.h C 1999,2000,2001 +./lib/dns/rdata/in_1/nsap_22.c C 1999,2000,2001 +./lib/dns/rdata/in_1/nsap_22.h C 1999,2000,2001 +./lib/dns/rdata/in_1/px_26.c C 1999,2000,2001 +./lib/dns/rdata/in_1/px_26.h C 1999,2000,2001 +./lib/dns/rdata/in_1/srv_33.c C 1999,2000,2001 +./lib/dns/rdata/in_1/srv_33.h C 1999,2000,2001 +./lib/dns/rdata/in_1/wks_11.c C 1999,2000,2001 +./lib/dns/rdata/in_1/wks_11.h C 1999,2000,2001 +./lib/dns/rdata/rdatastructpre.h C 1999,2000,2001 +./lib/dns/rdata/rdatastructsuf.h C 1999,2000,2001 +./lib/dns/rdatalist.c C 1999,2000,2001 +./lib/dns/rdatalist_p.h C 2000,2001 +./lib/dns/rdataset.c C 1999,2000,2001 +./lib/dns/rdatasetiter.c C 1999,2000,2001 +./lib/dns/rdataslab.c C 1999,2000,2001 +./lib/dns/request.c C 2000,2001 +./lib/dns/resolver.c C 1999,2000,2001 +./lib/dns/result.c C 1998,1999,2000,2001 +./lib/dns/rootns.c C 1999,2000,2001 +./lib/dns/sdb.c C 2000,2001 +./lib/dns/sec/.cvsignore X 1999,2000,2001 +./lib/dns/sec/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/sec/dst/.cvsignore X 1999,2000,2001 +./lib/dns/sec/dst/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/sec/dst/dst_api.c C.NAI 1999,2000,2001 +./lib/dns/sec/dst/dst_internal.h C.NAI 2000,2001 +./lib/dns/sec/dst/dst_lib.c C 1999,2000,2001 +./lib/dns/sec/dst/dst_parse.c C.NAI 1999,2000,2001 +./lib/dns/sec/dst/dst_parse.h C.NAI 2000,2001 +./lib/dns/sec/dst/dst_result.c C 1999,2000,2001 +./lib/dns/sec/dst/gssapi_link.c C 2000,2001 +./lib/dns/sec/dst/gssapictx.c C 2000,2001 +./lib/dns/sec/dst/hmac_link.c C.NAI 1999,2000,2001 +./lib/dns/sec/dst/include/.cvsignore X 2000,2001 +./lib/dns/sec/dst/include/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/sec/dst/include/dst/.cvsignore X 2000,2001 +./lib/dns/sec/dst/include/dst/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/sec/dst/include/dst/dst.h C 2000,2001 +./lib/dns/sec/dst/include/dst/gssapi.h C 2000,2001 +./lib/dns/sec/dst/include/dst/lib.h C 1999,2000,2001 +./lib/dns/sec/dst/include/dst/result.h C 1999,2000,2001 +./lib/dns/sec/dst/openssl_link.c C.NAI 1999,2000,2001 +./lib/dns/sec/dst/openssldh_link.c C.NAI 1999,2000,2001 +./lib/dns/sec/dst/opensslrsa_link.c C 2000,2001 +./lib/dns/sec/openssl/.cvsignore X 1999,2000,2001 +./lib/dns/sec/openssl/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/sec/openssl/include/.cvsignore X 2000,2001 +./lib/dns/sec/openssl/include/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/sec/openssl/include/openssl/.cvsignore X 1999,2000,2001 +./lib/dns/sec/openssl/include/openssl/Makefile.in MAKE 1998,1999,2000,2001 +./lib/dns/sec/rename.h C 2000,2001 +./lib/dns/ssu.c C 2000,2001 +./lib/dns/stats.c C 2000,2001 +./lib/dns/tcpmsg.c C 1999,2000,2001 +./lib/dns/time.c C 1998,1999,2000,2001 +./lib/dns/timer.c C 2000,2001 +./lib/dns/tkey.c C 1999,2000,2001 +./lib/dns/tsig.c C 1999,2000,2001 +./lib/dns/ttl.c C 1999,2000,2001 +./lib/dns/validator.c C 2000,2001 +./lib/dns/version.c C 1998,1999,2000,2001 +./lib/dns/view.c C 1999,2000,2001 +./lib/dns/xfrin.c C 1999,2000,2001 +./lib/dns/zone.c C 1999,2000,2001 +./lib/dns/zt.c C 1999,2000,2001 +./lib/isc/.cvsignore X 1999,2000,2001 +./lib/isc/Makefile.in MAKE 1998,1999,2000,2001 +./lib/isc/api X 1999,2000,2001 +./lib/isc/assertions.c C 1997,1998,1999,2000,2001 +./lib/isc/base64.c C 1998,1999,2000,2001 +./lib/isc/bitstring.c C 1999,2000,2001 +./lib/isc/buffer.c C 1998,1999,2000,2001 +./lib/isc/bufferlist.c C 1999,2000,2001 +./lib/isc/commandline.c C.PORTION 1999,2000,2001 +./lib/isc/error.c C 1998,1999,2000,2001 +./lib/isc/event.c C 1998,1999,2000,2001 +./lib/isc/fsaccess.c C 2000,2001 +./lib/isc/heap.c C 1997,1998,1999,2000,2001 +./lib/isc/hex.c C 2000,2001 +./lib/isc/hmacmd5.c C 2000,2001 +./lib/isc/include/.cvsignore X 1999,2000,2001 +./lib/isc/include/Makefile.in MAKE 1998,1999,2000,2001 +./lib/isc/include/isc/.cvsignore X 1999,2000,2001 +./lib/isc/include/isc/Makefile.in MAKE 1998,1999,2000,2001 +./lib/isc/include/isc/assertions.h C 1997,1998,1999,2000,2001 +./lib/isc/include/isc/base64.h C 1999,2000,2001 +./lib/isc/include/isc/bitstring.h C 1999,2000,2001 +./lib/isc/include/isc/boolean.h C 1998,1999,2000,2001 +./lib/isc/include/isc/buffer.h C 1998,1999,2000,2001 +./lib/isc/include/isc/bufferlist.h C 1999,2000,2001 +./lib/isc/include/isc/commandline.h C 1999,2000,2001 +./lib/isc/include/isc/entropy.h C 2000,2001 +./lib/isc/include/isc/error.h C 1998,1999,2000,2001 +./lib/isc/include/isc/event.h C 1998,1999,2000,2001 +./lib/isc/include/isc/eventclass.h C 1998,1999,2000,2001 +./lib/isc/include/isc/file.h C 2000,2001 +./lib/isc/include/isc/formatcheck.h C 2000,2001 +./lib/isc/include/isc/fsaccess.h C 2000,2001 +./lib/isc/include/isc/heap.h C 1997,1998,1999,2000,2001 +./lib/isc/include/isc/hex.h C 2000,2001 +./lib/isc/include/isc/hmacmd5.h C 2000,2001 +./lib/isc/include/isc/interfaceiter.h C 1999,2000,2001 +./lib/isc/include/isc/ipv6.h C 1999,2000,2001 +./lib/isc/include/isc/lang.h C 1999,2000,2001 +./lib/isc/include/isc/lex.h C 1998,1999,2000,2001 +./lib/isc/include/isc/lfsr.h C 1999,2000,2001 +./lib/isc/include/isc/lib.h C 1999,2000,2001 +./lib/isc/include/isc/list.h C 1997,1998,1999,2000,2001 +./lib/isc/include/isc/log.h C 1999,2000,2001 +./lib/isc/include/isc/magic.h C 1999,2000,2001 +./lib/isc/include/isc/md5.h C 2000,2001 +./lib/isc/include/isc/mem.h C 1997,1998,1999,2000,2001 +./lib/isc/include/isc/msgcat.h C 1999,2000,2001 +./lib/isc/include/isc/msgs.h C 2000,2001 +./lib/isc/include/isc/mutexblock.h C 1999,2000,2001 +./lib/isc/include/isc/netaddr.h C 1998,1999,2000,2001 +./lib/isc/include/isc/ondestroy.h C 2000,2001 +./lib/isc/include/isc/os.h C 2000,2001 +./lib/isc/include/isc/platform.h.in C 1999,2000,2001 +./lib/isc/include/isc/print.h C 1999,2000,2001 +./lib/isc/include/isc/quota.h C 2000,2001 +./lib/isc/include/isc/random.h C 1999,2000,2001 +./lib/isc/include/isc/ratelimiter.h C 1999,2000,2001 +./lib/isc/include/isc/region.h C 1998,1999,2000,2001 +./lib/isc/include/isc/resource.h C 2000,2001 +./lib/isc/include/isc/result.h C 1998,1999,2000,2001 +./lib/isc/include/isc/resultclass.h C 1999,2000,2001 +./lib/isc/include/isc/rwlock.h C 1998,1999,2000,2001 +./lib/isc/include/isc/serial.h C 1999,2000,2001 +./lib/isc/include/isc/sha1.h C 2000,2001 +./lib/isc/include/isc/sockaddr.h C 1998,1999,2000,2001 +./lib/isc/include/isc/socket.h C 1998,1999,2000,2001 +./lib/isc/include/isc/stdio.h C 2000,2001 +./lib/isc/include/isc/string.h C 2000,2001 +./lib/isc/include/isc/symtab.h C 1996,1997,1998,1999,2000,2001 +./lib/isc/include/isc/task.h C 1998,1999,2000,2001 +./lib/isc/include/isc/taskpool.h C 1999,2000,2001 +./lib/isc/include/isc/timer.h C 1998,1999,2000,2001 +./lib/isc/include/isc/types.h C 1999,2000,2001 +./lib/isc/include/isc/util.h C 1998,1999,2000,2001 +./lib/isc/inet_aton.c C.PORTION 1996,1997,1998,1999,2000,2001 +./lib/isc/inet_ntop.c C 1996,1997,1998,1999,2000,2001 +./lib/isc/inet_pton.c C 1996,1997,1998,1999,2000,2001 +./lib/isc/lex.c C 1998,1999,2000,2001 +./lib/isc/lfsr.c C 1999,2000,2001 +./lib/isc/lib.c C 1999,2000,2001 +./lib/isc/log.c C 1999,2000,2001 +./lib/isc/md5.c C 2000,2001 +./lib/isc/mem.c C 1997,1998,1999,2000,2001 +./lib/isc/mutexblock.c C 1999,2000,2001 +./lib/isc/netaddr.c C 1999,2000,2001 +./lib/isc/nls/.cvsignore X 1999,2000,2001 +./lib/isc/nls/Makefile.in MAKE 1999,2000,2001 +./lib/isc/nls/msgcat.c C 1999,2000,2001 +./lib/isc/nothreads/.cvsignore X 2000,2001 +./lib/isc/nothreads/Makefile.in MAKE 2000,2001 +./lib/isc/nothreads/condition.c C 2000,2001 +./lib/isc/nothreads/include/.cvsignore X 2000,2001 +./lib/isc/nothreads/include/Makefile.in MAKE 2000,2001 +./lib/isc/nothreads/include/isc/.cvsignore X 2000,2001 +./lib/isc/nothreads/include/isc/Makefile.in MAKE 2000,2001 +./lib/isc/nothreads/include/isc/condition.h C 2000,2001 +./lib/isc/nothreads/include/isc/mutex.h C 2000,2001 +./lib/isc/nothreads/include/isc/once.h C 2000,2001 +./lib/isc/nothreads/include/isc/thread.h C 2000,2001 +./lib/isc/nothreads/thread.c C 2000,2001 +./lib/isc/ondestroy.c C 2000,2001 +./lib/isc/print.c C 1999,2000,2001 +./lib/isc/pthreads/.cvsignore X 1999,2000,2001 +./lib/isc/pthreads/Makefile.in MAKE 1998,1999,2000,2001 +./lib/isc/pthreads/condition.c C 1998,1999,2000,2001 +./lib/isc/pthreads/include/.cvsignore X 1999,2000,2001 +./lib/isc/pthreads/include/Makefile.in MAKE 1998,1999,2000,2001 +./lib/isc/pthreads/include/isc/.cvsignore X 1999,2000,2001 +./lib/isc/pthreads/include/isc/Makefile.in MAKE 1998,1999,2000,2001 +./lib/isc/pthreads/include/isc/condition.h C 1998,1999,2000,2001 +./lib/isc/pthreads/include/isc/mutex.h C 1998,1999,2000,2001 +./lib/isc/pthreads/include/isc/once.h C 1999,2000,2001 +./lib/isc/pthreads/include/isc/thread.h C 1998,1999,2000,2001 +./lib/isc/pthreads/thread.c C 2000,2001 +./lib/isc/quota.c C 2000,2001 +./lib/isc/random.c C 1999,2000,2001 +./lib/isc/ratelimiter.c C 1999,2000,2001 +./lib/isc/result.c C 1998,1999,2000,2001 +./lib/isc/rwlock.c C 1998,1999,2000,2001 +./lib/isc/serial.c C 1999,2000,2001 +./lib/isc/sha1.c C 2000,2001 +./lib/isc/sockaddr.c C 1999,2000,2001 +./lib/isc/string.c C 1999,2000,2001 +./lib/isc/symtab.c C 1996,1997,1998,1999,2000,2001 +./lib/isc/task.c C 1998,1999,2000,2001 +./lib/isc/task_p.h C 2000,2001 +./lib/isc/taskpool.c C 1999,2000,2001 +./lib/isc/timer.c C 1998,1999,2000,2001 +./lib/isc/timer_p.h C 2000,2001 +./lib/isc/unix/.cvsignore X 1999,2000,2001 +./lib/isc/unix/Makefile.in MAKE 1998,1999,2000,2001 +./lib/isc/unix/app.c C 1999,2000,2001 +./lib/isc/unix/dir.c C 1999,2000,2001 +./lib/isc/unix/entropy.c C 2000,2001 +./lib/isc/unix/errno2result.c C 2000,2001 +./lib/isc/unix/errno2result.h C 2000,2001 +./lib/isc/unix/file.c C 2000,2001 +./lib/isc/unix/fsaccess.c C 2000,2001 +./lib/isc/unix/ifiter_ioctl.c C 1999,2000,2001 +./lib/isc/unix/ifiter_sysctl.c C 1999,2000,2001 +./lib/isc/unix/include/.cvsignore X 1999,2000,2001 +./lib/isc/unix/include/Makefile.in MAKE 1998,1999,2000,2001 +./lib/isc/unix/include/isc/.cvsignore X 1999,2000,2001 +./lib/isc/unix/include/isc/Makefile.in MAKE 1998,1999,2000,2001 +./lib/isc/unix/include/isc/app.h C 1999,2000,2001 +./lib/isc/unix/include/isc/dir.h C 1999,2000,2001 +./lib/isc/unix/include/isc/int.h C 1999,2000,2001 +./lib/isc/unix/include/isc/keyboard.h C 2000,2001 +./lib/isc/unix/include/isc/net.h C 1999,2000,2001 +./lib/isc/unix/include/isc/netdb.h C 1999,2000,2001 +./lib/isc/unix/include/isc/offset.h C 2000,2001 +./lib/isc/unix/include/isc/stdtime.h C 1999,2000,2001 +./lib/isc/unix/include/isc/time.h C 1998,1999,2000,2001 +./lib/isc/unix/interfaceiter.c C 1999,2000,2001 +./lib/isc/unix/ipv6.c C 1999,2000,2001 +./lib/isc/unix/keyboard.c C 2000,2001 +./lib/isc/unix/net.c C 1999,2000,2001 +./lib/isc/unix/os.c C 2000,2001 +./lib/isc/unix/resource.c C 2000,2001 +./lib/isc/unix/socket.c C 1998,1999,2000,2001 +./lib/isc/unix/socket_p.h C 2000,2001 +./lib/isc/unix/stdio.c C 2000,2001 +./lib/isc/unix/stdtime.c C 1999,2000,2001 +./lib/isc/unix/time.c C 1998,1999,2000,2001 +./lib/isc/version.c C 1998,1999,2000,2001 +./lib/isc/win32/.cvsignore X 1999,2000,2001 +./lib/isc/win32/Makefile.in MAKE 1999,2000,2001 +./lib/isc/win32/condition.c C 1998,1999,2000,2001 +./lib/isc/win32/dir.c C 1999,2000,2001 +./lib/isc/win32/file.c C 2000,2001 +./lib/isc/win32/fsaccess.c C 2000,2001 +./lib/isc/win32/include/.cvsignore X 1999,2000,2001 +./lib/isc/win32/include/Makefile.in MAKE 1999,2000,2001 +./lib/isc/win32/include/isc/.cvsignore X 1999,2000,2001 +./lib/isc/win32/include/isc/Makefile.in MAKE 1999,2000,2001 +./lib/isc/win32/include/isc/condition.h C 1998,1999,2000,2001 +./lib/isc/win32/include/isc/dir.h C 1999,2000,2001 +./lib/isc/win32/include/isc/int.h C 1999,2000,2001 +./lib/isc/win32/include/isc/mutex.h C 1998,1999,2000,2001 +./lib/isc/win32/include/isc/net.h C 1999,2000,2001 +./lib/isc/win32/include/isc/netdb.h C 1999,2000,2001 +./lib/isc/win32/include/isc/once.h C 1999,2000,2001 +./lib/isc/win32/include/isc/stdtime.h C 1999,2000,2001 +./lib/isc/win32/include/isc/thread.h C 1998,1999,2000,2001 +./lib/isc/win32/include/isc/time.h C 1998,1999,2000,2001 +./lib/isc/win32/once.c C 1999,2000,2001 +./lib/isc/win32/stdtime.c C 1999,2000,2001 +./lib/isc/win32/thread.c C 1998,1999,2000,2001 +./lib/isc/win32/time.c C 1998,1999,2000,2001 +./lib/lwres/.cvsignore X 2000,2001 +./lib/lwres/Makefile.in MAKE 2000,2001 +./lib/lwres/api X 2000,2001 +./lib/lwres/assert_p.h C 2000,2001 +./lib/lwres/context.c C 2000,2001 +./lib/lwres/context_p.h C 2000,2001 +./lib/lwres/gai_strerror.c C 2000,2001 +./lib/lwres/getaddrinfo.c C.BSDI 1999,2000,2001 +./lib/lwres/gethost.c C 2000,2001 +./lib/lwres/getipnode.c C 1999,2000,2001 +./lib/lwres/getnameinfo.c C.PORTION 1999,2000,2001 +./lib/lwres/getrrset.c C 2000,2001 +./lib/lwres/herror.c C.PORTION 2000,2001 +./lib/lwres/include/.cvsignore X 2000,2001 +./lib/lwres/include/Makefile.in MAKE 2000,2001 +./lib/lwres/include/lwres/.cvsignore X 2000,2001 +./lib/lwres/include/lwres/Makefile.in MAKE 2000,2001 +./lib/lwres/include/lwres/context.h C 2000,2001 +./lib/lwres/include/lwres/int.h C 2000,2001 +./lib/lwres/include/lwres/ipv6.h C 2000,2001 +./lib/lwres/include/lwres/lang.h C 2000,2001 +./lib/lwres/include/lwres/list.h C 1997,1998,1999,2000,2001 +./lib/lwres/include/lwres/lwbuffer.h C 2000,2001 +./lib/lwres/include/lwres/lwpacket.h C 1999,2000,2001 +./lib/lwres/include/lwres/lwres.h C 2000,2001 +./lib/lwres/include/lwres/net.h C 2000,2001 +./lib/lwres/include/lwres/netdb.h.in C 2000,2001 +./lib/lwres/include/lwres/platform.h.in C 2000,2001 +./lib/lwres/include/lwres/result.h C 2000,2001 +./lib/lwres/lwbuffer.c C 2000,2001 +./lib/lwres/lwconfig.c C 2000,2001 +./lib/lwres/lwinetaton.c C.PORTION 1996,1997,1998,1999,2000,2001 +./lib/lwres/lwinetntop.c C 1996,1997,1998,1999,2000,2001 +./lib/lwres/lwinetpton.c C 1996,1997,1998,1999,2000,2001 +./lib/lwres/lwpacket.c C 2000,2001 +./lib/lwres/lwres_gabn.c C 2000,2001 +./lib/lwres/lwres_gnba.c C 2000,2001 +./lib/lwres/lwres_grbn.c C 2000,2001 +./lib/lwres/lwres_noop.c C 2000,2001 +./lib/lwres/lwresutil.c C 2000,2001 +./lib/lwres/version.c C 2000,2001 +./lib/omapi/.cvsignore X 1999,2000,2001 +./lib/omapi/Makefile.in MAKE 1999,2000,2001 +./lib/omapi/api X 1999,2000,2001 +./lib/omapi/auth.c C 2000,2001 +./lib/omapi/connection.c C 1996,1997,1998,1999,2000,2001 +./lib/omapi/data.c C 1996,1997,1998,1999,2000,2001 +./lib/omapi/generic.c C 1996,1997,1998,1999,2000,2001 +./lib/omapi/handle.c C 1996,1997,1998,1999,2000,2001 +./lib/omapi/include/.cvsignore X 1999,2000,2001 +./lib/omapi/include/Makefile.in MAKE 1999,2000,2001 +./lib/omapi/include/omapi/.cvsignore X 1999,2000,2001 +./lib/omapi/include/omapi/Makefile.in MAKE 1999,2000,2001 +./lib/omapi/include/omapi/compatibility.h C 2000,2001 +./lib/omapi/include/omapi/lib.h C 1999,2000,2001 +./lib/omapi/include/omapi/omapi.h C 1996,1997,1998,1999,2000,2001 +./lib/omapi/include/omapi/private.h C 1996,1997,1998,1999,2000,2001 +./lib/omapi/include/omapi/result.h C 1999,2000,2001 +./lib/omapi/include/omapi/types.h C 1996,1997,1998,1999,2000,2001 +./lib/omapi/lib.c C 1999,2000,2001 +./lib/omapi/listener.c C 1996,1997,1998,1999,2000,2001 +./lib/omapi/message.c C 1996,1997,1998,1999,2000,2001 +./lib/omapi/object.c C 1996,1997,1998,1999,2000,2001 +./lib/omapi/protocol.c C 1996,1997,1998,1999,2000,2001 +./lib/omapi/result.c C 1999,2000,2001 +./lib/omapi/string.c C 1996,1997,1998,1999,2000,2001 +./lib/omapi/value.c C 1996,1997,1998,1999,2000,2001 +./lib/omapi/version.c C 1999,2000,2001 +./lib/tests/.cvsignore X 1999,2000,2001 +./lib/tests/Makefile.in MAKE 1998,1999,2000,2001 +./lib/tests/include/.cvsignore X 1999,2000,2001 +./lib/tests/include/Makefile.in MAKE 1998,1999,2000,2001 +./lib/tests/include/tests/.cvsignore X 1999,2000,2001 +./lib/tests/include/tests/Makefile.in MAKE 1999,2000,2001 +./lib/tests/include/tests/t_api.h C 1999,2000,2001 +./lib/tests/t_api.c C 1999,2000,2001 +./libtool.m4 X 2000,2001 +./ltconfig X 1999,2000,2001 +./ltmain.sh X 1999,2000,2001 +./make/.cvsignore X 1999,2000,2001 +./make/Makefile.in MAKE 1998,1999,2000,2001 +./make/includes.in MAKE 1999,2000,2001 +./make/mkdep.in X 1999,2000,2001 +./make/rules.in MAKE 1998,1999,2000,2001 ./mkinstalldirs X 1996 -./util/.cvsignore X 2000 -./util/COPYRIGHT X 1996,1997,1998,1999,2000 -./util/COPYRIGHT.BRIEF X 1996,1997,1998,1999,2000 -./util/COPYRIGHT.BSDI X 2000 -./util/COPYRIGHT.NAI X 1996,1997,1998,1999,2000 -./util/COPYRIGHT.PORTION X 1996,1997,1998,1999,2000 -./util/altbuild.sh SH 2000 -./util/check-includes.pl PERL 2000 -./util/check-instincludes.sh SH 2000 -./util/check-sources.pl PERL 2000 -./util/copyrights X 1999,2000 -./util/kit.sh SH 2000 -./util/memleak.pl PERL 1999,2000 -./util/merge_copyrights PERL 1998,1999,2000 -./util/mkreslib.pl PERL 2000 -./util/nanny.pl PERL 2000 -./util/nt-kit SH 1999,2000 -./util/sanitize.pl PERL 2000 -./util/sanitize_all.sh SH 2000 -./util/spacewhack.pl PERL 2000 -./util/update-drafts.pl PERL 2000 -./util/update_copyrights PERL 1998,1999,2000 -./version X 1999,2000 +./util/.cvsignore X 2000,2001 +./util/COPYRIGHT X 1996,1997,1998,1999,2000,2001 +./util/COPYRIGHT.BRIEF X 1996,1997,1998,1999,2000,2001 +./util/COPYRIGHT.BSDI X 2000,2001 +./util/COPYRIGHT.NAI X 1996,1997,1998,1999,2000,2001 +./util/COPYRIGHT.PORTION X 1996,1997,1998,1999,2000,2001 +./util/altbuild.sh SH 2000,2001 +./util/check-includes.pl PERL 2000,2001 +./util/check-instincludes.sh SH 2000,2001 +./util/check-sources.pl PERL 2000,2001 +./util/copyrights X 1999,2000,2001 +./util/kit.sh SH 2000,2001 +./util/mdnbuildtest.sh SH 2000,2001 +./util/memleak.pl PERL 1999,2000,2001 +./util/merge_copyrights PERL 1998,1999,2000,2001 +./util/mkreslib.pl PERL 2000,2001 +./util/nanny.pl PERL 2000,2001 +./util/nt-kit SH 1999,2000,2001 +./util/sanitize.pl PERL 2000,2001 +./util/sanitize_all.sh SH 2000,2001 +./util/spacewhack.pl PERL 2000,2001 +./util/update-drafts.pl PERL 2000,2001 +./util/update_copyrights PERL 1998,1999,2000,2001 +./version X 1999,2000,2001 diff --git a/util/kit.sh b/util/kit.sh index 3e83fcac78..16e5a99630 100644 --- a/util/kit.sh +++ b/util/kit.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: kit.sh,v 1.14 2000/12/21 19:42:53 gson Exp $ +# $Id: kit.sh,v 1.14.2.1 2001/01/09 22:53:34 bwelling Exp $ # Make a release kit # diff --git a/util/mdnbuildtest.sh b/util/mdnbuildtest.sh index 555d001d06..d44af6d2bd 100644 --- a/util/mdnbuildtest.sh +++ b/util/mdnbuildtest.sh @@ -1,4 +1,21 @@ #! /bin/sh -ex +# +# Copyright (C) 2000, 2001 Internet Software Consortium. +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM +# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING +# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION +# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +# $Id: mdnbuildtest.sh,v 1.1.4.1 2001/01/09 22:53:35 bwelling Exp $ # XXXDCL This is currently much too specific to the environment in which # it was written (NetBSD 1.5_alpha2 with libiconv in /usr/local/lib). It diff --git a/util/memleak.pl b/util/memleak.pl index 64d00b8fce..d9c8362228 100644 --- a/util/memleak.pl +++ b/util/memleak.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: memleak.pl,v 1.10 2000/09/13 01:58:02 marka Exp $ +# $Id: memleak.pl,v 1.10.4.1 2001/01/09 22:53:36 bwelling Exp $ # Massage the output from ISC_MEM_DEBUG to extract mem_get() calls # with no corresponding mem_put(). diff --git a/util/merge_copyrights b/util/merge_copyrights index 997b3eb9ad..570f665475 100644 --- a/util/merge_copyrights +++ b/util/merge_copyrights @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w # -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: merge_copyrights,v 1.15 2000/08/01 01:33:30 tale Exp $ +# $Id: merge_copyrights,v 1.15.4.1 2001/01/09 22:53:37 bwelling Exp $ %file_types = (); %file_years = (); diff --git a/util/mkreslib.pl b/util/mkreslib.pl index 714fed8ec7..d857558e2c 100644 --- a/util/mkreslib.pl +++ b/util/mkreslib.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: mkreslib.pl,v 1.8 2000/09/01 01:06:23 gson Exp $ +# $Id: mkreslib.pl,v 1.8.4.1 2001/01/09 22:53:38 bwelling Exp $ # Build a res_* library distribution from the BIND 8 source diff --git a/util/nanny.pl b/util/nanny.pl index 380608581f..dc1dc66659 100644 --- a/util/nanny.pl +++ b/util/nanny.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: nanny.pl,v 1.6 2000/08/01 01:33:33 tale Exp $ +# $Id: nanny.pl,v 1.6.4.1 2001/01/09 22:53:40 bwelling Exp $ # A simple nanny to make sure named stays running. diff --git a/util/nt-kit b/util/nt-kit index d908368411..58528e8241 100644 --- a/util/nt-kit +++ b/util/nt-kit @@ -1,6 +1,6 @@ #! /bin/sh -ex # -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: nt-kit,v 1.5 2000/08/01 01:33:34 tale Exp $ +# $Id: nt-kit,v 1.5.4.1 2001/01/09 22:53:41 bwelling Exp $ # XXX no command line options at all. especially useful would be a way # to specify the target directory on the NT machine, since it is needed diff --git a/util/sanitize.pl b/util/sanitize.pl index b55156595f..0298d58efa 100644 --- a/util/sanitize.pl +++ b/util/sanitize.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: sanitize.pl,v 1.14 2000/12/02 04:13:34 gson Exp $ +# $Id: sanitize.pl,v 1.14.4.1 2001/01/09 22:53:42 bwelling Exp $ # Don't try and sanitize this file: NOMINUM_IGNORE diff --git a/util/sanitize_all.sh b/util/sanitize_all.sh index fdd1006843..249bb10431 100755 --- a/util/sanitize_all.sh +++ b/util/sanitize_all.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: sanitize_all.sh,v 1.10 2000/12/02 04:13:35 gson Exp $ +# $Id: sanitize_all.sh,v 1.10.4.1 2001/01/09 22:53:43 bwelling Exp $ PERL=perl5 diff --git a/util/spacewhack.pl b/util/spacewhack.pl index 00a74cf663..bddafcc5e1 100644 --- a/util/spacewhack.pl +++ b/util/spacewhack.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: spacewhack.pl,v 1.2 2000/08/01 15:25:07 tale Exp $ +# $Id: spacewhack.pl,v 1.2.4.1 2001/01/09 22:53:44 bwelling Exp $ $0 =~ s%.*/%%; diff --git a/util/update-drafts.pl b/util/update-drafts.pl index 21428c0446..87fe5e4770 100644 --- a/util/update-drafts.pl +++ b/util/update-drafts.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: update-drafts.pl,v 1.3 2000/08/01 01:33:37 tale Exp $ +# $Id: update-drafts.pl,v 1.3.4.1 2001/01/09 22:53:45 bwelling Exp $ # # Replace internet drafts with updated versions, if any. diff --git a/util/update_copyrights b/util/update_copyrights index 2e5b903f79..1fc0b77104 100644 --- a/util/update_copyrights +++ b/util/update_copyrights @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w # -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: update_copyrights,v 1.21 2000/11/18 01:25:27 gson Exp $ +# $Id: update_copyrights,v 1.21.4.1 2001/01/09 22:53:46 bwelling Exp $ require 5.002;