summaryrefslogtreecommitdiff
path: root/src/wps
Commit message (Expand)AuthorAgeFilesLines
* WPS: Reduce wps_ap_priority_compar() stack useJouni Malinen2015-09-071-6/+6
* WPS ER: Clean up WPS session on PutMessage error casesJouni Malinen2015-09-071-7/+20
* WPS: Allow config_methods to be cleared with an empty stringJouni Malinen2015-09-051-1/+1
* WPS: Merge identical error paths in ssdp_listener_open()Jouni Malinen2015-09-051-8/+5
* WPS: Remove trailing CR from subscription callback URLsJouni Malinen2015-08-311-0/+2
* WPS: Print subscription UUID in debug log in more placesJouni Malinen2015-08-312-5/+15
* WPS: Clean up next_advertisement() error pathJouni Malinen2015-08-311-5/+1
* WPS: Merge event_send_start() error pathsJouni Malinen2015-08-311-5/+3
* WPS: Merge SetSelectedRegistrar parsing error returnsJouni Malinen2015-08-311-4/+2
* WPS: Use a shared error path in http_client_addr()Jouni Malinen2015-08-291-18/+12
* WPS: Clean up http_client_tx_ready()Jouni Malinen2015-08-291-6/+6
* WPS: Remove duplicated isgraph() loop in HTTP header parsingJouni Malinen2015-08-281-2/+0
* WPS: Merge common error paths in HTTP serverJouni Malinen2015-08-281-5/+3
* WPS: Fix HTTP body length checkJouni Malinen2015-08-251-3/+6
* WPS ER: Fix SSDP CACHE-CONTROL line parserJouni Malinen2015-08-151-3/+1
* WPS: Reject AP settings with invalid network key (PSK/passphrase)Jouni Malinen2015-08-061-2/+3
* WPS: Avoid bogus static analyzer warning in ndef_parse_record()Jouni Malinen2015-07-171-3/+5
* NFC: Add a hardcoded limit on maximum NDEF payload lengthJouni Malinen2015-07-081-1/+2
* NFC: Fix payload length validation in NDEF record parserJouni Malinen2015-07-081-1/+4
* NFC: Avoid misaligned read of an NDEF fieldJouni Malinen2015-07-071-1/+1
* WPS: Add more debug prints to httpreadJouni Malinen2015-05-031-5/+27
* WPS: Replace the httpread_debug design with standard debug printsJouni Malinen2015-05-031-43/+18
* WPS: Check maximum HTTP body length earlier in the processJouni Malinen2015-05-031-0/+13
* WPS: Extra validation step for HTTP readerJouni Malinen2015-05-031-0/+5
* WPS: Fix HTTP chunked transfer encoding parserJouni Malinen2015-05-031-0/+7
* WPS: Add support for 60 GHz bandHamad Kadmany2015-04-285-3/+13
* Declare all read only data structures as constMikael Kanstrup2015-04-252-5/+5
* WPS: Explicitly reject Public Key attribute with unexpected lengthJouni Malinen2015-04-221-0/+12
* WPS: Truncate variable length string attributes to maximum lengthJouni Malinen2015-04-222-4/+20
* tests: Add p2p-fuzzerJouni Malinen2015-04-221-3/+36
* Use common is_ctrl_char() helper functionJouni Malinen2015-04-221-1/+2
* WPS: Ignore too long SSID attributeJouni Malinen2015-04-221-0/+5
* Use SSID_MAX_LEN define instead of value 32 when comparing SSID lengthJouni Malinen2015-04-221-2/+3
* WPS: Ignore too long Device Name attributeJouni Malinen2015-04-221-0/+6
* Add WPS_DEV_NAME_MAX_LEN define and use it when comparing lengthJouni Malinen2015-04-221-0/+1
* P2PS: WPS changes needed for P2PS default PINBrian Gix2015-02-023-1/+9
* WPS: Re-fix an interoperability issue with mixed mode and AP SettingsJouni Malinen2015-01-191-6/+32
* Flush WPS registrar state on wpa_supplicant FLUSH commandJouni Malinen2014-12-212-4/+18
* Check os_snprintf() result more consistently - automatic 1Jouni Malinen2014-12-083-10/+10
* WPS: Add missing device typesIlan Peer2014-10-261-2/+43
* WPS UPnP: Check os_get_random() result more consistentlyJouni Malinen2014-10-111-1/+2
* WPS UPnP: Check os_get_random() resultJouni Malinen2014-10-111-3/+9
* WPS UPnP: Make dl_list_first() use easier for static analyzerJouni Malinen2014-10-111-4/+6
* WPS: Extend internal entropy pool help for key/snonce derivationJouni Malinen2014-09-082-3/+20
* WPS: Clear keys/PINs explicitlyJouni Malinen2014-07-023-10/+11
* WPS: Use os_memcmp_const() for hash/password comparisonsJouni Malinen2014-07-023-11/+12
* WPS: Check wps_build_wfa_ext() return value consistently (CID 68104)Jouni Malinen2014-06-141-1/+4
* WPS: Clean up indentation level (CID 68109)Jouni Malinen2014-06-121-2/+2
* WPS: Check for theoretical gmtime() failureJouni Malinen2014-06-071-0/+2
* WPS ER: Fix UDN parser to handle missing fieldJouni Malinen2014-06-071-6/+9