]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Use https for freedesktop.org
authorMichael Biebl <biebl@debian.org>
Tue, 28 Jun 2022 10:00:47 +0000 (12:00 +0200)
committerMichael Biebl <biebl@debian.org>
Tue, 28 Jun 2022 11:10:05 +0000 (13:10 +0200)
grep -l -r http:// | xargs sed -E -i s'#http://(.*).freedesktop.org#https://\1.freedesktop.org#'

52 files changed:
TODO
docs/NETWORK_ONLINE.md
man/busctl.xml
man/custom-html.xsl
man/file-hierarchy.xml
man/hostnamectl.xml
man/machine-info.xml
man/os-release.xml
man/pam_systemd.xml
man/sd_bus_creds_get_pid.xml
man/sd_bus_error.xml
man/sd_bus_message_append.xml
man/sd_bus_message_append_array.xml
man/sd_bus_message_append_basic.xml
man/sd_bus_message_append_string_memfd.xml
man/sd_bus_message_append_strv.xml
man/sd_session_is_active.xml
man/systemd-ask-password.xml
man/systemd.syntax.xml
man/systemd.xml
man/vtable-example.xml
src/basic/path-lookup.c
src/busctl/test-busctl-introspect.c
src/core/org.freedesktop.systemd1.conf
src/core/org.freedesktop.systemd1.policy.in
src/home/org.freedesktop.home1.conf
src/home/org.freedesktop.home1.policy
src/hostname/org.freedesktop.hostname1.conf
src/hostname/org.freedesktop.hostname1.policy
src/import/org.freedesktop.import1.conf
src/import/org.freedesktop.import1.policy
src/libsystemd/sd-bus/bus-introspect.c
src/locale/org.freedesktop.locale1.conf
src/locale/org.freedesktop.locale1.policy
src/login/org.freedesktop.login1.conf
src/login/org.freedesktop.login1.policy
src/machine/org.freedesktop.machine1.conf
src/machine/org.freedesktop.machine1.policy
src/network/org.freedesktop.network1.conf
src/network/org.freedesktop.network1.policy
src/oom/org.freedesktop.oom1.conf
src/portable/org.freedesktop.portable1.conf
src/portable/org.freedesktop.portable1.policy
src/resolve/org.freedesktop.resolve1.conf
src/resolve/org.freedesktop.resolve1.policy
src/test/test-web-util.c
src/timedate/org.freedesktop.timedate1.conf
src/timedate/org.freedesktop.timedate1.policy
src/timesync/org.freedesktop.timesync1.conf
src/timesync/org.freedesktop.timesync1.policy
src/vconsole/vconsole-setup.c
test/test-functions

diff --git a/TODO b/TODO
index 89034c5309a1fd25dffb4924ad172b81806fedfd..4ba83eed3ef5540626d684ec3ca30a375236199d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1102,7 +1102,7 @@ Features:
 * there's probably something wrong with having user mounts below /sys,
   as we have for debugfs. for example, src/core/mount.c handles mounts
   prefixed with /sys generally special.
-  http://lists.freedesktop.org/archives/systemd-devel/2015-June/032962.html
+  https://lists.freedesktop.org/archives/systemd-devel/2015-June/032962.html
 
 * fstab-generator: default to tmpfs-as-root if only usr= is specified on the kernel cmdline
 
@@ -1115,7 +1115,7 @@ Features:
 * add a job mode that will fail if a transaction would mean stopping
   running units. Use this in timedated to manage the NTP service
   state.
-  http://lists.freedesktop.org/archives/systemd-devel/2015-April/030229.html
+  https://lists.freedesktop.org/archives/systemd-devel/2015-April/030229.html
 
 * The udev blkid built-in should expose a property that reflects
   whether media was sensed in USB CF/SD card readers. This should then
@@ -1126,13 +1126,13 @@ Features:
 * hostnamectl: show root image uuid
 
 * Find a solution for SMACK capabilities stuff:
-  http://lists.freedesktop.org/archives/systemd-devel/2014-December/026188.html
+  https://lists.freedesktop.org/archives/systemd-devel/2014-December/026188.html
 
 * synchronize console access with BSD locks:
-  http://lists.freedesktop.org/archives/systemd-devel/2014-October/024582.html
+  https://lists.freedesktop.org/archives/systemd-devel/2014-October/024582.html
 
 * as soon as we have sender timestamps, revisit coalescing multiple parallel daemon reloads:
-  http://lists.freedesktop.org/archives/systemd-devel/2014-December/025862.html
+  https://lists.freedesktop.org/archives/systemd-devel/2014-December/025862.html
 
 * figure out when we can use the coarse timers
 
@@ -1251,9 +1251,9 @@ Features:
     log both units as UNIT=, so that journalctl -u triggers on both.
   - generate better errors when people try to set transient properties
     that are not supported...
-    http://lists.freedesktop.org/archives/systemd-devel/2015-February/028076.html
+    https://lists.freedesktop.org/archives/systemd-devel/2015-February/028076.html
   - maybe introduce WantsMountsFor=? Usecase:
-    http://lists.freedesktop.org/archives/systemd-devel/2015-January/027729.html
+    https://lists.freedesktop.org/archives/systemd-devel/2015-January/027729.html
   - recreate systemd's D-Bus private socket file on SIGUSR2
   - move PAM code into its own binary
   - when we automatically restart a service, ensure we restart its rdeps, too.
index f952d432c1634a8b2bd0e724e4c35fa255867540..bf91e19651e3d72e0966f46c43fc3e543cb2dc0c 100644 (file)
@@ -67,7 +67,7 @@ before any routable network interface is up). Its primary purpose is network
 client software that cannot operate without network.
 
 For more details about those targets, see the
-[systemd.special(7)](http://www.freedesktop.org/software/systemd/man/systemd.special.html)
+[systemd.special(7)](https://www.freedesktop.org/software/systemd/man/systemd.special.html)
 man page.
 
 ## Compatibility with SysV init
@@ -211,7 +211,7 @@ Here are a couple of possible approaches:
    actually (yet or ever) configured locally. This also makes your code robust
    towards network configuration changes. This is provided as `FreeBind=`
    for systemd services, see
-   [systemd.socket(5)](http://www.freedesktop.org/software/systemd/man/systemd.socket.html).
+   [systemd.socket(5)](https://www.freedesktop.org/software/systemd/man/systemd.socket.html).
 
 An exception to the above recommendations is services which require network
 connectivity, but do not delay system startup. An example may be a service
@@ -234,13 +234,13 @@ specific to those services.
 
 For example, `systemd-networkd-wait-online.service` will wait until all
 interfaces that are present and managed by
-[systemd-networkd.service(8)](http://www.freedesktop.org/software/systemd/man/systemd-networkd.service.html).
+[systemd-networkd.service(8)](https://www.freedesktop.org/software/systemd/man/systemd-networkd.service.html).
 are fully configured or failed and at least one link is online; see
-[systemd-networkd-wait-online.service(8)](http://www.freedesktop.org/software/systemd/man/systemd-networkd-wait-online.service.html)
+[systemd-networkd-wait-online.service(8)](https://www.freedesktop.org/software/systemd/man/systemd-networkd-wait-online.service.html)
 for details. Those conditions are affected by the presence of configuration
 that matches various links, but also by settings like
 `Unmanaged=`, `RequiredForOnline=`, `RequiredFamilyForOnline=`; see
-[systemd.network(5)](http://www.freedesktop.org/software/systemd/man/systemd.socket.html).
+[systemd.network(5)](https://www.freedesktop.org/software/systemd/man/systemd.socket.html).
 
 It is also possible to plug in additional checks for network state. For
 example, to delay `network-online.target` until some a specific host is
index bcd3f4805e3dc0d873773275f5d16c30c0e96259..294ef5d4b73daf98bb9a7a0a986e57335ec9e010 100644 (file)
     <command>set-property</command> commands take a signature string
     followed by a list of parameters formatted as string (for details
     on D-Bus signature strings, see the <ulink
-    url="http://dbus.freedesktop.org/doc/dbus-specification.html#type-system">Type
+    url="https://dbus.freedesktop.org/doc/dbus-specification.html#type-system">Type
     system chapter of the D-Bus specification</ulink>). For simple
     types, each parameter following the signature should simply be the
     parameter's value formatted as string. Positive boolean values may
index 6e4dc27f5dc134dabbfaec3f174f9b93cddfbb31..5f1c9bed31fd8e2e1cad1c80531757c7b11e9ad6 100644 (file)
 <xsl:template match="citerefentry[@project='dbus']">
   <a>
     <xsl:attribute name="href">
-      <xsl:text>http://dbus.freedesktop.org/doc/</xsl:text>
+      <xsl:text>https://dbus.freedesktop.org/doc/</xsl:text>
       <xsl:value-of select="refentrytitle"/>
       <xsl:text>.</xsl:text>
       <xsl:value-of select="manvolnum"/>
index 63910b351f7fba89e24d9f3efb8339ab89942d84..4961f019f08782c78628367fc5aa57b6d83fd804 100644 (file)
@@ -30,7 +30,7 @@
     specification and <citerefentry
     project='man-pages'><refentrytitle>hier</refentrytitle><manvolnum>7</manvolnum></citerefentry>, with various
     extensions, partially documented in the <ulink
-    url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG Base Directory
+    url="https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG Base Directory
     Specification</ulink> and <ulink url="https://www.freedesktop.org/wiki/Software/xdg-user-dirs">XDG User
     Directories</ulink>. This manual page describes a more generalized, though minimal and modernized subset of these
     specifications that defines more strictly the suggestions and restrictions systemd makes on the file system
         directory directly, but via the
         <varname>$XDG_RUNTIME_DIR</varname> environment variable, as
         documented in the <ulink
-        url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
+        url="https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
         Base Directory Specification</ulink>.</para></listitem>
       </varlistentry>
     </variablelist>
     the user's home directory. They should follow the following basic
     structure. Note that some of these directories are also
     standardized (though more weakly) by the <ulink
-    url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
+    url="https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
     Base Directory Specification</ulink>. Additional locations for
     high-level user resources are defined by <ulink
     url="https://www.freedesktop.org/wiki/Software/xdg-user-dirs">xdg-user-dirs</ulink>.</para>
index 51f83d1cd63fd33ad7314dcd039fa8377a2a3218..3697bbb4747d24a371a488de49825b71688c7f8e 100644 (file)
@@ -95,7 +95,7 @@
         icon name to <replaceable>NAME</replaceable>. The icon name is used by some
         graphical applications to visualize this host. The icon name
         should follow the <ulink
-        url="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">Icon
+        url="https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">Icon
         Naming Specification</ulink>.</para></listitem>
       </varlistentry>
 
index 4e6b72cea24fb111880808b65551285e00e57d0e..781208b6005f5d806860043a844265054023c78b 100644 (file)
@@ -77,7 +77,7 @@
 
         <listitem><para>An icon identifying this machine according to
         the <ulink
-        url="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">XDG
+        url="https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">XDG
         Icon Naming Specification</ulink>. If this parameter is not
         set, an application should fall back to
         <literal>computer</literal> or a similar icon
index 875ac946f04ed81a4108bf1919084fa02dbf436c..bd2251d14b3e37fe06d517bd4f6e9434ebed96fe 100644 (file)
           <term><varname>LOGO=</varname></term>
 
           <listitem><para>A string, specifying the name of an icon as defined by <ulink
-          url="http://standards.freedesktop.org/icon-theme-spec/latest">freedesktop.org Icon Theme
+          url="https://standards.freedesktop.org/icon-theme-spec/latest">freedesktop.org Icon Theme
           Specification</ulink>. This can be used by graphical applications to display an operating system's
           or distributor's logo. This field is optional and may not necessarily be implemented on all
           systems.</para>
index 5e3761ac50e4dddfdca43327633d7802a495d15a..60b85778220ba5fb96beaac88512f9a38a3f8ada 100644 (file)
         indicate the session desktop used, where this applies and if this information is available. For example:
         <literal>GNOME</literal>, or <literal>KDE</literal>. It is recommended to use the same identifiers and
         capitalization as for <varname>$XDG_CURRENT_DESKTOP</varname>, as defined by the <ulink
-        url="http://standards.freedesktop.org/desktop-entry-spec/latest/">Desktop Entry
+        url="https://standards.freedesktop.org/desktop-entry-spec/latest/">Desktop Entry
         Specification</ulink>. (However, note that the option only takes a single item, and not a colon-separated list
         like <varname>$XDG_CURRENT_DESKTOP</varname>.) See
         <citerefentry><refentrytitle>sd_session_get_desktop</refentrytitle><manvolnum>3</manvolnum></citerefentry> for
         similar. It is guaranteed that this directory is local and
         offers the greatest possible file system feature set the
         operating system provides. For further details, see the <ulink
-        url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
+        url="https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
         Base Directory Specification</ulink>. <varname>$XDG_RUNTIME_DIR</varname>
         is not set if the current user is not the original user of the session.</para></listitem>
       </varlistentry>
index 8f5b94e53114099d280c16a88462c9816d413604..9ceeb4d564bee6b2507b63f7a008ff1b72baaa45 100644 (file)
 
     <para><function>sd_bus_creds_get_unique_name()</function> will
     retrieve the D-Bus unique name. See <ulink
-    url="http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-bus">The
+    url="https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-bus">The
     D-Bus specification</ulink>.</para>
 
     <para><function>sd_bus_creds_get_well_known_names()</function> will
     retrieve the set of D-Bus well-known names. See <ulink
-    url="http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-bus">The
+    url="https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-bus">The
     D-Bus specification</ulink>.</para>
 
     <para><function>sd_bus_creds_get_description()</function> will
index f4d0fea2e65da4d12b15b74985d6352678970441..d8f3317e29a1ba1578846b19e8a651aa358a9354 100644 (file)
     <itemizedlist>
       <listitem><para>The <structfield>name</structfield> field contains a short identifier of an error. It
       should follow the rules for error names described in the D-Bus specification, subsection <ulink
-      url="http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names">Valid
+      url="https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names">Valid
       Names</ulink>. A number of common, standardized error names are described in
       <citerefentry><refentrytitle>sd-bus-errors</refentrytitle><manvolnum>3</manvolnum></citerefentry>, but
       additional domain-specific errors may be defined by applications.</para></listitem>
index a1c87366de031d73e3191a5723fd7711f8b5c72c..98667ad081310524ba0942c48e1fed28372413fb 100644 (file)
@@ -88,7 +88,7 @@
     the call.</para>
 
     <para>For further details on the D-Bus type system, please consult the
-    <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html#type-system">D-Bus Specification</ulink>.
+    <ulink url="https://dbus.freedesktop.org/doc/dbus-specification.html#type-system">D-Bus Specification</ulink>.
     </para>
 
     <table>
index cc8e0db5254bfd5f923e1dc8f2fbb29dd332ae8a..da72b78cb077a5df40047964878ec7128ef5ddb8 100644 (file)
@@ -79,7 +79,7 @@
     <literal>i</literal>, <literal>u</literal>, <literal>x</literal>,
     <literal>t</literal>, <literal>d</literal> (but not
     <literal>b</literal>), as defined by the <ulink
-    url="http://dbus.freedesktop.org/doc/dbus-specification.html#basic-types">Basic
+    url="https://dbus.freedesktop.org/doc/dbus-specification.html#basic-types">Basic
     Types</ulink> section of the D-Bus specification, and listed in
     <citerefentry><refentrytitle>sd_bus_message_append_basic</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
     Pointer <parameter>p</parameter> must point to an array of size
       <citerefentry><refentrytitle>sd_bus_message_append</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>sd_bus_message_append_basic</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
       <citerefentry project='man-pages'><refentrytitle>memfd_create</refentrytitle><manvolnum>2</manvolnum></citerefentry>,
-      <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html">The D-Bus specification</ulink>
+      <ulink url="https://dbus.freedesktop.org/doc/dbus-specification.html">The D-Bus specification</ulink>
     </para>
   </refsect1>
 
index aca4d1fe7a885f5c2c29101a83c889339cefcb82..3509095ea362a79aa79be7f990ca0e68f3b96d7d 100644 (file)
@@ -43,7 +43,7 @@
     <parameter>p</parameter> is interpreted.
     <parameter>type</parameter> must be one of the basic types as
     defined by the <ulink
-    url="http://dbus.freedesktop.org/doc/dbus-specification.html#basic-types">Basic
+    url="https://dbus.freedesktop.org/doc/dbus-specification.html#basic-types">Basic
     Types</ulink> section of the D-Bus specification, and listed in
     the table below.
     </para>
       <citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>sd_bus_message_read_basic</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>sd_bus_message_append</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
-      <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html">The D-Bus specification</ulink>
+      <ulink url="https://dbus.freedesktop.org/doc/dbus-specification.html">The D-Bus specification</ulink>
     </para>
   </refsect1>
 
index 8559c60ba87c6d4fa14bad524d00c743d130ce65..5a4db0d369460eb65b00772d4238c7f6aa88e210 100644 (file)
       <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>sd_bus_message_append_basic</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
-      <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html">The D-Bus specification</ulink>
+      <ulink url="https://dbus.freedesktop.org/doc/dbus-specification.html">The D-Bus specification</ulink>
     </para>
   </refsect1>
 
index 67ba404137f693236f62e59b3fcaca0fe0d68161..8bf78ddb712fdcd9e3a858ba99efb37de8251420 100644 (file)
@@ -74,7 +74,7 @@
       <citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>sd_bus_message_append</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>sd_bus_message_append_array</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
-      <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html">The D-Bus specification</ulink>
+      <ulink url="https://dbus.freedesktop.org/doc/dbus-specification.html">The D-Bus specification</ulink>
     </para>
   </refsect1>
 
index 9941a05a86fe98203c9e46d5b5dc56112ad57582..b69fa137821ad932b698ad07880b45e1c93f5b61 100644 (file)
     formatting. However, desktops are strongly recommended to use the
     same identifiers and capitalization as for
     <varname>$XDG_CURRENT_DESKTOP</varname>, as defined by the <ulink
-    url="http://standards.freedesktop.org/desktop-entry-spec/latest/">Desktop
+    url="https://standards.freedesktop.org/desktop-entry-spec/latest/">Desktop
     Entry Specification</ulink>. The returned string needs to be freed
     with the libc
     <citerefentry project='man-pages'><refentrytitle>free</refentrytitle><manvolnum>3</manvolnum></citerefentry>
index c3c9f573a4167a27115f9a5403f72618fc1b0418..97735eb65719f1a93d4cfa41f1492073ed0311f0 100644 (file)
         <listitem><para>Specify an icon name alongside the password
         query, which may be used in all agents supporting graphical
         display. The icon name should follow the <ulink
-        url="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">XDG
+        url="https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">XDG
         Icon Naming Specification</ulink>.</para></listitem>
       </varlistentry>
 
index e900747ae7c523a2b1c7931e38f278762084b63e..1441b2bb52b19e60a28e773ba8cf55199ac93161 100644 (file)
@@ -69,7 +69,7 @@
     </para>
 
     <para>The syntax is inspired by
-    <ulink url="http://standards.freedesktop.org/desktop-entry-spec/latest/">XDG Desktop Entry Specification</ulink>
+    <ulink url="https://standards.freedesktop.org/desktop-entry-spec/latest/">XDG Desktop Entry Specification</ulink>
     <filename>.desktop</filename> files, which are in turn inspired by Microsoft Windows
     <filename>.ini</filename> files.
     </para>
index dc5dedc4695edacf988e53ece9b5aa9fc523a9fd..64ba1654a075122e48ed31ad3f4522eca80126b2 100644 (file)
 
         <listitem><para>Similar rules apply for the user unit
         directories. However, here the
-        <ulink url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
+        <ulink url="https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
         Base Directory specification</ulink> is followed to find
         units. Applications should place their unit files in the
         directory returned by <command>pkg-config systemd
 
         <listitem><para>The systemd user manager uses these variables
         in accordance to the <ulink
-        url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
+        url="https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
         Base Directory specification</ulink> to find its
         configuration.</para></listitem>
       </varlistentry>
index 891b375a4b24b799efffce2360c8b0df8ec35d43..a1957774a32a5d4a25a3b28cb9332a746094a931 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
-"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 <node>
  <interface name="org.freedesktop.DBus.Peer">
index 1f4331a8bfb6980d2ded7cfb78d3c7407caaae90..36f386254b72e7432f73584fafc2efd89ec202be 100644 (file)
@@ -109,7 +109,7 @@ static const char* const user_config_unit_paths[] = {
 int xdg_user_dirs(char ***ret_config_dirs, char ***ret_data_dirs) {
         /* Implement the mechanisms defined in
          *
-         * http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
+         * https://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
          *
          * We look in both the config and the data dirs because we
          * want to encourage that distributors ship their unit files
index d0800d2360a584d339999b8aeb4a931c73f807dd..859ca7143514af20a09f6dfc3504c3ca3c262450 100644 (file)
@@ -6,7 +6,7 @@
 #include "tests.h"
 
 static const char *xml_root =
-        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
+        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
                   "<node>\n"
                   " <interface name=\"org.freedesktop.DBus.Peer\">\n"
                   "  <method name=\"Ping\"/>\n"
@@ -44,7 +44,7 @@ static const char *xml_root =
                   "</node>\n";
 
 static const char *xml_org =
-        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
+        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
                   "<node>\n"
                   " <interface name=\"org.freedesktop.DBus.Peer\">\n"
                   "  <method name=\"Ping\"/>\n"
@@ -82,7 +82,7 @@ static const char *xml_org =
                   "</node>\n";
 
 static const char *xml_org_freedesktop =
-        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
+        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
                   "<node>\n"
                   " <interface name=\"org.freedesktop.DBus.Peer\">\n"
                   "  <method name=\"Ping\"/>\n"
@@ -121,7 +121,7 @@ static const char *xml_org_freedesktop =
                   "</node>\n";
 
 static const char *xml_org_freedesktop_LogControl1 =
-        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
+        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
                   "<node>\n"
                   " <interface name=\"org.freedesktop.DBus.Peer\">\n"
                   "  <method name=\"Ping\"/>\n"
@@ -171,7 +171,7 @@ static const char *xml_org_freedesktop_LogControl1 =
                   "</node>\n";
 
 static const char *xml_org_freedesktop_network1 =
-        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
+        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
                   "<node>\n"
                   " <interface name=\"org.freedesktop.DBus.Peer\">\n"
                   "  <method name=\"Ping\"/>\n"
@@ -209,7 +209,7 @@ static const char *xml_org_freedesktop_network1 =
                   "</node>\n";
 
 static const char *xml_org_freedesktop_network1_network =
-        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
+        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
                   "<node>\n"
                   " <interface name=\"org.freedesktop.DBus.Peer\">\n"
                   "  <method name=\"Ping\"/>\n"
@@ -267,7 +267,7 @@ static const char *xml_org_freedesktop_network1_network =
                   "</node>\n";
 
 static const char *xml_org_freedesktop_network1_network_unsigned =
-        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
+        "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n\"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
                   "<node>\n"
                   " <interface name=\"org.freedesktop.DBus.Peer\">\n"
                   "  <method name=\"Ping\"/>\n"
index f405b276589a9cd3d8acc0f8699415e7e2dc5f73..4a798c787058117b85b028085aed5ce78da0b085 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index f34b2d5bf0c862bd6788547cb7ff6be2b382401e..74adeadf38c2c124a0da660be54813cb14276a64 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index bac6587b8e8665622789a038b6d55dbc6de9134f..de1fb93cc0d81cd386683417047e722f6fe1c758 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
index 71253e04e908e07f49514ec91f6e1d4391ceb81f..a337b32237b563e6ccd8840cf8ddc991e62bd165 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
index 2f34102e98fb29dca8f9211455d887a238200525..5b70625021b2ee17ab2579b6022198bafa5b9f48 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index a86cead53ed126cd55ccbe0e982033e22fb9b4d0..bfc36d1253fa84b9e04296c45d33a3583031491e 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index 4838e79a15ccc39175f9a11cba87db668cbb6c2a..d252ff64606b4ef8d7feb62e17ac247e4755ad0f 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index e88a6e8ae6a07ad56639e584526b25d35f6f5a6e..88e436dc3af557261c71c038e2d1b239bd5cded9 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index eed0dae82fa1e6d841c33d08cd6d24e1f5f9c892..c509e0e8cc92f5d8222680eef4ab21d2970c3a52 100644 (file)
@@ -12,7 +12,7 @@
 
 #define BUS_INTROSPECT_DOCTYPE                                       \
         "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n" \
-        "\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
+        "\"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
 
 #define BUS_INTROSPECT_INTERFACE_PEER                                \
         " <interface name=\"org.freedesktop.DBus.Peer\">\n"             \
index a0905573e1f87748935900c10e45484f0b4e6883..04813b2322a37503e0ca0601b628d35db9bd7fb2 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index ed98c4aa095024e2ad59af803478f55c95607ae7..553e31d4401008849f85d1fb0a2cc963d3008f03 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index 6113b64aa7e5a2efb627e8650551f2a5fe8b98a1..bf905e3b0f9771ae9e25e77b397f24cb859a1a30 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index df906b0e7378df8692d7ffbc75a54c5799882a6e..012ee1448325c86bf8672919cd49444d9c80966a 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index eafbf6bdc054a41de7d9ec67873ba0bc97c10b19..bafc1affdb220907e0e577559c3bc2c9db7808ec 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!--
   This file is part of systemd.
index 5e43cb6e244c5f1f2d17916c19fdcba279eef7b0..f031e4e480089cb8849be0ab245fef2720ff1f1c 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index 366c630702d37b34de21bc380a760c4abaccf641..5bd796d69e9b1cd372f5b3cb0c7bb99c55c3d594 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!--
   This file is part of systemd.
index c39f20655dc31e96865a9178b4d74facce19e2da..1e2d8d7cb42865d021d64928f1f1e9c3d1c2abc5 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index cc1143aa15fcd65f97b888d54e232851bae9f5f2..d00bdcd99ee99a7d641768460c522252f4b69d68 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
index 5a09f5c2d94c22066fd7d169618d0c4692c8a022..4899305b08043ac1281c0275dd81987b2f4a6461 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
index 09f9028dc509504d65821a9069426d9231601dcc..a26b00ff530ffa0b8d117489dfdea31cf3b5f1f8 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
index 25b09774e5085c244d7b22e78ad9fb86dec22890..52ea5581a21c840dc948a06b807ab2b7c06f2f1f 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!--
   This file is part of systemd.
index 2408bb9e3875c22bda50e462effc09a2cf943cc6..502b975647441a3160a163e06e0cdc8c6f672459 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index f17e5ec9883f4b993dc2f10990704670690a5cb1..368ccba326e9646fe6e783be62b2dd03234ffe61 100644 (file)
@@ -5,7 +5,7 @@
 #include "web-util.h"
 
 TEST(is_valid_documentation_url) {
-        assert_se(documentation_url_is_valid("http://www.freedesktop.org/wiki/Software/systemd"));
+        assert_se(documentation_url_is_valid("https://www.freedesktop.org/wiki/Software/systemd"));
         assert_se(documentation_url_is_valid("https://www.kernel.org/doc/Documentation/binfmt_misc.txt"));  /* dead */
         assert_se(documentation_url_is_valid("https://www.kernel.org/doc/Documentation/admin-guide/binfmt-misc.rst"));
         assert_se(documentation_url_is_valid("https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html"));
index 4567082281d2842e2f73b3dbbe1ddf2384a7314b..f91d7b067e48f6bbbb4e320d3043488e5f0f890a 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index 4a770c08e6de7ec5405ffcdfa93df5550e88d432..14bcf2ac5ef85ef470462beb682b93e0e5435d69 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index 8c74b36d6e16ae6930a2addbbefa923621bcee9b..d33b864e22072d0c488e00de8ea1f25c4da71f2c 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?> <!--*-nxml-*-->
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <!--
   This file is part of systemd.
index e13e8df829b113e522dafe52b8cd2761f0cb41a1..e73965c3599756ad2032dd3018e87c2d1e6db5ce 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
 <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+        "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 
 <!--
   SPDX-License-Identifier: LGPL-2.1-or-later
index 50930d4af3b9c3683bd9189edff5b4706a2a81e8..cdf28ac6aca4e06c6b4f8d804da5499a3888b358 100644 (file)
@@ -69,7 +69,7 @@ static int verify_vc_kbmode(int fd) {
          * Otherwise we would (likely) interfere with X11's processing of the
          * key events.
          *
-         * http://lists.freedesktop.org/archives/systemd-devel/2013-February/008573.html
+         * https://lists.freedesktop.org/archives/systemd-devel/2013-February/008573.html
          */
 
         if (ioctl(fd, KDGKBMODE, &curr_mode) < 0)
index bc479b3e79a002fa7d47268b36421695e188ce16..57b6017dc43cd8e80d4dd941a73bfde17e97dfed 100644 (file)
@@ -1794,7 +1794,7 @@ install_dbus() {
     cat >"$initdir/etc/dbus-1/system.d/systemd.test.ExecStopPost.conf" <<EOF
 <?xml version="1.0"?>
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+        "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
     <policy user="root">
         <allow own="systemd.test.ExecStopPost"/>