fragattacks/src
Jouni Malinen ccf79ab256 browser-android: Use execv() directly instead of os_exec()
This allows the URL to be passed as a single argument to the program
instead of getting split into multiple by os_exec(). This makes the
operation more robust for cases where the URL could have been received
from an external source and could potentially add extra arguments to the
command line.

In addition, fix the /system/bin/input execution by using system() for
it instead of execv() through os_exec(). /system/bin/input is a script
that execv() won't be able to run. Since the full command line is
specified, system() can be used for this. The keycode is also changed
from 3 to KEYCODE_HOME to make this work with current Android version.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2014-10-21 23:32:17 +03:00
..
ap AP: Add support for BSS load element (STA Count, Channel Utilization) 2014-10-21 23:25:48 +03:00
common mesh: Parse mesh-related information elements 2014-10-19 11:20:05 +03:00
crypto Implement RFC 5297 AES-SIV 2014-10-19 12:43:38 +03:00
drivers nl80211: Add new peer candidate event for mesh 2014-10-19 12:58:13 +03:00
eap_common EAP-IKEv2: Fix the payload parser 2014-10-11 19:22:30 +03:00
eap_peer wpa_supplicant: Allow OpenSSL cipherlist string to be configured 2014-10-12 11:55:13 +03:00
eap_server EAP-MSCHAPv2 server: Check ms_funcs results more consistently 2014-10-11 19:43:36 +03:00
eapol_auth Add Acct-Multi-Session-Id into RADIUS Accounting messages 2014-10-18 10:38:17 +03:00
eapol_supp WPS: Extend startWhen to 2 if peer AP supports WPS 2.0 2014-10-13 12:24:17 +03:00
l2_packet l2_packet: Fix l2_packet_none (hostapd default) 2014-04-14 23:04:55 +03:00
p2p P2P: Include passive channels in invitation response 2014-10-18 17:00:57 +03:00
pae MACsec: Check os_get_random() return value 2014-10-11 18:54:43 +03:00
radius RADIUS: Define new attributes from RFC 5580 2014-10-18 09:30:35 +03:00
rsn_supp SAE: Add support for PMKSA caching on the station side 2014-10-18 13:02:02 +03:00
tls TLS client: Make DH parameter parsing easier for static analyzers 2014-10-11 19:04:00 +03:00
utils browser-android: Use execv() directly instead of os_exec() 2014-10-21 23:32:17 +03:00
wps WPS UPnP: Check os_get_random() result more consistently 2014-10-11 19:08:30 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00