summaryrefslogtreecommitdiff
path: root/minires
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2009-07-23 19:02:11 +0000
committerShawn Routhier <sar@isc.org>2009-07-23 19:02:11 +0000
commitbb8248defaf195cc209904e147d34e637b5eaf4d (patch)
treef4be993d92c4a6c16ecd54d040b331fb63f64371 /minires
parentb79685f82ddc222dc254687fbeb276e1d38a70cb (diff)
downloadisc-dhcp-bb8248defaf195cc209904e147d34e637b5eaf4d.tar.gz
Switch isc urls from http to https and correct sw to services or software
for new web site as appropirate.
Diffstat (limited to 'minires')
-rw-r--r--minires/ns_date.c4
-rw-r--r--minires/ns_name.c4
-rw-r--r--minires/ns_parse.c4
-rw-r--r--minires/ns_samedomain.c4
-rw-r--r--minires/ns_sign.c4
-rw-r--r--minires/ns_verify.c4
-rw-r--r--minires/res_comp.c4
-rw-r--r--minires/res_findzonecut.c4
-rw-r--r--minires/res_init.c4
-rw-r--r--minires/res_mkquery.c4
-rw-r--r--minires/res_mkupdate.c4
-rw-r--r--minires/res_query.c4
-rw-r--r--minires/res_send.c4
-rw-r--r--minires/res_sendsigned.c2
-rw-r--r--minires/res_update.c4
15 files changed, 29 insertions, 29 deletions
diff --git a/minires/ns_date.c b/minires/ns_date.c
index 352f48d2..e19be459 100644
--- a/minires/ns_date.c
+++ b/minires/ns_date.c
@@ -18,11 +18,11 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#ifndef lint
-static const char rcsid[] = "$Id: ns_date.c,v 1.6 2007/09/05 17:32:10 dhankins Exp $";
+static const char rcsid[] = "$Id: ns_date.c,v 1.6.310.1 2009/07/23 19:02:10 sar Exp $";
#endif
/* Import. */
diff --git a/minires/ns_name.c b/minires/ns_name.c
index 6c6fa2aa..6c1c58ae 100644
--- a/minires/ns_name.c
+++ b/minires/ns_name.c
@@ -18,11 +18,11 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#ifndef lint
-static const char rcsid[] = "$Id: ns_name.c,v 1.2.786.1 2009/07/22 21:58:52 dhankins Exp $";
+static const char rcsid[] = "$Id: ns_name.c,v 1.2.786.2 2009/07/23 19:02:10 sar Exp $";
#endif
#include <sys/types.h>
diff --git a/minires/ns_parse.c b/minires/ns_parse.c
index 2854092f..07715ce0 100644
--- a/minires/ns_parse.c
+++ b/minires/ns_parse.c
@@ -18,11 +18,11 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#ifndef lint
-static const char rcsid[] = "$Id: ns_parse.c,v 1.3 2005/03/17 20:15:17 dhankins Exp $";
+static const char rcsid[] = "$Id: ns_parse.c,v 1.3.786.1 2009/07/23 19:02:10 sar Exp $";
#endif
/* Import. */
diff --git a/minires/ns_samedomain.c b/minires/ns_samedomain.c
index bdc6ccad..682fd774 100644
--- a/minires/ns_samedomain.c
+++ b/minires/ns_samedomain.c
@@ -18,11 +18,11 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#ifndef lint
-static const char rcsid[] = "$Id: ns_samedomain.c,v 1.4 2005/03/17 20:15:18 dhankins Exp $";
+static const char rcsid[] = "$Id: ns_samedomain.c,v 1.4.786.1 2009/07/23 19:02:10 sar Exp $";
#endif
#include <sys/types.h>
diff --git a/minires/ns_sign.c b/minires/ns_sign.c
index 7ce9999a..1528dd63 100644
--- a/minires/ns_sign.c
+++ b/minires/ns_sign.c
@@ -18,11 +18,11 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#ifndef lint
-static const char rcsid[] = "$Id: ns_sign.c,v 1.6 2005/03/17 20:15:18 dhankins Exp $";
+static const char rcsid[] = "$Id: ns_sign.c,v 1.6.786.1 2009/07/23 19:02:10 sar Exp $";
#endif
#if defined (TRACING)
diff --git a/minires/ns_verify.c b/minires/ns_verify.c
index 8b36d6c3..57bd7252 100644
--- a/minires/ns_verify.c
+++ b/minires/ns_verify.c
@@ -18,11 +18,11 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#ifndef lint
-static const char rcsid[] = "$Id: ns_verify.c,v 1.9 2007/09/05 17:32:10 dhankins Exp $";
+static const char rcsid[] = "$Id: ns_verify.c,v 1.9.310.1 2009/07/23 19:02:10 sar Exp $";
#endif
/* Import. */
diff --git a/minires/res_comp.c b/minires/res_comp.c
index bbe2f0e6..096d8e1f 100644
--- a/minires/res_comp.c
+++ b/minires/res_comp.c
@@ -71,12 +71,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: res_comp.c,v 1.3 2005/03/17 20:15:18 dhankins Exp $";
+static const char rcsid[] = "$Id: res_comp.c,v 1.3.786.1 2009/07/23 19:02:10 sar Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/minires/res_findzonecut.c b/minires/res_findzonecut.c
index 63a876e7..6e494c22 100644
--- a/minires/res_findzonecut.c
+++ b/minires/res_findzonecut.c
@@ -1,5 +1,5 @@
#if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "$Id: res_findzonecut.c,v 1.16 2005/03/17 20:15:18 dhankins Exp $";
+static const char rcsid[] = "$Id: res_findzonecut.c,v 1.16.786.1 2009/07/23 19:02:10 sar Exp $";
#endif /* not lint */
/*
@@ -22,7 +22,7 @@ static const char rcsid[] = "$Id: res_findzonecut.c,v 1.16 2005/03/17 20:15:18 d
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
/* Import. */
diff --git a/minires/res_init.c b/minires/res_init.c
index b38fdbf0..a4ec0f1c 100644
--- a/minires/res_init.c
+++ b/minires/res_init.c
@@ -71,12 +71,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93";
-static const char rcsid[] = "$Id: res_init.c,v 1.11 2008/02/28 21:21:56 dhankins Exp $";
+static const char rcsid[] = "$Id: res_init.c,v 1.11.74.1 2009/07/23 19:02:10 sar Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/minires/res_mkquery.c b/minires/res_mkquery.c
index ecc5673e..ecc37069 100644
--- a/minires/res_mkquery.c
+++ b/minires/res_mkquery.c
@@ -71,12 +71,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: res_mkquery.c,v 1.6 2007/06/29 22:12:30 dhankins Exp $";
+static const char rcsid[] = "$Id: res_mkquery.c,v 1.6.344.1 2009/07/23 19:02:10 sar Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/minires/res_mkupdate.c b/minires/res_mkupdate.c
index 2fb8d6fa..558eaf47 100644
--- a/minires/res_mkupdate.c
+++ b/minires/res_mkupdate.c
@@ -18,7 +18,7 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
/*
@@ -27,7 +27,7 @@
*/
#if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "$Id: res_mkupdate.c,v 1.14 2008/11/03 21:51:44 dhankins Exp $";
+static const char rcsid[] = "$Id: res_mkupdate.c,v 1.14.10.1 2009/07/23 19:02:10 sar Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/minires/res_query.c b/minires/res_query.c
index 606c984c..6b205e6d 100644
--- a/minires/res_query.c
+++ b/minires/res_query.c
@@ -71,12 +71,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: res_query.c,v 1.9 2008/02/28 21:21:56 dhankins Exp $";
+static const char rcsid[] = "$Id: res_query.c,v 1.9.74.1 2009/07/23 19:02:10 sar Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/minires/res_send.c b/minires/res_send.c
index 728309df..a62d3517 100644
--- a/minires/res_send.c
+++ b/minires/res_send.c
@@ -71,12 +71,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: res_send.c,v 1.11 2008/01/23 22:49:54 marka Exp $";
+static const char rcsid[] = "$Id: res_send.c,v 1.11.116.1 2009/07/23 19:02:10 sar Exp $";
#endif /* LIBC_SCCS and not lint */
/*
diff --git a/minires/res_sendsigned.c b/minires/res_sendsigned.c
index b80ffe51..f6798e66 100644
--- a/minires/res_sendsigned.c
+++ b/minires/res_sendsigned.c
@@ -18,7 +18,7 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
#include <sys/types.h>
diff --git a/minires/res_update.c b/minires/res_update.c
index 3892008a..706ba1e1 100644
--- a/minires/res_update.c
+++ b/minires/res_update.c
@@ -1,5 +1,5 @@
#if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "$Id: res_update.c,v 1.15 2007/09/05 17:32:10 dhankins Exp $";
+static const char rcsid[] = "$Id: res_update.c,v 1.15.310.1 2009/07/23 19:02:10 sar Exp $";
#endif /* not lint */
/*
@@ -22,7 +22,7 @@ static const char rcsid[] = "$Id: res_update.c,v 1.15 2007/09/05 17:32:10 dhanki
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*/
/*