rpms/wpa_supplicant/devel wpa_supplicant-ctrl-iface-hide-keys.patch, 1.1, 1.2 wpa_supplicant.spec, 1.14, 1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 25 14:09:54 UTC 2006


Author: dcbw

Update of /cvs/dist/rpms/wpa_supplicant/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26995

Modified Files:
	wpa_supplicant-ctrl-iface-hide-keys.patch wpa_supplicant.spec 
Log Message:
* Tue Apr 11 2006 Dan Williams <dcbw at redhat.com> - 0.4.8-8
- Fix control interface key obfuscation a bit



wpa_supplicant-ctrl-iface-hide-keys.patch:
 ctrl_iface.c |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

Index: wpa_supplicant-ctrl-iface-hide-keys.patch
===================================================================
RCS file: /cvs/dist/rpms/wpa_supplicant/devel/wpa_supplicant-ctrl-iface-hide-keys.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wpa_supplicant-ctrl-iface-hide-keys.patch	28 Feb 2006 05:03:44 -0000	1.1
+++ wpa_supplicant-ctrl-iface-hide-keys.patch	25 Apr 2006 14:09:50 -0000	1.2
@@ -14,8 +14,8 @@
  	*name++ = '\0';
  
 +	/* Only show passwords and keys if requested */
-+	if (!strncmp (name, "wep_key", 7) || !strcmp (name, "psk")
-+		|| !strcmp (name, "password") || !strcmp (name, "pin")) {
++	if (!strncmp (name, "wep_key", 7) || !strncmp (name, "psk", 3)
++		|| !strncmp (name, "password", 8) || !strncmp (name, "pin", 3)) {
 +		show_value = wpa_s->global->params.wpa_debug_show_keys;
 +	}
 +


Index: wpa_supplicant.spec
===================================================================
RCS file: /cvs/dist/rpms/wpa_supplicant/devel/wpa_supplicant.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- wpa_supplicant.spec	2 Apr 2006 15:05:15 -0000	1.14
+++ wpa_supplicant.spec	25 Apr 2006 14:09:50 -0000	1.15
@@ -2,7 +2,7 @@
 Name: wpa_supplicant
 Epoch: 1
 Version: 0.4.8
-Release: 7.fc6
+Release: 8.fc6
 License: GPL
 Group: System Environment/Base
 Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -127,6 +127,9 @@
 %{_bindir}/wpa_gui
 
 %changelog
+* Tue Apr 11 2006 Dan Williams <dcbw at redhat.com> - 0.4.8-8
+- Fix control interface key obfuscation a bit
+
 * Sun Apr  2 2006 Dan Williams <dcbw at redhat.com> - 0.4.8-7
 - Work around older & incorrect drivers that return null-terminated SSIDs
 




More information about the fedora-cvs-commits mailing list