public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 02/50] wireless client: Remove option for WEP
Date: Tue, 22 Feb 2022 12:50:47 +0000	[thread overview]
Message-ID: <20220222125135.1211290-3-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20220222125135.1211290-1-michael.tremer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 10758 bytes --]

This has not been compiled into our version of wpa_supplicant (if it has
been ever) and so there is no danger to disable this without any further
ado.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 doc/language_issues.en          |  1 -
 doc/language_issues.es          |  1 -
 doc/language_issues.pl          |  1 -
 doc/language_issues.ru          |  1 -
 doc/language_missings           |  3 ---
 html/cgi-bin/wirelessclient.cgi | 14 +-------------
 langs/de/cgi-bin/de.pl          |  3 +--
 langs/en/cgi-bin/en.pl          |  3 +--
 langs/es/cgi-bin/es.pl          |  2 +-
 langs/fr/cgi-bin/fr.pl          |  3 +--
 langs/it/cgi-bin/it.pl          |  3 +--
 langs/nl/cgi-bin/nl.pl          |  3 +--
 langs/pl/cgi-bin/pl.pl          |  2 +-
 langs/ru/cgi-bin/ru.pl          |  2 +-
 langs/tr/cgi-bin/tr.pl          |  3 +--
 15 files changed, 10 insertions(+), 35 deletions(-)

diff --git a/doc/language_issues.en b/doc/language_issues.en
index 867715953..6536ad71f 100644
--- a/doc/language_issues.en
+++ b/doc/language_issues.en
@@ -2154,7 +2154,6 @@ WARNING: untranslated string: wlan client edit entry = Edit wireless client conf
 WARNING: untranslated string: wlan client encryption = Encryption
 WARNING: untranslated string: wlan client encryption eap = EAP
 WARNING: untranslated string: wlan client encryption none = None
-WARNING: untranslated string: wlan client encryption wep = WEP
 WARNING: untranslated string: wlan client encryption wpa = WPA
 WARNING: untranslated string: wlan client encryption wpa2 = WPA2
 WARNING: untranslated string: wlan client encryption wpa3 = WPA3
diff --git a/doc/language_issues.es b/doc/language_issues.es
index 091f0a8cb..160d2a27e 100644
--- a/doc/language_issues.es
+++ b/doc/language_issues.es
@@ -1554,7 +1554,6 @@ WARNING: untranslated string: wlan client edit entry = Edit wireless client conf
 WARNING: untranslated string: wlan client encryption = Encryption
 WARNING: untranslated string: wlan client encryption eap = EAP
 WARNING: untranslated string: wlan client encryption none = None
-WARNING: untranslated string: wlan client encryption wep = WEP
 WARNING: untranslated string: wlan client encryption wpa = WPA
 WARNING: untranslated string: wlan client encryption wpa2 = WPA2
 WARNING: untranslated string: wlan client encryption wpa3 = WPA3
diff --git a/doc/language_issues.pl b/doc/language_issues.pl
index 6314c4456..67ca84557 100644
--- a/doc/language_issues.pl
+++ b/doc/language_issues.pl
@@ -1560,7 +1560,6 @@ WARNING: untranslated string: wlan client edit entry = Edit wireless client conf
 WARNING: untranslated string: wlan client encryption = Encryption
 WARNING: untranslated string: wlan client encryption eap = EAP
 WARNING: untranslated string: wlan client encryption none = None
-WARNING: untranslated string: wlan client encryption wep = WEP
 WARNING: untranslated string: wlan client encryption wpa = WPA
 WARNING: untranslated string: wlan client encryption wpa2 = WPA2
 WARNING: untranslated string: wlan client encryption wpa3 = WPA3
diff --git a/doc/language_issues.ru b/doc/language_issues.ru
index 6589fe087..7b7425db2 100644
--- a/doc/language_issues.ru
+++ b/doc/language_issues.ru
@@ -1555,7 +1555,6 @@ WARNING: untranslated string: wlan client edit entry = Edit wireless client conf
 WARNING: untranslated string: wlan client encryption = Encryption
 WARNING: untranslated string: wlan client encryption eap = EAP
 WARNING: untranslated string: wlan client encryption none = None
-WARNING: untranslated string: wlan client encryption wep = WEP
 WARNING: untranslated string: wlan client encryption wpa = WPA
 WARNING: untranslated string: wlan client encryption wpa2 = WPA2
 WARNING: untranslated string: wlan client encryption wpa3 = WPA3
diff --git a/doc/language_missings b/doc/language_missings
index 68ccda062..44946ebf0 100644
--- a/doc/language_missings
+++ b/doc/language_missings
@@ -942,7 +942,6 @@
 < wlan client encryption
 < wlan client encryption eap
 < wlan client encryption none
-< wlan client encryption wep
 < wlan client encryption wpa
 < wlan client encryption wpa2
 < wlan client encryption wpa3
@@ -2876,7 +2875,6 @@
 < wlan client encryption
 < wlan client encryption eap
 < wlan client encryption none
-< wlan client encryption wep
 < wlan client encryption wpa
 < wlan client encryption wpa2
 < wlan client encryption wpa3
@@ -3821,7 +3819,6 @@
 < wlan client encryption
 < wlan client encryption eap
 < wlan client encryption none
-< wlan client encryption wep
 < wlan client encryption wpa
 < wlan client encryption wpa2
 < wlan client encryption wpa3
diff --git a/html/cgi-bin/wirelessclient.cgi b/html/cgi-bin/wirelessclient.cgi
index 00d177904..19c5bea50 100644
--- a/html/cgi-bin/wirelessclient.cgi
+++ b/html/cgi-bin/wirelessclient.cgi
@@ -318,8 +318,6 @@ END
 		my $encryption_mode = $Lang::tr{'unknown'};
 		if ($config[3] eq "NONE") {
 			$encryption_mode = $Lang::tr{'wlan client encryption none'};
-		} elsif ($config[3] eq "WEP") {
-			$encryption_mode = $Lang::tr{'wlan client encryption wep'};
 		} elsif ($config[3] eq "WPA") {
 			$encryption_mode = $Lang::tr{'wlan client encryption wpa'};
 		} elsif ($config[3] eq "WPA2") {
@@ -467,7 +465,6 @@ sub showEditBox() {
 	$selected{'ENCRYPTION'}{'WPA3'} = '';
 	$selected{'ENCRYPTION'}{'WPA2'} = '';
 	$selected{'ENCRYPTION'}{'WPA'} = '';
-	$selected{'ENCRYPTION'}{'WEP'} = '';
 	$selected{'ENCRYPTION'}{$settings{'ENCRYPTION'}} = "selected='selected'";
 
 	$selected{'WPA_MODE'} = ();
@@ -511,7 +508,6 @@ sub showEditBox() {
 							<option value="WPA3" $selected{'ENCRYPTION'}{'WPA3'}>$Lang::tr{'wlan client encryption wpa3'}</option>
 							<option value="WPA2" $selected{'ENCRYPTION'}{'WPA2'}>$Lang::tr{'wlan client encryption wpa2'}</option>
 							<option value="WPA"  $selected{'ENCRYPTION'}{'WPA'}>$Lang::tr{'wlan client encryption wpa'}</option>
-							<option value="WEP"  $selected{'ENCRYPTION'}{'WEP'}>$Lang::tr{'wlan client encryption wep'}</option>
 						</select>
 					</td>
 					<td colspan="2" width='40%'></td>
@@ -838,15 +834,7 @@ sub ValidKeyLength($$) {
 
 	my $key_length = length($key);
 
-	if ($algo eq "WEP") {
-		# Key must be 13 or 26 characters.
-		if (($key_length == 13) || ($key_length == 26)) {
-			return 0;
-		}
-
-		return 1;
-
-	} elsif (($algo eq "WPA2") || ($algo eq "WPA")) {
+	if (($algo eq "WPA2") || ($algo eq "WPA")) {
 		# Key must be between 8 and 63 chars.
 		if (($key_length >= 8) && ($key_length <= 63)) {
 			return 0;
diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index a9b4dadd8..0be097609 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -1,4 +1,4 @@
-%tr = ( 
+%tr = (
 %tr,
 
 '24 hours' => '24 Stunden',
@@ -2932,7 +2932,6 @@
 'wlan client encryption' => 'Verschlüsselung',
 'wlan client encryption eap' => 'EAP',
 'wlan client encryption none' => 'Keine',
-'wlan client encryption wep' => 'WEP',
 'wlan client encryption wpa' => 'WPA',
 'wlan client encryption wpa2' => 'WPA2',
 'wlan client group cipher' => 'Gruppenchiffre',
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index ed0d756f5..d98422621 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -1,4 +1,4 @@
-%tr = ( 
+%tr = (
 %tr,
 
 '24 hours' => '24 Hours',
@@ -2997,7 +2997,6 @@
 'wlan client encryption' => 'Encryption',
 'wlan client encryption eap' => 'EAP',
 'wlan client encryption none' => 'None',
-'wlan client encryption wep' => 'WEP',
 'wlan client encryption wpa' => 'WPA',
 'wlan client encryption wpa2' => 'WPA2',
 'wlan client encryption wpa3' => 'WPA3',
diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl
index 5fadb4657..bd83b8db4 100644
--- a/langs/es/cgi-bin/es.pl
+++ b/langs/es/cgi-bin/es.pl
@@ -1,4 +1,4 @@
-%tr = ( 
+%tr = (
 %tr,
 
 'Act as' => 'Actuar Como:',
diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl
index 96c9209a2..9852b892b 100644
--- a/langs/fr/cgi-bin/fr.pl
+++ b/langs/fr/cgi-bin/fr.pl
@@ -1,4 +1,4 @@
-%tr = ( 
+%tr = (
 %tr,
 
 '24 hours' => '24 heures',
@@ -2967,7 +2967,6 @@
 'wlan client encryption' => 'Chiffrement ',
 'wlan client encryption eap' => 'EAP',
 'wlan client encryption none' => 'Aucun',
-'wlan client encryption wep' => 'WEP',
 'wlan client encryption wpa' => 'WPA',
 'wlan client encryption wpa2' => 'WPA2',
 'wlan client encryption wpa3' => 'WPA3',
diff --git a/langs/it/cgi-bin/it.pl b/langs/it/cgi-bin/it.pl
index 05a40a942..f333bad43 100644
--- a/langs/it/cgi-bin/it.pl
+++ b/langs/it/cgi-bin/it.pl
@@ -1,4 +1,4 @@
-%tr = ( 
+%tr = (
 %tr,
 
 'Act as' => 'Lavora come:',
@@ -2607,7 +2607,6 @@
 'wlan client edit entry' => 'Edit wireless client configuration',
 'wlan client encryption' => 'Encryption',
 'wlan client encryption none' => 'None',
-'wlan client encryption wep' => 'WEP',
 'wlan client encryption wpa' => 'WPA',
 'wlan client encryption wpa2' => 'WPA2',
 'wlan client group cipher' => 'Group cipher',
diff --git a/langs/nl/cgi-bin/nl.pl b/langs/nl/cgi-bin/nl.pl
index 7dc7ff663..3169908db 100644
--- a/langs/nl/cgi-bin/nl.pl
+++ b/langs/nl/cgi-bin/nl.pl
@@ -1,4 +1,4 @@
-%tr = ( 
+%tr = (
 %tr,
 
 'Act as' => 'Fungeren als:',
@@ -2555,7 +2555,6 @@
 'wlan client edit entry' => 'Wijzig draadloze client configuratie',
 'wlan client encryption' => 'Encryptie',
 'wlan client encryption none' => 'Geen',
-'wlan client encryption wep' => 'WEP',
 'wlan client encryption wpa' => 'WPA',
 'wlan client encryption wpa2' => 'WPA2',
 'wlan client group cipher' => 'Group cipher',
diff --git a/langs/pl/cgi-bin/pl.pl b/langs/pl/cgi-bin/pl.pl
index 54e5bb089..f44c4bcae 100644
--- a/langs/pl/cgi-bin/pl.pl
+++ b/langs/pl/cgi-bin/pl.pl
@@ -1,4 +1,4 @@
-%tr = ( 
+%tr = (
 %tr,
 
 'Act as' => 'Act as:',
diff --git a/langs/ru/cgi-bin/ru.pl b/langs/ru/cgi-bin/ru.pl
index 7741006b3..d5bac7204 100644
--- a/langs/ru/cgi-bin/ru.pl
+++ b/langs/ru/cgi-bin/ru.pl
@@ -1,4 +1,4 @@
-%tr = ( 
+%tr = (
 %tr,
 
 'Act as' => 'В качестве:',
diff --git a/langs/tr/cgi-bin/tr.pl b/langs/tr/cgi-bin/tr.pl
index 8831d99a4..160043820 100644
--- a/langs/tr/cgi-bin/tr.pl
+++ b/langs/tr/cgi-bin/tr.pl
@@ -1,4 +1,4 @@
-%tr = ( 
+%tr = (
 %tr,
 
 '24 hours' => '24 Saat',
@@ -2792,7 +2792,6 @@
 'wlan client encryption' => 'Şifreleme',
 'wlan client encryption eap' => 'EAP',
 'wlan client encryption none' => 'Hiçbiri',
-'wlan client encryption wep' => 'WEP',
 'wlan client encryption wpa' => 'WPA',
 'wlan client encryption wpa2' => 'WPA2',
 'wlan client group cipher' => 'Grup şifreleme',
-- 
2.30.2


  parent reply	other threads:[~2022-02-22 12:50 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-22 12:50 Make IPFire 2 build on riscv64 Michael Tremer
2022-02-22 12:50 ` [PATCH 01/50] expat: Update to version 2.4.6 - Security/CVE fixes Michael Tremer
2022-02-22 12:50 ` Michael Tremer [this message]
2022-02-22 12:50 ` [PATCH 03/50] Core Update 165: Ship wirelessclient.cgi Michael Tremer
2022-02-22 12:50 ` [PATCH 04/50] hostapd: Repair LFS file after merge garbage Michael Tremer
2022-02-22 12:50 ` [PATCH 05/50] oci-cli: New package Michael Tremer
2022-02-22 12:50 ` [PATCH 07/50] make.sh: Build the rust compiler earlier Michael Tremer
2022-02-22 12:50 ` [PATCH 08/50] python3-setuptools-rust: New package Michael Tremer
2022-02-22 12:50 ` [PATCH 09/50] python3-typing-extensions: " Michael Tremer
2022-02-22 12:50 ` [PATCH 10/50] python3-semantic-version: " Michael Tremer
2022-02-22 12:50 ` [PATCH 11/50] make.sh: Build python3-packaging sooner Michael Tremer
2022-02-22 12:50 ` [PATCH 12/50] python3-cffi: New package Michael Tremer
2022-02-22 12:50 ` [PATCH 13/50] python3-cryptography: New package required by oci-python-sdk Michael Tremer
2022-02-22 12:50 ` [PATCH 14/50] python3-charset-normalizer: New package Michael Tremer
2022-02-22 12:51 ` [PATCH 15/50] python3-requests: " Michael Tremer
2022-02-22 12:51 ` [PATCH 16/50] python3-certifi: " Michael Tremer
2022-02-22 12:51 ` [PATCH 17/50] python3-idna: " Michael Tremer
2022-02-22 12:51 ` [PATCH 18/50] python3-flit: " Michael Tremer
2022-02-22 12:51 ` [PATCH 19/50] python3-build: " Michael Tremer
2022-02-22 12:51 ` [PATCH 20/50] python3-pep517: " Michael Tremer
2022-02-22 12:51 ` [PATCH 21/50] python3-install: " Michael Tremer
2022-02-22 12:51 ` [PATCH 22/50] python3-pycparser: " Michael Tremer
2022-02-22 12:51 ` [PATCH 23/50] python3-cryptography: Fix build against Rust Michael Tremer
2022-02-22 12:51 ` [PATCH 24/50] make.sh: Re-order build of some Python modules Michael Tremer
2022-02-22 12:51 ` [PATCH 25/50] python3-circuitbreaker: New package Michael Tremer
2022-02-22 12:51 ` [PATCH 26/50] python3-pytz: " Michael Tremer
2022-02-22 12:51 ` [PATCH 27/50] python3-click: " Michael Tremer
2022-02-22 12:51 ` [PATCH 28/50] python3-arrow: " Michael Tremer
2022-02-22 12:51 ` [PATCH 29/50] python3-terminaltables: " Michael Tremer
2022-02-22 12:51 ` [PATCH 30/50] oci-cli: Ship egg metadata Michael Tremer
2022-02-22 12:51 ` [PATCH 31/50] oci-cli: Depend on python3-jmespath Michael Tremer
2022-02-22 12:51 ` [PATCH 32/50] samba: Fix rootfiles on ARM Michael Tremer
2022-02-22 12:51 ` [PATCH 33/50] oci: user-data: Try to decode base64 content Michael Tremer
2022-02-22 12:51 ` [PATCH 34/50] Core Update 165: Ship oci-setup initscript Michael Tremer
2022-02-22 12:51 ` [PATCH 35/50] core164: exclude boot/uEnv.txt Michael Tremer
2022-02-22 12:51 ` [PATCH 36/50] make.sh: Do not throw away any error messages when setting ccache size Michael Tremer
2022-02-22 12:51 ` [PATCH 37/50] make.sh: Follow symlinks when checking if QEMU is static Michael Tremer
2022-02-22 12:51 ` [PATCH 38/50] make.sh: Avoid calling date when determining elapsed seconds Michael Tremer
2022-02-22 12:51 ` [PATCH 39/50] strip: Make this work when cross-compiling Michael Tremer
2022-02-22 12:51 ` [PATCH 40/50] gcc: Compile without ZSTD Michael Tremer
2022-02-23  9:45   ` Michael Tremer
2022-02-23 15:56     ` Peter Müller
2022-02-22 12:51 ` [PATCH 41/50] jq: Update autotools Michael Tremer
2022-02-22 12:51 ` [PATCH 42/50] make.sh: riscv64: Emulate SiFive U54 CPU Michael Tremer
2022-02-22 12:51 ` [PATCH 43/50] rust: Rust's arch for riscv64 is called riscv64gc Michael Tremer
2022-02-22 12:51 ` [PATCH 44/50] rust: Package for riscv64 Michael Tremer
2022-02-22 12:51 ` [PATCH 45/50] kernel: Add a basic configuration " Michael Tremer
2022-02-22 12:51 ` [PATCH 46/50] liburcu: Update automake to build on riscv64 Michael Tremer
2022-02-22 12:51 ` [PATCH 47/50] suricata: Fix check for level one cache line size Michael Tremer
2022-02-22 12:51 ` [PATCH 48/50] boost: Enable build on all architectures Michael Tremer
2022-02-22 12:51 ` [PATCH 49/50] strip: Do not try to strip QEMU Michael Tremer
2022-02-22 12:51 ` [PATCH 50/50] Config: Disable parallel builds for Cargo on riscv64 Michael Tremer
2022-02-22 12:54   ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220222125135.1211290-3-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox