diff --git a/Makefile.in b/Makefile.in index 72fcc52eea..457fbbf570 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.17 2000/06/22 21:48:55 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/acconfig.h b/acconfig.h index eda986ef21..759317dc61 100644 --- a/acconfig.h +++ b/acconfig.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: acconfig.h,v 1.23 2000/06/22 21:48:56 tale Exp $ */ + /*** *** This file is not to be included by any public header files, because *** it does not get installed. diff --git a/bin/Makefile.in b/bin/Makefile.in index d84f69ca81..1bc08e1665 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.15 2000/06/22 21:48:58 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/dig/Makefile.in b/bin/dig/Makefile.in index bfb5ec1ac5..92b24f15e6 100644 --- a/bin/dig/Makefile.in +++ b/bin/dig/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.10 2000/06/22 21:48:59 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/dnssec/Makefile.in b/bin/dnssec/Makefile.in index 6ce8b2805d..c32e059f67 100644 --- a/bin/dnssec/Makefile.in +++ b/bin/dnssec/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.7 2000/06/22 21:49:01 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/dnssec/dnssec-makekeyset.c b/bin/dnssec/dnssec-makekeyset.c index 86edeebce2..a4497fa80d 100644 --- a/bin/dnssec/dnssec-makekeyset.c +++ b/bin/dnssec/dnssec-makekeyset.c @@ -17,6 +17,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ +/* $Id: dnssec-makekeyset.c,v 1.28 2000/06/22 21:49:02 tale Exp $ */ + #include #include diff --git a/bin/dnssec/dnssec-signkey.c b/bin/dnssec/dnssec-signkey.c index 559e65ef91..5bb56eae0c 100644 --- a/bin/dnssec/dnssec-signkey.c +++ b/bin/dnssec/dnssec-signkey.c @@ -17,6 +17,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ +/* $Id: dnssec-signkey.c,v 1.28 2000/06/22 21:49:03 tale Exp $ */ + #include #include diff --git a/bin/dnssec/dnssec-signzone.c b/bin/dnssec/dnssec-signzone.c index 4e2bb94dcb..cf056783ea 100644 --- a/bin/dnssec/dnssec-signzone.c +++ b/bin/dnssec/dnssec-signzone.c @@ -17,6 +17,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ +/* $Id: dnssec-signzone.c,v 1.81 2000/06/22 21:49:04 tale Exp $ */ + #include #include diff --git a/bin/dnssec/dnssectool.c b/bin/dnssec/dnssectool.c index 0d2cacfc9f..fd05199518 100644 --- a/bin/dnssec/dnssectool.c +++ b/bin/dnssec/dnssectool.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dnssectool.c,v 1.12 2000/06/22 21:49:05 tale Exp $ */ + #include #include diff --git a/bin/dnssec/dnssectool.h b/bin/dnssec/dnssectool.h index ac6d91fd1f..2ab08e9113 100644 --- a/bin/dnssec/dnssectool.h +++ b/bin/dnssec/dnssectool.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dnssectool.h,v 1.6 2000/06/22 21:49:07 tale Exp $ */ + #ifndef DNSSECTOOL_H #define DNSSECTOOL_H 1 diff --git a/bin/lwresd/Makefile.in b/bin/lwresd/Makefile.in index 12b200ef4b..f95a775bc4 100644 --- a/bin/lwresd/Makefile.in +++ b/bin/lwresd/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.10 2000/06/22 21:49:08 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/lwresd/client.c b/bin/lwresd/client.c index 3f8edf4670..707a26c13b 100644 --- a/bin/lwresd/client.c +++ b/bin/lwresd/client.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: client.c,v 1.28 2000/06/22 21:49:09 tale Exp $ */ + #include #include diff --git a/bin/lwresd/client.h b/bin/lwresd/client.h index 187b740c88..329fc43dbf 100644 --- a/bin/lwresd/client.h +++ b/bin/lwresd/client.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: client.h,v 1.16 2000/06/22 21:49:10 tale 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 8d170a55a8..210084d860 100644 --- a/bin/lwresd/err_pkt.c +++ b/bin/lwresd/err_pkt.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: err_pkt.c,v 1.5 2000/06/22 21:49:11 tale Exp $ */ + #include #include diff --git a/bin/lwresd/main.c b/bin/lwresd/main.c index ead0ec42da..b309df3a7b 100644 --- a/bin/lwresd/main.c +++ b/bin/lwresd/main.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: main.c,v 1.43 2000/06/22 21:49:12 tale Exp $ */ + /* * Main program for the Lightweight Resolver Daemon. * diff --git a/bin/lwresd/process_gabn.c b/bin/lwresd/process_gabn.c index 3f7aaa9344..768aff97af 100644 --- a/bin/lwresd/process_gabn.c +++ b/bin/lwresd/process_gabn.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: process_gabn.c,v 1.29 2000/06/22 21:49:13 tale Exp $ */ + #include #include diff --git a/bin/lwresd/process_gnba.c b/bin/lwresd/process_gnba.c index 34e3d8af65..23abfbc65e 100644 --- a/bin/lwresd/process_gnba.c +++ b/bin/lwresd/process_gnba.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: process_gnba.c,v 1.24 2000/06/22 21:49:15 tale Exp $ */ + #include #include diff --git a/bin/lwresd/process_noop.c b/bin/lwresd/process_noop.c index d2d431fa7c..9826817d15 100644 --- a/bin/lwresd/process_noop.c +++ b/bin/lwresd/process_noop.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: process_noop.c,v 1.7 2000/06/22 21:49:16 tale Exp $ */ + #include #include diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index 874e2fbfb2..acb1ef02f1 100644 --- a/bin/named/Makefile.in +++ b/bin/named/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.49 2000/06/22 21:49:17 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/named/aclconf.c b/bin/named/aclconf.c index 7492fa5fbc..8c60b59e00 100644 --- a/bin/named/aclconf.c +++ b/bin/named/aclconf.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: aclconf.c,v 1.18 2000/06/22 21:54:17 tale Exp $ */ + #include #include /* Required for HP/UX (and others?) */ diff --git a/bin/named/client.c b/bin/named/client.c index 580d4ea500..4446537f25 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: client.c,v 1.96 2000/06/22 21:49:18 tale Exp $ */ + #include #include diff --git a/bin/named/include/named/aclconf.h b/bin/named/include/named/aclconf.h index edea487b4e..425d49e431 100644 --- a/bin/named/include/named/aclconf.h +++ b/bin/named/include/named/aclconf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: aclconf.h,v 1.7 2000/06/22 21:55:06 tale Exp $ */ + #ifndef DNS_ACLCONF_H #define DNS_ACLCONF_H 1 diff --git a/bin/named/include/named/client.h b/bin/named/include/named/client.h index 69ba6b3706..922ce2ad3c 100644 --- a/bin/named/include/named/client.h +++ b/bin/named/include/named/client.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: client.h,v 1.37 2000/06/22 21:49:38 tale 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 05de45294c..c45b96ec31 100644 --- a/bin/named/include/named/globals.h +++ b/bin/named/include/named/globals.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: globals.h,v 1.42 2000/06/22 21:49:39 tale 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 8335481bcd..1a411d4c6c 100644 --- a/bin/named/include/named/interfacemgr.h +++ b/bin/named/include/named/interfacemgr.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: interfacemgr.h,v 1.17 2000/06/22 21:49:40 tale 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 8066a809e7..e42ca21fdd 100644 --- a/bin/named/include/named/listenlist.h +++ b/bin/named/include/named/listenlist.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: listenlist.h,v 1.6 2000/06/22 21:49:41 tale 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 430553341a..abf09afe9a 100644 --- a/bin/named/include/named/log.h +++ b/bin/named/include/named/log.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: log.h,v 1.13 2000/06/22 21:49:43 tale 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 5ccd3e91c4..cbbbb1b42c 100644 --- a/bin/named/include/named/logconf.h +++ b/bin/named/include/named/logconf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: logconf.h,v 1.6 2000/06/22 21:49:44 tale Exp $ */ + #ifndef NAMED_LOGCONF_H #define NAMED_LOGCONF_H 1 diff --git a/bin/named/include/named/lwdclient.h b/bin/named/include/named/lwdclient.h index 92a0462820..9d7a15491a 100644 --- a/bin/named/include/named/lwdclient.h +++ b/bin/named/include/named/lwdclient.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwdclient.h,v 1.2 2000/06/22 21:49:45 tale 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 6492a204ea..7f6ee8023e 100644 --- a/bin/named/include/named/lwresd.h +++ b/bin/named/include/named/lwresd.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwresd.h,v 1.2 2000/06/22 21:49:46 tale Exp $ */ + #ifndef NAMED_LWRESD_H #define NAMED_LWRESD_H 1 diff --git a/bin/named/include/named/main.h b/bin/named/include/named/main.h index 7a2caf0760..5e0b78356e 100644 --- a/bin/named/include/named/main.h +++ b/bin/named/include/named/main.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: main.h,v 1.4 2000/06/22 21:49:47 tale 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 51873a9f7f..b28d9754a1 100644 --- a/bin/named/include/named/notify.h +++ b/bin/named/include/named/notify.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: notify.h,v 1.6 2000/06/22 21:49:48 tale 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 1f83107fac..b05cfe0579 100644 --- a/bin/named/include/named/omapi.h +++ b/bin/named/include/named/omapi.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: omapi.h,v 1.7 2000/06/22 21:49:49 tale 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 4fc259eda7..a67121032a 100644 --- a/bin/named/include/named/query.h +++ b/bin/named/include/named/query.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: query.h,v 1.17 2000/06/22 21:49:50 tale 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 1410fc28a4..427c1d5f2d 100644 --- a/bin/named/include/named/server.h +++ b/bin/named/include/named/server.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: server.h,v 1.32 2000/06/22 21:49:51 tale Exp $ */ + #ifndef NAMED_SERVER_H #define NAMED_SERVER_H 1 diff --git a/bin/named/include/named/tkeyconf.h b/bin/named/include/named/tkeyconf.h index 1e2ef4988a..042ecf79df 100644 --- a/bin/named/include/named/tkeyconf.h +++ b/bin/named/include/named/tkeyconf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tkeyconf.h,v 1.4 2000/06/22 21:56:16 tale Exp $ */ + #ifndef DNS_TKEYCONF_H #define DNS_TKEYCONF_H 1 diff --git a/bin/named/include/named/tsigconf.h b/bin/named/include/named/tsigconf.h index 9f5aae0c13..d4cf09d1dd 100644 --- a/bin/named/include/named/tsigconf.h +++ b/bin/named/include/named/tsigconf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tsigconf.h,v 1.4 2000/06/22 21:56:18 tale Exp $ */ + #ifndef DNS_TSIGCONF_H #define DNS_TSIGCONF_H 1 diff --git a/bin/named/include/named/types.h b/bin/named/include/named/types.h index dac107cf4a..f9203ad736 100644 --- a/bin/named/include/named/types.h +++ b/bin/named/include/named/types.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: types.h,v 1.13 2000/06/22 21:49:52 tale 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 ad5d33b8a5..9f336abba7 100644 --- a/bin/named/include/named/update.h +++ b/bin/named/include/named/update.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: update.h,v 1.4 2000/06/22 21:49:54 tale 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 66b1e43914..f29907476b 100644 --- a/bin/named/include/named/xfrout.h +++ b/bin/named/include/named/xfrout.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: xfrout.h,v 1.4 2000/06/22 21:49:55 tale 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 d3bf66a91c..6140543344 100644 --- a/bin/named/include/named/zoneconf.h +++ b/bin/named/include/named/zoneconf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: zoneconf.h,v 1.11 2000/06/22 21:56:26 tale Exp $ */ + #ifndef DNS_ZONECONF_H #define DNS_ZONECONF_H 1 diff --git a/bin/named/interfacemgr.c b/bin/named/interfacemgr.c index 337d54a493..15026e103d 100644 --- a/bin/named/interfacemgr.c +++ b/bin/named/interfacemgr.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: interfacemgr.c,v 1.44 2000/06/22 21:49:19 tale Exp $ */ + #include #include diff --git a/bin/named/listenlist.c b/bin/named/listenlist.c index c5f36e0908..da1203bdfe 100644 --- a/bin/named/listenlist.c +++ b/bin/named/listenlist.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: listenlist.c,v 1.5 2000/06/22 21:49:21 tale Exp $ */ + #include #include diff --git a/bin/named/log.c b/bin/named/log.c index efa3504e27..2da25cfdd6 100644 --- a/bin/named/log.c +++ b/bin/named/log.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: log.c,v 1.20 2000/06/22 21:49:22 tale Exp $ */ + #include #include diff --git a/bin/named/logconf.c b/bin/named/logconf.c index 71f4d2898a..d826b12af3 100644 --- a/bin/named/logconf.c +++ b/bin/named/logconf.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: logconf.c,v 1.20 2000/06/22 21:49:23 tale Exp $ */ + #include #include diff --git a/bin/named/lwdclient.c b/bin/named/lwdclient.c index 3c6379bbb4..19275c3906 100644 --- a/bin/named/lwdclient.c +++ b/bin/named/lwdclient.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwdclient.c,v 1.3 2000/06/22 21:49:24 tale Exp $ */ + #include #include diff --git a/bin/named/lwderror.c b/bin/named/lwderror.c index 41e94b47f0..19d9f64385 100644 --- a/bin/named/lwderror.c +++ b/bin/named/lwderror.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwderror.c,v 1.2 2000/06/22 21:49:25 tale Exp $ */ + #include #include diff --git a/bin/named/lwdgabn.c b/bin/named/lwdgabn.c index 80fbe6abd5..df9d0af6e6 100644 --- a/bin/named/lwdgabn.c +++ b/bin/named/lwdgabn.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwdgabn.c,v 1.3 2000/06/22 21:49:26 tale Exp $ */ + #include #include diff --git a/bin/named/lwdgnba.c b/bin/named/lwdgnba.c index acf899907b..6b40d119b9 100644 --- a/bin/named/lwdgnba.c +++ b/bin/named/lwdgnba.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwdgnba.c,v 1.3 2000/06/22 21:49:28 tale Exp $ */ + #include #include diff --git a/bin/named/lwdnoop.c b/bin/named/lwdnoop.c index 7afc98ddc8..c350ab79c4 100644 --- a/bin/named/lwdnoop.c +++ b/bin/named/lwdnoop.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwdnoop.c,v 1.2 2000/06/22 21:49:29 tale Exp $ */ + #include #include diff --git a/bin/named/lwresd.c b/bin/named/lwresd.c index f95c7f2bf7..670ae5a9cd 100644 --- a/bin/named/lwresd.c +++ b/bin/named/lwresd.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwresd.c,v 1.8 2000/06/22 21:49:30 tale Exp $ */ + /* * Main program for the Lightweight Resolver Daemon. * diff --git a/bin/named/main.c b/bin/named/main.c index a286252cbd..e98430eed8 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: main.c,v 1.71 2000/06/22 21:49:31 tale Exp $ */ + #include #include diff --git a/bin/named/named.conf.test b/bin/named/named.conf.test index 09e229996b..9c0bc9277e 100644 --- a/bin/named/named.conf.test +++ b/bin/named/named.conf.test @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf.test,v 1.3 2000/06/22 21:49:32 tale Exp $ */ + options { directory "/var/named"; }; diff --git a/bin/named/notify.c b/bin/named/notify.c index fe6cb715d2..0aa26cd937 100644 --- a/bin/named/notify.c +++ b/bin/named/notify.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: notify.c,v 1.17 2000/06/22 21:49:33 tale Exp $ */ + #include #include diff --git a/bin/named/query.c b/bin/named/query.c index f1bad63c33..19e0e4e201 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: query.c,v 1.109 2000/06/22 21:49:34 tale Exp $ */ + #include #include diff --git a/bin/named/server.c b/bin/named/server.c index 6ac8fcc858..124abbe7dd 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: server.c,v 1.199 2000/06/22 21:49:35 tale Exp $ */ + #include #include diff --git a/bin/named/tkeyconf.c b/bin/named/tkeyconf.c index fceaf7e629..62ade36293 100644 --- a/bin/named/tkeyconf.c +++ b/bin/named/tkeyconf.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tkeyconf.c,v 1.11 2000/06/22 21:54:50 tale Exp $ */ + #include #include diff --git a/bin/named/tsigconf.c b/bin/named/tsigconf.c index cc07bd8dc1..3b0763b948 100644 --- a/bin/named/tsigconf.c +++ b/bin/named/tsigconf.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tsigconf.c,v 1.7 2000/06/22 21:54:51 tale Exp $ */ + #include #include diff --git a/bin/named/unix/Makefile.in b/bin/named/unix/Makefile.in index 72fb58d788..cab8819fb4 100644 --- a/bin/named/unix/Makefile.in +++ b/bin/named/unix/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.3 2000/06/22 21:49:56 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/named/unix/include/named/os.h b/bin/named/unix/include/named/os.h index f29fb9d413..afe7c6d87e 100644 --- a/bin/named/unix/include/named/os.h +++ b/bin/named/unix/include/named/os.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: os.h,v 1.7 2000/06/22 21:49:58 tale 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 9ec2a7dc46..0e13e9de06 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: os.c,v 1.18 2000/06/22 21:49:57 tale Exp $ */ + #include #include diff --git a/bin/named/update.c b/bin/named/update.c index 7555b756ab..fa3289da75 100644 --- a/bin/named/update.c +++ b/bin/named/update.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: update.c,v 1.58 2000/06/22 21:49:37 tale Exp $ */ + #include #include diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index 0731ecfb48..ab0702384b 100644 --- a/bin/named/zoneconf.c +++ b/bin/named/zoneconf.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: zoneconf.c,v 1.43 2000/06/22 21:54:57 tale Exp $ */ + #include #include /* Required for HP/UX (and others?) */ diff --git a/bin/nsupdate/Makefile.in b/bin/nsupdate/Makefile.in index af67ee5743..7fb45c1d89 100644 --- a/bin/nsupdate/Makefile.in +++ b/bin/nsupdate/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.2 2000/06/22 21:49:59 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/rndc/Makefile.in b/bin/rndc/Makefile.in index 90a3c507a9..57d312ae57 100644 --- a/bin/rndc/Makefile.in +++ b/bin/rndc/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.7 2000/06/22 21:50:01 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/rndc/rndc.conf b/bin/rndc/rndc.conf index c5d9e4769d..a443745d57 100644 --- a/bin/rndc/rndc.conf +++ b/bin/rndc/rndc.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rndc.conf,v 1.3 2000/06/22 21:50:02 tale Exp $ */ + options { default-server localhost; default-key "key"; diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 95e74ea2ba..efa5da9f1f 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.96 2000/06/22 21:50:03 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index e3086e59f8..3f1fe9fdd5 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: adb_test.c,v 1.54 2000/06/22 21:50:04 tale Exp $ */ + #include #include diff --git a/bin/tests/b8status.pl b/bin/tests/b8status.pl index 4596d902ca..78492d313f 100755 --- a/bin/tests/b8status.pl +++ b/bin/tests/b8status.pl @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: b8status.pl,v 1.5 2000/06/22 21:50:05 tale Exp $ + # # aggregate reports from all bind8 build environments # write a summary of results in html format diff --git a/bin/tests/b8t.mk b/bin/tests/b8t.mk index 4f98a83fbe..db9d29a9b0 100644 --- a/bin/tests/b8t.mk +++ b/bin/tests/b8t.mk @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: b8t.mk,v 1.5 2000/06/22 21:50:06 tale Exp $ + # # bind 8 multi-host make # PLATFORM set in the environment by cron diff --git a/bin/tests/b9status.pl b/bin/tests/b9status.pl index cd553edbd1..73064ed4f4 100755 --- a/bin/tests/b9status.pl +++ b/bin/tests/b9status.pl @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: b9status.pl,v 1.8 2000/06/22 21:50:08 tale Exp $ + # # aggregate reports from all bind9 build environments # write a summary of results in html format diff --git a/bin/tests/b9t.mk b/bin/tests/b9t.mk index d733cb7d96..136119ca47 100644 --- a/bin/tests/b9t.mk +++ b/bin/tests/b9t.mk @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: b9t.mk,v 1.7 2000/06/22 21:50:09 tale Exp $ + # # makefile to configure, build and test bind9 # this is run by cron (user wpk) on aa, sol, irix, hp and aix diff --git a/bin/tests/byaddr_test.c b/bin/tests/byaddr_test.c index 812327468d..e837d8a381 100644 --- a/bin/tests/byaddr_test.c +++ b/bin/tests/byaddr_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: byaddr_test.c,v 1.16 2000/06/22 21:50:10 tale Exp $ */ + /* * Principal Author: Bob Halley */ diff --git a/bin/tests/byname_test.c b/bin/tests/byname_test.c index 3e2b444f7c..d4e9338b27 100644 --- a/bin/tests/byname_test.c +++ b/bin/tests/byname_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: byname_test.c,v 1.18 2000/06/22 21:50:11 tale Exp $ */ + /* * Principal Author: Bob Halley */ diff --git a/bin/tests/compress_test.c b/bin/tests/compress_test.c index 5a06d01283..545920bd3e 100644 --- a/bin/tests/compress_test.c +++ b/bin/tests/compress_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: compress_test.c,v 1.18 2000/06/22 21:50:12 tale Exp $ */ + #include #include diff --git a/bin/tests/db/Makefile.in b/bin/tests/db/Makefile.in index df3645caa6..cead345e57 100644 --- a/bin/tests/db/Makefile.in +++ b/bin/tests/db/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.15 2000/06/22 21:51:02 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/db/t_db.c b/bin/tests/db/t_db.c index 8d937636ad..5af2c0907e 100644 --- a/bin/tests/db/t_db.c +++ b/bin/tests/db/t_db.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_db.c,v 1.22 2000/06/22 21:51:03 tale Exp $ */ + #include #include diff --git a/bin/tests/db_test.c b/bin/tests/db_test.c index 7106ddd6de..cffc94be5a 100644 --- a/bin/tests/db_test.c +++ b/bin/tests/db_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: db_test.c,v 1.51 2000/06/22 21:50:13 tale Exp $ */ + /* * Principal Author: Bob Halley */ diff --git a/bin/tests/dispatch_tcp_test.c b/bin/tests/dispatch_tcp_test.c index 318a6a80e9..f5a955cc30 100644 --- a/bin/tests/dispatch_tcp_test.c +++ b/bin/tests/dispatch_tcp_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dispatch_tcp_test.c,v 1.32 2000/06/22 21:50:14 tale Exp $ */ + #include #include diff --git a/bin/tests/dispatch_test.c b/bin/tests/dispatch_test.c index 25dabeca6d..5521ef4ca6 100644 --- a/bin/tests/dispatch_test.c +++ b/bin/tests/dispatch_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dispatch_test.c,v 1.43 2000/06/22 21:50:15 tale Exp $ */ + #include #include diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index 7fffb5d629..ab95b28ef0 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.21 2000/06/22 21:51:04 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/dst/dst_test.c b/bin/tests/dst/dst_test.c index 08119b9d76..a6592577ef 100644 --- a/bin/tests/dst/dst_test.c +++ b/bin/tests/dst/dst_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dst_test.c,v 1.28 2000/06/22 21:51:05 tale Exp $ */ + #include #include diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index 12f98ef200..4485467140 100644 --- a/bin/tests/dst/t_dst.c +++ b/bin/tests/dst/t_dst.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_dst.c,v 1.33 2000/06/22 21:51:07 tale Exp $ */ + #include #include /* Required for dirent.h */ diff --git a/bin/tests/entropy2_test.c b/bin/tests/entropy2_test.c index 1d816b1e25..0bd05372cb 100644 --- a/bin/tests/entropy2_test.c +++ b/bin/tests/entropy2_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: entropy2_test.c,v 1.4 2000/06/22 21:50:16 tale Exp $ */ + #include #include #include diff --git a/bin/tests/entropy_test.c b/bin/tests/entropy_test.c index 0ff77add06..4f2177de2f 100644 --- a/bin/tests/entropy_test.c +++ b/bin/tests/entropy_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: entropy_test.c,v 1.11 2000/06/22 21:50:17 tale Exp $ */ + #include #include #include diff --git a/bin/tests/fsaccess_test.c b/bin/tests/fsaccess_test.c index a3829c8817..e4e14c6fcf 100644 --- a/bin/tests/fsaccess_test.c +++ b/bin/tests/fsaccess_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: fsaccess_test.c,v 1.3 2000/06/22 21:50:18 tale Exp $ */ + #include #include diff --git a/bin/tests/gxba_test.c b/bin/tests/gxba_test.c index b5449f384a..287a9317d2 100644 --- a/bin/tests/gxba_test.c +++ b/bin/tests/gxba_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: gxba_test.c,v 1.4 2000/06/22 21:50:20 tale Exp $ */ + #include #include diff --git a/bin/tests/gxbn_test.c b/bin/tests/gxbn_test.c index db7c422fab..936deda263 100644 --- a/bin/tests/gxbn_test.c +++ b/bin/tests/gxbn_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: gxbn_test.c,v 1.7 2000/06/22 21:50:21 tale Exp $ */ + #include #include diff --git a/bin/tests/hash_test.c b/bin/tests/hash_test.c index a6cd7b9da9..ef1e68591c 100644 --- a/bin/tests/hash_test.c +++ b/bin/tests/hash_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: hash_test.c,v 1.3 2000/06/22 21:50:22 tale Exp $ */ + #include #include #include diff --git a/bin/tests/headerdep_test.sh.in b/bin/tests/headerdep_test.sh.in index 6ee511246d..06fd0141a8 100644 --- a/bin/tests/headerdep_test.sh.in +++ b/bin/tests/headerdep_test.sh.in @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: headerdep_test.sh.in,v 1.2 2000/06/22 21:50:23 tale Exp $ + # # Check the installed bind9 headers to make sure that no header # depends on another header having been included first. diff --git a/bin/tests/inter_test.c b/bin/tests/inter_test.c index 95fb25f486..cbb54329bd 100644 --- a/bin/tests/inter_test.c +++ b/bin/tests/inter_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: inter_test.c,v 1.5 2000/06/22 21:50:24 tale Exp $ */ + #include #include diff --git a/bin/tests/keyboard_test.c b/bin/tests/keyboard_test.c index 8011788611..f432e1924d 100644 --- a/bin/tests/keyboard_test.c +++ b/bin/tests/keyboard_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: keyboard_test.c,v 1.2 2000/06/22 21:50:25 tale Exp $ */ + #include #include diff --git a/bin/tests/lex_test.c b/bin/tests/lex_test.c index ff2d17bc37..dbc5d2a82f 100644 --- a/bin/tests/lex_test.c +++ b/bin/tests/lex_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lex_test.c,v 1.15 2000/06/22 21:50:26 tale Exp $ */ + #include #include diff --git a/bin/tests/lfsr_test.c b/bin/tests/lfsr_test.c index 02317a3aac..65765f1b47 100644 --- a/bin/tests/lfsr_test.c +++ b/bin/tests/lfsr_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lfsr_test.c,v 1.7 2000/06/22 21:50:27 tale Exp $ */ + #include #include diff --git a/bin/tests/lwres_test.c b/bin/tests/lwres_test.c index 16f8a6ea71..3ab5f32570 100644 --- a/bin/tests/lwres_test.c +++ b/bin/tests/lwres_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwres_test.c,v 1.21 2000/06/22 21:50:28 tale Exp $ */ + #include #include diff --git a/bin/tests/lwresconf_test.c b/bin/tests/lwresconf_test.c index 980395adf5..5a609c782a 100644 --- a/bin/tests/lwresconf_test.c +++ b/bin/tests/lwresconf_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwresconf_test.c,v 1.7 2000/06/22 21:50:29 tale Exp $ */ + #include #include diff --git a/bin/tests/master/Makefile.in b/bin/tests/master/Makefile.in index 2d6025c688..d4e176c9c2 100644 --- a/bin/tests/master/Makefile.in +++ b/bin/tests/master/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.14 2000/06/22 21:51:08 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/master/t_master.c b/bin/tests/master/t_master.c index 8f6bcfe74d..af8966e608 100644 --- a/bin/tests/master/t_master.c +++ b/bin/tests/master/t_master.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_master.c,v 1.23 2000/06/22 21:51:09 tale Exp $ */ + #include #include diff --git a/bin/tests/master_test.c b/bin/tests/master_test.c index eb7e71ec32..739413e0af 100644 --- a/bin/tests/master_test.c +++ b/bin/tests/master_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: master_test.c,v 1.22 2000/06/22 21:50:30 tale Exp $ */ + #include #include diff --git a/bin/tests/mem/Makefile.in b/bin/tests/mem/Makefile.in index 92e1f81a41..c591fb75d6 100644 --- a/bin/tests/mem/Makefile.in +++ b/bin/tests/mem/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.20 2000/06/22 21:51:10 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/mem/t_mem.c b/bin/tests/mem/t_mem.c index 31f3b9a40e..5e1f7a7eca 100644 --- a/bin/tests/mem/t_mem.c +++ b/bin/tests/mem/t_mem.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_mem.c,v 1.6 2000/06/22 21:51:11 tale Exp $ */ + #include #include diff --git a/bin/tests/mempool_test.c b/bin/tests/mempool_test.c index 1254331dba..de178a5982 100644 --- a/bin/tests/mempool_test.c +++ b/bin/tests/mempool_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: mempool_test.c,v 1.7 2000/06/22 21:50:32 tale Exp $ */ + #include #include diff --git a/bin/tests/name_test.c b/bin/tests/name_test.c index 13ba05ec33..62886274fb 100644 --- a/bin/tests/name_test.c +++ b/bin/tests/name_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: name_test.c,v 1.29 2000/06/22 21:50:33 tale Exp $ */ + #include #include diff --git a/bin/tests/named.conf b/bin/tests/named.conf index 45660483a4..8b0424b9cb 100644 --- a/bin/tests/named.conf +++ b/bin/tests/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.38 2000/06/22 21:50:34 tale Exp $ */ + /* * This is a worthless, nonrunnable example of a named.conf file that has * every conceivable syntax element in use. We use it to test the parser. diff --git a/bin/tests/names/Makefile.in b/bin/tests/names/Makefile.in index af5b83e23d..c078ded532 100644 --- a/bin/tests/names/Makefile.in +++ b/bin/tests/names/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.14 2000/06/22 21:51:13 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/names/t_names.c b/bin/tests/names/t_names.c index 0f908ec59e..a9bbc4e0cb 100644 --- a/bin/tests/names/t_names.c +++ b/bin/tests/names/t_names.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_names.c,v 1.25 2000/06/22 21:51:14 tale Exp $ */ + #include #include diff --git a/bin/tests/nconf_test.c b/bin/tests/nconf_test.c index 6f195bbdf9..5c6bd64ec3 100644 --- a/bin/tests/nconf_test.c +++ b/bin/tests/nconf_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: nconf_test.c,v 1.17 2000/06/22 21:50:35 tale Exp $ */ + #include #include diff --git a/bin/tests/ndc.conf b/bin/tests/ndc.conf index c0e365e896..9155b76fc2 100644 --- a/bin/tests/ndc.conf +++ b/bin/tests/ndc.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ndc.conf,v 1.3 2000/06/22 21:50:36 tale Exp $ */ + options { default-server "velo.jab.fr" ; # [ default-key key_name; ] diff --git a/bin/tests/ndcconf_test.c b/bin/tests/ndcconf_test.c index 2ea604485d..eef04657eb 100644 --- a/bin/tests/ndcconf_test.c +++ b/bin/tests/ndcconf_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ndcconf_test.c,v 1.8 2000/06/22 21:50:37 tale Exp $ */ + #include #include diff --git a/bin/tests/net/Makefile.in b/bin/tests/net/Makefile.in index 452529d882..e8e8fe66da 100644 --- a/bin/tests/net/Makefile.in +++ b/bin/tests/net/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.4 2000/06/22 21:51:15 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/nxtify.c b/bin/tests/nxtify.c index e3a73ea207..6cbb78153c 100644 --- a/bin/tests/nxtify.c +++ b/bin/tests/nxtify.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: nxtify.c,v 1.13 2000/06/22 21:50:38 tale Exp $ */ + #include #include diff --git a/bin/tests/omapi_test.c b/bin/tests/omapi_test.c index 35629278f3..5a9af501c5 100644 --- a/bin/tests/omapi_test.c +++ b/bin/tests/omapi_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: omapi_test.c,v 1.22 2000/06/22 21:50:39 tale Exp $ */ + /* * Test code for OMAPI. */ diff --git a/bin/tests/printmsg.c b/bin/tests/printmsg.c index 41b819683f..b38b91afdf 100644 --- a/bin/tests/printmsg.c +++ b/bin/tests/printmsg.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: printmsg.c,v 1.21 2000/06/22 21:50:41 tale Exp $ */ + #include #include diff --git a/bin/tests/printmsg.h b/bin/tests/printmsg.h index 4178a1294b..f91c1e93ca 100644 --- a/bin/tests/printmsg.h +++ b/bin/tests/printmsg.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: printmsg.h,v 1.6 2000/06/22 21:50:42 tale Exp $ */ + #ifndef TEST_PRINTMSG_H #define TEST_PRINTMSG_H diff --git a/bin/tests/ratelimiter_test.c b/bin/tests/ratelimiter_test.c index e463094690..ef531bb588 100644 --- a/bin/tests/ratelimiter_test.c +++ b/bin/tests/ratelimiter_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ratelimiter_test.c,v 1.11 2000/06/22 21:50:43 tale Exp $ */ + #include #include diff --git a/bin/tests/rbt/Makefile.in b/bin/tests/rbt/Makefile.in index 854be84aa7..6fe54b77d1 100644 --- a/bin/tests/rbt/Makefile.in +++ b/bin/tests/rbt/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.14 2000/06/22 21:51:16 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/rbt/t_rbt.c b/bin/tests/rbt/t_rbt.c index 241a901ac6..e015e1f4c5 100644 --- a/bin/tests/rbt/t_rbt.c +++ b/bin/tests/rbt/t_rbt.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_rbt.c,v 1.19 2000/06/22 21:51:18 tale Exp $ */ + #include #include diff --git a/bin/tests/rbt_test.c b/bin/tests/rbt_test.c index a299aba260..9656726d53 100644 --- a/bin/tests/rbt_test.c +++ b/bin/tests/rbt_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rbt_test.c,v 1.31 2000/06/22 21:50:44 tale Exp $ */ + #include #include diff --git a/bin/tests/rbt_test.txt b/bin/tests/rbt_test.txt index 8611fc94c5..de4d25f0e2 100644 --- a/bin/tests/rbt_test.txt +++ b/bin/tests/rbt_test.txt @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: rbt_test.txt,v 1.9 2000/06/22 21:50:45 tale Exp $ + add a.vix.com add b.vix.com add c.vix.com diff --git a/bin/tests/rdata_test.c b/bin/tests/rdata_test.c index e496deb9b4..3baff5f7c0 100644 --- a/bin/tests/rdata_test.c +++ b/bin/tests/rdata_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdata_test.c,v 1.29 2000/06/22 21:50:46 tale Exp $ */ + #include #include diff --git a/bin/tests/resolv.conf.sample b/bin/tests/resolv.conf.sample index 91db056ad8..00a1afa436 100644 --- a/bin/tests/resolv.conf.sample +++ b/bin/tests/resolv.conf.sample @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: resolv.conf.sample,v 1.4 2000/06/22 21:50:47 tale 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 4444cf10ab..d4ca94459f 100644 --- a/bin/tests/rwlock_test.c +++ b/bin/tests/rwlock_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rwlock_test.c,v 1.16 2000/06/22 21:50:48 tale Exp $ */ + #include #include diff --git a/bin/tests/serial_test.c b/bin/tests/serial_test.c index 5b88c5ecf7..37585b58d0 100644 --- a/bin/tests/serial_test.c +++ b/bin/tests/serial_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: serial_test.c,v 1.7 2000/06/22 21:50:49 tale Exp $ */ + #include #include diff --git a/bin/tests/shutdown_test.c b/bin/tests/shutdown_test.c index f1a56fac57..36fafae5fa 100644 --- a/bin/tests/shutdown_test.c +++ b/bin/tests/shutdown_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: shutdown_test.c,v 1.14 2000/06/22 21:50:50 tale Exp $ */ + #include #include diff --git a/bin/tests/sock_test.c b/bin/tests/sock_test.c index b6674429a6..7184162f41 100644 --- a/bin/tests/sock_test.c +++ b/bin/tests/sock_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: sock_test.c,v 1.43 2000/06/22 21:50:52 tale Exp $ */ + #include #include diff --git a/bin/tests/sockaddr/Makefile.in b/bin/tests/sockaddr/Makefile.in index 6cfbaeb344..c8d5d95d71 100644 --- a/bin/tests/sockaddr/Makefile.in +++ b/bin/tests/sockaddr/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.9 2000/06/22 21:51:19 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/sockaddr/t_sockaddr.c b/bin/tests/sockaddr/t_sockaddr.c index 26b0a09b38..466759fb69 100644 --- a/bin/tests/sockaddr/t_sockaddr.c +++ b/bin/tests/sockaddr/t_sockaddr.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_sockaddr.c,v 1.8 2000/06/22 21:51:20 tale Exp $ */ + #include #include diff --git a/bin/tests/sym_test.c b/bin/tests/sym_test.c index 8ab1b97e3b..3b43cee2bd 100644 --- a/bin/tests/sym_test.c +++ b/bin/tests/sym_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: sym_test.c,v 1.18 2000/06/22 21:50:53 tale Exp $ */ + #include #include diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index b07dabd03b..ef4538d9ee 100644 --- a/bin/tests/system/Makefile.in +++ b/bin/tests/system/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.8 2000/06/22 21:51:21 tale Exp $ + @BIND9_INCLUDES@ SUBDIRS = lwresd TARGETS = diff --git a/bin/tests/system/clean.sh b/bin/tests/system/clean.sh index 81c2ad5ff9..ddcac30330 100755 --- a/bin/tests/system/clean.sh +++ b/bin/tests/system/clean.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: clean.sh,v 1.7 2000/06/22 21:51:23 tale Exp $ + # # Clean up after system tests. # diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index 4cb7f4cb51..0d719a622a 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: conf.sh.in,v 1.4 2000/06/22 21:51:24 tale Exp $ + # # Common configuration data for system tests, to be sourced into # other shell scripts. diff --git a/bin/tests/system/digcomp.pl b/bin/tests/system/digcomp.pl index 3fc84ee125..d480cffaa8 100644 --- a/bin/tests/system/digcomp.pl +++ b/bin/tests/system/digcomp.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: digcomp.pl,v 1.4 2000/06/22 21:51:25 tale Exp $ + # Compare two files, each with the output from dig, for differences. # Ignore "unimportant" differences, like ordering of NS lines, TTL's, # etc... diff --git a/bin/tests/system/dnssec/README b/bin/tests/system/dnssec/README index 87a86f24ff..d009ba5e58 100644 --- a/bin/tests/system/dnssec/README +++ b/bin/tests/system/dnssec/README @@ -1,6 +1,8 @@ Copyright (C) 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: README,v 1.3 2000/06/22 21:51:32 tale Exp $ + The test setup for the DNSSEC tests has a secure root. ns1 is the root server. diff --git a/bin/tests/system/dnssec/clean.sh b/bin/tests/system/dnssec/clean.sh index e421bb375a..770ff3f137 100644 --- a/bin/tests/system/dnssec/clean.sh +++ b/bin/tests/system/dnssec/clean.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: clean.sh,v 1.5 2000/06/22 21:51:33 tale Exp $ + rm -f */K* */.keyset */*.keyset */*.signedkey */*.signed */trusted.conf rm -f ns1/root.db ns2/example.db ns3/secure.example.db rm -f ns3/unsecure.example.db ns3/bogus.example.db diff --git a/bin/tests/system/dnssec/ns1/named.conf b/bin/tests/system/dnssec/ns1/named.conf index 58e96eba44..d24efbd617 100644 --- a/bin/tests/system/dnssec/ns1/named.conf +++ b/bin/tests/system/dnssec/ns1/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.9 2000/06/22 21:51:37 tale Exp $ */ + // NS1 options { diff --git a/bin/tests/system/dnssec/ns1/root.db.in b/bin/tests/system/dnssec/ns1/root.db.in index 621976ab0a..b279a16303 100644 --- a/bin/tests/system/dnssec/ns1/root.db.in +++ b/bin/tests/system/dnssec/ns1/root.db.in @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.db.in,v 1.3 2000/06/22 21:51:38 tale Exp $ + $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( 2000042100 ; serial diff --git a/bin/tests/system/dnssec/ns1/sign.sh b/bin/tests/system/dnssec/ns1/sign.sh index a0d1817ba8..47965d465f 100644 --- a/bin/tests/system/dnssec/ns1/sign.sh +++ b/bin/tests/system/dnssec/ns1/sign.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: sign.sh,v 1.7 2000/06/22 21:51:39 tale 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 dd240d5741..7186cf74c7 100644 --- a/bin/tests/system/dnssec/ns2/example.db.in +++ b/bin/tests/system/dnssec/ns2/example.db.in @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example.db.in,v 1.4 2000/06/22 21:51:41 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000042407 ; serial diff --git a/bin/tests/system/dnssec/ns2/insecure.secure.example.db b/bin/tests/system/dnssec/ns2/insecure.secure.example.db index 01e8c7892f..c49e0603e3 100644 --- a/bin/tests/system/dnssec/ns2/insecure.secure.example.db +++ b/bin/tests/system/dnssec/ns2/insecure.secure.example.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: insecure.secure.example.db,v 1.3 2000/06/22 21:51:42 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000042407 ; serial diff --git a/bin/tests/system/dnssec/ns2/named.conf b/bin/tests/system/dnssec/ns2/named.conf index c29afe696c..9ef74e1e46 100644 --- a/bin/tests/system/dnssec/ns2/named.conf +++ b/bin/tests/system/dnssec/ns2/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.10 2000/06/22 21:51:43 tale Exp $ */ + // NS2 options { 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 04192bd110..5968270f88 100644 --- a/bin/tests/system/dnssec/ns2/private.secure.example.db.in +++ b/bin/tests/system/dnssec/ns2/private.secure.example.db.in @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: private.secure.example.db.in,v 1.3 2000/06/22 21:51:44 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000042407 ; serial diff --git a/bin/tests/system/dnssec/ns2/root.hint b/bin/tests/system/dnssec/ns2/root.hint index 104a7130b6..71e7b197b6 100644 --- a/bin/tests/system/dnssec/ns2/root.hint +++ b/bin/tests/system/dnssec/ns2/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:51:45 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/dnssec/ns2/sign.sh b/bin/tests/system/dnssec/ns2/sign.sh index a2170e51ef..ca9a1f11b2 100644 --- a/bin/tests/system/dnssec/ns2/sign.sh +++ b/bin/tests/system/dnssec/ns2/sign.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: sign.sh,v 1.10 2000/06/22 21:51:46 tale 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 01e8c7892f..4feb9322ed 100644 --- a/bin/tests/system/dnssec/ns3/bogus.example.db.in +++ b/bin/tests/system/dnssec/ns3/bogus.example.db.in @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: bogus.example.db.in,v 1.3 2000/06/22 21:51:47 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000042407 ; serial diff --git a/bin/tests/system/dnssec/ns3/insecure.example.db b/bin/tests/system/dnssec/ns3/insecure.example.db index 01e8c7892f..a2a2f1da10 100644 --- a/bin/tests/system/dnssec/ns3/insecure.example.db +++ b/bin/tests/system/dnssec/ns3/insecure.example.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: insecure.example.db,v 1.3 2000/06/22 21:51:48 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000042407 ; serial diff --git a/bin/tests/system/dnssec/ns3/named.conf b/bin/tests/system/dnssec/ns3/named.conf index ba54b2a070..f1002dee86 100644 --- a/bin/tests/system/dnssec/ns3/named.conf +++ b/bin/tests/system/dnssec/ns3/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.11 2000/06/22 21:51:49 tale Exp $ */ + // NS3 options { diff --git a/bin/tests/system/dnssec/ns3/root.hint b/bin/tests/system/dnssec/ns3/root.hint index 104a7130b6..38e45b334c 100644 --- a/bin/tests/system/dnssec/ns3/root.hint +++ b/bin/tests/system/dnssec/ns3/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:51:50 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/dnssec/ns3/secure.example.db.in b/bin/tests/system/dnssec/ns3/secure.example.db.in index 57c52d0ff6..cc921b0c12 100644 --- a/bin/tests/system/dnssec/ns3/secure.example.db.in +++ b/bin/tests/system/dnssec/ns3/secure.example.db.in @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: secure.example.db.in,v 1.4 2000/06/22 21:51:51 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000042407 ; serial diff --git a/bin/tests/system/dnssec/ns3/sign.sh b/bin/tests/system/dnssec/ns3/sign.sh index cc677e8bc6..bc4e9bfb30 100644 --- a/bin/tests/system/dnssec/ns3/sign.sh +++ b/bin/tests/system/dnssec/ns3/sign.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: sign.sh,v 1.8 2000/06/22 21:51:53 tale Exp $ + RANDFILE=../random.data zone=secure.example. diff --git a/bin/tests/system/dnssec/ns4/named.conf b/bin/tests/system/dnssec/ns4/named.conf index ae2c523322..c6d6b88ded 100644 --- a/bin/tests/system/dnssec/ns4/named.conf +++ b/bin/tests/system/dnssec/ns4/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.10 2000/06/22 21:51:54 tale Exp $ */ + // NS4 options { diff --git a/bin/tests/system/dnssec/ns4/root.hint b/bin/tests/system/dnssec/ns4/root.hint index 104a7130b6..d36ec5fa93 100644 --- a/bin/tests/system/dnssec/ns4/root.hint +++ b/bin/tests/system/dnssec/ns4/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:51:55 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/dnssec/ns5/named.conf b/bin/tests/system/dnssec/ns5/named.conf index 7de3d61889..5831e2deab 100644 --- a/bin/tests/system/dnssec/ns5/named.conf +++ b/bin/tests/system/dnssec/ns5/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.8 2000/06/22 21:51:56 tale Exp $ */ + // NS5 options { diff --git a/bin/tests/system/dnssec/ns5/root.hint b/bin/tests/system/dnssec/ns5/root.hint index 104a7130b6..1f0d6bb461 100644 --- a/bin/tests/system/dnssec/ns5/root.hint +++ b/bin/tests/system/dnssec/ns5/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:51:57 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/dnssec/ns5/trusted.conf.bad b/bin/tests/system/dnssec/ns5/trusted.conf.bad index e61cd6b894..3d60de786d 100644 --- a/bin/tests/system/dnssec/ns5/trusted.conf.bad +++ b/bin/tests/system/dnssec/ns5/trusted.conf.bad @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: trusted.conf.bad,v 1.3 2000/06/22 21:51:58 tale 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 cc4fdf854c..9db77c48c0 100644 --- a/bin/tests/system/dnssec/setup.sh +++ b/bin/tests/system/dnssec/setup.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: setup.sh,v 1.6 2000/06/22 21:51:35 tale Exp $ + cd ns1 && sh sign.sh echo "a.bogus.example. A 10.0.0.22" >>../ns3/bogus.example.db.signed diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 93603eaf40..33bea13d1f 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: tests.sh,v 1.15 2000/06/22 21:51:36 tale Exp $ + # # Perform tests # diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index 19c903cf73..42e602499e 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: ifconfig.sh,v 1.16 2000/06/22 21:51:26 tale Exp $ + # # Set up interface aliases for bind9 system tests. # diff --git a/bin/tests/system/limits/ns1/example.db b/bin/tests/system/limits/ns1/example.db index d30b5f941a..0b187eb194 100644 --- a/bin/tests/system/limits/ns1/example.db +++ b/bin/tests/system/limits/ns1/example.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example.db,v 1.3 2000/06/22 21:52:00 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA ns1.example. hostmaster.example. ( 2000042795 ; serial diff --git a/bin/tests/system/limits/ns1/named.conf b/bin/tests/system/limits/ns1/named.conf index 680a97119a..4d98629f5a 100644 --- a/bin/tests/system/limits/ns1/named.conf +++ b/bin/tests/system/limits/ns1/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.3 2000/06/22 21:52:01 tale Exp $ */ + options { query-source address 10.53.0.1; port 5300; diff --git a/bin/tests/system/limits/ns1/root.db b/bin/tests/system/limits/ns1/root.db index b0deffa2b3..cb82743336 100644 --- a/bin/tests/system/limits/ns1/root.db +++ b/bin/tests/system/limits/ns1/root.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.db,v 1.3 2000/06/22 21:52:02 tale Exp $ + $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( 2000042100 ; serial diff --git a/bin/tests/system/lwresd/Makefile.in b/bin/tests/system/lwresd/Makefile.in index ee1b15d00d..1aece4b1c0 100644 --- a/bin/tests/system/lwresd/Makefile.in +++ b/bin/tests/system/lwresd/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.4 2000/06/22 21:52:03 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/system/lwresd/lwresd1/resolv.conf b/bin/tests/system/lwresd/lwresd1/resolv.conf index 575371d679..f174a2847b 100644 --- a/bin/tests/system/lwresd/lwresd1/resolv.conf +++ b/bin/tests/system/lwresd/lwresd1/resolv.conf @@ -15,5 +15,7 @@ * SOFTWARE. */ +/* $Id: resolv.conf,v 1.3 2000/06/22 21:52:08 tale Exp $ */ + nameserver 10.53.0.1 search example1. diff --git a/bin/tests/system/lwresd/lwtest.c b/bin/tests/system/lwresd/lwtest.c index 2f1a0c559e..cb54c85eeb 100644 --- a/bin/tests/system/lwresd/lwtest.c +++ b/bin/tests/system/lwresd/lwtest.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwtest.c,v 1.5 2000/06/22 21:52:04 tale Exp $ */ + #include #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 d95cacb9de..ca9904bd6a 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 @@ -13,6 +13,8 @@ ; 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.4 2000/06/22 21:52:09 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000062001 ; serial diff --git a/bin/tests/system/lwresd/ns1/example1.db b/bin/tests/system/lwresd/ns1/example1.db index f3891bec81..ac9db86fb0 100644 --- a/bin/tests/system/lwresd/ns1/example1.db +++ b/bin/tests/system/lwresd/ns1/example1.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example1.db,v 1.4 2000/06/22 21:52:10 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000062101 ; serial diff --git a/bin/tests/system/lwresd/ns1/example2.db b/bin/tests/system/lwresd/ns1/example2.db index 9d7ffa20a6..381be32c0e 100644 --- a/bin/tests/system/lwresd/ns1/example2.db +++ b/bin/tests/system/lwresd/ns1/example2.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example2.db,v 1.3 2000/06/22 21:52:11 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000062001 ; serial diff --git a/bin/tests/system/lwresd/ns1/ip6.arpa.db b/bin/tests/system/lwresd/ns1/ip6.arpa.db index e38cd22ef0..ce9897b3de 100644 --- a/bin/tests/system/lwresd/ns1/ip6.arpa.db +++ b/bin/tests/system/lwresd/ns1/ip6.arpa.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: ip6.arpa.db,v 1.3 2000/06/22 21:52:12 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000062101 ; serial diff --git a/bin/tests/system/lwresd/ns1/ip6.int.db b/bin/tests/system/lwresd/ns1/ip6.int.db index d1aaa30db8..cf4f3d0bb9 100644 --- a/bin/tests/system/lwresd/ns1/ip6.int.db +++ b/bin/tests/system/lwresd/ns1/ip6.int.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: ip6.int.db,v 1.4 2000/06/22 21:52:13 tale Exp $ + $TTL 300 ; 5 minutes @ IN SOA mname1. . ( 2000062001 ; serial diff --git a/bin/tests/system/lwresd/ns1/named.conf b/bin/tests/system/lwresd/ns1/named.conf index c0ca1adeb8..23305f25bb 100644 --- a/bin/tests/system/lwresd/ns1/named.conf +++ b/bin/tests/system/lwresd/ns1/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.4 2000/06/22 21:52:15 tale Exp $ */ + options { query-source address 10.53.0.1; port 5300; diff --git a/bin/tests/system/lwresd/ns1/root.db b/bin/tests/system/lwresd/ns1/root.db index 55f7185808..6565607fdd 100644 --- a/bin/tests/system/lwresd/ns1/root.db +++ b/bin/tests/system/lwresd/ns1/root.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.db,v 1.3 2000/06/22 21:52:16 tale Exp $ + $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( 2000042100 ; serial diff --git a/bin/tests/system/lwresd/resolv.conf b/bin/tests/system/lwresd/resolv.conf index 0e7542ae2a..7fcb6bec42 100644 --- a/bin/tests/system/lwresd/resolv.conf +++ b/bin/tests/system/lwresd/resolv.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: resolv.conf,v 1.3 2000/06/22 21:52:06 tale Exp $ */ + nameserver 10.53.0.1 search example1. ndots 1 diff --git a/bin/tests/system/lwresd/tests.sh b/bin/tests/system/lwresd/tests.sh index a308b9434b..394e65783b 100644 --- a/bin/tests/system/lwresd/tests.sh +++ b/bin/tests/system/lwresd/tests.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: tests.sh,v 1.2 2000/06/22 21:52:07 tale Exp $ + SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/notify/clean.sh b/bin/tests/system/notify/clean.sh index 9382e3c665..48afad45cc 100644 --- a/bin/tests/system/notify/clean.sh +++ b/bin/tests/system/notify/clean.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: clean.sh,v 1.4 2000/06/22 21:52:17 tale 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 5c362ac525..905e61d3b4 100644 --- a/bin/tests/system/notify/ns1/named.conf +++ b/bin/tests/system/notify/ns1/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.7 2000/06/22 21:52:20 tale Exp $ */ + options { query-source address 10.53.0.1; port 5300; diff --git a/bin/tests/system/notify/ns1/root.db b/bin/tests/system/notify/ns1/root.db index 621976ab0a..35184553c2 100644 --- a/bin/tests/system/notify/ns1/root.db +++ b/bin/tests/system/notify/ns1/root.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.db,v 1.3 2000/06/22 21:52:21 tale Exp $ + $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( 2000042100 ; serial diff --git a/bin/tests/system/notify/ns2/example1.db b/bin/tests/system/notify/ns2/example1.db index 11853ec096..b80f6795ff 100644 --- a/bin/tests/system/notify/ns2/example1.db +++ b/bin/tests/system/notify/ns2/example1.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example1.db,v 1.4 2000/06/22 21:52:23 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA mname1. . ( diff --git a/bin/tests/system/notify/ns2/example2.db b/bin/tests/system/notify/ns2/example2.db index f9e9f79bd3..5a0fdb732a 100644 --- a/bin/tests/system/notify/ns2/example2.db +++ b/bin/tests/system/notify/ns2/example2.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example2.db,v 1.4 2000/06/22 21:52:24 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA mname1. . ( diff --git a/bin/tests/system/notify/ns2/example3.db b/bin/tests/system/notify/ns2/example3.db index 122db0435a..4df085aeec 100644 --- a/bin/tests/system/notify/ns2/example3.db +++ b/bin/tests/system/notify/ns2/example3.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example3.db,v 1.4 2000/06/22 21:52:25 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA mname1. . ( diff --git a/bin/tests/system/notify/ns2/example4.db b/bin/tests/system/notify/ns2/example4.db index 0c6f54bbb0..b298bef410 100644 --- a/bin/tests/system/notify/ns2/example4.db +++ b/bin/tests/system/notify/ns2/example4.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example4.db,v 1.4 2000/06/22 21:52:26 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA mname1. . ( diff --git a/bin/tests/system/notify/ns2/named.conf b/bin/tests/system/notify/ns2/named.conf index d35812a082..dd58da0804 100644 --- a/bin/tests/system/notify/ns2/named.conf +++ b/bin/tests/system/notify/ns2/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.9 2000/06/22 21:52:27 tale Exp $ */ + options { query-source address 10.53.0.2; port 5300; diff --git a/bin/tests/system/notify/ns2/root.hint b/bin/tests/system/notify/ns2/root.hint index 104a7130b6..ce18bf1d36 100644 --- a/bin/tests/system/notify/ns2/root.hint +++ b/bin/tests/system/notify/ns2/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:52:28 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/notify/ns3/named.conf b/bin/tests/system/notify/ns3/named.conf index 06c9fe07dc..1c0cb75177 100644 --- a/bin/tests/system/notify/ns3/named.conf +++ b/bin/tests/system/notify/ns3/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.10 2000/06/22 21:52:29 tale Exp $ */ + options { query-source address 10.53.0.3; port 5300; diff --git a/bin/tests/system/notify/ns3/root.hint b/bin/tests/system/notify/ns3/root.hint index 104a7130b6..743a2e59ce 100644 --- a/bin/tests/system/notify/ns3/root.hint +++ b/bin/tests/system/notify/ns3/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:52:30 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/notify/setup.sh b/bin/tests/system/notify/setup.sh index 1f8d051acf..8349af36f9 100644 --- a/bin/tests/system/notify/setup.sh +++ b/bin/tests/system/notify/setup.sh @@ -15,4 +15,6 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: setup.sh,v 1.3 2000/06/22 21:52:18 tale 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 e01c9543a8..6a3d0c1776 100644 --- a/bin/tests/system/notify/tests.sh +++ b/bin/tests/system/notify/tests.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: tests.sh,v 1.16 2000/06/22 21:52:19 tale Exp $ + # # Perform tests # diff --git a/bin/tests/system/run.sh b/bin/tests/system/run.sh index 5d19e7f2be..937b010691 100644 --- a/bin/tests/system/run.sh +++ b/bin/tests/system/run.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: run.sh,v 1.26 2000/06/22 21:51:27 tale Exp $ + # # Run a system test. # diff --git a/bin/tests/system/setup.sh b/bin/tests/system/setup.sh index 96276e33d9..0f2978f59a 100644 --- a/bin/tests/system/setup.sh +++ b/bin/tests/system/setup.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: setup.sh,v 1.5 2000/06/22 21:51:28 tale Exp $ + # # Run a system test. # diff --git a/bin/tests/system/start.sh b/bin/tests/system/start.sh index 7ad278e69d..3b4e8f00cb 100644 --- a/bin/tests/system/start.sh +++ b/bin/tests/system/start.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: start.sh,v 1.17 2000/06/22 21:51:29 tale Exp $ + # # Start name servers for running system tests. # diff --git a/bin/tests/system/stop.sh b/bin/tests/system/stop.sh index 585e06ec10..b19d7503cc 100644 --- a/bin/tests/system/stop.sh +++ b/bin/tests/system/stop.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: stop.sh,v 1.8 2000/06/22 21:51:30 tale Exp $ + # # Stop name servers. # diff --git a/bin/tests/system/stub/clean.sh b/bin/tests/system/stub/clean.sh index a76e554720..19d28fa95a 100644 --- a/bin/tests/system/stub/clean.sh +++ b/bin/tests/system/stub/clean.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: clean.sh,v 1.2 2000/06/22 21:52:32 tale Exp $ + # # Clean up after zone transfer tests. # diff --git a/bin/tests/system/stub/ns1/named.conf b/bin/tests/system/stub/ns1/named.conf index 5c362ac525..dd5b90e684 100644 --- a/bin/tests/system/stub/ns1/named.conf +++ b/bin/tests/system/stub/ns1/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.3 2000/06/22 21:52:34 tale Exp $ */ + options { query-source address 10.53.0.1; port 5300; diff --git a/bin/tests/system/stub/ns1/root.db b/bin/tests/system/stub/ns1/root.db index 0485d68ee2..686a25688d 100644 --- a/bin/tests/system/stub/ns1/root.db +++ b/bin/tests/system/stub/ns1/root.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.db,v 1.3 2000/06/22 21:52:35 tale Exp $ + $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( 2000042100 ; serial diff --git a/bin/tests/system/stub/ns2/child.example.db b/bin/tests/system/stub/ns2/child.example.db index e9904539e6..fdcd73e537 100644 --- a/bin/tests/system/stub/ns2/child.example.db +++ b/bin/tests/system/stub/ns2/child.example.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: child.example.db,v 1.3 2000/06/22 21:52:36 tale Exp $ + $TTL 300 ; 5 minutes child.example. IN SOA ns2.child.example. hostmaster.child.example. ( 2000042795 ; serial diff --git a/bin/tests/system/stub/ns2/named.conf b/bin/tests/system/stub/ns2/named.conf index 26e1e3f087..adde427582 100644 --- a/bin/tests/system/stub/ns2/named.conf +++ b/bin/tests/system/stub/ns2/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.3 2000/06/22 21:52:38 tale Exp $ */ + options { query-source address 10.53.0.2; port 5300; diff --git a/bin/tests/system/stub/ns2/root.hint b/bin/tests/system/stub/ns2/root.hint index 104a7130b6..b13eaf8779 100644 --- a/bin/tests/system/stub/ns2/root.hint +++ b/bin/tests/system/stub/ns2/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:52:39 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/stub/ns3/example.db b/bin/tests/system/stub/ns3/example.db index 300efbb398..83cd749000 100644 --- a/bin/tests/system/stub/ns3/example.db +++ b/bin/tests/system/stub/ns3/example.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example.db,v 1.3 2000/06/22 21:52:40 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA ns3.example. hostmaster.example. ( diff --git a/bin/tests/system/stub/ns3/named.conf b/bin/tests/system/stub/ns3/named.conf index be73333a73..e7c1c26d78 100644 --- a/bin/tests/system/stub/ns3/named.conf +++ b/bin/tests/system/stub/ns3/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.3 2000/06/22 21:52:41 tale Exp $ */ + options { query-source address 10.53.0.3; port 5300; diff --git a/bin/tests/system/stub/ns3/root.hint b/bin/tests/system/stub/ns3/root.hint index 104a7130b6..997bd0eb9b 100644 --- a/bin/tests/system/stub/ns3/root.hint +++ b/bin/tests/system/stub/ns3/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:52:42 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/stub/tests.sh b/bin/tests/system/stub/tests.sh index 168ee8500f..e62cc8a703 100644 --- a/bin/tests/system/stub/tests.sh +++ b/bin/tests/system/stub/tests.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: tests.sh,v 1.3 2000/06/22 21:52:33 tale Exp $ + SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl index 292913bb1d..64100ac71e 100644 --- a/bin/tests/system/testsock.pl +++ b/bin/tests/system/testsock.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: testsock.pl,v 1.2 2000/06/22 21:51:31 tale Exp $ + # Test whether the interfaces on 10.53.0.* are up. diff --git a/bin/tests/system/views/clean.sh b/bin/tests/system/views/clean.sh index 9382e3c665..709d1710c6 100644 --- a/bin/tests/system/views/clean.sh +++ b/bin/tests/system/views/clean.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: clean.sh,v 1.4 2000/06/22 21:52:43 tale 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 5c362ac525..46adfdc64f 100644 --- a/bin/tests/system/views/ns1/named.conf +++ b/bin/tests/system/views/ns1/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.6 2000/06/22 21:52:47 tale Exp $ */ + options { query-source address 10.53.0.1; port 5300; diff --git a/bin/tests/system/views/ns1/root.db b/bin/tests/system/views/ns1/root.db index 621976ab0a..7902a03a54 100644 --- a/bin/tests/system/views/ns1/root.db +++ b/bin/tests/system/views/ns1/root.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.db,v 1.3 2000/06/22 21:52:48 tale Exp $ + $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( 2000042100 ; serial diff --git a/bin/tests/system/views/ns2/example1.db b/bin/tests/system/views/ns2/example1.db index 1204eb3c44..17675a194c 100644 --- a/bin/tests/system/views/ns2/example1.db +++ b/bin/tests/system/views/ns2/example1.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example1.db,v 1.3 2000/06/22 21:52:49 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA mname1. . ( diff --git a/bin/tests/system/views/ns2/example2.db b/bin/tests/system/views/ns2/example2.db index 7377f81d1f..1840039983 100644 --- a/bin/tests/system/views/ns2/example2.db +++ b/bin/tests/system/views/ns2/example2.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example2.db,v 1.3 2000/06/22 21:52:50 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA mname1. . ( diff --git a/bin/tests/system/views/ns2/internal.db b/bin/tests/system/views/ns2/internal.db index 7a87013346..c1b5c72c35 100644 --- a/bin/tests/system/views/ns2/internal.db +++ b/bin/tests/system/views/ns2/internal.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: internal.db,v 1.3 2000/06/22 21:52:51 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA mname1. . ( diff --git a/bin/tests/system/views/ns2/named1.conf b/bin/tests/system/views/ns2/named1.conf index d35812a082..d67c7daaac 100644 --- a/bin/tests/system/views/ns2/named1.conf +++ b/bin/tests/system/views/ns2/named1.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named1.conf,v 1.7 2000/06/22 21:52:52 tale Exp $ */ + options { query-source address 10.53.0.2; port 5300; diff --git a/bin/tests/system/views/ns2/named2.conf b/bin/tests/system/views/ns2/named2.conf index 8de42d78d6..dc115904ac 100644 --- a/bin/tests/system/views/ns2/named2.conf +++ b/bin/tests/system/views/ns2/named2.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named2.conf,v 1.7 2000/06/22 21:52:53 tale Exp $ */ + options { query-source address 10.53.0.2; port 5300; diff --git a/bin/tests/system/views/ns2/root.hint b/bin/tests/system/views/ns2/root.hint index 104a7130b6..132ba502a3 100644 --- a/bin/tests/system/views/ns2/root.hint +++ b/bin/tests/system/views/ns2/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:52:55 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/views/ns3/internal.db b/bin/tests/system/views/ns3/internal.db index 77957f48de..05f2b00f69 100644 --- a/bin/tests/system/views/ns3/internal.db +++ b/bin/tests/system/views/ns3/internal.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: internal.db,v 1.3 2000/06/22 21:52:56 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA mname1. . ( diff --git a/bin/tests/system/views/ns3/named1.conf b/bin/tests/system/views/ns3/named1.conf index ac91b7d546..58a5140a93 100644 --- a/bin/tests/system/views/ns3/named1.conf +++ b/bin/tests/system/views/ns3/named1.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named1.conf,v 1.8 2000/06/22 21:52:57 tale Exp $ */ + options { query-source address 10.53.0.3; transfer-source 10.53.0.3; diff --git a/bin/tests/system/views/ns3/named2.conf b/bin/tests/system/views/ns3/named2.conf index 63e43806f0..f0d32bcc98 100644 --- a/bin/tests/system/views/ns3/named2.conf +++ b/bin/tests/system/views/ns3/named2.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named2.conf,v 1.8 2000/06/22 21:52:58 tale Exp $ */ + options { query-source address 10.53.0.3; transfer-source 10.53.0.3; diff --git a/bin/tests/system/views/ns3/root.hint b/bin/tests/system/views/ns3/root.hint index 104a7130b6..8bfb71c61e 100644 --- a/bin/tests/system/views/ns3/root.hint +++ b/bin/tests/system/views/ns3/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:52:59 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/views/setup.sh b/bin/tests/system/views/setup.sh index 673f6b316e..b0667944de 100644 --- a/bin/tests/system/views/setup.sh +++ b/bin/tests/system/views/setup.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: setup.sh,v 1.3 2000/06/22 21:52:44 tale Exp $ + cp ns2/example1.db ns2/example.db cp ns2/named1.conf ns2/named.conf diff --git a/bin/tests/system/views/tests.sh b/bin/tests/system/views/tests.sh index ea3fb8156f..87ef44fb13 100644 --- a/bin/tests/system/views/tests.sh +++ b/bin/tests/system/views/tests.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: tests.sh,v 1.12 2000/06/22 21:52:45 tale Exp $ + # # Perform tests # diff --git a/bin/tests/system/xfer/clean.sh b/bin/tests/system/xfer/clean.sh index 9382e3c665..75fce24570 100644 --- a/bin/tests/system/xfer/clean.sh +++ b/bin/tests/system/xfer/clean.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: clean.sh,v 1.6 2000/06/22 21:53:00 tale 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 5c362ac525..8ff6692158 100644 --- a/bin/tests/system/xfer/ns1/named.conf +++ b/bin/tests/system/xfer/ns1/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.7 2000/06/22 21:53:03 tale Exp $ */ + options { query-source address 10.53.0.1; port 5300; diff --git a/bin/tests/system/xfer/ns1/root.db b/bin/tests/system/xfer/ns1/root.db index 621976ab0a..b4109e55e3 100644 --- a/bin/tests/system/xfer/ns1/root.db +++ b/bin/tests/system/xfer/ns1/root.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.db,v 1.3 2000/06/22 21:53:04 tale Exp $ + $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( 2000042100 ; serial diff --git a/bin/tests/system/xfer/ns2/example.db b/bin/tests/system/xfer/ns2/example.db index d0aaf6c379..9d8d6e94c3 100644 --- a/bin/tests/system/xfer/ns2/example.db +++ b/bin/tests/system/xfer/ns2/example.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example.db,v 1.4 2000/06/22 21:53:05 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA ns2.example. hostmaster.example. ( diff --git a/bin/tests/system/xfer/ns2/named.conf b/bin/tests/system/xfer/ns2/named.conf index e5fd3984f0..eabcfaba82 100644 --- a/bin/tests/system/xfer/ns2/named.conf +++ b/bin/tests/system/xfer/ns2/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.8 2000/06/22 21:53:06 tale Exp $ */ + options { query-source address 10.53.0.2; port 5300; diff --git a/bin/tests/system/xfer/ns2/root.hint b/bin/tests/system/xfer/ns2/root.hint index 104a7130b6..47401e935c 100644 --- a/bin/tests/system/xfer/ns2/root.hint +++ b/bin/tests/system/xfer/ns2/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:53:07 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/xfer/ns2/tsigzone.db b/bin/tests/system/xfer/ns2/tsigzone.db index 3526cac851..905dc47480 100644 --- a/bin/tests/system/xfer/ns2/tsigzone.db +++ b/bin/tests/system/xfer/ns2/tsigzone.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: tsigzone.db,v 1.3 2000/06/22 21:53:08 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes tsigzone IN SOA ns2.tsigzone. hostmaster.tsigzone. ( diff --git a/bin/tests/system/xfer/ns3/named.conf b/bin/tests/system/xfer/ns3/named.conf index d45bcc79df..4643ec9f1c 100644 --- a/bin/tests/system/xfer/ns3/named.conf +++ b/bin/tests/system/xfer/ns3/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.7 2000/06/22 21:53:10 tale Exp $ */ + options { query-source address 10.53.0.3; port 5300; diff --git a/bin/tests/system/xfer/ns3/root.hint b/bin/tests/system/xfer/ns3/root.hint index 104a7130b6..b426625735 100644 --- a/bin/tests/system/xfer/ns3/root.hint +++ b/bin/tests/system/xfer/ns3/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:53:11 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/xfer/tests.sh b/bin/tests/system/xfer/tests.sh index da2d2488ea..cfdc280418 100644 --- a/bin/tests/system/xfer/tests.sh +++ b/bin/tests/system/xfer/tests.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: tests.sh,v 1.15 2000/06/22 21:53:01 tale Exp $ + SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/xferquota/clean.sh b/bin/tests/system/xferquota/clean.sh index d20f73a59b..c69b5d9c8b 100644 --- a/bin/tests/system/xferquota/clean.sh +++ b/bin/tests/system/xferquota/clean.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: clean.sh,v 1.5 2000/06/22 21:53:12 tale 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 579ec1d145..d691529aee 100644 --- a/bin/tests/system/xferquota/ns1/changing1.db +++ b/bin/tests/system/xferquota/ns1/changing1.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: changing1.db,v 1.3 2000/06/22 21:53:16 tale Exp $ + $TTL 600 @ IN SOA dns.changing. postmaster.changing. ( diff --git a/bin/tests/system/xferquota/ns1/changing2.db b/bin/tests/system/xferquota/ns1/changing2.db index fd664454b5..e6b92f9a12 100644 --- a/bin/tests/system/xferquota/ns1/changing2.db +++ b/bin/tests/system/xferquota/ns1/changing2.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: changing2.db,v 1.3 2000/06/22 21:53:18 tale Exp $ + $TTL 600 @ IN SOA dns.changing. postmaster.changing. ( diff --git a/bin/tests/system/xferquota/ns1/named.conf b/bin/tests/system/xferquota/ns1/named.conf index 6722b3ab52..41ece7c517 100644 --- a/bin/tests/system/xferquota/ns1/named.conf +++ b/bin/tests/system/xferquota/ns1/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.10 2000/06/22 21:53:19 tale Exp $ */ + options { query-source address 10.53.0.1; port 5300; diff --git a/bin/tests/system/xferquota/ns1/root.db b/bin/tests/system/xferquota/ns1/root.db index 808971cdfc..d906768e9a 100644 --- a/bin/tests/system/xferquota/ns1/root.db +++ b/bin/tests/system/xferquota/ns1/root.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.db,v 1.4 2000/06/22 21:53:20 tale Exp $ + $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( 2000042100 ; serial diff --git a/bin/tests/system/xferquota/ns2/example.db b/bin/tests/system/xferquota/ns2/example.db index b967eaac26..f64ecda4ff 100644 --- a/bin/tests/system/xferquota/ns2/example.db +++ b/bin/tests/system/xferquota/ns2/example.db @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: example.db,v 1.3 2000/06/22 21:53:21 tale Exp $ + $ORIGIN . $TTL 300 ; 5 minutes example IN SOA mname1. . ( diff --git a/bin/tests/system/xferquota/ns2/named.conf b/bin/tests/system/xferquota/ns2/named.conf index 360e8e9e6e..543f5d7a2c 100644 --- a/bin/tests/system/xferquota/ns2/named.conf +++ b/bin/tests/system/xferquota/ns2/named.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named.conf,v 1.8 2000/06/22 21:53:22 tale Exp $ */ + options { query-source address 10.53.0.2; port 5300; diff --git a/bin/tests/system/xferquota/ns2/root.hint b/bin/tests/system/xferquota/ns2/root.hint index 104a7130b6..5363b52fd2 100644 --- a/bin/tests/system/xferquota/ns2/root.hint +++ b/bin/tests/system/xferquota/ns2/root.hint @@ -13,6 +13,8 @@ ; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ; SOFTWARE. +; $Id: root.hint,v 1.3 2000/06/22 21:53:23 tale Exp $ + $TTL 999999 . IN NS a.root-servers.nil. a.root-servers.nil. IN A 10.53.0.1 diff --git a/bin/tests/system/xferquota/setup.pl b/bin/tests/system/xferquota/setup.pl index c7dcb930b8..bea03831bb 100644 --- a/bin/tests/system/xferquota/setup.pl +++ b/bin/tests/system/xferquota/setup.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: setup.pl,v 1.7 2000/06/22 21:53:13 tale 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 b9ef3eb265..7c866ec900 100644 --- a/bin/tests/system/xferquota/setup.sh +++ b/bin/tests/system/xferquota/setup.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: setup.sh,v 1.8 2000/06/22 21:53:14 tale 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 96e49984b7..b4e2e3d7c7 100644 --- a/bin/tests/system/xferquota/tests.sh +++ b/bin/tests/system/xferquota/tests.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: tests.sh,v 1.11 2000/06/22 21:53:15 tale Exp $ + SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/t_api.pl b/bin/tests/t_api.pl index d0e86f0192..346f763baa 100644 --- a/bin/tests/t_api.pl +++ b/bin/tests/t_api.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: t_api.pl,v 1.4 2000/06/22 21:50:54 tale Exp $ + require "getopts.pl"; # diff --git a/bin/tests/task_test.c b/bin/tests/task_test.c index 5d465d4232..a02abf3eb5 100644 --- a/bin/tests/task_test.c +++ b/bin/tests/task_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: task_test.c,v 1.44 2000/06/22 21:50:55 tale Exp $ */ + #include #include diff --git a/bin/tests/tasks/Makefile.in b/bin/tests/tasks/Makefile.in index da4193421f..c2adc64aaa 100644 --- a/bin/tests/tasks/Makefile.in +++ b/bin/tests/tasks/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.18 2000/06/22 21:53:24 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/tasks/t_tasks.c b/bin/tests/tasks/t_tasks.c index ffec3d6b8a..986352db4b 100644 --- a/bin/tests/tasks/t_tasks.c +++ b/bin/tests/tasks/t_tasks.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_tasks.c,v 1.16 2000/06/22 21:53:26 tale Exp $ */ + #include #include diff --git a/bin/tests/timer_test.c b/bin/tests/timer_test.c index d29b16a601..faddb34049 100644 --- a/bin/tests/timer_test.c +++ b/bin/tests/timer_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: timer_test.c,v 1.32 2000/06/22 21:50:56 tale Exp $ */ + #include #include diff --git a/bin/tests/timers/Makefile.in b/bin/tests/timers/Makefile.in index 22e38dc14d..9562cd0cf2 100644 --- a/bin/tests/timers/Makefile.in +++ b/bin/tests/timers/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.16 2000/06/22 21:53:27 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/bin/tests/timers/t_timers.c b/bin/tests/timers/t_timers.c index 1106919332..75bb88da3b 100644 --- a/bin/tests/timers/t_timers.c +++ b/bin/tests/timers/t_timers.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_timers.c,v 1.11 2000/06/22 21:53:28 tale Exp $ */ + #include #include diff --git a/bin/tests/tkey_test.c b/bin/tests/tkey_test.c index 490195794f..aedf918381 100644 --- a/bin/tests/tkey_test.c +++ b/bin/tests/tkey_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tkey_test.c,v 1.26 2000/06/22 21:50:57 tale 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 e58437a37b..5b70179ca7 100644 --- a/bin/tests/wire_test.c +++ b/bin/tests/wire_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: wire_test.c,v 1.50 2000/06/22 21:50:58 tale Exp $ */ + #include #include diff --git a/bin/tests/zone2_test.c b/bin/tests/zone2_test.c index f7cfb86a39..ce9f22016c 100644 --- a/bin/tests/zone2_test.c +++ b/bin/tests/zone2_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: zone2_test.c,v 1.18 2000/06/22 21:51:00 tale Exp $ */ + #include #include diff --git a/bin/tests/zone_test.c b/bin/tests/zone_test.c index 42bcc7fbf5..305a4a16d8 100644 --- a/bin/tests/zone_test.c +++ b/bin/tests/zone_test.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: zone_test.c,v 1.20 2000/06/22 21:51:01 tale Exp $ */ + #include #include diff --git a/configure.in b/configure.in index d4d58b2f5f..000c6d6e7d 100644 --- a/configure.in +++ b/configure.in @@ -12,12 +12,13 @@ # 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. + dnl AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.159 $) +AC_REVISION($Revision: 1.160 $) 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 c8f1782663..f3cd65d3f6 100644 --- a/conftools/perllib/dnsconf/DNSConf-macros.h +++ b/conftools/perllib/dnsconf/DNSConf-macros.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: DNSConf-macros.h,v 1.3 2000/06/22 21:53:29 tale Exp $ */ + #define CONCAT(a,b) a ## b #define DNSCONF_SET_STRING(FIELD) \ void CONCAT(DNSConf_set, FIELD)(DNSConf *cfg, const char *arg) { \ diff --git a/conftools/perllib/dnsconf/DNSConf.i b/conftools/perllib/dnsconf/DNSConf.i index 211324e342..49df728c03 100644 --- a/conftools/perllib/dnsconf/DNSConf.i +++ b/conftools/perllib/dnsconf/DNSConf.i @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: DNSConf.i,v 1.3 2000/06/22 21:53:31 tale Exp $ */ + %module DNSConf %{ diff --git a/conftools/perllib/dnsconf/Makefile.PL b/conftools/perllib/dnsconf/Makefile.PL index 3ffb53b09c..69a8099b7b 100644 --- a/conftools/perllib/dnsconf/Makefile.PL +++ b/conftools/perllib/dnsconf/Makefile.PL @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.PL,v 1.3 2000/06/22 21:53:32 tale Exp $ + use ExtUtils::MakeMaker; $ENV{CC} = "gcc"; diff --git a/conftools/perllib/dnsconf/named1.conf b/conftools/perllib/dnsconf/named1.conf index b0eee9f274..f936b72c3c 100644 --- a/conftools/perllib/dnsconf/named1.conf +++ b/conftools/perllib/dnsconf/named1.conf @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: named1.conf,v 1.3 2000/06/22 21:53:33 tale Exp $ */ + options { # port 8888; directory "/etc/namedb" diff --git a/conftools/perllib/dnsconf/test.pl b/conftools/perllib/dnsconf/test.pl index d11f66d387..e73bbbed4d 100644 --- a/conftools/perllib/dnsconf/test.pl +++ b/conftools/perllib/dnsconf/test.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: test.pl,v 1.3 2000/06/22 21:53:34 tale Exp $ + push(@ARGV, "/etc/named.conf") if ! @ARGV; use DNSConf; diff --git a/contrib/named-bootconf/named-bootconf.sh b/contrib/named-bootconf/named-bootconf.sh index 9b3ac2ff61..1ca1931f31 100644 --- a/contrib/named-bootconf/named-bootconf.sh +++ b/contrib/named-bootconf/named-bootconf.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: named-bootconf.sh,v 1.4 2000/06/22 21:53:35 tale Exp $ + # $NetBSD: named-bootconf.sh,v 1.5 1998/12/15 01:00:53 tron Exp $ # # Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. diff --git a/contrib/nanny/nanny.pl b/contrib/nanny/nanny.pl index e5c62f81f5..5cbc6a9d8f 100644 --- a/contrib/nanny/nanny.pl +++ b/contrib/nanny/nanny.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: nanny.pl,v 1.4 2000/06/22 21:53:36 tale Exp $ + # A simple nanny to make sure named stays running. $pid_file_location = '/var/run/named.pid'; diff --git a/doc/arm/Bv9ARM.1.html b/doc/arm/Bv9ARM.1.html index 2fe6c06d3f..8ee620c673 100644 --- a/doc/arm/Bv9ARM.1.html +++ b/doc/arm/Bv9ARM.1.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + diff --git a/doc/arm/Bv9ARM.2.html b/doc/arm/Bv9ARM.2.html index ce58c47b1d..68f0970fea 100644 --- a/doc/arm/Bv9ARM.2.html +++ b/doc/arm/Bv9ARM.2.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + diff --git a/doc/arm/Bv9ARM.3.html b/doc/arm/Bv9ARM.3.html index f6ef0ab960..af0dbf7b56 100644 --- a/doc/arm/Bv9ARM.3.html +++ b/doc/arm/Bv9ARM.3.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + diff --git a/doc/arm/Bv9ARM.4.html b/doc/arm/Bv9ARM.4.html index 775ff678b3..ccb0c4c80b 100644 --- a/doc/arm/Bv9ARM.4.html +++ b/doc/arm/Bv9ARM.4.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + diff --git a/doc/arm/Bv9ARM.5.html b/doc/arm/Bv9ARM.5.html index 5706825afe..7588106507 100644 --- a/doc/arm/Bv9ARM.5.html +++ b/doc/arm/Bv9ARM.5.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + diff --git a/doc/arm/Bv9ARM.6.html b/doc/arm/Bv9ARM.6.html index 35546a7bb0..d73c4629e9 100644 --- a/doc/arm/Bv9ARM.6.html +++ b/doc/arm/Bv9ARM.6.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + diff --git a/doc/arm/Bv9ARM.7.html b/doc/arm/Bv9ARM.7.html index 9154400d1c..dea5d05e26 100644 --- a/doc/arm/Bv9ARM.7.html +++ b/doc/arm/Bv9ARM.7.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + diff --git a/doc/arm/Bv9ARM.8.html b/doc/arm/Bv9ARM.8.html index 4d46ea4e78..11c17ec692 100644 --- a/doc/arm/Bv9ARM.8.html +++ b/doc/arm/Bv9ARM.8.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + diff --git a/doc/arm/Bv9ARM.css b/doc/arm/Bv9ARM.css index f162fb0d4f..74258efda5 100644 --- a/doc/arm/Bv9ARM.css +++ b/doc/arm/Bv9ARM.css @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: Bv9ARM.css,v 1.4 2000/06/22 21:53:47 tale Exp $ */ + A:link { color: blue; text-decoration: underline; diff --git a/doc/arm/Bv9ARM.html b/doc/arm/Bv9ARM.html index 2504e0c469..a8839d919e 100644 --- a/doc/arm/Bv9ARM.html +++ b/doc/arm/Bv9ARM.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + diff --git a/doc/arm/Bv9ARM.txt b/doc/arm/Bv9ARM.txt index 896dbd3728..10463855dd 100644 --- a/doc/arm/Bv9ARM.txt +++ b/doc/arm/Bv9ARM.txt @@ -1,6 +1,8 @@ Copyright (C) 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: Bv9ARM.txt,v 1.3 2000/06/22 21:53:50 tale Exp $ + BIND version 9 Administrator Reference Manual June 2000 diff --git a/doc/design/dispatch b/doc/design/dispatch index a9e794d457..a152bc837d 100644 --- a/doc/design/dispatch +++ b/doc/design/dispatch @@ -1,6 +1,8 @@ Copyright (C) 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: dispatch,v 1.3 2000/06/22 21:53:51 tale Exp $ + UDP receive: /* diff --git a/doc/design/logging b/doc/design/logging index c3fbcaea5d..e0fba90af2 100644 --- a/doc/design/logging +++ b/doc/design/logging @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: logging,v 1.6 2000/06/22 21:53:52 tale Exp $ + OVERVIEW The ISC logging system is designed to provide a flexible, extensible diff --git a/doc/design/ncache b/doc/design/ncache index 43a6c4f7aa..d13357d098 100644 --- a/doc/design/ncache +++ b/doc/design/ncache @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: ncache,v 1.3 2000/06/22 21:53:53 tale Exp $ + Negative Caching The non-DNSSEC case is pretty easy. diff --git a/doc/design/omapi b/doc/design/omapi index 2339b2e053..14698c9115 100644 --- a/doc/design/omapi +++ b/doc/design/omapi @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: omapi,v 1.4 2000/06/22 21:53:55 tale Exp $ + This file documents the protocol that the ISC DHCP server and ISC Object Management clients (clients that use the ISC Object Management API) speak between one another. diff --git a/doc/design/rdataset b/doc/design/rdataset index 1ff4e1e412..1b5840ff03 100644 --- a/doc/design/rdataset +++ b/doc/design/rdataset @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: rdataset,v 1.3 2000/06/22 21:53:56 tale 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 a0673e8ecf..ba5e2c4d96 100644 --- a/doc/design/red-black +++ b/doc/design/red-black @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: red-black,v 1.5 2000/06/22 21:53:57 tale Exp $ + Red-Black Tree Implementation Notes OVERVIEW diff --git a/doc/design/search b/doc/design/search index 98408e3750..9dcf80ebf7 100644 --- a/doc/design/search +++ b/doc/design/search @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: search,v 1.6 2000/06/22 21:53:58 tale 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 c03a093e58..7762a1c271 100644 --- a/doc/design/tasks +++ b/doc/design/tasks @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: tasks,v 1.4 2000/06/22 21:53:59 tale 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 8ab3a125f2..c0758523b7 100644 --- a/doc/design/windows-nt +++ b/doc/design/windows-nt @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: windows-nt,v 1.4 2000/06/22 21:54:00 tale Exp $ + Windows NT Portability Notes OVERVIEW diff --git a/doc/dev/DBC b/doc/dev/DBC index fb95470e32..6dfd044e5b 100644 --- a/doc/dev/DBC +++ b/doc/dev/DBC @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: DBC,v 1.3 2000/06/22 21:54:01 tale Exp $ + Design By Contract BIND 9 uses the "Design by Contract" idea for most function calls. diff --git a/doc/dev/coding.html b/doc/dev/coding.html index d46dd30e3e..e35d67a92a 100644 --- a/doc/dev/coding.html +++ b/doc/dev/coding.html @@ -15,6 +15,8 @@ - SOFTWARE. --> + +

C Language

An ANSI standard C compiler and library are assumed. Feel free to use any diff --git a/doc/dev/magic_numbers b/doc/dev/magic_numbers index b1c2fb8165..d35769c894 100644 --- a/doc/dev/magic_numbers +++ b/doc/dev/magic_numbers @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: magic_numbers,v 1.3 2000/06/22 21:54:04 tale Exp $ + Magic Numbers A number of data structures in the ISC and DNS libraries have an unsigned int diff --git a/doc/dev/rdata.html b/doc/dev/rdata.html index 99e31ae4fd..ba4ff40231 100644 --- a/doc/dev/rdata.html +++ b/doc/dev/rdata.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + Adding new RDATA type diff --git a/doc/dev/release b/doc/dev/release index 71c58e3037..12621c7bad 100644 --- a/doc/dev/release +++ b/doc/dev/release @@ -1,6 +1,8 @@ Copyright (C) 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: release,v 1.8 2000/06/22 21:54:06 tale Exp $ + Preparing a bind9 release Here's a rough outline of the steps to follow in preparing a new bind9 diff --git a/doc/dev/results b/doc/dev/results index b3455b8a2f..464802e866 100644 --- a/doc/dev/results +++ b/doc/dev/results @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: results,v 1.3 2000/06/22 21:54:07 tale Exp $ + Result Codes The use of global variables or a GetLastError() function to return results diff --git a/doc/dev/unexpected b/doc/dev/unexpected index d106bea27c..8cd6bded66 100644 --- a/doc/dev/unexpected +++ b/doc/dev/unexpected @@ -1,6 +1,8 @@ Copyright (C) 1999, 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: unexpected,v 1.3 2000/06/22 21:54:08 tale Exp $ + Unexpected Errors For portability, the ISC and DNS libraries define their own result codes diff --git a/doc/html/config/controls.html b/doc/html/config/controls.html index b1d15cebba..f1f75d0c62 100644 --- a/doc/html/config/controls.html +++ b/doc/html/config/controls.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + BIND controls Statement diff --git a/doc/html/config/master.html b/doc/html/config/master.html index 306e53e45d..fa5cb78bdb 100644 --- a/doc/html/config/master.html +++ b/doc/html/config/master.html @@ -16,6 +16,8 @@ - SOFTWARE. --> + + Master File Format diff --git a/doc/misc/options b/doc/misc/options index cf8b0f5e16..cffa338a29 100644 --- a/doc/misc/options +++ b/doc/misc/options @@ -1,6 +1,8 @@ Copyright (C) 2000 Internet Software Consortium. See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. +$Id: options,v 1.29 2000/06/22 21:54:12 tale Exp $ + This is a summary of the implementation status of the various named.conf options in BIND 9. diff --git a/lib/Makefile.in b/lib/Makefile.in index 6b56bc82e4..4ca8aeec74 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.9 2000/06/22 21:54:13 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index 245bfd560e..1f4101c0a4 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.93 2000/06/22 21:54:14 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/a6.c b/lib/dns/a6.c index 479f54680d..c2594854b4 100644 --- a/lib/dns/a6.c +++ b/lib/dns/a6.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: a6.c,v 1.14 2000/06/22 21:54:15 tale Exp $ */ + #include #include diff --git a/lib/dns/acl.c b/lib/dns/acl.c index 882b2c4c97..8da756b4b6 100644 --- a/lib/dns/acl.c +++ b/lib/dns/acl.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: acl.c,v 1.11 2000/06/22 21:54:16 tale Exp $ */ + #include #include diff --git a/lib/dns/aclconf.c b/lib/dns/aclconf.c index 7492fa5fbc..8c60b59e00 100644 --- a/lib/dns/aclconf.c +++ b/lib/dns/aclconf.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: aclconf.c,v 1.18 2000/06/22 21:54:17 tale Exp $ */ + #include #include /* Required for HP/UX (and others?) */ diff --git a/lib/dns/adb.c b/lib/dns/adb.c index e2401f7083..088b3d3448 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: adb.c,v 1.142 2000/06/22 21:54:19 tale Exp $ */ + /* * Implementation notes * -------------------- diff --git a/lib/dns/byaddr.c b/lib/dns/byaddr.c index a861aff49d..5614902d12 100644 --- a/lib/dns/byaddr.c +++ b/lib/dns/byaddr.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: byaddr.c,v 1.16 2000/06/22 21:54:20 tale Exp $ */ + #include #include diff --git a/lib/dns/config/Makefile.in b/lib/dns/config/Makefile.in index ef315ad07d..b47278d3ab 100644 --- a/lib/dns/config/Makefile.in +++ b/lib/dns/config/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.13 2000/06/22 21:55:00 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/config/confpvt.h b/lib/dns/config/confpvt.h index 3c9463cd5b..084cc3aa8a 100644 --- a/lib/dns/config/confpvt.h +++ b/lib/dns/config/confpvt.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confpvt.h,v 1.8 2000/06/22 21:55:01 tale Exp $ */ + #ifndef CONFIG_CONFPVT_H #define CONFIG_CONFPVT_H 1 diff --git a/lib/dns/db.c b/lib/dns/db.c index 8d017231c4..dfe98455b0 100644 --- a/lib/dns/db.c +++ b/lib/dns/db.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: db.c,v 1.47 2000/06/22 21:54:21 tale Exp $ */ + /*** *** Imports ***/ diff --git a/lib/dns/dbiterator.c b/lib/dns/dbiterator.c index 33b7ee5311..ac894fc83a 100644 --- a/lib/dns/dbiterator.c +++ b/lib/dns/dbiterator.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dbiterator.c,v 1.9 2000/06/22 21:54:22 tale Exp $ */ + #include #include diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index 3dc3a12893..b163ae6e4c 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dispatch.c,v 1.57 2000/06/22 21:54:23 tale Exp $ */ + #include #include diff --git a/lib/dns/gen-unix.h b/lib/dns/gen-unix.h index 8e90c5309c..c826f0132d 100644 --- a/lib/dns/gen-unix.h +++ b/lib/dns/gen-unix.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: gen-unix.h,v 1.8 2000/06/22 21:54:25 tale Exp $ */ + /* * This file is responsible for defining two operations that are not * directly portable between Unix-like systems and Windows NT, option diff --git a/lib/dns/include/Makefile.in b/lib/dns/include/Makefile.in index d827d58808..d84298044d 100644 --- a/lib/dns/include/Makefile.in +++ b/lib/dns/include/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.8 2000/06/22 21:55:02 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/include/dns/Makefile.in b/lib/dns/include/dns/Makefile.in index 4fdafe63b6..bf7cca83f6 100644 --- a/lib/dns/include/dns/Makefile.in +++ b/lib/dns/include/dns/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.29 2000/06/22 21:55:03 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/include/dns/a6.h b/lib/dns/include/dns/a6.h index 3de3e335ee..6e6b6bca67 100644 --- a/lib/dns/include/dns/a6.h +++ b/lib/dns/include/dns/a6.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: a6.h,v 1.8 2000/06/22 21:55:04 tale 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 ef4c4e47bb..6b79deb536 100644 --- a/lib/dns/include/dns/acl.h +++ b/lib/dns/include/dns/acl.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: acl.h,v 1.11 2000/06/22 21:55:05 tale Exp $ */ + #ifndef DNS_ACL_H #define DNS_ACL_H 1 diff --git a/lib/dns/include/dns/aclconf.h b/lib/dns/include/dns/aclconf.h index edea487b4e..425d49e431 100644 --- a/lib/dns/include/dns/aclconf.h +++ b/lib/dns/include/dns/aclconf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: aclconf.h,v 1.7 2000/06/22 21:55:06 tale Exp $ */ + #ifndef DNS_ACLCONF_H #define DNS_ACLCONF_H 1 diff --git a/lib/dns/include/dns/adb.h b/lib/dns/include/dns/adb.h index 91042aff78..18aec4ce68 100644 --- a/lib/dns/include/dns/adb.h +++ b/lib/dns/include/dns/adb.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: adb.h,v 1.57 2000/06/22 21:55:08 tale 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 c1d19a8953..6c6a360297 100644 --- a/lib/dns/include/dns/bit.h +++ b/lib/dns/include/dns/bit.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: bit.h,v 1.4 2000/06/22 21:55:09 tale 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 9dbb092c8d..6cf3df8f98 100644 --- a/lib/dns/include/dns/byaddr.h +++ b/lib/dns/include/dns/byaddr.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: byaddr.h,v 1.8 2000/06/22 21:55:10 tale 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 8bad1d835a..b46fe5f47e 100644 --- a/lib/dns/include/dns/cache.h +++ b/lib/dns/include/dns/cache.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: cache.h,v 1.11 2000/06/22 21:55:11 tale 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 7789055c74..cf35d42c0c 100644 --- a/lib/dns/include/dns/callbacks.h +++ b/lib/dns/include/dns/callbacks.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: callbacks.h,v 1.12 2000/06/22 21:55:12 tale 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 28abb446d5..2f9890b482 100644 --- a/lib/dns/include/dns/cert.h +++ b/lib/dns/include/dns/cert.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: cert.h,v 1.9 2000/06/22 21:55:13 tale 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 f320a9ea99..0e99691fb3 100644 --- a/lib/dns/include/dns/compress.h +++ b/lib/dns/include/dns/compress.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: compress.h,v 1.16 2000/06/22 21:55:14 tale 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 971542db05..62195ae7f0 100644 --- a/lib/dns/include/dns/confacl.h +++ b/lib/dns/include/dns/confacl.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confacl.h,v 1.12 2000/06/22 21:55:15 tale 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 a3214fab61..4957771eee 100644 --- a/lib/dns/include/dns/confcache.h +++ b/lib/dns/include/dns/confcache.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confcache.h,v 1.8 2000/06/22 21:55:16 tale 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 5ff7515c7b..5d4df7de1e 100644 --- a/lib/dns/include/dns/confcommon.h +++ b/lib/dns/include/dns/confcommon.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confcommon.h,v 1.27 2000/06/22 21:55:18 tale 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 a8199111c8..9474225abb 100644 --- a/lib/dns/include/dns/confctl.h +++ b/lib/dns/include/dns/confctl.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confctl.h,v 1.15 2000/06/22 21:55:19 tale 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 04d848be3c..c310121b78 100644 --- a/lib/dns/include/dns/confctx.h +++ b/lib/dns/include/dns/confctx.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confctx.h,v 1.43 2000/06/22 21:55:20 tale 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 b20b66cead..6fd2b54296 100644 --- a/lib/dns/include/dns/confip.h +++ b/lib/dns/include/dns/confip.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confip.h,v 1.21 2000/06/22 21:55:21 tale 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 79ce3edc45..379251724e 100644 --- a/lib/dns/include/dns/confkeys.h +++ b/lib/dns/include/dns/confkeys.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confkeys.h,v 1.17 2000/06/22 21:55:22 tale 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 126edeed10..a64b525801 100644 --- a/lib/dns/include/dns/conflog.h +++ b/lib/dns/include/dns/conflog.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: conflog.h,v 1.13 2000/06/22 21:55:23 tale 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 c73b998c93..4a835bc351 100644 --- a/lib/dns/include/dns/conflsn.h +++ b/lib/dns/include/dns/conflsn.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: conflsn.h,v 1.15 2000/06/22 21:55:24 tale Exp $ */ + #ifndef DNS_CONFLSN_H #define DNS_CONFLSN_H 1 diff --git a/lib/dns/include/dns/confndc.h b/lib/dns/include/dns/confndc.h index bd19a5a125..a25f2477fe 100644 --- a/lib/dns/include/dns/confndc.h +++ b/lib/dns/include/dns/confndc.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confndc.h,v 1.8 2000/06/22 21:55:26 tale 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 a38cc46bfb..e8424bf44e 100644 --- a/lib/dns/include/dns/confparser.h +++ b/lib/dns/include/dns/confparser.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confparser.h,v 1.10 2000/06/22 21:55:27 tale 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 f4fe4a45e8..5a5e33c4ca 100644 --- a/lib/dns/include/dns/confresolv.h +++ b/lib/dns/include/dns/confresolv.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confresolv.h,v 1.8 2000/06/22 21:55:28 tale 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 c38a24f30a..a332241675 100644 --- a/lib/dns/include/dns/confrrset.h +++ b/lib/dns/include/dns/confrrset.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confrrset.h,v 1.12 2000/06/22 21:55:29 tale 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 55f986f179..6403bbe44c 100644 --- a/lib/dns/include/dns/confview.h +++ b/lib/dns/include/dns/confview.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confview.h,v 1.30 2000/06/22 21:55:30 tale 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 34f3d2a739..c6ce0f6cec 100644 --- a/lib/dns/include/dns/confzone.h +++ b/lib/dns/include/dns/confzone.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: confzone.h,v 1.35 2000/06/22 21:55:31 tale 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 90a971b21f..ae94e1ed67 100644 --- a/lib/dns/include/dns/db.h +++ b/lib/dns/include/dns/db.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: db.h,v 1.50 2000/06/22 21:55:33 tale 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 39c56d440d..67944f0922 100644 --- a/lib/dns/include/dns/dbiterator.h +++ b/lib/dns/include/dns/dbiterator.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dbiterator.h,v 1.12 2000/06/22 21:55:34 tale 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 b015774850..f6b0e58330 100644 --- a/lib/dns/include/dns/dbtable.h +++ b/lib/dns/include/dns/dbtable.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dbtable.h,v 1.13 2000/06/22 21:55:35 tale Exp $ */ + #ifndef DNS_DBTABLE_H #define DNS_DBTABLE_H 1 diff --git a/lib/dns/include/dns/dispatch.h b/lib/dns/include/dns/dispatch.h index a4d173cd88..f6cc762471 100644 --- a/lib/dns/include/dns/dispatch.h +++ b/lib/dns/include/dns/dispatch.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dispatch.h,v 1.30 2000/06/22 21:55:36 tale 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 0d1a495a76..0b5fc371d7 100644 --- a/lib/dns/include/dns/dnssec.h +++ b/lib/dns/include/dns/dnssec.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dnssec.h,v 1.15 2000/06/22 21:55:37 tale 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 f669752638..d49dc5cbed 100644 --- a/lib/dns/include/dns/events.h +++ b/lib/dns/include/dns/events.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: events.h,v 1.24 2000/06/22 21:55:38 tale 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 55f4fa5e7c..cfdfb920ce 100644 --- a/lib/dns/include/dns/fixedname.h +++ b/lib/dns/include/dns/fixedname.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: fixedname.h,v 1.8 2000/06/22 21:55:39 tale Exp $ */ + #ifndef DNS_FIXEDNAME_H #define DNS_FIXEDNAME_H 1 diff --git a/lib/dns/include/dns/journal.h b/lib/dns/include/dns/journal.h index 2969ed8a7b..04d49ad65a 100644 --- a/lib/dns/include/dns/journal.h +++ b/lib/dns/include/dns/journal.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: journal.h,v 1.17 2000/06/22 21:55:40 tale 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 0b977a8e7c..7fd3d41c8f 100644 --- a/lib/dns/include/dns/keyflags.h +++ b/lib/dns/include/dns/keyflags.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: keyflags.h,v 1.6 2000/06/22 21:55:41 tale 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 7bba2c9ecc..8fab68d32f 100644 --- a/lib/dns/include/dns/keytable.h +++ b/lib/dns/include/dns/keytable.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: keytable.h,v 1.7 2000/06/22 21:55:42 tale 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 7b71cee456..f51f964a46 100644 --- a/lib/dns/include/dns/keyvalues.h +++ b/lib/dns/include/dns/keyvalues.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: keyvalues.h,v 1.7 2000/06/22 21:55:44 tale 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 52d5637412..424beeb8f7 100644 --- a/lib/dns/include/dns/lib.h +++ b/lib/dns/include/dns/lib.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lib.h,v 1.3 2000/06/22 21:55:45 tale Exp $ */ + #ifndef DNS_LIB_H #define DNS_LIB_H 1 diff --git a/lib/dns/include/dns/master.h b/lib/dns/include/dns/master.h index 9953953c0e..8f1fdb800f 100644 --- a/lib/dns/include/dns/master.h +++ b/lib/dns/include/dns/master.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: master.h,v 1.20 2000/06/22 21:55:46 tale 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 455cd6551a..d21ed1d02f 100644 --- a/lib/dns/include/dns/masterdump.h +++ b/lib/dns/include/dns/masterdump.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: masterdump.h,v 1.10 2000/06/22 21:55:47 tale 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 a318b7b937..c417e238b9 100644 --- a/lib/dns/include/dns/message.h +++ b/lib/dns/include/dns/message.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: message.h,v 1.72 2000/06/22 21:55:48 tale 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 0e07f00e2d..11ba00c568 100644 --- a/lib/dns/include/dns/name.h +++ b/lib/dns/include/dns/name.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: name.h,v 1.73 2000/06/22 21:55:49 tale 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 09a9770b27..9fd7e6d06c 100644 --- a/lib/dns/include/dns/namedconf.h +++ b/lib/dns/include/dns/namedconf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: namedconf.h,v 1.6 2000/06/22 21:55:50 tale 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 668c6f38b2..ef4e24c937 100644 --- a/lib/dns/include/dns/ncache.h +++ b/lib/dns/include/dns/ncache.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ncache.h,v 1.9 2000/06/22 21:55:51 tale 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 2ba5f7ffcf..8c6a3206b9 100644 --- a/lib/dns/include/dns/nxt.h +++ b/lib/dns/include/dns/nxt.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: nxt.h,v 1.8 2000/06/22 21:55:52 tale Exp $ */ + #ifndef DNS_NXT_H #define DNS_NXT_H 1 diff --git a/lib/dns/include/dns/peer.h b/lib/dns/include/dns/peer.h index 282f9e1472..3a13c7bde9 100644 --- a/lib/dns/include/dns/peer.h +++ b/lib/dns/include/dns/peer.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: peer.h,v 1.10 2000/06/22 21:55:54 tale 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 9bdb799faa..81c600b4e1 100644 --- a/lib/dns/include/dns/rbt.h +++ b/lib/dns/include/dns/rbt.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rbt.h,v 1.40 2000/06/22 21:55:55 tale 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 ae89f363af..a0e746905c 100644 --- a/lib/dns/include/dns/rcode.h +++ b/lib/dns/include/dns/rcode.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rcode.h,v 1.9 2000/06/22 21:55:56 tale 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 a5336e2b40..7b93dfc29b 100644 --- a/lib/dns/include/dns/rdata.h +++ b/lib/dns/include/dns/rdata.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdata.h,v 1.38 2000/06/22 21:55:57 tale 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 7d4a295634..2d31e88a3e 100644 --- a/lib/dns/include/dns/rdataclass.h +++ b/lib/dns/include/dns/rdataclass.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdataclass.h,v 1.12 2000/06/22 21:55:58 tale 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 3b1e918b12..e7e55ff8bc 100644 --- a/lib/dns/include/dns/rdatalist.h +++ b/lib/dns/include/dns/rdatalist.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdatalist.h,v 1.10 2000/06/22 21:55:59 tale 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 fcf934d0ee..7ae84a67df 100644 --- a/lib/dns/include/dns/rdataset.h +++ b/lib/dns/include/dns/rdataset.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdataset.h,v 1.33 2000/06/22 21:56:01 tale 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 16274ba5cd..ebbb7d6c15 100644 --- a/lib/dns/include/dns/rdatasetiter.h +++ b/lib/dns/include/dns/rdatasetiter.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdatasetiter.h,v 1.10 2000/06/22 21:56:02 tale 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 cef913e349..48322cee37 100644 --- a/lib/dns/include/dns/rdataslab.h +++ b/lib/dns/include/dns/rdataslab.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdataslab.h,v 1.12 2000/06/22 21:56:03 tale 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 9180f2b941..7da39bbe69 100644 --- a/lib/dns/include/dns/rdatatype.h +++ b/lib/dns/include/dns/rdatatype.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdatatype.h,v 1.11 2000/06/22 21:56:04 tale 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 cafe149f40..852fa10718 100644 --- a/lib/dns/include/dns/request.h +++ b/lib/dns/include/dns/request.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: request.h,v 1.11 2000/06/22 21:56:05 tale 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 c20b00d6c8..1763b4fcfc 100644 --- a/lib/dns/include/dns/resolver.h +++ b/lib/dns/include/dns/resolver.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: resolver.h,v 1.27 2000/06/22 21:56:06 tale 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 a5174777d6..706316897b 100644 --- a/lib/dns/include/dns/result.h +++ b/lib/dns/include/dns/result.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: result.h,v 1.59 2000/06/22 21:56:07 tale 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 a5cc8302c1..d4cff9507e 100644 --- a/lib/dns/include/dns/rootns.h +++ b/lib/dns/include/dns/rootns.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rootns.h,v 1.5 2000/06/22 21:56:08 tale Exp $ */ + #ifndef DNS_ROOTNS_H #define DNS_ROOTNS_H 1 diff --git a/lib/dns/include/dns/secalg.h b/lib/dns/include/dns/secalg.h index 0de257cd89..cb57b1e7ef 100644 --- a/lib/dns/include/dns/secalg.h +++ b/lib/dns/include/dns/secalg.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: secalg.h,v 1.9 2000/06/22 21:56:09 tale 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 7bd9f3fa91..869ee14520 100644 --- a/lib/dns/include/dns/secproto.h +++ b/lib/dns/include/dns/secproto.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: secproto.h,v 1.6 2000/06/22 21:56:10 tale 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 c4c351393a..3f615218d2 100644 --- a/lib/dns/include/dns/ssu.h +++ b/lib/dns/include/dns/ssu.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ssu.h,v 1.8 2000/06/22 21:56:12 tale Exp $ */ + #ifndef DNS_SSU_H #define DNS_SSU_H 1 diff --git a/lib/dns/include/dns/tcpmsg.h b/lib/dns/include/dns/tcpmsg.h index e253d2a0fe..ae66059d12 100644 --- a/lib/dns/include/dns/tcpmsg.h +++ b/lib/dns/include/dns/tcpmsg.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tcpmsg.h,v 1.12 2000/06/22 21:56:13 tale 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 9c3d88fb91..cbf267c2de 100644 --- a/lib/dns/include/dns/time.h +++ b/lib/dns/include/dns/time.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: time.h,v 1.6 2000/06/22 21:56:14 tale Exp $ */ + #ifndef DNS_TIME_H #define DNS_TIME_H 1 diff --git a/lib/dns/include/dns/tkey.h b/lib/dns/include/dns/tkey.h index dee77001d5..1429b103d0 100644 --- a/lib/dns/include/dns/tkey.h +++ b/lib/dns/include/dns/tkey.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tkey.h,v 1.12 2000/06/22 21:56:15 tale Exp $ */ + #ifndef DNS_TKEY_H #define DNS_TKEY_H 1 diff --git a/lib/dns/include/dns/tkeyconf.h b/lib/dns/include/dns/tkeyconf.h index 1e2ef4988a..042ecf79df 100644 --- a/lib/dns/include/dns/tkeyconf.h +++ b/lib/dns/include/dns/tkeyconf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tkeyconf.h,v 1.4 2000/06/22 21:56:16 tale Exp $ */ + #ifndef DNS_TKEYCONF_H #define DNS_TKEYCONF_H 1 diff --git a/lib/dns/include/dns/tsig.h b/lib/dns/include/dns/tsig.h index b3ca5072f6..4bff2e0db3 100644 --- a/lib/dns/include/dns/tsig.h +++ b/lib/dns/include/dns/tsig.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tsig.h,v 1.24 2000/06/22 21:56:17 tale Exp $ */ + #ifndef DNS_TSIG_H #define DNS_TSIG_H 1 diff --git a/lib/dns/include/dns/tsigconf.h b/lib/dns/include/dns/tsigconf.h index 9f5aae0c13..d4cf09d1dd 100644 --- a/lib/dns/include/dns/tsigconf.h +++ b/lib/dns/include/dns/tsigconf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tsigconf.h,v 1.4 2000/06/22 21:56:18 tale Exp $ */ + #ifndef DNS_TSIGCONF_H #define DNS_TSIGCONF_H 1 diff --git a/lib/dns/include/dns/ttl.h b/lib/dns/include/dns/ttl.h index c83e10804e..e775173116 100644 --- a/lib/dns/include/dns/ttl.h +++ b/lib/dns/include/dns/ttl.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ttl.h,v 1.9 2000/06/22 21:56:19 tale 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 0044767eb3..d017d2d2c3 100644 --- a/lib/dns/include/dns/types.h +++ b/lib/dns/include/dns/types.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: types.h,v 1.87 2000/06/22 21:56:20 tale 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 96ad809ec7..660a3d609b 100644 --- a/lib/dns/include/dns/validator.h +++ b/lib/dns/include/dns/validator.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: validator.h,v 1.10 2000/06/22 21:56:21 tale 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 f51c0fccc4..30184de203 100644 --- a/lib/dns/include/dns/view.h +++ b/lib/dns/include/dns/view.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: view.h,v 1.43 2000/06/22 21:56:23 tale 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 7b4b852fb1..d3d2966f11 100644 --- a/lib/dns/include/dns/xfrin.h +++ b/lib/dns/include/dns/xfrin.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: xfrin.h,v 1.12 2000/06/22 21:56:24 tale 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 adaf1bc49b..6f16f4f344 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: zone.h,v 1.59 2000/06/22 21:56:25 tale Exp $ */ + #ifndef DNS_ZONE_H #define DNS_ZONE_H 1 diff --git a/lib/dns/include/dns/zoneconf.h b/lib/dns/include/dns/zoneconf.h index d3bf66a91c..6140543344 100644 --- a/lib/dns/include/dns/zoneconf.h +++ b/lib/dns/include/dns/zoneconf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: zoneconf.h,v 1.11 2000/06/22 21:56:26 tale Exp $ */ + #ifndef DNS_ZONECONF_H #define DNS_ZONECONF_H 1 diff --git a/lib/dns/include/dns/zt.h b/lib/dns/include/dns/zt.h index b2a8050757..c9e858a069 100644 --- a/lib/dns/include/dns/zt.h +++ b/lib/dns/include/dns/zt.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: zt.h,v 1.19 2000/06/22 21:56:27 tale Exp $ */ + #ifndef DNS_ZT_H #define DNS_ZT_H 1 diff --git a/lib/dns/journal.c b/lib/dns/journal.c index 687efb2ab6..57ed6606da 100644 --- a/lib/dns/journal.c +++ b/lib/dns/journal.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: journal.c,v 1.55 2000/06/22 21:54:26 tale Exp $ */ + #include #include diff --git a/lib/dns/keytable.c b/lib/dns/keytable.c index 0b05687250..d34a913a34 100644 --- a/lib/dns/keytable.c +++ b/lib/dns/keytable.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: keytable.c,v 1.19 2000/06/22 21:54:27 tale Exp $ */ + #include #include diff --git a/lib/dns/lib.c b/lib/dns/lib.c index cfc5a27897..cd42789146 100644 --- a/lib/dns/lib.c +++ b/lib/dns/lib.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lib.c,v 1.5 2000/06/22 21:54:28 tale Exp $ */ + #include #include diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index 1382f789c9..a3c8ca19a5 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: masterdump.c,v 1.27 2000/06/22 21:54:29 tale Exp $ */ + #include #include diff --git a/lib/dns/message.c b/lib/dns/message.c index f1edbb137b..85b40f4378 100644 --- a/lib/dns/message.c +++ b/lib/dns/message.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: message.c,v 1.129 2000/06/22 21:54:30 tale Exp $ */ + /*** *** Imports ***/ diff --git a/lib/dns/name.c b/lib/dns/name.c index c62bc364f3..67690c9f61 100644 --- a/lib/dns/name.c +++ b/lib/dns/name.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: name.c,v 1.93 2000/06/22 21:54:32 tale Exp $ */ + #include #include diff --git a/lib/dns/ncache.c b/lib/dns/ncache.c index 5d5a13afd4..59cad59822 100644 --- a/lib/dns/ncache.c +++ b/lib/dns/ncache.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ncache.c,v 1.19 2000/06/22 21:54:33 tale Exp $ */ + #include #include diff --git a/lib/dns/nxt.c b/lib/dns/nxt.c index 915308c3be..b4d382ba95 100644 --- a/lib/dns/nxt.c +++ b/lib/dns/nxt.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: nxt.c,v 1.18 2000/06/22 21:54:34 tale Exp $ */ + #include #include diff --git a/lib/dns/peer.c b/lib/dns/peer.c index d14d79fde5..6109752837 100644 --- a/lib/dns/peer.c +++ b/lib/dns/peer.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: peer.c,v 1.8 2000/06/22 21:54:35 tale Exp $ */ + #include #include diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index a555374ee9..a0560d45ae 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rbtdb.c,v 1.108 2000/06/22 21:54:36 tale Exp $ */ + /* * Principal Author: Bob Halley */ diff --git a/lib/dns/rbtdb.h b/lib/dns/rbtdb.h index 57b49c115b..17875ae1aa 100644 --- a/lib/dns/rbtdb.h +++ b/lib/dns/rbtdb.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rbtdb.h,v 1.9 2000/06/22 21:54:38 tale Exp $ */ + #ifndef DNS_RBTDB_H #define DNS_RBTDB_H 1 diff --git a/lib/dns/rbtdb64.c b/lib/dns/rbtdb64.c index e39f5757fb..6c0e2e6695 100644 --- a/lib/dns/rbtdb64.c +++ b/lib/dns/rbtdb64.c @@ -15,5 +15,7 @@ * SOFTWARE. */ +/* $Id: rbtdb64.c,v 1.3 2000/06/22 21:54:39 tale Exp $ */ + #define DNS_RBTDB_VERSION64 1 #include "rbtdb.c" diff --git a/lib/dns/rbtdb64.h b/lib/dns/rbtdb64.h index 866aa2989b..5f17cc5dfc 100644 --- a/lib/dns/rbtdb64.h +++ b/lib/dns/rbtdb64.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rbtdb64.h,v 1.8 2000/06/22 21:54:40 tale Exp $ */ + #ifndef DNS_RBTDB64_H #define DNS_RBTDB64_H 1 diff --git a/lib/dns/rdata/rdatastructpre.h b/lib/dns/rdata/rdatastructpre.h index e198c43857..8b2cadfeb9 100644 --- a/lib/dns/rdata/rdatastructpre.h +++ b/lib/dns/rdata/rdatastructpre.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdatastructpre.h,v 1.9 2000/06/22 21:56:29 tale 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 e38a5b810a..edf1be9b7b 100644 --- a/lib/dns/rdata/rdatastructsuf.h +++ b/lib/dns/rdata/rdatastructsuf.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdatastructsuf.h,v 1.4 2000/06/22 21:56:30 tale Exp $ */ + ISC_LANG_ENDDECLS #endif /* DNS_RDATASTRUCT_H */ diff --git a/lib/dns/rdatalist.c b/lib/dns/rdatalist.c index fb04b8f833..3530d4763e 100644 --- a/lib/dns/rdatalist.c +++ b/lib/dns/rdatalist.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdatalist.c,v 1.20 2000/06/22 21:54:41 tale Exp $ */ + #include #include diff --git a/lib/dns/rdataset.c b/lib/dns/rdataset.c index c7ca0cc67d..93f768c96b 100644 --- a/lib/dns/rdataset.c +++ b/lib/dns/rdataset.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdataset.c,v 1.46 2000/06/22 21:54:42 tale Exp $ */ + #include #include diff --git a/lib/dns/rdatasetiter.c b/lib/dns/rdatasetiter.c index b042db3e30..ced5390d23 100644 --- a/lib/dns/rdatasetiter.c +++ b/lib/dns/rdatasetiter.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rdatasetiter.c,v 1.8 2000/06/22 21:54:43 tale Exp $ */ + #include #include diff --git a/lib/dns/request.c b/lib/dns/request.c index 26ec90c2b5..4a9c6192c0 100644 --- a/lib/dns/request.c +++ b/lib/dns/request.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: request.c,v 1.26 2000/06/22 21:54:44 tale Exp $ */ + #include #include diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 225a80220a..d2b2bdcbf7 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: resolver.c,v 1.137 2000/06/22 21:54:46 tale Exp $ */ + #include #include diff --git a/lib/dns/result.c b/lib/dns/result.c index d1ba0ec1f4..7a80dcc133 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: result.c,v 1.63 2000/06/22 21:54:47 tale Exp $ */ + #include #include diff --git a/lib/dns/rootns.c b/lib/dns/rootns.c index 690a705bc3..a5405ba3e3 100644 --- a/lib/dns/rootns.c +++ b/lib/dns/rootns.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rootns.c,v 1.13 2000/06/22 21:54:48 tale Exp $ */ + #include #include diff --git a/lib/dns/sec/Makefile.in b/lib/dns/sec/Makefile.in index 249344f2be..a335b8069e 100644 --- a/lib/dns/sec/Makefile.in +++ b/lib/dns/sec/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.6 2000/06/22 21:56:31 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/sec/dnssafe/Makefile.in b/lib/dns/sec/dnssafe/Makefile.in index 2ed4a071bf..6622861f90 100644 --- a/lib/dns/sec/dnssafe/Makefile.in +++ b/lib/dns/sec/dnssafe/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.8 2000/06/22 21:56:33 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/sec/dst/Makefile.in b/lib/dns/sec/dst/Makefile.in index ce479e2837..3ddcdbc6cd 100644 --- a/lib/dns/sec/dst/Makefile.in +++ b/lib/dns/sec/dst/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.12 2000/06/22 21:56:35 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/sec/dst/dst_internal.h b/lib/dns/sec/dst/dst_internal.h index af2f03e05a..007c8d0253 100644 --- a/lib/dns/sec/dst/dst_internal.h +++ b/lib/dns/sec/dst/dst_internal.h @@ -17,6 +17,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ +/* $Id: dst_internal.h,v 1.25 2000/06/22 21:56:36 tale Exp $ */ + #ifndef DST_DST_INTERNAL_H #define DST_DST_INTERNAL_H 1 diff --git a/lib/dns/sec/dst/dst_parse.h b/lib/dns/sec/dst/dst_parse.h index b44f53767a..41fb5bae4f 100644 --- a/lib/dns/sec/dst/dst_parse.h +++ b/lib/dns/sec/dst/dst_parse.h @@ -17,6 +17,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ +/* $Id: dst_parse.h,v 1.14 2000/06/22 21:56:37 tale Exp $ */ + #ifndef DST_DST_PARSE_H #define DST_DST_PARSE_H 1 diff --git a/lib/dns/sec/dst/include/Makefile.in b/lib/dns/sec/dst/include/Makefile.in index ab58bcfc51..de51b5e3ec 100644 --- a/lib/dns/sec/dst/include/Makefile.in +++ b/lib/dns/sec/dst/include/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.5 2000/06/22 21:56:38 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/sec/dst/include/dst/Makefile.in b/lib/dns/sec/dst/include/dst/Makefile.in index 623a36b9e3..af7d5295c9 100644 --- a/lib/dns/sec/dst/include/dst/Makefile.in +++ b/lib/dns/sec/dst/include/dst/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.6 2000/06/22 21:56:39 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/sec/dst/include/dst/dst.h b/lib/dns/sec/dst/include/dst/dst.h index fa81049fcf..e2394cedf5 100644 --- a/lib/dns/sec/dst/include/dst/dst.h +++ b/lib/dns/sec/dst/include/dst/dst.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: dst.h,v 1.30 2000/06/22 21:56:40 tale Exp $ */ + #ifndef DST_DST_H #define DST_DST_H 1 diff --git a/lib/dns/sec/dst/include/dst/lib.h b/lib/dns/sec/dst/include/dst/lib.h index efb6ac0fdd..547b256f4d 100644 --- a/lib/dns/sec/dst/include/dst/lib.h +++ b/lib/dns/sec/dst/include/dst/lib.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lib.h,v 1.3 2000/06/22 21:56:42 tale 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 6dfadbe6e3..b1d9e42c38 100644 --- a/lib/dns/sec/dst/include/dst/result.h +++ b/lib/dns/sec/dst/include/dst/result.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: result.h,v 1.15 2000/06/22 21:56:43 tale Exp $ */ + #ifndef DST_RESULT_H #define DST_RESULT_H 1 diff --git a/lib/dns/sec/openssl/Makefile.in b/lib/dns/sec/openssl/Makefile.in index 85dbfecead..4af84af417 100644 --- a/lib/dns/sec/openssl/Makefile.in +++ b/lib/dns/sec/openssl/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.14 2000/06/22 21:56:44 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/sec/openssl/include/Makefile.in b/lib/dns/sec/openssl/include/Makefile.in index 77e298c45a..74d68d4669 100644 --- a/lib/dns/sec/openssl/include/Makefile.in +++ b/lib/dns/sec/openssl/include/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.5 2000/06/22 21:56:45 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/sec/openssl/include/openssl/Makefile.in b/lib/dns/sec/openssl/include/openssl/Makefile.in index d61614ce7a..3a7a160807 100644 --- a/lib/dns/sec/openssl/include/openssl/Makefile.in +++ b/lib/dns/sec/openssl/include/openssl/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.7 2000/06/22 21:56:46 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/dns/sec/rename.h b/lib/dns/sec/rename.h index 11daf57a19..cd8ebc1b14 100644 --- a/lib/dns/sec/rename.h +++ b/lib/dns/sec/rename.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rename.h,v 1.8 2000/06/22 21:56:32 tale Exp $ */ + #ifndef SEC_RENAME_H #define SEC_RENAME_H 1 diff --git a/lib/dns/tcpmsg.c b/lib/dns/tcpmsg.c index 952a6ebd0d..fe076c5974 100644 --- a/lib/dns/tcpmsg.c +++ b/lib/dns/tcpmsg.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tcpmsg.c,v 1.20 2000/06/22 21:54:49 tale Exp $ */ + #include #include diff --git a/lib/dns/tkeyconf.c b/lib/dns/tkeyconf.c index fceaf7e629..62ade36293 100644 --- a/lib/dns/tkeyconf.c +++ b/lib/dns/tkeyconf.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tkeyconf.c,v 1.11 2000/06/22 21:54:50 tale Exp $ */ + #include #include diff --git a/lib/dns/tsigconf.c b/lib/dns/tsigconf.c index cc07bd8dc1..3b0763b948 100644 --- a/lib/dns/tsigconf.c +++ b/lib/dns/tsigconf.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: tsigconf.c,v 1.7 2000/06/22 21:54:51 tale Exp $ */ + #include #include diff --git a/lib/dns/ttl.c b/lib/dns/ttl.c index 51a49dd3d6..17324cec0c 100644 --- a/lib/dns/ttl.c +++ b/lib/dns/ttl.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ttl.c,v 1.18 2000/06/22 21:54:52 tale Exp $ */ + #include #include diff --git a/lib/dns/validator.c b/lib/dns/validator.c index dda97e2689..8a11f80648 100644 --- a/lib/dns/validator.c +++ b/lib/dns/validator.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: validator.c,v 1.63 2000/06/22 21:54:54 tale Exp $ */ + #include #include diff --git a/lib/dns/version.c b/lib/dns/version.c index 104d86b9e3..942bcbc70a 100644 --- a/lib/dns/version.c +++ b/lib/dns/version.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: version.c,v 1.6 2000/06/22 21:54:55 tale Exp $ */ + char dns_version[] = VERSION; unsigned int dns_libinterface = LIBINTERFACE; diff --git a/lib/dns/view.c b/lib/dns/view.c index b348ce5422..2b09756fc9 100644 --- a/lib/dns/view.c +++ b/lib/dns/view.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: view.c,v 1.71 2000/06/22 21:54:56 tale Exp $ */ + #include #include diff --git a/lib/dns/zoneconf.c b/lib/dns/zoneconf.c index 0731ecfb48..ab0702384b 100644 --- a/lib/dns/zoneconf.c +++ b/lib/dns/zoneconf.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: zoneconf.c,v 1.43 2000/06/22 21:54:57 tale Exp $ */ + #include #include /* Required for HP/UX (and others?) */ diff --git a/lib/dns/zt.c b/lib/dns/zt.c index c2ca2a3969..1469051a63 100644 --- a/lib/dns/zt.c +++ b/lib/dns/zt.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: zt.c,v 1.22 2000/06/22 21:54:58 tale Exp $ */ + #include #include diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in index e2e38804d9..42b9fead4b 100644 --- a/lib/isc/Makefile.in +++ b/lib/isc/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.61 2000/06/22 21:56:48 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/assertions.c b/lib/isc/assertions.c index 24fc129e4a..436b5924e7 100644 --- a/lib/isc/assertions.c +++ b/lib/isc/assertions.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: assertions.c,v 1.10 2000/06/22 21:56:49 tale Exp $ */ + #include #include diff --git a/lib/isc/bitstring.c b/lib/isc/bitstring.c index ab9f8be76b..f4b30cf357 100644 --- a/lib/isc/bitstring.c +++ b/lib/isc/bitstring.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: bitstring.c,v 1.5 2000/06/22 21:56:50 tale Exp $ */ + #include #include diff --git a/lib/isc/buffer.c b/lib/isc/buffer.c index 0ae823c759..1c832efd08 100644 --- a/lib/isc/buffer.c +++ b/lib/isc/buffer.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: buffer.c,v 1.32 2000/06/22 21:56:51 tale Exp $ */ + #include #include diff --git a/lib/isc/bufferlist.c b/lib/isc/bufferlist.c index cbac4500b3..57d9daa7c2 100644 --- a/lib/isc/bufferlist.c +++ b/lib/isc/bufferlist.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: bufferlist.c,v 1.9 2000/06/22 21:56:52 tale Exp $ */ + #include #include diff --git a/lib/isc/error.c b/lib/isc/error.c index 3df4d23bf4..02e25f3b23 100644 --- a/lib/isc/error.c +++ b/lib/isc/error.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: error.c,v 1.11 2000/06/22 21:56:53 tale Exp $ */ + #include #include diff --git a/lib/isc/event.c b/lib/isc/event.c index 7ebec2cd5f..86dc6f2a0b 100644 --- a/lib/isc/event.c +++ b/lib/isc/event.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: event.c,v 1.11 2000/06/22 21:56:54 tale Exp $ */ + /* * Principal Author: Bob Halley */ diff --git a/lib/isc/heap.c b/lib/isc/heap.c index 2459d534f1..4e8c02bd16 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: heap.c,v 1.24 2000/06/22 21:56:56 tale Exp $ */ + /* * Heap implementation of priority queues adapted from the following: * diff --git a/lib/isc/include/Makefile.in b/lib/isc/include/Makefile.in index 7f4b47744e..8f9b42aa2b 100644 --- a/lib/isc/include/Makefile.in +++ b/lib/isc/include/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.7 2000/06/22 21:57:20 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index 3ca0ebee21..e72e19cd38 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.38 2000/06/22 21:57:22 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/include/isc/bitstring.h b/lib/isc/include/isc/bitstring.h index 52fe975471..4b17ce33ae 100644 --- a/lib/isc/include/isc/bitstring.h +++ b/lib/isc/include/isc/bitstring.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: bitstring.h,v 1.3 2000/06/22 21:57:23 tale 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 2e8744b45c..bdc6f18228 100644 --- a/lib/isc/include/isc/boolean.h +++ b/lib/isc/include/isc/boolean.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: boolean.h,v 1.9 2000/06/22 21:57:24 tale 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 84f103a3b3..19d5f132ae 100644 --- a/lib/isc/include/isc/buffer.h +++ b/lib/isc/include/isc/buffer.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: buffer.h,v 1.33 2000/06/22 21:57:25 tale 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 efb5201c90..bcf9efe8a7 100644 --- a/lib/isc/include/isc/bufferlist.h +++ b/lib/isc/include/isc/bufferlist.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: bufferlist.h,v 1.7 2000/06/22 21:57:26 tale Exp $ */ + #ifndef ISC_BUFFERLIST_H #define ISC_BUFFERLIST_H 1 diff --git a/lib/isc/include/isc/entropy.h b/lib/isc/include/isc/entropy.h index 32b308c56d..330fe87ff9 100644 --- a/lib/isc/include/isc/entropy.h +++ b/lib/isc/include/isc/entropy.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: entropy.h,v 1.18 2000/06/22 21:57:27 tale 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 c4d7015d60..84cf4c72f1 100644 --- a/lib/isc/include/isc/error.h +++ b/lib/isc/include/isc/error.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: error.h,v 1.10 2000/06/22 21:57:28 tale 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 e8960a6565..8f734cd7f7 100644 --- a/lib/isc/include/isc/event.h +++ b/lib/isc/include/isc/event.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: event.h,v 1.20 2000/06/22 21:57:30 tale 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 6f6b44ecf8..009fe0df32 100644 --- a/lib/isc/include/isc/eventclass.h +++ b/lib/isc/include/isc/eventclass.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: eventclass.h,v 1.9 2000/06/22 21:57:31 tale 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 7967a178fb..a367a69b9a 100644 --- a/lib/isc/include/isc/file.h +++ b/lib/isc/include/isc/file.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: file.h,v 1.7 2000/06/22 21:57:32 tale 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 36c86739a9..ce7c404a82 100644 --- a/lib/isc/include/isc/formatcheck.h +++ b/lib/isc/include/isc/formatcheck.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: formatcheck.h,v 1.3 2000/06/22 21:57:33 tale 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 480d20d39d..71c412fcc6 100644 --- a/lib/isc/include/isc/fsaccess.h +++ b/lib/isc/include/isc/fsaccess.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: fsaccess.h,v 1.3 2000/06/22 21:57:34 tale Exp $ */ + /* * The ISC filesystem access module encapsulates the setting of file * and directory access permissions into one API that is meant to be diff --git a/lib/isc/include/isc/heap.h b/lib/isc/include/isc/heap.h index 1f03dd3777..9366e9cd4f 100644 --- a/lib/isc/include/isc/heap.h +++ b/lib/isc/include/isc/heap.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: heap.h,v 1.13 2000/06/22 21:57:35 tale Exp $ */ + #ifndef ISC_HEAP_H #define ISC_HEAP_H 1 diff --git a/lib/isc/include/isc/interfaceiter.h b/lib/isc/include/isc/interfaceiter.h index 2e41ef0921..9c571c8a0f 100644 --- a/lib/isc/include/isc/interfaceiter.h +++ b/lib/isc/include/isc/interfaceiter.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: interfaceiter.h,v 1.7 2000/06/22 21:57:36 tale 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 e2f73ca5d1..e212fc84b5 100644 --- a/lib/isc/include/isc/ipv6.h +++ b/lib/isc/include/isc/ipv6.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ipv6.h,v 1.13 2000/06/22 21:57:37 tale 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 29ac58e732..50d8e41935 100644 --- a/lib/isc/include/isc/lang.h +++ b/lib/isc/include/isc/lang.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lang.h,v 1.3 2000/06/22 21:57:38 tale 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 68e9214948..b4199a3236 100644 --- a/lib/isc/include/isc/lex.h +++ b/lib/isc/include/isc/lex.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lex.h,v 1.19 2000/06/22 21:57:39 tale 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 5c14e8e97e..8143257254 100644 --- a/lib/isc/include/isc/lfsr.h +++ b/lib/isc/include/isc/lfsr.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lfsr.h,v 1.6 2000/06/22 21:57:40 tale 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 8ea5bad1ec..b86d7cfb51 100644 --- a/lib/isc/include/isc/lib.h +++ b/lib/isc/include/isc/lib.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lib.h,v 1.3 2000/06/22 21:57:42 tale 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 af7c2df85c..50d2360de5 100644 --- a/lib/isc/include/isc/list.h +++ b/lib/isc/include/isc/list.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: list.h,v 1.11 2000/06/22 21:57:43 tale Exp $ */ + #ifndef ISC_LIST_H #define ISC_LIST_H 1 #include diff --git a/lib/isc/include/isc/magic.h b/lib/isc/include/isc/magic.h index 52641bd3b4..1c571534ef 100644 --- a/lib/isc/include/isc/magic.h +++ b/lib/isc/include/isc/magic.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: magic.h,v 1.8 2000/06/22 21:57:44 tale 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 89dec30530..29c9b0d31c 100644 --- a/lib/isc/include/isc/md5.h +++ b/lib/isc/include/isc/md5.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: md5.h,v 1.4 2000/06/22 21:57:45 tale Exp $ */ + /* * This is the header file for the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was diff --git a/lib/isc/include/isc/mem.h b/lib/isc/include/isc/mem.h index cbf7f59e59..abaa1a83e1 100644 --- a/lib/isc/include/isc/mem.h +++ b/lib/isc/include/isc/mem.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: mem.h,v 1.36 2000/06/22 21:57:46 tale 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 d0f98d9b0a..3cc2c5cbfa 100644 --- a/lib/isc/include/isc/msgcat.h +++ b/lib/isc/include/isc/msgcat.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: msgcat.h,v 1.5 2000/06/22 21:57:47 tale Exp $ */ + #ifndef ISC_MSGCAT_H #define ISC_MSGCAT_H 1 diff --git a/lib/isc/include/isc/mutexblock.h b/lib/isc/include/isc/mutexblock.h index 91c090cd2b..dbb7691020 100644 --- a/lib/isc/include/isc/mutexblock.h +++ b/lib/isc/include/isc/mutexblock.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: mutexblock.h,v 1.7 2000/06/22 21:57:48 tale 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 1e3f5dce5d..38db7e2ade 100644 --- a/lib/isc/include/isc/netaddr.h +++ b/lib/isc/include/isc/netaddr.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: netaddr.h,v 1.13 2000/06/22 21:57:49 tale 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 d62f1d0269..69a0c0ed31 100644 --- a/lib/isc/include/isc/ondestroy.h +++ b/lib/isc/include/isc/ondestroy.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ondestroy.h,v 1.4 2000/06/22 21:57:50 tale 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 ad673c9de9..ab9c397ff5 100644 --- a/lib/isc/include/isc/os.h +++ b/lib/isc/include/isc/os.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: os.h,v 1.2 2000/06/22 21:57:51 tale 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 92a258bbe9..d8c67d09c4 100644 --- a/lib/isc/include/isc/platform.h.in +++ b/lib/isc/include/isc/platform.h.in @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: platform.h.in,v 1.12 2000/06/22 21:57:53 tale 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 c976c4581d..33a45f617f 100644 --- a/lib/isc/include/isc/print.h +++ b/lib/isc/include/isc/print.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: print.h,v 1.7 2000/06/22 21:57:54 tale 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 10089521dd..28e1d91a86 100644 --- a/lib/isc/include/isc/quota.h +++ b/lib/isc/include/isc/quota.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: quota.h,v 1.5 2000/06/22 21:57:55 tale 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 232f81a76d..cc909778d1 100644 --- a/lib/isc/include/isc/random.h +++ b/lib/isc/include/isc/random.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: random.h,v 1.5 2000/06/22 21:57:56 tale 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 04c8a088e3..74102c09f6 100644 --- a/lib/isc/include/isc/ratelimiter.h +++ b/lib/isc/include/isc/ratelimiter.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ratelimiter.h,v 1.10 2000/06/22 21:57:57 tale 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 a818587d27..cb3d90d64d 100644 --- a/lib/isc/include/isc/region.h +++ b/lib/isc/include/isc/region.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: region.h,v 1.12 2000/06/22 21:57:58 tale Exp $ */ + #ifndef ISC_REGION_H #define ISC_REGION_H 1 diff --git a/lib/isc/include/isc/result.h b/lib/isc/include/isc/result.h index 879c50423e..0ec1a344b4 100644 --- a/lib/isc/include/isc/result.h +++ b/lib/isc/include/isc/result.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: result.h,v 1.44 2000/06/22 21:57:59 tale 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 75d35c6f34..10ac21c5f5 100644 --- a/lib/isc/include/isc/resultclass.h +++ b/lib/isc/include/isc/resultclass.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: resultclass.h,v 1.7 2000/06/22 21:58:00 tale 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 4033186572..94b287173e 100644 --- a/lib/isc/include/isc/rwlock.h +++ b/lib/isc/include/isc/rwlock.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rwlock.h,v 1.11 2000/06/22 21:58:01 tale Exp $ */ + #ifndef ISC_RWLOCK_H #define ISC_RWLOCK_H 1 diff --git a/lib/isc/include/isc/sockaddr.h b/lib/isc/include/isc/sockaddr.h index 315c8b16a9..3e09f230df 100644 --- a/lib/isc/include/isc/sockaddr.h +++ b/lib/isc/include/isc/sockaddr.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: sockaddr.h,v 1.30 2000/06/22 21:58:02 tale 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 569c6b7f17..14115cab14 100644 --- a/lib/isc/include/isc/socket.h +++ b/lib/isc/include/isc/socket.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: socket.h,v 1.47 2000/06/22 21:58:03 tale 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 251fb5f9ae..d0e8e9a6aa 100644 --- a/lib/isc/include/isc/stdio.h +++ b/lib/isc/include/isc/stdio.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: stdio.h,v 1.2 2000/06/22 21:58:05 tale Exp $ */ + #include #include diff --git a/lib/isc/include/isc/string.h b/lib/isc/include/isc/string.h index febc9c16b2..663475607d 100644 --- a/lib/isc/include/isc/string.h +++ b/lib/isc/include/isc/string.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: string.h,v 1.6 2000/06/22 21:58:06 tale 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 0916ee4e6e..1c2d7b71b1 100644 --- a/lib/isc/include/isc/symtab.h +++ b/lib/isc/include/isc/symtab.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: symtab.h,v 1.12 2000/06/22 21:58:07 tale 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 97b9f55bab..983bf0615c 100644 --- a/lib/isc/include/isc/task.h +++ b/lib/isc/include/isc/task.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: task.h,v 1.44 2000/06/22 21:58:08 tale 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 79415fc227..48be0917d4 100644 --- a/lib/isc/include/isc/taskpool.h +++ b/lib/isc/include/isc/taskpool.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: taskpool.h,v 1.4 2000/06/22 21:58:09 tale 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 cabbc0c104..59be61c855 100644 --- a/lib/isc/include/isc/timer.h +++ b/lib/isc/include/isc/timer.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: timer.h,v 1.25 2000/06/22 21:58:10 tale 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 9dfa39dbac..7c89f1fb72 100644 --- a/lib/isc/include/isc/types.h +++ b/lib/isc/include/isc/types.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: types.h,v 1.27 2000/06/22 21:58:11 tale 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 6cd18ded66..cae02bc4b5 100644 --- a/lib/isc/include/isc/util.h +++ b/lib/isc/include/isc/util.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: util.h,v 1.13 2000/06/22 21:58:12 tale Exp $ */ + #ifndef ISC_UTIL_H #define ISC_UTIL_H 1 diff --git a/lib/isc/lex.c b/lib/isc/lex.c index e539a7b5fe..0f014de316 100644 --- a/lib/isc/lex.c +++ b/lib/isc/lex.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lex.c,v 1.30 2000/06/22 21:56:57 tale Exp $ */ + #include #include diff --git a/lib/isc/lfsr.c b/lib/isc/lfsr.c index cc6570bb1f..4abe060590 100644 --- a/lib/isc/lfsr.c +++ b/lib/isc/lfsr.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lfsr.c,v 1.8 2000/06/22 21:56:58 tale Exp $ */ + #include #include diff --git a/lib/isc/lib.c b/lib/isc/lib.c index b076a2a6b8..b6ad616f3d 100644 --- a/lib/isc/lib.c +++ b/lib/isc/lib.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lib.c,v 1.4 2000/06/22 21:56:59 tale Exp $ */ + #include #include diff --git a/lib/isc/md5.c b/lib/isc/md5.c index 40d342bd79..90242c5ad6 100644 --- a/lib/isc/md5.c +++ b/lib/isc/md5.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: md5.c,v 1.6 2000/06/22 21:57:00 tale Exp $ */ + /* * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was diff --git a/lib/isc/mem.c b/lib/isc/mem.c index 82dd6d6f7a..b9da015e94 100644 --- a/lib/isc/mem.c +++ b/lib/isc/mem.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: mem.c,v 1.52 2000/06/22 21:57:01 tale Exp $ */ + #include #include diff --git a/lib/isc/mutexblock.c b/lib/isc/mutexblock.c index 47ff91b843..02932e3bd5 100644 --- a/lib/isc/mutexblock.c +++ b/lib/isc/mutexblock.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: mutexblock.c,v 1.8 2000/06/22 21:57:02 tale Exp $ */ + #include #include diff --git a/lib/isc/netaddr.c b/lib/isc/netaddr.c index 02a916b1b8..884aa06041 100644 --- a/lib/isc/netaddr.c +++ b/lib/isc/netaddr.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: netaddr.c,v 1.10 2000/06/22 21:57:03 tale Exp $ */ + #include #include diff --git a/lib/isc/nls/Makefile.in b/lib/isc/nls/Makefile.in index 5434a8ee73..25de214137 100644 --- a/lib/isc/nls/Makefile.in +++ b/lib/isc/nls/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.8 2000/06/22 21:58:14 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/nls/msgcat.c b/lib/isc/nls/msgcat.c index 93eb5a185d..ee4a3e9cc5 100644 --- a/lib/isc/nls/msgcat.c +++ b/lib/isc/nls/msgcat.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: msgcat.c,v 1.6 2000/06/22 21:58:15 tale Exp $ */ + /* * Principal Author: Bob Halley */ diff --git a/lib/isc/ondestroy.c b/lib/isc/ondestroy.c index 16d464c118..081db84865 100644 --- a/lib/isc/ondestroy.c +++ b/lib/isc/ondestroy.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ondestroy.c,v 1.7 2000/06/22 21:57:05 tale Exp $ */ + #include #include diff --git a/lib/isc/print.c b/lib/isc/print.c index 51611035e5..d8353f58f0 100644 --- a/lib/isc/print.c +++ b/lib/isc/print.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: print.c,v 1.11 2000/06/22 21:57:06 tale Exp $ */ + #include #include diff --git a/lib/isc/pthreads/Makefile.in b/lib/isc/pthreads/Makefile.in index 5c004c4987..49da1502af 100644 --- a/lib/isc/pthreads/Makefile.in +++ b/lib/isc/pthreads/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.12 2000/06/22 21:58:16 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/pthreads/condition.c b/lib/isc/pthreads/condition.c index c6ef62cb2d..bf5889e081 100644 --- a/lib/isc/pthreads/condition.c +++ b/lib/isc/pthreads/condition.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: condition.c,v 1.22 2000/06/22 21:58:17 tale Exp $ */ + #include #include diff --git a/lib/isc/pthreads/include/Makefile.in b/lib/isc/pthreads/include/Makefile.in index 7f4b47744e..6b464f8a6e 100644 --- a/lib/isc/pthreads/include/Makefile.in +++ b/lib/isc/pthreads/include/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.8 2000/06/22 21:58:20 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/pthreads/include/isc/Makefile.in b/lib/isc/pthreads/include/isc/Makefile.in index d2b61235d9..86c0861224 100644 --- a/lib/isc/pthreads/include/isc/Makefile.in +++ b/lib/isc/pthreads/include/isc/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.9 2000/06/22 21:58:21 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/pthreads/include/isc/condition.h b/lib/isc/pthreads/include/isc/condition.h index caeb5c3366..20bb2331e4 100644 --- a/lib/isc/pthreads/include/isc/condition.h +++ b/lib/isc/pthreads/include/isc/condition.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: condition.h,v 1.16 2000/06/22 21:58:23 tale 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 c14e37a17c..22cbd371f6 100644 --- a/lib/isc/pthreads/include/isc/mutex.h +++ b/lib/isc/pthreads/include/isc/mutex.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: mutex.h,v 1.14 2000/06/22 21:58:24 tale 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 571d07cad8..afc0ad7e55 100644 --- a/lib/isc/pthreads/include/isc/once.h +++ b/lib/isc/pthreads/include/isc/once.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: once.h,v 1.5 2000/06/22 21:58:26 tale 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 d027e63cc8..d8afb8c145 100644 --- a/lib/isc/pthreads/include/isc/thread.h +++ b/lib/isc/pthreads/include/isc/thread.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: thread.h,v 1.16 2000/06/22 21:58:27 tale 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 9d33d81e39..f0f6c04fc8 100644 --- a/lib/isc/pthreads/thread.c +++ b/lib/isc/pthreads/thread.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: thread.c,v 1.5 2000/06/22 21:58:18 tale Exp $ */ + #include #include diff --git a/lib/isc/quota.c b/lib/isc/quota.c index bc3a023c5c..7f42fddc0d 100644 --- a/lib/isc/quota.c +++ b/lib/isc/quota.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: quota.c,v 1.6 2000/06/22 21:57:07 tale Exp $ */ + #include #include diff --git a/lib/isc/random.c b/lib/isc/random.c index a403e26f6e..d88a815571 100644 --- a/lib/isc/random.c +++ b/lib/isc/random.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: random.c,v 1.7 2000/06/22 21:57:08 tale Exp $ */ + #include #include diff --git a/lib/isc/ratelimiter.c b/lib/isc/ratelimiter.c index 7bcafa843b..847a820805 100644 --- a/lib/isc/ratelimiter.c +++ b/lib/isc/ratelimiter.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ratelimiter.c,v 1.14 2000/06/22 21:57:09 tale Exp $ */ + #include #include diff --git a/lib/isc/result.c b/lib/isc/result.c index 2fae18c84d..53ea993b0a 100644 --- a/lib/isc/result.c +++ b/lib/isc/result.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: result.c,v 1.44 2000/06/22 21:57:10 tale Exp $ */ + #include #include diff --git a/lib/isc/rwlock.c b/lib/isc/rwlock.c index 753c8f3a29..8941197767 100644 --- a/lib/isc/rwlock.c +++ b/lib/isc/rwlock.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: rwlock.c,v 1.16 2000/06/22 21:57:11 tale Exp $ */ + #include #include diff --git a/lib/isc/sockaddr.c b/lib/isc/sockaddr.c index 05b5903519..107731257b 100644 --- a/lib/isc/sockaddr.c +++ b/lib/isc/sockaddr.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: sockaddr.c,v 1.42 2000/06/22 21:57:12 tale Exp $ */ + #include #include diff --git a/lib/isc/string.c b/lib/isc/string.c index eec2f1b346..f2c18485a4 100644 --- a/lib/isc/string.c +++ b/lib/isc/string.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: string.c,v 1.3 2000/06/22 21:57:13 tale Exp $ */ + #include #include diff --git a/lib/isc/symtab.c b/lib/isc/symtab.c index 0a3698ed33..b881592176 100644 --- a/lib/isc/symtab.c +++ b/lib/isc/symtab.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: symtab.c,v 1.18 2000/06/22 21:57:15 tale Exp $ */ + #include #include diff --git a/lib/isc/task.c b/lib/isc/task.c index a61f358f07..60834b5ce7 100644 --- a/lib/isc/task.c +++ b/lib/isc/task.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: task.c,v 1.65 2000/06/22 21:57:16 tale Exp $ */ + /* * Principal Author: Bob Halley */ diff --git a/lib/isc/taskpool.c b/lib/isc/taskpool.c index bba1ef7528..9a9a4e94a7 100644 --- a/lib/isc/taskpool.c +++ b/lib/isc/taskpool.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: taskpool.c,v 1.7 2000/06/22 21:57:17 tale Exp $ */ + #include #include diff --git a/lib/isc/timer.c b/lib/isc/timer.c index 1b876fc45e..4557999a73 100644 --- a/lib/isc/timer.c +++ b/lib/isc/timer.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: timer.c,v 1.52 2000/06/22 21:57:18 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/Makefile.in b/lib/isc/unix/Makefile.in index e8ff723857..59aa0e5850 100644 --- a/lib/isc/unix/Makefile.in +++ b/lib/isc/unix/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.29 2000/06/22 21:58:28 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/unix/app.c b/lib/isc/unix/app.c index 752ce83a19..e1872b175b 100644 --- a/lib/isc/unix/app.c +++ b/lib/isc/unix/app.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: app.c,v 1.16 2000/06/22 21:58:29 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/entropy.c b/lib/isc/unix/entropy.c index d7c6a0d589..cb8404b858 100644 --- a/lib/isc/unix/entropy.c +++ b/lib/isc/unix/entropy.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: entropy.c,v 1.42 2000/06/22 21:58:32 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/errno2result.h b/lib/isc/unix/errno2result.h index 6128ee84db..530f8fde47 100644 --- a/lib/isc/unix/errno2result.h +++ b/lib/isc/unix/errno2result.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: errno2result.h,v 1.2 2000/06/22 21:58:33 tale Exp $ */ + #include isc_result_t diff --git a/lib/isc/unix/file.c b/lib/isc/unix/file.c index e65899a31c..793b8a7f49 100644 --- a/lib/isc/unix/file.c +++ b/lib/isc/unix/file.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: file.c,v 1.17 2000/06/22 21:58:35 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/fsaccess.c b/lib/isc/unix/fsaccess.c index 277d036f59..bcc41dce1c 100644 --- a/lib/isc/unix/fsaccess.c +++ b/lib/isc/unix/fsaccess.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: fsaccess.c,v 1.3 2000/06/22 21:58:36 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/ifiter_ioctl.c b/lib/isc/unix/ifiter_ioctl.c index 9116e48a53..2f0cb51efb 100644 --- a/lib/isc/unix/ifiter_ioctl.c +++ b/lib/isc/unix/ifiter_ioctl.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ifiter_ioctl.c,v 1.11 2000/06/22 21:58:37 tale Exp $ */ + /* * Obtain the list of network interfaces using the SIOCGLIFCONF ioctl. * See netintro(4). diff --git a/lib/isc/unix/ifiter_sysctl.c b/lib/isc/unix/ifiter_sysctl.c index c51f2638c0..22f2683978 100644 --- a/lib/isc/unix/ifiter_sysctl.c +++ b/lib/isc/unix/ifiter_sysctl.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ifiter_sysctl.c,v 1.8 2000/06/22 21:58:38 tale Exp $ */ + /* * Obtain the list of network interfaces using sysctl. * See TCP/IP Illustrated Volume 2, sections 19.8, 19.14, diff --git a/lib/isc/unix/include/Makefile.in b/lib/isc/unix/include/Makefile.in index 7f4b47744e..722da5184a 100644 --- a/lib/isc/unix/include/Makefile.in +++ b/lib/isc/unix/include/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.8 2000/06/22 21:58:51 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/unix/include/isc/Makefile.in b/lib/isc/unix/include/isc/Makefile.in index ff50150bfb..7542599a38 100644 --- a/lib/isc/unix/include/isc/Makefile.in +++ b/lib/isc/unix/include/isc/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.21 2000/06/22 21:58:53 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/unix/include/isc/app.h b/lib/isc/unix/include/isc/app.h index 55752cdf96..17f77bb64e 100644 --- a/lib/isc/unix/include/isc/app.h +++ b/lib/isc/unix/include/isc/app.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: app.h,v 1.6 2000/06/22 21:58:54 tale Exp $ */ + #ifndef ISC_APP_H #define ISC_APP_H 1 diff --git a/lib/isc/unix/include/isc/int.h b/lib/isc/unix/include/isc/int.h index bfd5519938..4478ecab28 100644 --- a/lib/isc/unix/include/isc/int.h +++ b/lib/isc/unix/include/isc/int.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: int.h,v 1.6 2000/06/22 21:58:55 tale Exp $ */ + #ifndef ISC_INT_H #define ISC_INT_H 1 diff --git a/lib/isc/unix/include/isc/net.h b/lib/isc/unix/include/isc/net.h index ae537813dc..113946ad61 100644 --- a/lib/isc/unix/include/isc/net.h +++ b/lib/isc/unix/include/isc/net.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: net.h,v 1.20 2000/06/22 21:58:57 tale 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 0e6f189ceb..14e9001802 100644 --- a/lib/isc/unix/include/isc/netdb.h +++ b/lib/isc/unix/include/isc/netdb.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: netdb.h,v 1.3 2000/06/22 21:58:58 tale Exp $ */ + #ifndef ISC_NETDB_H #define ISC_NETDB_H 1 diff --git a/lib/isc/unix/include/isc/stdtime.h b/lib/isc/unix/include/isc/stdtime.h index 27aa839146..12b96bd752 100644 --- a/lib/isc/unix/include/isc/stdtime.h +++ b/lib/isc/unix/include/isc/stdtime.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: stdtime.h,v 1.5 2000/06/22 21:58:59 tale 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 0550d1374e..3d4774be41 100644 --- a/lib/isc/unix/include/isc/time.h +++ b/lib/isc/unix/include/isc/time.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: time.h,v 1.20 2000/06/22 21:59:01 tale 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 770c20eade..ec00083445 100644 --- a/lib/isc/unix/interfaceiter.c +++ b/lib/isc/unix/interfaceiter.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: interfaceiter.c,v 1.17 2000/06/22 21:58:39 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/ipv6.c b/lib/isc/unix/ipv6.c index 2956c1c162..f18f71f214 100644 --- a/lib/isc/unix/ipv6.c +++ b/lib/isc/unix/ipv6.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ipv6.c,v 1.4 2000/06/22 21:58:41 tale Exp $ */ + #include const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; diff --git a/lib/isc/unix/keyboard.c b/lib/isc/unix/keyboard.c index b7bc38c64c..223c510f05 100644 --- a/lib/isc/unix/keyboard.c +++ b/lib/isc/unix/keyboard.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: keyboard.c,v 1.4 2000/06/22 21:58:42 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/net.c b/lib/isc/unix/net.c index c5d5406170..66a1decfba 100644 --- a/lib/isc/unix/net.c +++ b/lib/isc/unix/net.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: net.c,v 1.10 2000/06/22 21:58:43 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/os.c b/lib/isc/unix/os.c index f94e2ae0af..278b31d865 100644 --- a/lib/isc/unix/os.c +++ b/lib/isc/unix/os.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: os.c,v 1.3 2000/06/22 21:58:44 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index ed00c1d838..b9ec5f7543 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: socket.c,v 1.141 2000/06/22 21:58:46 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/stdio.c b/lib/isc/unix/stdio.c index 77bf1ef3a9..e49c7cfd0d 100644 --- a/lib/isc/unix/stdio.c +++ b/lib/isc/unix/stdio.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: stdio.c,v 1.2 2000/06/22 21:58:47 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/stdtime.c b/lib/isc/unix/stdtime.c index 3bd5da138b..0089df108e 100644 --- a/lib/isc/unix/stdtime.c +++ b/lib/isc/unix/stdtime.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: stdtime.c,v 1.7 2000/06/22 21:58:49 tale Exp $ */ + #include #include diff --git a/lib/isc/unix/time.c b/lib/isc/unix/time.c index ae37a50171..f3b2cecbaf 100644 --- a/lib/isc/unix/time.c +++ b/lib/isc/unix/time.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: time.c,v 1.26 2000/06/22 21:58:50 tale Exp $ */ + #include #include diff --git a/lib/isc/version.c b/lib/isc/version.c index 669ffa9938..b5814cb77e 100644 --- a/lib/isc/version.c +++ b/lib/isc/version.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: version.c,v 1.6 2000/06/22 21:57:19 tale Exp $ */ + char isc_version[] = VERSION; unsigned int isc_libinterface = LIBINTERFACE; diff --git a/lib/isc/win32/Makefile.in b/lib/isc/win32/Makefile.in index 958f946465..477776e208 100644 --- a/lib/isc/win32/Makefile.in +++ b/lib/isc/win32/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.5 2000/06/22 21:59:02 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/win32/condition.c b/lib/isc/win32/condition.c index 2aad9a7c00..16d9e5267b 100644 --- a/lib/isc/win32/condition.c +++ b/lib/isc/win32/condition.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: condition.c,v 1.12 2000/06/22 21:59:03 tale Exp $ */ + #include #include diff --git a/lib/isc/win32/file.c b/lib/isc/win32/file.c index eda62505a1..b6b0e00a4c 100644 --- a/lib/isc/win32/file.c +++ b/lib/isc/win32/file.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: file.c,v 1.3 2000/06/22 21:59:04 tale Exp $ */ + #include #undef TEMPLATE diff --git a/lib/isc/win32/fsaccess.c b/lib/isc/win32/fsaccess.c index 0dec196745..2fd0188272 100644 --- a/lib/isc/win32/fsaccess.c +++ b/lib/isc/win32/fsaccess.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: fsaccess.c,v 1.3 2000/06/22 21:59:06 tale Exp $ */ + #include #include #include diff --git a/lib/isc/win32/include/Makefile.in b/lib/isc/win32/include/Makefile.in index 792daac971..5f9ca2f358 100644 --- a/lib/isc/win32/include/Makefile.in +++ b/lib/isc/win32/include/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.3 2000/06/22 21:59:10 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/win32/include/isc/Makefile.in b/lib/isc/win32/include/isc/Makefile.in index 52765fe9f5..88b4934431 100644 --- a/lib/isc/win32/include/isc/Makefile.in +++ b/lib/isc/win32/include/isc/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.4 2000/06/22 21:59:11 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/isc/win32/include/isc/condition.h b/lib/isc/win32/include/isc/condition.h index bc80898f11..d7fa43b961 100644 --- a/lib/isc/win32/include/isc/condition.h +++ b/lib/isc/win32/include/isc/condition.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: condition.h,v 1.10 2000/06/22 21:59:13 tale Exp $ */ + #ifndef ISC_CONDITION_H #define ISC_CONDITION_H 1 diff --git a/lib/isc/win32/include/isc/int.h b/lib/isc/win32/include/isc/int.h index 3c6b2ec797..2046bc8c01 100644 --- a/lib/isc/win32/include/isc/int.h +++ b/lib/isc/win32/include/isc/int.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: int.h,v 1.4 2000/06/22 21:59:14 tale 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 67070261c0..f62bb77cb9 100644 --- a/lib/isc/win32/include/isc/mutex.h +++ b/lib/isc/win32/include/isc/mutex.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: mutex.h,v 1.10 2000/06/22 21:59:15 tale 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 136ae4be89..3417b7b721 100644 --- a/lib/isc/win32/include/isc/net.h +++ b/lib/isc/win32/include/isc/net.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: net.h,v 1.9 2000/06/22 21:59:16 tale 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 00a1660e2f..1b9c60a2c8 100644 --- a/lib/isc/win32/include/isc/netdb.h +++ b/lib/isc/win32/include/isc/netdb.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: netdb.h,v 1.3 2000/06/22 21:59:17 tale Exp $ */ + #ifndef ISC_NETDB_H #define ISC_NETDB_H 1 diff --git a/lib/isc/win32/include/isc/thread.h b/lib/isc/win32/include/isc/thread.h index 8beadea9a9..9904cbe9e0 100644 --- a/lib/isc/win32/include/isc/thread.h +++ b/lib/isc/win32/include/isc/thread.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: thread.h,v 1.10 2000/06/22 21:59:18 tale 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 92c96ef89b..e2cb89025b 100644 --- a/lib/isc/win32/include/isc/time.h +++ b/lib/isc/win32/include/isc/time.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: time.h,v 1.15 2000/06/22 21:59:20 tale Exp $ */ + #ifndef ISC_TIME_H #define ISC_TIME_H 1 diff --git a/lib/isc/win32/thread.c b/lib/isc/win32/thread.c index e6f96c10f5..0487f1bb31 100644 --- a/lib/isc/win32/thread.c +++ b/lib/isc/win32/thread.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: thread.c,v 1.11 2000/06/22 21:59:07 tale Exp $ */ + #include #include diff --git a/lib/isc/win32/time.c b/lib/isc/win32/time.c index d02a56dc35..ac580359ea 100644 --- a/lib/isc/win32/time.c +++ b/lib/isc/win32/time.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: time.c,v 1.17 2000/06/22 21:59:09 tale Exp $ */ + #include #include diff --git a/lib/lwres/Makefile.in b/lib/lwres/Makefile.in index 2e5c91a5cf..0244798f72 100644 --- a/lib/lwres/Makefile.in +++ b/lib/lwres/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.18 2000/06/22 21:59:21 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/lwres/assert_p.h b/lib/lwres/assert_p.h index a2cc2f68cd..f17c41bcf4 100644 --- a/lib/lwres/assert_p.h +++ b/lib/lwres/assert_p.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: assert_p.h,v 1.5 2000/06/22 21:59:22 tale 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 ab0143fe44..f9307be497 100644 --- a/lib/lwres/context.c +++ b/lib/lwres/context.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: context.c,v 1.24 2000/06/22 21:59:23 tale Exp $ */ + #include #include diff --git a/lib/lwres/context_p.h b/lib/lwres/context_p.h index c646252798..e3b33a3e48 100644 --- a/lib/lwres/context_p.h +++ b/lib/lwres/context_p.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: context_p.h,v 1.8 2000/06/22 21:59:25 tale Exp $ */ + #ifndef LWRES_CONTEXT_P_H #define LWRES_CONTEXT_P_H 1 diff --git a/lib/lwres/gethost.c b/lib/lwres/gethost.c index ae1bc6fcc7..ccde8b0ca6 100644 --- a/lib/lwres/gethost.c +++ b/lib/lwres/gethost.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: gethost.c,v 1.17 2000/06/22 21:59:27 tale Exp $ */ + #include #include diff --git a/lib/lwres/getipnode.c b/lib/lwres/getipnode.c index 14932fed17..5699afc495 100644 --- a/lib/lwres/getipnode.c +++ b/lib/lwres/getipnode.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: getipnode.c,v 1.20 2000/06/22 21:59:28 tale Exp $ */ + #include #include diff --git a/lib/lwres/getnameinfo.c b/lib/lwres/getnameinfo.c index 53a1c991ec..c45474f4a3 100644 --- a/lib/lwres/getnameinfo.c +++ b/lib/lwres/getnameinfo.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: getnameinfo.c,v 1.18 2000/06/22 21:59:29 tale Exp $ */ + /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. diff --git a/lib/lwres/include/Makefile.in b/lib/lwres/include/Makefile.in index a2d21aca98..ba72eb9a4d 100644 --- a/lib/lwres/include/Makefile.in +++ b/lib/lwres/include/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.2 2000/06/22 21:59:40 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/lwres/include/lwres/Makefile.in b/lib/lwres/include/lwres/Makefile.in index ee93cb78e0..bd9c80b6df 100644 --- a/lib/lwres/include/lwres/Makefile.in +++ b/lib/lwres/include/lwres/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.9 2000/06/22 21:59:42 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/lwres/include/lwres/context.h b/lib/lwres/include/lwres/context.h index e5a01a3670..f9b1b8131b 100644 --- a/lib/lwres/include/lwres/context.h +++ b/lib/lwres/include/lwres/context.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: context.h,v 1.9 2000/06/22 21:59:44 tale 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 76305a3d13..2533a34299 100644 --- a/lib/lwres/include/lwres/int.h +++ b/lib/lwres/include/lwres/int.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: int.h,v 1.3 2000/06/22 21:59:45 tale 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 339c5df611..c92d564053 100644 --- a/lib/lwres/include/lwres/ipv6.h +++ b/lib/lwres/include/lwres/ipv6.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: ipv6.h,v 1.3 2000/06/22 21:59:46 tale 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 d6c42e1fb6..c62be64665 100644 --- a/lib/lwres/include/lwres/lang.h +++ b/lib/lwres/include/lwres/lang.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lang.h,v 1.3 2000/06/22 21:59:47 tale 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 f446a08c03..0e06476c4c 100644 --- a/lib/lwres/include/lwres/list.h +++ b/lib/lwres/include/lwres/list.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: list.h,v 1.4 2000/06/22 21:59:48 tale 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 f10c82011e..ad73b7dec7 100644 --- a/lib/lwres/include/lwres/lwbuffer.h +++ b/lib/lwres/include/lwres/lwbuffer.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwbuffer.h,v 1.12 2000/06/22 21:59:49 tale 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 851a969c19..64a602b443 100644 --- a/lib/lwres/include/lwres/lwpacket.h +++ b/lib/lwres/include/lwres/lwpacket.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwpacket.h,v 1.13 2000/06/22 21:59:50 tale 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 c00108e451..cc59656941 100644 --- a/lib/lwres/include/lwres/lwres.h +++ b/lib/lwres/include/lwres/lwres.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwres.h,v 1.37 2000/06/22 21:59:51 tale 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 18d01d94f0..12683a7b8a 100644 --- a/lib/lwres/include/lwres/net.h +++ b/lib/lwres/include/lwres/net.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: net.h,v 1.5 2000/06/22 21:59:53 tale 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 5405024772..83b3b404cf 100644 --- a/lib/lwres/include/lwres/netdb.h.in +++ b/lib/lwres/include/lwres/netdb.h.in @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: netdb.h.in,v 1.22 2000/06/22 21:59:54 tale 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 0b83a0f17e..4169d9253e 100644 --- a/lib/lwres/include/lwres/platform.h.in +++ b/lib/lwres/include/lwres/platform.h.in @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: platform.h.in,v 1.6 2000/06/22 21:59:55 tale 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 74a15bc887..464dbe67b2 100644 --- a/lib/lwres/include/lwres/result.h +++ b/lib/lwres/include/lwres/result.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: result.h,v 1.8 2000/06/22 21:59:56 tale Exp $ */ + #ifndef LWRES_RESULT_H #define LWRES_RESULT_H 1 diff --git a/lib/lwres/lwbuffer.c b/lib/lwres/lwbuffer.c index 72c0bcdb46..948fcf9828 100644 --- a/lib/lwres/lwbuffer.c +++ b/lib/lwres/lwbuffer.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwbuffer.c,v 1.6 2000/06/22 21:59:30 tale Exp $ */ + /* XXXMLG */ #define REQUIRE(x) diff --git a/lib/lwres/lwconfig.c b/lib/lwres/lwconfig.c index f39a822579..693cdebdd8 100644 --- a/lib/lwres/lwconfig.c +++ b/lib/lwres/lwconfig.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwconfig.c,v 1.15 2000/06/22 21:59:32 tale Exp $ */ + /*** *** Module for parsing resolv.conf files. *** diff --git a/lib/lwres/lwpacket.c b/lib/lwres/lwpacket.c index 3193a68e70..5a7f793662 100644 --- a/lib/lwres/lwpacket.c +++ b/lib/lwres/lwpacket.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwpacket.c,v 1.9 2000/06/22 21:59:33 tale Exp $ */ + #include #include diff --git a/lib/lwres/lwres_gabn.c b/lib/lwres/lwres_gabn.c index 5579b7f8b5..1b47e1c324 100644 --- a/lib/lwres/lwres_gabn.c +++ b/lib/lwres/lwres_gabn.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwres_gabn.c,v 1.21 2000/06/22 21:59:34 tale Exp $ */ + #include #include diff --git a/lib/lwres/lwres_gnba.c b/lib/lwres/lwres_gnba.c index 11c77912fc..64a0bcf080 100644 --- a/lib/lwres/lwres_gnba.c +++ b/lib/lwres/lwres_gnba.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwres_gnba.c,v 1.16 2000/06/22 21:59:35 tale Exp $ */ + #include #include diff --git a/lib/lwres/lwres_noop.c b/lib/lwres/lwres_noop.c index 1254d2da88..c3126366f3 100644 --- a/lib/lwres/lwres_noop.c +++ b/lib/lwres/lwres_noop.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwres_noop.c,v 1.10 2000/06/22 21:59:37 tale Exp $ */ + #include #include diff --git a/lib/lwres/lwresutil.c b/lib/lwres/lwresutil.c index ab4f08df65..d8a21d4505 100644 --- a/lib/lwres/lwresutil.c +++ b/lib/lwres/lwresutil.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lwresutil.c,v 1.17 2000/06/22 21:59:38 tale Exp $ */ + #include #include diff --git a/lib/lwres/version.c b/lib/lwres/version.c index 64a8d92752..9fc492d16b 100644 --- a/lib/lwres/version.c +++ b/lib/lwres/version.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: version.c,v 1.3 2000/06/22 21:59:39 tale Exp $ */ + char lwres_version[] = VERSION; unsigned int lwres_libinterface = LIBINTERFACE; diff --git a/lib/omapi/Makefile.in b/lib/omapi/Makefile.in index a31d3694ed..1624af1977 100644 --- a/lib/omapi/Makefile.in +++ b/lib/omapi/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.12 2000/06/22 21:59:58 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/omapi/include/Makefile.in b/lib/omapi/include/Makefile.in index 9033bdd5a7..ba7f901d8c 100644 --- a/lib/omapi/include/Makefile.in +++ b/lib/omapi/include/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.3 2000/06/22 22:00:06 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/omapi/include/omapi/Makefile.in b/lib/omapi/include/omapi/Makefile.in index aaa0d99d21..18f477d79b 100644 --- a/lib/omapi/include/omapi/Makefile.in +++ b/lib/omapi/include/omapi/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.7 2000/06/22 22:00:08 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/omapi/include/omapi/compatibility.h b/lib/omapi/include/omapi/compatibility.h index ea8bab5dbf..037515d6a6 100644 --- a/lib/omapi/include/omapi/compatibility.h +++ b/lib/omapi/include/omapi/compatibility.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: compatibility.h,v 1.4 2000/06/22 22:00:09 tale 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 f74a8ea4fb..8f852f3955 100644 --- a/lib/omapi/include/omapi/lib.h +++ b/lib/omapi/include/omapi/lib.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: lib.h,v 1.3 2000/06/22 22:00:11 tale 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 c020fd3151..787f2fd51c 100644 --- a/lib/omapi/include/omapi/omapi.h +++ b/lib/omapi/include/omapi/omapi.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: omapi.h,v 1.11 2000/06/22 22:00:12 tale 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 335941942e..91b46f0a05 100644 --- a/lib/omapi/include/omapi/private.h +++ b/lib/omapi/include/omapi/private.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: private.h,v 1.17 2000/06/22 22:00:14 tale 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 a924fa303a..be256b5b59 100644 --- a/lib/omapi/include/omapi/result.h +++ b/lib/omapi/include/omapi/result.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: result.h,v 1.5 2000/06/22 22:00:16 tale 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 aee96cb4e5..22c755660f 100644 --- a/lib/omapi/include/omapi/types.h +++ b/lib/omapi/include/omapi/types.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: types.h,v 1.5 2000/06/22 22:00:17 tale Exp $ */ + #ifndef OMAPI_TYPES_H #define OMAPI_TYPES_H 1 diff --git a/lib/omapi/listener.c b/lib/omapi/listener.c index e5d2ee43d1..8a0b4fe162 100644 --- a/lib/omapi/listener.c +++ b/lib/omapi/listener.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: listener.c,v 1.24 2000/06/22 21:59:59 tale Exp $ */ + /* * Subroutines that support the generic listener object. */ diff --git a/lib/omapi/message.c b/lib/omapi/message.c index 90ec315a1a..2dab35f86e 100644 --- a/lib/omapi/message.c +++ b/lib/omapi/message.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: message.c,v 1.23 2000/06/22 22:00:00 tale Exp $ */ + /* * Subroutines for dealing with message objects. */ diff --git a/lib/omapi/protocol.c b/lib/omapi/protocol.c index b08fde243a..ee7cbbd8bd 100644 --- a/lib/omapi/protocol.c +++ b/lib/omapi/protocol.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: protocol.c,v 1.27 2000/06/22 22:00:02 tale Exp $ */ + /* * Functions supporting the object management protocol. */ diff --git a/lib/omapi/version.c b/lib/omapi/version.c index a6e3cd9abe..2814327bfa 100644 --- a/lib/omapi/version.c +++ b/lib/omapi/version.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: version.c,v 1.3 2000/06/22 22:00:04 tale Exp $ */ + char omapi_version[] = VERSION; unsigned int omapi_libinterface = LIBINTERFACE; diff --git a/lib/tests/Makefile.in b/lib/tests/Makefile.in index 74b052387e..b46e2a2bc0 100644 --- a/lib/tests/Makefile.in +++ b/lib/tests/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.11 2000/06/22 22:00:19 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/tests/include/Makefile.in b/lib/tests/include/Makefile.in index 8e2d5d39c0..e71c5934f3 100644 --- a/lib/tests/include/Makefile.in +++ b/lib/tests/include/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.5 2000/06/22 22:00:22 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/tests/include/tests/Makefile.in b/lib/tests/include/tests/Makefile.in index 5a919a02db..68b71af6d2 100644 --- a/lib/tests/include/tests/Makefile.in +++ b/lib/tests/include/tests/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.3 2000/06/22 22:00:24 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/lib/tests/include/tests/t_api.h b/lib/tests/include/tests/t_api.h index 50281a1aa1..ed3ddd2bcb 100644 --- a/lib/tests/include/tests/t_api.h +++ b/lib/tests/include/tests/t_api.h @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_api.h,v 1.9 2000/06/22 22:00:26 tale 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 a08acbba2a..200e9cb81e 100644 --- a/lib/tests/t_api.c +++ b/lib/tests/t_api.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: t_api.c,v 1.39 2000/06/22 22:00:21 tale Exp $ */ + #include #include diff --git a/make/Makefile.in b/make/Makefile.in index a9de5207a9..cd216e05a8 100644 --- a/make/Makefile.in +++ b/make/Makefile.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: Makefile.in,v 1.10 2000/06/22 22:00:27 tale Exp $ + srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/make/includes.in b/make/includes.in index 68ad73f0c0..c96d194e95 100644 --- a/make/includes.in +++ b/make/includes.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: includes.in,v 1.7 2000/06/22 22:00:29 tale Exp $ + # Search for machine-generated header files in the build tree, # and for normal headers in the source tree (${top_srcdir}). # We only need to look in OS-specific subdirectories for the diff --git a/make/rules.in b/make/rules.in index 3acac3b1a9..2198f1d04f 100644 --- a/make/rules.in +++ b/make/rules.in @@ -13,6 +13,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: rules.in,v 1.19 2000/06/22 22:00:30 tale Exp $ + ### ### Common Makefile rules for BIND 9. ### diff --git a/util/check-includes.pl b/util/check-includes.pl index 4a95654b20..85809efc2d 100644 --- a/util/check-includes.pl +++ b/util/check-includes.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: check-includes.pl,v 1.3 2000/06/22 22:00:32 tale Exp $ + # Rudimentary, primarily for use by the developers. # This just evolved with no serious attempt at making it # bulletproof or foolproof. Or pretty even. Probably would diff --git a/util/check-instincludes.sh b/util/check-instincludes.sh index da9b11c74c..ac38092ae0 100644 --- a/util/check-instincludes.sh +++ b/util/check-instincludes.sh @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: check-instincludes.sh,v 1.2 2000/06/22 22:00:33 tale Exp $ + # # Check the installed bind9 header files to make sure that no header # depends on another header having been included first, and that diff --git a/util/check-sources.pl b/util/check-sources.pl index 3a4f999333..bcfe5d5d56 100644 --- a/util/check-sources.pl +++ b/util/check-sources.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: check-sources.pl,v 1.4 2000/06/22 22:00:34 tale Exp $ + # Rudimentary, primarily for use by the developers. # This just evolved with no serious attempt at making it # bulletproof or foolproof. Or pretty even. Probably would diff --git a/util/conf.sh.in b/util/conf.sh.in index 99e941831c..52caea150b 100644 --- a/util/conf.sh.in +++ b/util/conf.sh.in @@ -13,4 +13,6 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: conf.sh.in,v 1.3 2000/06/22 22:00:36 tale Exp $ + prefix=@prefix@ diff --git a/util/memleak.pl b/util/memleak.pl index e5ded7b04f..f7adacb175 100644 --- a/util/memleak.pl +++ b/util/memleak.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: memleak.pl,v 1.7 2000/06/22 22:00:37 tale 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 d64e307507..c36d1efc89 100644 --- a/util/merge_copyrights +++ b/util/merge_copyrights @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: merge_copyrights,v 1.10 2000/06/22 22:00:38 tale Exp $ + %file_types = (); %file_years = (); diff --git a/util/mkreslib.pl b/util/mkreslib.pl index a5bb8718ee..685f444057 100644 --- a/util/mkreslib.pl +++ b/util/mkreslib.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: mkreslib.pl,v 1.5 2000/06/22 22:00:39 tale Exp $ + # Build a res_* library distribution from the BIND 8 source # diff --git a/util/nanny.pl b/util/nanny.pl index aeca9c3007..d5453b4071 100644 --- a/util/nanny.pl +++ b/util/nanny.pl @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: nanny.pl,v 1.4 2000/06/22 22:00:41 tale Exp $ + # A simple nanny to make sure named stays running. $pid_file_location = '/var/run/named.pid'; diff --git a/util/nt-kit b/util/nt-kit index 5b6721b004..bfb6dcb79c 100644 --- a/util/nt-kit +++ b/util/nt-kit @@ -15,6 +15,8 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +# $Id: nt-kit,v 1.3 2000/06/22 22:00:42 tale 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 # in the Makefiles and otherwise config.status.win32 needs to be edited.