diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2016-03-07 19:33:27 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2016-03-07 19:33:27 +0000 |
commit | 051b977d51aa1aa9b46b4716b14c1364bccda465 (patch) | |
tree | 402d180ddb6bc1c6c563b81ec29056c0a87a20cb | |
parent | 5a0a27332b314132294088a5552e33e6aa9fcae1 (diff) |
http -> https for IETF/IANA URLs in comments
-rw-r--r-- | lib/libssl/src/ssl/tls1.h | 8 | ||||
-rw-r--r-- | sbin/iked/pfkey.c | 4 | ||||
-rw-r--r-- | sys/net/if_types.h | 4 | ||||
-rw-r--r-- | sys/netinet/ip_icmp.h | 4 | ||||
-rw-r--r-- | usr.sbin/snmpd/mib.h | 4 | ||||
-rw-r--r-- | usr.sbin/tcpdump/ike.h | 6 | ||||
-rw-r--r-- | usr.sbin/tcpdump/print-domain.c | 4 |
7 files changed, 17 insertions, 17 deletions
diff --git a/lib/libssl/src/ssl/tls1.h b/lib/libssl/src/ssl/tls1.h index 082a4396ba2..e564ec23e9a 100644 --- a/lib/libssl/src/ssl/tls1.h +++ b/lib/libssl/src/ssl/tls1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls1.h,v 1.26 2015/06/17 14:30:39 jsing Exp $ */ +/* $OpenBSD: tls1.h,v 1.27 2016/03/07 19:33:26 mmcc Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -180,7 +180,7 @@ extern "C" { /* * TLS Alert codes. * - * http://www.iana.org/assignments/tls-parameters/#tls-parameters-6 + * https://www.iana.org/assignments/tls-parameters/#tls-parameters-6 */ #define TLS1_AD_DECRYPTION_FAILED 21 @@ -209,7 +209,7 @@ extern "C" { /* * TLS ExtensionType values. * - * http://www.iana.org/assignments/tls-extensiontype-values/ + * https://www.iana.org/assignments/tls-extensiontype-values/ */ /* ExtensionType values from RFC 3546, RFC 4366 and RFC 6066. */ @@ -251,7 +251,7 @@ extern "C" { /* ExtensionType value for TLS padding extension. * (TEMPORARY - registered 2014-03-12, expires 2015-03-12) - * http://tools.ietf.org/html/draft-agl-tls-padding-03 + * https://tools.ietf.org/html/draft-agl-tls-padding-03 */ #define TLSEXT_TYPE_padding 21 diff --git a/sbin/iked/pfkey.c b/sbin/iked/pfkey.c index 917c66b49da..72c2d3193ee 100644 --- a/sbin/iked/pfkey.c +++ b/sbin/iked/pfkey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkey.c,v 1.50 2015/12/10 17:23:34 mmcc Exp $ */ +/* $OpenBSD: pfkey.c,v 1.51 2016/03/07 19:33:26 mmcc Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -1235,7 +1235,7 @@ pfkey_block(int fd, int af, unsigned int action) /* * Prevent VPN traffic leakages in dual-stack hosts/networks. - * http://tools.ietf.org/html/draft-gont-opsec-vpn-leakages. + * https://tools.ietf.org/html/draft-gont-opsec-vpn-leakages. * We forcibly block IPv6 traffic unless it is used in any of * the flows by tracking a sadb_ipv6refcnt reference counter. */ diff --git a/sys/net/if_types.h b/sys/net/if_types.h index 2de5f6b47aa..95690cf9dde 100644 --- a/sys/net/if_types.h +++ b/sys/net/if_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_types.h,v 1.19 2008/09/09 13:56:39 henning Exp $ */ +/* $OpenBSD: if_types.h,v 1.20 2016/03/07 19:33:26 mmcc Exp $ */ /* $NetBSD: if_types.h,v 1.17 2000/10/26 06:51:31 onoe Exp $ */ /* @@ -40,7 +40,7 @@ * This list is derived from the SNMP list of ifTypes, originally * documented in RFC1573, now maintained as: * - * <URL:http://www.iana.org/assignments/ianaiftype-mib> + * https://www.iana.org/assignments/ianaiftype-mib */ #define IFT_OTHER 0x01 /* none of the following */ diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h index eaa22da83f0..fcee2b11d9b 100644 --- a/sys/netinet/ip_icmp.h +++ b/sys/netinet/ip_icmp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_icmp.h,v 1.26 2014/07/13 13:57:56 mpi Exp $ */ +/* $OpenBSD: ip_icmp.h,v 1.27 2016/03/07 19:33:26 mmcc Exp $ */ /* $NetBSD: ip_icmp.h,v 1.10 1996/02/13 23:42:28 christos Exp $ */ /* @@ -161,7 +161,7 @@ struct icmp_ext_obj_hdr { /* * Definition of type and code field values. - * http://www.iana.org/assignments/icmp-parameters + * https://www.iana.org/assignments/icmp-parameters */ #define ICMP_ECHOREPLY 0 /* echo reply */ #define ICMP_UNREACH 3 /* dest unreachable, codes: */ diff --git a/usr.sbin/snmpd/mib.h b/usr.sbin/snmpd/mib.h index 8223d387ad0..a8b78aba66d 100644 --- a/usr.sbin/snmpd/mib.h +++ b/usr.sbin/snmpd/mib.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mib.h,v 1.37 2015/06/11 18:49:09 reyk Exp $ */ +/* $OpenBSD: mib.h,v 1.38 2016/03/07 19:33:26 mmcc Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org> @@ -380,7 +380,7 @@ /* * PRIVATE ENTERPRISE NUMBERS from - * http://www.iana.org/assignments/enterprise-numbers + * https://www.iana.org/assignments/enterprise-numbers * * This is not the complete list of private enterprise numbers, it only * includes some well-known companies and especially network companies diff --git a/usr.sbin/tcpdump/ike.h b/usr.sbin/tcpdump/ike.h index 80afa4f8699..9ba5ae36559 100644 --- a/usr.sbin/tcpdump/ike.h +++ b/usr.sbin/tcpdump/ike.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ike.h,v 1.25 2012/07/13 15:07:05 mikeb Exp $ */ +/* $OpenBSD: ike.h,v 1.26 2016/03/07 19:33:26 mmcc Exp $ */ /* * Copyright (c) 2001 Håkan Olsson. All rights reserved. @@ -149,7 +149,7 @@ #define PAYLOAD_IKEV2_PRIV_MIN 128 #define PAYLOAD_IKEv2_PRIV_MAX 255 -/* see http://www.iana.org/assignments/isakmp-registry */ +/* see https://www.iana.org/assignments/isakmp-registry */ #define IKE_PAYLOAD_TYPES_INITIALIZER \ { "NONE", /* 0 */ \ "SA", /* 1 */ \ @@ -182,7 +182,7 @@ "NAT-OA-DRAFT", /* 131 (draft-ietf-ipsec-nat-t-ike-03) */ \ } -/* see http://www.iana.org/assignments/ikev2-parameters */ +/* see https://www.iana.org/assignments/ikev2-parameters */ #define IKEV2_PAYLOAD_TYPES_INITIALIZER \ { "SA", /* 33 */ \ "KE", /* 34 */ \ diff --git a/usr.sbin/tcpdump/print-domain.c b/usr.sbin/tcpdump/print-domain.c index abebc29eb2e..f6042cfc60b 100644 --- a/usr.sbin/tcpdump/print-domain.c +++ b/usr.sbin/tcpdump/print-domain.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-domain.c,v 1.22 2015/11/16 00:16:39 mmcc Exp $ */ +/* $OpenBSD: print-domain.c,v 1.23 2016/03/07 19:33:26 mmcc Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 @@ -251,7 +251,7 @@ ns_cprint(const u_char *cp) return (cp + i); } -/* http://www.iana.org/assignments/dns-parameters */ +/* https://www.iana.org/assignments/dns-parameters */ struct tok ns_type2str[] = { { T_A, "A" }, /* RFC 1035 */ { T_NS, "NS" }, /* RFC 1035 */ |