[Patch] Do not display password in plain text wpa_gui network edit menu. Close #81
Stefan Schmidt
stefan
Mon Nov 14 00:28:13 PST 2005
Hello.
At university we use 802.1x with EAP-TTLS to connect our wlan. The
login and password are the same as for mail, printing and everything
else. If i use wpa_supplicant and wpa_gui to connect, i have to enter
my password. But after connection is completed i can the the plaintext
password in wpa_gui edit network menu.
To correct this problem i have attached a small patch. It compiles
fine with 0.4.6 and cvs for me. This patch closes bug #81
http://hostap.epitest.fi/bugz/show_bug.cgi?id=81
The patch is only for qt3 gui, but should work with qt4 too.
regards
Stefan Schmidt
-------------- next part --------------
--- wpa_supplicant-0.4.6/wpa_gui/networkconfig.ui 2005-10-27 04:17:50.000000000 +0200
+++ wpa_supplicant-0.4.6-password-patched/wpa_gui/networkconfig.ui 2005-11-11 21:22:21.000000000 +0100
@@ -200,6 +200,9 @@
<property name="enabled">
<bool>false</bool>
</property>
+ <property name="echoMode">
+ <enum>Password</enum>
+ </property>
<property name="toolTip" stdset="0">
<string>Password for EAP methods</string>
</property>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.shmoo.com/pipermail/hostap/attachments/20051114/e7118605/attachment.pgp
More information about the Hostap
mailing list