summaryrefslogtreecommitdiff
path: root/lib/dns/sec/dst
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/sec/dst')
-rw-r--r--lib/dns/sec/dst/Makefile.in4
-rw-r--r--lib/dns/sec/dst/dst_api.c4
-rw-r--r--lib/dns/sec/dst/dst_internal.h4
-rw-r--r--lib/dns/sec/dst/dst_lib.c4
-rw-r--r--lib/dns/sec/dst/dst_parse.c4
-rw-r--r--lib/dns/sec/dst/dst_parse.h4
-rw-r--r--lib/dns/sec/dst/dst_result.c4
-rw-r--r--lib/dns/sec/dst/gssapi_link.c4
-rw-r--r--lib/dns/sec/dst/gssapictx.c4
-rw-r--r--lib/dns/sec/dst/hmac_link.c4
-rw-r--r--lib/dns/sec/dst/include/Makefile.in4
-rw-r--r--lib/dns/sec/dst/include/dst/Makefile.in4
-rw-r--r--lib/dns/sec/dst/include/dst/dst.h4
-rw-r--r--lib/dns/sec/dst/include/dst/gssapi.h4
-rw-r--r--lib/dns/sec/dst/include/dst/lib.h4
-rw-r--r--lib/dns/sec/dst/include/dst/result.h4
-rw-r--r--lib/dns/sec/dst/openssl_link.c4
-rw-r--r--lib/dns/sec/dst/openssldh_link.c4
-rw-r--r--lib/dns/sec/dst/opensslrsa_link.c4
19 files changed, 38 insertions, 38 deletions
diff --git a/lib/dns/sec/dst/Makefile.in b/lib/dns/sec/dst/Makefile.in
index c9aabb39..9832c3fe 100644
--- a/lib/dns/sec/dst/Makefile.in
+++ b/lib/dns/sec/dst/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2000 Internet Software Consortium.
+# Copyright (C) 1998-2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: Makefile.in,v 1.19 2000/10/06 17:08:15 bwelling Exp $
+# $Id: Makefile.in,v 1.19.4.1 2001/01/09 22:48:17 bwelling Exp $
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/dns/sec/dst/dst_api.c b/lib/dns/sec/dst/dst_api.c
index 6fb95446..50138191 100644
--- a/lib/dns/sec/dst/dst_api.c
+++ b/lib/dns/sec/dst/dst_api.c
@@ -1,5 +1,5 @@
/*
- * Portions Copyright (C) 1999, 2000 Internet Software Consortium.
+ * Portions Copyright (C) 1999-2001 Internet Software Consortium.
* Portions Copyright (C) 1995-2000 by Network Associates, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -19,7 +19,7 @@
/*
* Principal Author: Brian Wellington
- * $Id: dst_api.c,v 1.67 2000/12/18 21:09:42 gson Exp $
+ * $Id: dst_api.c,v 1.67.2.1 2001/01/09 22:48:18 bwelling Exp $
*/
#include <config.h>
diff --git a/lib/dns/sec/dst/dst_internal.h b/lib/dns/sec/dst/dst_internal.h
index 095332a6..e1fe9c76 100644
--- a/lib/dns/sec/dst/dst_internal.h
+++ b/lib/dns/sec/dst/dst_internal.h
@@ -1,5 +1,5 @@
/*
- * Portions Copyright (C) 2000 Internet Software Consortium.
+ * Portions Copyright (C) 2000, 2001 Internet Software Consortium.
* Portions Copyright (C) 1995-2000 by Network Associates, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dst_internal.h,v 1.30 2000/09/16 01:12:20 bwelling Exp $ */
+/* $Id: dst_internal.h,v 1.30.4.1 2001/01/09 22:48:19 bwelling Exp $ */
#ifndef DST_DST_INTERNAL_H
#define DST_DST_INTERNAL_H 1
diff --git a/lib/dns/sec/dst/dst_lib.c b/lib/dns/sec/dst/dst_lib.c
index fc0b9e2c..9ae92016 100644
--- a/lib/dns/sec/dst/dst_lib.c
+++ b/lib/dns/sec/dst/dst_lib.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1999, 2000 Internet Software Consortium.
+ * Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
/*
* Principal Author: Brian Wellington
- * $Id: dst_lib.c,v 1.7 2000/08/30 01:24:20 bwelling Exp $
+ * $Id: dst_lib.c,v 1.7.4.1 2001/01/09 22:48:20 bwelling Exp $
*/
#include <config.h>
diff --git a/lib/dns/sec/dst/dst_parse.c b/lib/dns/sec/dst/dst_parse.c
index f3f78481..d22935d9 100644
--- a/lib/dns/sec/dst/dst_parse.c
+++ b/lib/dns/sec/dst/dst_parse.c
@@ -1,5 +1,5 @@
/*
- * Portions Copyright (C) 1999, 2000 Internet Software Consortium.
+ * Portions Copyright (C) 1999-2001 Internet Software Consortium.
* Portions Copyright (C) 1995-2000 by Network Associates, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -19,7 +19,7 @@
/*
* Principal Author: Brian Wellington
- * $Id: dst_parse.c,v 1.26 2000/11/01 00:17:18 bwelling Exp $
+ * $Id: dst_parse.c,v 1.26.4.1 2001/01/09 22:48:21 bwelling Exp $
*/
#include <config.h>
diff --git a/lib/dns/sec/dst/dst_parse.h b/lib/dns/sec/dst/dst_parse.h
index 52d6bb05..ef0b5f85 100644
--- a/lib/dns/sec/dst/dst_parse.h
+++ b/lib/dns/sec/dst/dst_parse.h
@@ -1,5 +1,5 @@
/*
- * Portions Copyright (C) 2000 Internet Software Consortium.
+ * Portions Copyright (C) 2000, 2001 Internet Software Consortium.
* Portions Copyright (C) 1995-2000 by Network Associates, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dst_parse.h,v 1.16 2000/09/02 01:15:23 bwelling Exp $ */
+/* $Id: dst_parse.h,v 1.16.4.1 2001/01/09 22:48:22 bwelling Exp $ */
#ifndef DST_DST_PARSE_H
#define DST_DST_PARSE_H 1
diff --git a/lib/dns/sec/dst/dst_result.c b/lib/dns/sec/dst/dst_result.c
index 9eb6a783..e26a08a7 100644
--- a/lib/dns/sec/dst/dst_result.c
+++ b/lib/dns/sec/dst/dst_result.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1999, 2000 Internet Software Consortium.
+ * Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
/*
* Principal Author: Brian Wellington
- * $Id: dst_result.c,v 1.15 2000/08/10 22:28:32 bwelling Exp $
+ * $Id: dst_result.c,v 1.15.4.1 2001/01/09 22:48:24 bwelling Exp $
*/
#include <config.h>
diff --git a/lib/dns/sec/dst/gssapi_link.c b/lib/dns/sec/dst/gssapi_link.c
index a11ab9fe..25cf5b0e 100644
--- a/lib/dns/sec/dst/gssapi_link.c
+++ b/lib/dns/sec/dst/gssapi_link.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Internet Software Consortium.
+ * Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -16,7 +16,7 @@
*/
/*
- * $Id: gssapi_link.c,v 1.4 2000/11/28 04:46:00 marka Exp $
+ * $Id: gssapi_link.c,v 1.4.4.1 2001/01/09 22:48:25 bwelling Exp $
*/
#ifdef GSSAPI
diff --git a/lib/dns/sec/dst/gssapictx.c b/lib/dns/sec/dst/gssapictx.c
index f8bb856b..47c37689 100644
--- a/lib/dns/sec/dst/gssapictx.c
+++ b/lib/dns/sec/dst/gssapictx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Internet Software Consortium.
+ * Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: gssapictx.c,v 1.2 2000/11/18 03:01:08 bwelling Exp $ */
+/* $Id: gssapictx.c,v 1.2.4.1 2001/01/09 22:48:26 bwelling Exp $ */
#include <config.h>
diff --git a/lib/dns/sec/dst/hmac_link.c b/lib/dns/sec/dst/hmac_link.c
index 1f59f625..85b3895e 100644
--- a/lib/dns/sec/dst/hmac_link.c
+++ b/lib/dns/sec/dst/hmac_link.c
@@ -1,5 +1,5 @@
/*
- * Portions Copyright (C) 1999, 2000 Internet Software Consortium.
+ * Portions Copyright (C) 1999-2001 Internet Software Consortium.
* Portions Copyright (C) 1995-2000 by Network Associates, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -19,7 +19,7 @@
/*
* Principal Author: Brian Wellington
- * $Id: hmac_link.c,v 1.45 2000/09/08 14:23:47 bwelling Exp $
+ * $Id: hmac_link.c,v 1.45.4.1 2001/01/09 22:48:27 bwelling Exp $
*/
#include <config.h>
diff --git a/lib/dns/sec/dst/include/Makefile.in b/lib/dns/sec/dst/include/Makefile.in
index 9d57e206..58e0b42e 100644
--- a/lib/dns/sec/dst/include/Makefile.in
+++ b/lib/dns/sec/dst/include/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2000 Internet Software Consortium.
+# Copyright (C) 1998-2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: Makefile.in,v 1.7 2000/08/01 01:27:56 tale Exp $
+# $Id: Makefile.in,v 1.7.4.1 2001/01/09 22:48:32 bwelling Exp $
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/dns/sec/dst/include/dst/Makefile.in b/lib/dns/sec/dst/include/dst/Makefile.in
index db33d307..04529c26 100644
--- a/lib/dns/sec/dst/include/dst/Makefile.in
+++ b/lib/dns/sec/dst/include/dst/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2000 Internet Software Consortium.
+# Copyright (C) 1998-2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: Makefile.in,v 1.9 2000/09/20 19:06:00 gson Exp $
+# $Id: Makefile.in,v 1.9.4.1 2001/01/09 22:48:33 bwelling Exp $
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/dns/sec/dst/include/dst/dst.h b/lib/dns/sec/dst/include/dst/dst.h
index 0135ba6c..a14733df 100644
--- a/lib/dns/sec/dst/include/dst/dst.h
+++ b/lib/dns/sec/dst/include/dst/dst.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Internet Software Consortium.
+ * Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dst.h,v 1.38 2000/09/12 09:54:36 bwelling Exp $ */
+/* $Id: dst.h,v 1.38.4.1 2001/01/09 22:48:34 bwelling Exp $ */
#ifndef DST_DST_H
#define DST_DST_H 1
diff --git a/lib/dns/sec/dst/include/dst/gssapi.h b/lib/dns/sec/dst/include/dst/gssapi.h
index 42010c90..633ba149 100644
--- a/lib/dns/sec/dst/include/dst/gssapi.h
+++ b/lib/dns/sec/dst/include/dst/gssapi.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Internet Software Consortium.
+ * Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: gssapi.h,v 1.2 2000/11/18 03:01:10 bwelling Exp $ */
+/* $Id: gssapi.h,v 1.2.4.1 2001/01/09 22:48:36 bwelling Exp $ */
#ifndef DST_GSSAPI_H
#define DST_GSSAPI_H 1
diff --git a/lib/dns/sec/dst/include/dst/lib.h b/lib/dns/sec/dst/include/dst/lib.h
index 7f7294e3..a3e072d9 100644
--- a/lib/dns/sec/dst/include/dst/lib.h
+++ b/lib/dns/sec/dst/include/dst/lib.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1999, 2000 Internet Software Consortium.
+ * Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: lib.h,v 1.5 2000/08/01 01:27:59 tale Exp $ */
+/* $Id: lib.h,v 1.5.4.1 2001/01/09 22:48:37 bwelling Exp $ */
#ifndef DST_LIB_H
#define DST_LIB_H 1
diff --git a/lib/dns/sec/dst/include/dst/result.h b/lib/dns/sec/dst/include/dst/result.h
index b164f644..7de6bcae 100644
--- a/lib/dns/sec/dst/include/dst/result.h
+++ b/lib/dns/sec/dst/include/dst/result.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1999, 2000 Internet Software Consortium.
+ * Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: result.h,v 1.18 2000/08/10 22:28:36 bwelling Exp $ */
+/* $Id: result.h,v 1.18.4.1 2001/01/09 22:48:38 bwelling Exp $ */
#ifndef DST_RESULT_H
#define DST_RESULT_H 1
diff --git a/lib/dns/sec/dst/openssl_link.c b/lib/dns/sec/dst/openssl_link.c
index d391154d..7a15b1ca 100644
--- a/lib/dns/sec/dst/openssl_link.c
+++ b/lib/dns/sec/dst/openssl_link.c
@@ -1,5 +1,5 @@
/*
- * Portions Copyright (C) 1999, 2000 Internet Software Consortium.
+ * Portions Copyright (C) 1999-2001 Internet Software Consortium.
* Portions Copyright (C) 1995-2000 by Network Associates, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -19,7 +19,7 @@
/*
* Principal Author: Brian Wellington
- * $Id: openssl_link.c,v 1.39 2000/12/04 23:39:05 bwelling Exp $
+ * $Id: openssl_link.c,v 1.39.4.1 2001/01/09 22:48:28 bwelling Exp $
*/
#if defined(OPENSSL)
diff --git a/lib/dns/sec/dst/openssldh_link.c b/lib/dns/sec/dst/openssldh_link.c
index b2a8df59..30dbcd02 100644
--- a/lib/dns/sec/dst/openssldh_link.c
+++ b/lib/dns/sec/dst/openssldh_link.c
@@ -1,5 +1,5 @@
/*
- * Portions Copyright (C) 1999, 2000 Internet Software Consortium.
+ * Portions Copyright (C) 1999-2001 Internet Software Consortium.
* Portions Copyright (C) 1995-2000 by Network Associates, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -19,7 +19,7 @@
/*
* Principal Author: Brian Wellington
- * $Id: openssldh_link.c,v 1.32 2000/12/04 23:06:36 bwelling Exp $
+ * $Id: openssldh_link.c,v 1.32.4.1 2001/01/09 22:48:29 bwelling Exp $
*/
#if defined(OPENSSL)
diff --git a/lib/dns/sec/dst/opensslrsa_link.c b/lib/dns/sec/dst/opensslrsa_link.c
index 3f786922..37b6532e 100644
--- a/lib/dns/sec/dst/opensslrsa_link.c
+++ b/lib/dns/sec/dst/opensslrsa_link.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Internet Software Consortium.
+ * Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
/*
* Principal Author: Brian Wellington
- * $Id: opensslrsa_link.c,v 1.6 2000/12/05 21:11:18 ogud Exp $
+ * $Id: opensslrsa_link.c,v 1.6.4.1 2001/01/09 22:48:31 bwelling Exp $
*/
#if defined(OPENSSL)