Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / src / wps /
2016-08-06 Jouni MalinenShare a single str_starts() implementation
2016-06-23 Jouni Malinentests: Declare module test functions in a header file
2016-06-23 Jouni Malinentests: Mark some module test arrays static
2016-05-16 Jouni MalinenWPS: Check sha256_vector() result in wps_build_oob_dev_pw()
2016-05-16 Jouni MalinenWPS: Fix debug prints in wps_derive_psk() error case
2016-05-13 Rujun WangWPS: Fix segmentation fault in new DH key derivation
2016-05-02 Jouni MalinenWPS: Reject a Credential with invalid passphrase
2016-04-28 Jouni MalinenWPS: Explicitly clear wpabuf memory with key information
2016-02-19 Nick LoweWPS: Use only os_get_random() for PIN generation
2016-01-01 Jouni MalinenWPS: Testing mechanism to force auth/encr type flags
2016-01-01 Jouni MalinenWPS: Add a workaround for WPA2PSK missing from Enrollee...
2016-01-01 Jouni MalinenWPS: Do not build Credential with unsupported encr...
2015-11-30 Jouni MalinenWPS: Support parallel UPnP WPS protocol runs
2015-10-18 Jouni MalinenWPS: Avoid undefined behavior in pointer arithmetic
2015-10-03 Jouni MalinenWPS: Mark web_connection_parse_get() argument filename...
2015-09-07 Jouni MalinenWPS: Reduce struct wps_parse_attr size
2015-09-07 Jouni MalinenWPS: Reduce wps_ap_priority_compar() stack use
2015-09-07 Jouni MalinenWPS ER: Clean up WPS session on PutMessage error cases
2015-09-05 Jouni MalinenWPS: Allow config_methods to be cleared with an empty...
2015-09-05 Jouni MalinenWPS: Merge identical error paths in ssdp_listener_open()
2015-08-31 Jouni MalinenWPS: Remove trailing CR from subscription callback...
2015-08-31 Jouni MalinenWPS: Print subscription UUID in debug log in more places
2015-08-31 Jouni MalinenWPS: Clean up next_advertisement() error path
2015-08-31 Jouni MalinenWPS: Merge event_send_start() error paths
2015-08-31 Jouni MalinenWPS: Merge SetSelectedRegistrar parsing error returns
2015-08-29 Jouni MalinenWPS: Use a shared error path in http_client_addr()
2015-08-29 Jouni MalinenWPS: Clean up http_client_tx_ready()
2015-08-28 Jouni MalinenWPS: Remove duplicated isgraph() loop in HTTP header...
2015-08-28 Jouni MalinenWPS: Merge common error paths in HTTP server
2015-08-24 Jouni MalinenWPS: Fix HTTP body length check
2015-08-15 Jouni MalinenWPS ER: Fix SSDP CACHE-CONTROL line parser
2015-08-06 Jouni MalinenWPS: Reject AP settings with invalid network key (PSK...
2015-07-17 Jouni MalinenWPS: Avoid bogus static analyzer warning in ndef_parse_...
2015-07-08 Jouni MalinenNFC: Add a hardcoded limit on maximum NDEF payload...
2015-07-08 Jouni MalinenNFC: Fix payload length validation in NDEF record parser
2015-07-07 Jouni MalinenNFC: Avoid misaligned read of an NDEF field
2015-05-03 Jouni MalinenWPS: Add more debug prints to httpread
2015-05-03 Jouni MalinenWPS: Replace the httpread_debug design with standard...
2015-05-03 Jouni MalinenWPS: Check maximum HTTP body length earlier in the...
2015-05-03 Jouni MalinenWPS: Extra validation step for HTTP reader
2015-05-03 Jouni MalinenWPS: Fix HTTP chunked transfer encoding parser
2015-04-27 Hamad KadmanyWPS: Add support for 60 GHz band
2015-04-25 Mikael KanstrupDeclare all read only data structures as const
2015-04-22 Jouni MalinenWPS: Explicitly reject Public Key attribute with unexpe...
2015-04-22 Jouni MalinenWPS: Truncate variable length string attributes to...
2015-04-22 Jouni Malinentests: Add p2p-fuzzer
2015-04-22 Jouni MalinenUse common is_ctrl_char() helper function
2015-04-22 Jouni MalinenWPS: Ignore too long SSID attribute
2015-04-22 Jouni MalinenUse SSID_MAX_LEN define instead of value 32 when compar...
2015-04-22 Jouni MalinenWPS: Ignore too long Device Name attribute
2015-04-22 Jouni MalinenAdd WPS_DEV_NAME_MAX_LEN define and use it when compari...
2015-02-02 Brian GixP2PS: WPS changes needed for P2PS default PIN
2015-01-19 Jouni MalinenWPS: Re-fix an interoperability issue with mixed mode...
2014-12-21 Jouni MalinenFlush WPS registrar state on wpa_supplicant FLUSH command
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - automatic 1
2014-10-25 Ilan PeerWPS: Add missing device types
2014-10-11 Jouni MalinenWPS UPnP: Check os_get_random() result more consistently
2014-10-11 Jouni MalinenWPS UPnP: Check os_get_random() result
2014-10-11 Jouni MalinenWPS UPnP: Make dl_list_first() use easier for static...
2014-09-08 Jouni MalinenWPS: Extend internal entropy pool help for key/snonce...
2014-07-02 Jouni MalinenWPS: Clear keys/PINs explicitly
2014-07-02 Jouni MalinenWPS: Use os_memcmp_const() for hash/password comparisons
2014-06-14 Jouni MalinenWPS: Check wps_build_wfa_ext() return value consistentl...
2014-06-12 Jouni MalinenWPS: Clean up indentation level (CID 68109)
2014-06-07 Jouni MalinenWPS: Check for theoretical gmtime() failure
2014-06-07 Jouni MalinenWPS ER: Fix UDN parser to handle missing field
2014-04-29 Jouni MalinenMake dl_list_first() and dl_list_last() uses easier...
2014-04-29 Jouni MalinenWPS HTTP: Remove unused assignment
2014-04-28 Jouni MalinenWPS: Print setsockopt() failure in debug log
2014-04-06 Jouni MalinenWPS: Remove unused WEP related functionality
2014-03-25 Jouni MalinenWPS: Enable WSC 2.0 support unconditionally
2014-03-20 Jouni MalinenWPS: Do not advertise WPA/WPA2-Enterprise Auth Type...
2014-03-13 Jouni MalinenWPS: Extend per-station PSK to support ER case as well
2014-03-05 Rahul JainWPS: Parse Registrar Configuration Methods
2014-03-02 Jouni MalinenWPS: Remove duplicate variable setting
2014-03-02 Jouni MalinenMake code path easier for static analyzers
2014-02-22 Jouni MalinenWPS: Fix UNSUBSCRIBE error returns if NT or CALLBACK...
2014-02-22 Jouni MalinenWPS: Fix UNSUBSCRIBE to return 412 if no SID match...
2014-02-22 Jouni MalinenWPS: Remove unnecessary filename NULL check
2014-02-21 Jouni Malinentests: Add module tests for WPS attribute parsing
2014-02-21 Jouni MalinenWPS: Fix parsing of 0-length WFA vendor extension subel...
2014-02-07 Jouni MalinenWPS: Add more debug information to M7 AP Settings
2014-02-07 Jouni MalinenWPS: Indicate current AP settings in M7 in unconfigurat...
2014-02-04 Jouni MalinenWPS: Remove unused Credential AP Channel processing
2014-02-04 Jouni MalinenWPS: Remove unused 802.1X attribute parsing and processing
2014-01-27 Jouni MalinenWPS: Add testing option to corrupt public key hash
2014-01-27 Jouni MalinenWPS NFC: Add BSSID and AP channel info to Configuration...
2014-01-27 Jouni MalinenWPS-STRICT: Update valid Device Password ID and Config...
2014-01-27 Jouni MalinenP2P NFC: Enable own NFC Tag on GO Registrar
2014-01-27 Jouni MalinenWPS NFC: Use pubkey mismatch config error from Enrollee
2014-01-27 Jouni MalinenP2P NFC: Report connection handover as trigger for P2P
2014-01-27 Jouni MalinenP2P NFC: Add WPS attribute building for P2P NFC
2014-01-27 Jouni MalinenP2P NFC: Add NDEF helpers for P2P connection handover...
2014-01-27 Jouni MalinenWPS NFC: Allow BSSID and channel to be included in...
2014-01-27 Jouni MalinenNFC: Update WPS ER to use the new connection handover...
2014-01-27 Jouni MalinenWPS NFC: Build new style carrier record for connection...
2014-01-27 Jouni MalinenWPS NFC: Split DH key generation to a separate function
2014-01-27 Jouni MalinenWPS NFC: Update NFC connection handover design
2014-01-27 Jouni MalinenWPS NFC: Use abbreviated handshake if both PK hashes...
2014-01-27 Jouni MalinenWPS NFC: Validate peer public key hash on Enrollee
next