diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/Makefile.dist | 2 | ||||
-rw-r--r-- | server/bootp.c | 4 | ||||
-rw-r--r-- | server/class.c | 4 | ||||
-rw-r--r-- | server/confpars.c | 4 | ||||
-rw-r--r-- | server/db.c | 4 | ||||
-rw-r--r-- | server/ddns.c | 4 | ||||
-rw-r--r-- | server/dhcp.c | 4 | ||||
-rw-r--r-- | server/dhcpd.8 | 8 | ||||
-rw-r--r-- | server/dhcpd.c | 6 | ||||
-rw-r--r-- | server/dhcpd.conf.5 | 8 | ||||
-rw-r--r-- | server/dhcpd.leases.5 | 8 | ||||
-rw-r--r-- | server/failover.c | 4 | ||||
-rw-r--r-- | server/mdb.c | 4 | ||||
-rw-r--r-- | server/omapi.c | 4 | ||||
-rw-r--r-- | server/salloc.c | 4 | ||||
-rw-r--r-- | server/stables.c | 4 |
16 files changed, 38 insertions, 38 deletions
diff --git a/server/Makefile.dist b/server/Makefile.dist index 2900f839..da004d73 100644 --- a/server/Makefile.dist +++ b/server/Makefile.dist @@ -19,7 +19,7 @@ # 950 Charter Street # Redwood City, CA 94063 # <info@isc.org> -# http://www.isc.org/ +# https://www.isc.org/ # CATMANPAGES = dhcpd.cat8 dhcpd.conf.cat5 dhcpd.leases.cat5 diff --git a/server/bootp.c b/server/bootp.c index f3ec1302..9e72fada 100644 --- a/server/bootp.c +++ b/server/bootp.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ diff --git a/server/class.c b/server/class.c index b07140ca..6a45321b 100644 --- a/server/class.c +++ b/server/class.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ diff --git a/server/confpars.c b/server/confpars.c index 63280ac2..c0a0922f 100644 --- a/server/confpars.c +++ b/server/confpars.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ diff --git a/server/db.c b/server/db.c index 7669480d..7e01878b 100644 --- a/server/db.c +++ b/server/db.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ diff --git a/server/ddns.c b/server/ddns.c index 6a23f298..cd8d0aca 100644 --- a/server/ddns.c +++ b/server/ddns.c @@ -22,13 +22,13 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been donated to Internet Systems Consortium * by Damien Neil of Nominum, Inc. * * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Nominum, Inc., see + * ``https://www.isc.org/''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ diff --git a/server/dhcp.c b/server/dhcp.c index 20865977..487018c8 100644 --- a/server/dhcp.c +++ b/server/dhcp.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ diff --git a/server/dhcpd.8 b/server/dhcpd.8 index ecc4057d..aa6209e9 100644 --- a/server/dhcpd.8 +++ b/server/dhcpd.8 @@ -19,16 +19,16 @@ .\" 950 Charter Street .\" Redwood City, CA 94063 .\" <info@isc.org> -.\" http://www.isc.org/ +.\" https://www.isc.org/ .\" .\" This software has been written for Internet Systems Consortium .\" by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. .\" To learn more about Internet Systems Consortium, see -.\" ``http://www.isc.org/''. To learn more about Vixie Enterprises, +.\" ``https://www.isc.org/''. To learn more about Vixie Enterprises, .\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see .\" ``http://www.nominum.com''. .\" -.\" $Id: dhcpd.8,v 1.29 2008/07/17 06:17:57 each Exp $ +.\" $Id: dhcpd.8,v 1.30 2009/07/23 18:52:21 sar Exp $ .\" .TH dhcpd 8 .SH NAME @@ -778,5 +778,5 @@ was originally written by Ted Lemon under a contract with Vixie Labs. Funding for this project was provided by Internet Systems Consortium. Version 3 of the DHCP server was funded by Nominum, Inc. Information about Internet Systems Consortium is available at -.B http://www.isc.org/\fR. +.B https://www.isc.org/\fR. Information about Nominum can be found at \fBhttp://www.nominum.com/\fR. diff --git a/server/dhcpd.c b/server/dhcpd.c index b5b7888e..e1cbe67f 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ @@ -37,7 +37,7 @@ static const char copyright[] = static const char arr [] = "All rights reserved."; static const char message [] = "Internet Systems Consortium DHCP Server"; static const char url [] = -"For info, please visit http://www.isc.org/sw/dhcp/"; +"For info, please visit https://www.isc.org/software/dhcp/"; #include "dhcpd.h" #include <omapip/omapip_p.h> diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5 index 45e390d6..3391e589 100644 --- a/server/dhcpd.conf.5 +++ b/server/dhcpd.conf.5 @@ -19,16 +19,16 @@ .\" 950 Charter Street .\" Redwood City, CA 94063 .\" <info@isc.org> -.\" http://www.isc.org/ +.\" https://www.isc.org/ .\" .\" This software has been written for Internet Systems Consortium .\" by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. .\" To learn more about Internet Systems Consortium, see -.\" ``http://www.isc.org/''. To learn more about Vixie Enterprises, +.\" ``https://www.isc.org/''. To learn more about Vixie Enterprises, .\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see .\" ``http://www.nominum.com''. .\" -.\" $Id: dhcpd.conf.5,v 1.104 2009/06/17 22:08:42 dhankins Exp $ +.\" $Id: dhcpd.conf.5,v 1.105 2009/07/23 18:52:21 sar Exp $ .\" .TH dhcpd.conf 5 .SH NAME @@ -2983,4 +2983,4 @@ was written by Ted Lemon under a contract with Vixie Labs. Funding for this project was provided by Internet Systems Consortium. Information about Internet Systems Consortium can be found at -.B http://www.isc.org. +.B https://www.isc.org. diff --git a/server/dhcpd.leases.5 b/server/dhcpd.leases.5 index 37c992c2..f9f27cb2 100644 --- a/server/dhcpd.leases.5 +++ b/server/dhcpd.leases.5 @@ -19,16 +19,16 @@ .\" 950 Charter Street .\" Redwood City, CA 94063 .\" <info@isc.org> -.\" http://www.isc.org/ +.\" https://www.isc.org/ .\" .\" This software has been written for Internet Systems Consortium .\" by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. .\" To learn more about Internet Systems Consortium, see -.\" ``http://www.isc.org/''. To learn more about Vixie Enterprises, +.\" ``https://www.isc.org/''. To learn more about Vixie Enterprises, .\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see .\" ``http://www.nominum.com''. .\" -.\" $Id: dhcpd.leases.5,v 1.13 2009/01/22 21:22:42 dhankins Exp $ +.\" $Id: dhcpd.leases.5,v 1.14 2009/07/23 18:52:21 sar Exp $ .\" .TH dhcpd.leases 5 .SH NAME @@ -281,4 +281,4 @@ was written by Ted Lemon under a contract with Vixie Labs. Funding for this project was provided by Internet Systems Consortium. Information about Internet Systems Consortium can be found at: -.B http://www.isc.org/ +.B https://www.isc.org/ diff --git a/server/failover.c b/server/failover.c index 3793fadd..9fc389fe 100644 --- a/server/failover.c +++ b/server/failover.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ diff --git a/server/mdb.c b/server/mdb.c index 5e333555..c23c0e23 100644 --- a/server/mdb.c +++ b/server/mdb.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ diff --git a/server/omapi.c b/server/omapi.c index 4cc5a689..165087e7 100644 --- a/server/omapi.c +++ b/server/omapi.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ diff --git a/server/salloc.c b/server/salloc.c index 4f55d761..9c015141 100644 --- a/server/salloc.c +++ b/server/salloc.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ diff --git a/server/stables.c b/server/stables.c index c4215baa..4cf18728 100644 --- a/server/stables.c +++ b/server/stables.c @@ -22,12 +22,12 @@ * 950 Charter Street * Redwood City, CA 94063 * <info@isc.org> - * http://www.isc.org/ + * https://www.isc.org/ * * This software has been written for Internet Systems Consortium * by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc. * To learn more about Internet Systems Consortium, see - * ``http://www.isc.org/''. To learn more about Vixie Enterprises, + * ``https://www.isc.org/''. To learn more about Vixie Enterprises, * see ``http://www.vix.com''. To learn more about Nominum, Inc., see * ``http://www.nominum.com''. */ |