index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wps
Commit message (
Expand
)
Author
Age
Files
Lines
*
Share a single str_starts() implementation
Jouni Malinen
2016-08-06
1
-6/+0
*
tests: Declare module test functions in a header file
Jouni Malinen
2016-06-23
1
-0/+1
*
tests: Mark some module test arrays static
Jouni Malinen
2016-06-23
1
-1/+1
*
WPS: Check sha256_vector() result in wps_build_oob_dev_pw()
Jouni Malinen
2016-05-16
1
-1/+2
*
WPS: Fix debug prints in wps_derive_psk() error case
Jouni Malinen
2016-05-16
4
-11/+16
*
WPS: Fix segmentation fault in new DH key derivation
Rujun Wang
2016-05-13
1
-1/+1
*
WPS: Reject a Credential with invalid passphrase
Jouni Malinen
2016-05-02
1
-0/+10
*
WPS: Explicitly clear wpabuf memory with key information
Jouni Malinen
2016-04-28
5
-48/+48
*
WPS: Use only os_get_random() for PIN generation
Nick Lowe
2016-02-19
2
-8/+6
*
WPS: Testing mechanism to force auth/encr type flags
Jouni Malinen
2016-01-01
3
-3/+29
*
WPS: Add a workaround for WPA2PSK missing from Enrollee auth flags
Jouni Malinen
2016-01-01
1
-0/+17
*
WPS: Do not build Credential with unsupported encr combination on AP
Jouni Malinen
2016-01-01
2
-2/+23
*
WPS: Support parallel UPnP WPS protocol runs
Jouni Malinen
2015-11-30
4
-12/+90
*
WPS: Avoid undefined behavior in pointer arithmetic
Jouni Malinen
2015-10-18
1
-2/+2
*
WPS: Mark web_connection_parse_get() argument filename const
Jouni Malinen
2015-10-03
1
-1/+2
*
WPS: Reduce struct wps_parse_attr size
Jouni Malinen
2015-09-07
3
-22/+26
*
WPS: Reduce wps_ap_priority_compar() stack use
Jouni Malinen
2015-09-07
1
-6/+6
*
WPS ER: Clean up WPS session on PutMessage error cases
Jouni Malinen
2015-09-07
1
-7/+20
*
WPS: Allow config_methods to be cleared with an empty string
Jouni Malinen
2015-09-05
1
-1/+1
*
WPS: Merge identical error paths in ssdp_listener_open()
Jouni Malinen
2015-09-05
1
-8/+5
*
WPS: Remove trailing CR from subscription callback URLs
Jouni Malinen
2015-08-31
1
-0/+2
*
WPS: Print subscription UUID in debug log in more places
Jouni Malinen
2015-08-31
2
-5/+15
*
WPS: Clean up next_advertisement() error path
Jouni Malinen
2015-08-31
1
-5/+1
*
WPS: Merge event_send_start() error paths
Jouni Malinen
2015-08-31
1
-5/+3
*
WPS: Merge SetSelectedRegistrar parsing error returns
Jouni Malinen
2015-08-31
1
-4/+2
*
WPS: Use a shared error path in http_client_addr()
Jouni Malinen
2015-08-29
1
-18/+12
*
WPS: Clean up http_client_tx_ready()
Jouni Malinen
2015-08-29
1
-6/+6
*
WPS: Remove duplicated isgraph() loop in HTTP header parsing
Jouni Malinen
2015-08-28
1
-2/+0
*
WPS: Merge common error paths in HTTP server
Jouni Malinen
2015-08-28
1
-5/+3
*
WPS: Fix HTTP body length check
Jouni Malinen
2015-08-24
1
-3/+6
*
WPS ER: Fix SSDP CACHE-CONTROL line parser
Jouni Malinen
2015-08-15
1
-3/+1
*
WPS: Reject AP settings with invalid network key (PSK/passphrase)
Jouni Malinen
2015-08-06
1
-2/+3
*
WPS: Avoid bogus static analyzer warning in ndef_parse_record()
Jouni Malinen
2015-07-17
1
-3/+5
*
NFC: Add a hardcoded limit on maximum NDEF payload length
Jouni Malinen
2015-07-08
1
-1/+2
*
NFC: Fix payload length validation in NDEF record parser
Jouni Malinen
2015-07-08
1
-1/+4
*
NFC: Avoid misaligned read of an NDEF field
Jouni Malinen
2015-07-07
1
-1/+1
*
WPS: Add more debug prints to httpread
Jouni Malinen
2015-05-03
1
-5/+27
*
WPS: Replace the httpread_debug design with standard debug prints
Jouni Malinen
2015-05-03
1
-43/+18
*
WPS: Check maximum HTTP body length earlier in the process
Jouni Malinen
2015-05-03
1
-0/+13
*
WPS: Extra validation step for HTTP reader
Jouni Malinen
2015-05-03
1
-0/+5
*
WPS: Fix HTTP chunked transfer encoding parser
Jouni Malinen
2015-05-03
1
-0/+7
*
WPS: Add support for 60 GHz band
Hamad Kadmany
2015-04-27
5
-3/+13
*
Declare all read only data structures as const
Mikael Kanstrup
2015-04-25
2
-5/+5
*
WPS: Explicitly reject Public Key attribute with unexpected length
Jouni Malinen
2015-04-22
1
-0/+12
*
WPS: Truncate variable length string attributes to maximum length
Jouni Malinen
2015-04-22
2
-4/+20
*
tests: Add p2p-fuzzer
Jouni Malinen
2015-04-22
1
-3/+36
*
Use common is_ctrl_char() helper function
Jouni Malinen
2015-04-22
1
-1/+2
*
WPS: Ignore too long SSID attribute
Jouni Malinen
2015-04-22
1
-0/+5
*
Use SSID_MAX_LEN define instead of value 32 when comparing SSID length
Jouni Malinen
2015-04-22
1
-2/+3
*
WPS: Ignore too long Device Name attribute
Jouni Malinen
2015-04-22
1
-0/+6
[next]