1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-03 20:34:17 +01:00

Merged reyammer's branch lp:~reyammer/wicd/bug-476982: implement password hiding (LP: #476982)

This commit is contained in:
David Paleino
2011-09-15 12:50:21 +02:00
parent a526c2108d
commit bdb64eab1c
17 changed files with 72 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ author = Adam Blackburn
version = 2
require username *Username password *Password
optional pac_file *Path_To_PAC_File
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -3,7 +3,7 @@ author = Dan O'Reilly
version = 1
require identity *Identity private_key *Private_Key private_key_passwd *Private_Key_Password
optional ca_cert *Path_to_CA_Cert client_cert *Path_to_Client_Cert
protected identity *Identity private_key *Private_Key private_key_passwd *Private_Key_Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = LEAP with WEP
author = Adam Blackburn
version = 1
require username *Username password *Password
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = PEAP with GTC
author = Adam Blackburn
version = 2
require identity *Identity password *Password
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -3,6 +3,7 @@ author = Fralaltro
version = 1
require identity *Identity password *Password
optional ca_cert *Path_to_CA_Cert
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = TTLS with WEP
author = Adam Blackburn
version = 1
require identity *Identity password *Password auth *Authentication
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = WEP (Hex [0-9/A-F])
author = Adam Blackburn
version = 1
require key *Key
protected key *Key
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = WEP (Passphrase)
author = Adam Blackburn
version = 1
require passphrase *Passphrase
protected passphrase *Passphrase
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = WEP Shared/Restricted
author = Dan O'Reilly
version = 1
require key *Key
protected key *Key
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = WPA 1/2 (Passphrase)
author = Adam Blackburn
version = 1
require key *Key
protected key *Key
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = WPA-PEAP
author = atiketemola
version = 1
require identity *Username domain *Domain password *Password
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = WPA 1/2 (Preshared Key)
author = Adam Blackburn
version = 1
require apsk *Preshared_Key
protected apsk *Preshared_Key
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = WPA2-LEAP
author = atiketemola
version = 1
require username *Username password *Password
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -2,6 +2,7 @@ name = WPA2-PEAP
author = atiketemola
version = 1
require identity *Username domain *Domain password *Password
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={