linux/drivers/staging/speakup
Alexander A. Klimov 5723a0dd3c Staging: speakup: Replace HTTP links with HTTPS ones
Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Deterministic algorithm:
For each file:
  If not .svg:
    For each line:
      If doesn't contain `\bxmlns\b`:
        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
	  If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
            If both the HTTP and HTTPS versions
            return 200 OK and serve the same content:
              Replace HTTP with HTTPS.

Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
Link: https://lore.kernel.org/r/20200713091305.32708-1-grandmaster@al2klimov.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-07-13 15:36:31 +02:00
..
buffers.c
DefaultKeyAssignments
devsynth.c speakup: misc: Use dynamic minor numbers for speakup devices 2020-03-26 15:30:44 +01:00
fakekey.c
i18n.c
i18n.h
Kconfig staging: add missing SPDX lines to Kconfig files 2019-04-03 11:10:15 +02:00
keyhelp.c staging: speakup: remove redundant initialization of pointer p_key 2020-02-23 19:22:07 +01:00
kobjects.c staging: speakup: fix printk KERN_LEVEL facility level warning 2019-03-18 18:53:16 +01:00
main.c Merge 5.6-rc7 into staging-next 2020-03-23 08:01:20 +01:00
Makefile
selection.c vt: selection, push console lock down 2020-02-28 16:06:49 +01:00
serialio.c
serialio.h staging: speakup: serialio: fix warning linux/serial.h is included more than once 2019-05-30 13:59:16 -07:00
speakup_acnt.h
speakup_acntpc.c
speakup_acntsa.c
speakup_apollo.c
speakup_audptr.c
speakup_bns.c
speakup_decext.c staging/speakup: Add inflection synth parameter 2020-04-28 14:30:10 +02:00
speakup_decpc.c staging/speakup: Add inflection synth parameter 2020-04-28 14:30:10 +02:00
speakup_dectlk.c staging/speakup: Add inflection synth parameter 2020-04-28 14:30:10 +02:00
speakup_dtlk.c
speakup_dtlk.h
speakup_dummy.c staging/speakup: Add inflection synth parameter 2020-04-28 14:30:10 +02:00
speakup_keypc.c staging: speakup: Add spaces around operators 2019-03-18 07:05:21 +01:00
speakup_ltlk.c
speakup_soft.c staging/speakup: Add inflection synth parameter 2020-04-28 14:30:10 +02:00
speakup_spkout.c
speakup_txprt.c
speakup.h staging: speakup: refactor to use existing code in vt 2019-04-19 15:09:10 +02:00
speakupmap.h
speakupmap.map
spk_priv_keyinfo.h staging: speakup: fix line over 80 characters. 2019-03-01 09:05:00 +01:00
spk_priv.h Staging: speakup: Use pr_warn() defined in <linux/printk.h>. 2020-03-23 11:41:07 +01:00
spk_ttyio.c Staging: speakup: Use sizeof(*var) in kmalloc(). 2020-03-24 12:36:55 +01:00
spk_types.h staging/speakup: Add inflection synth parameter 2020-04-28 14:30:10 +02:00
spkguide.txt Staging: speakup: Replace HTTP links with HTTPS ones 2020-07-13 15:36:31 +02:00
synth.c staging: speakup_soft: Fix alternate speech with other synths 2019-03-18 07:57:58 +01:00
sysfs-driver-speakup staging/speakup: Add inflection synth parameter 2020-04-28 14:30:10 +02:00
thread.c
TODO
varhandlers.c staging/speakup: Add inflection synth parameter 2020-04-28 14:30:10 +02:00