Indicate CTRL-EVENT-AUTH-REJECT event on authentication rejection
[mech_eap.git] / src / utils /
2015-08-27 Mitchell WillsMake sure configuration is saved to storage device
2015-08-13 Kanchanapally, Vid... Android: Use more flexible userid when launching browse...
2015-08-03 Jouni MalinenMove debug level string conversion functions to wpa_debug.c
2015-07-26 Max Stepanovutils: Add cstr_token() function
2015-07-23 Jouni Malineneloop: Fix cases where a socket is reopened from a...
2015-07-23 Jouni Malinentests: eloop socket re-open from timeout/socket handler
2015-07-22 Jouni Malineneloop: Try to terminate more quickly on SIGINT and...
2015-07-19 Jouni Malinentests: Additional module tests for src/utils
2015-07-17 Jouni MalinenDrop CONFIG_TI_COMPILER ifdefs
2015-07-16 Anton NayshtutAdd is_multicast_ether_addr()
2015-07-16 Anton Nayshtuthostapd: Global control interface notifications
2015-07-07 Jouni MalinenAvoid ubsan warning on 0x80<<24 not fitting in int...
2015-07-07 Jouni Malinenradiotap: Avoid ubsan warning on 1<<31
2015-07-07 Jouni Malinentrace: Use explicit alignment requirements to avoid...
2015-07-07 Jouni MalinenMake BIT() unsigned int instead of int
2015-07-07 Jouni MalinenInclude stddef.h to use the standard offsetof()
2015-06-29 Jouni MalinenAdd backtrace-based error path testing mechanism
2015-06-17 Jouni MalinenClear allocated debug message buffers explicitly
2015-06-10 Jouni MalinenDocument the wpa_msg_cb "global" parameter
2015-04-22 Jouni Malinentests: Add a module test for wpa_ssid_txt() with too...
2015-04-22 Jouni MalinenUse common is_ctrl_char() helper function
2015-04-22 Jouni MalinenUse SSID_MAX_LEN define instead of value 32 when compar...
2015-03-29 Jouni MalinenAdd wpa_snprintf_hex_sep()
2015-03-28 Ben Greearhttp-curl: Improve log messages
2015-03-14 Jouni MalinenFix bitfield_get_first_zero() to not read beyond buffer
2015-02-28 Jouni Malinentests: Module tests for common.c
2015-02-28 Jouni Malinentests: Increase bitfield module test coverage
2015-02-28 Jouni Malinentests: Add module tests for base64
2015-02-21 Jouni Malinentrace: Initialize alloc_list even without os_program_in...
2015-02-19 Jouni MalinenFix OCSP debug messages
2015-02-19 Subhani ShaikHTTP: Fix OCSP error path
2015-02-02 Brian GixAdd helper functions for escaping and unescaping UTF-8
2015-01-10 Jouni MalinenDefine host_to_le32() for Windows builds
2015-01-10 Jouni MalinenFix os_win32 build
2015-01-10 Jouni Malinentrace: Fix out-of-memory testing logic
2015-01-10 Stefan TomanekAdd address masks to BSSID lists
2015-01-07 Jouni MalinenAdd support for testing memory allocation failures
2015-01-06 Jouni Malinentrace: Fix compiler warning on 32-bit builds with bfd...
2015-01-06 Jouni Malineneloop: Fix WPA_TRACE tracking in case of realloc failure
2015-01-05 Jouni MalinenAdd wpabuf_clear_free() to allow clearing of freed...
2014-12-29 Paul Stewarthostapd: Set stdout line-buffered
2014-12-26 Jouni MalinenClean up debug prints to use wpa_printf()
2014-12-25 Jouni MalinenFix CONFIG_OS=none build
2014-12-25 Jouni MalinenFix CONFIG_OS=internal build
2014-12-14 Jouni MalinenRemove unused find_first_bit()
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - automatic 2
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - automatic 1
2014-12-08 Jouni MalinenAdd os_snprintf_error() helper
2014-12-08 Jouni Malinenbase64: Try to avoid static analyzer warning (part 2)
2014-12-06 Jouni Malinenbase64: Try to avoid static analyzer warning
2014-12-06 Jouni MalinenPCSC: Make AID copying easier for static analyzers
2014-11-23 Jouni Malinenradiotap: Initialize all members in ieee80211_radiotap_...
2014-11-23 Jouni MalinenPCSC: Use clearer file TLV length validation step
2014-11-16 Moshe BenjiAdd wpa_scnprintf() helper function
2014-11-16 Eliad PellerAdd str_token() function
2014-10-27 Kyeyoon Parkcommon: Add definition for ETH_HLEN
2014-10-21 Jouni Malinenbrowser-android: Use execv() directly instead of os_exec()
2014-10-21 Jouni Malinenbrowser-wpadebug: Use execv() directly instead of os_exec()
2014-10-21 Jouni Malinenbrowser-system: Use execv() directly instead of os_exec()
2014-10-12 Toby GrayFix warning about unused parameter if CONFIG_DEBUG_FILE...
2014-10-09 Jouni Malinenbrowser-wpadebug: Use more robust mechanism for startin...
2014-10-09 Jouni Malinenbrowser-android: Use more robust mechanism for starting...
2014-10-09 Jouni Malinenbrowser-system: Use more robust mechanism for starting...
2014-10-09 Jouni MalinenAdd os_exec() helper to run external programs
2014-09-29 Jouni MalinenAdd helper function for generating random MAC addresses...
2014-09-28 Bernhard Walleutil: Don't use "\e"
2014-09-27 Jouni MalinenAdd helper function for generating random MAC addresses
2014-09-07 Jouni MalinenHTTP: Fix OCSP status check
2014-09-07 Jouni MalinenRemove unnecessarily shadowed local variable
2014-07-31 Elliott HughesAndroid: Always #include <sys/...>, not <linux/...>
2014-07-26 Jouni MalinenAdd wpa_msg_global_ctrl()
2014-07-02 Jouni MalinenHS 2.0 R2: Clear hs20-osu-client configuration keys...
2014-07-02 Jouni MalinenClear wpa_supplicant configuration keys explicitly
2014-07-02 Jouni MalinenPCSC: Debug print extra response data
2014-07-02 Jouni MalinenAdd constant time memory comparison function os_memcmp_...
2014-06-02 Jouni Malinentests: printf_encode unit test for bounds checking
2014-06-02 Stuart HendersonFix off-by-one bounds checking in printf_encode()
2014-05-26 Jouni Malinentests: Unit tests for WPA_TRACE
2014-05-26 Jouni Malinentests: Add unit tests for ext_password
2014-05-26 Jouni MalinenRemove unused hostapd_ip_diff()
2014-05-26 Jouni Malinentests: int_array unit tests
2014-05-26 Jouni Malinentests: Move bitfield unit tests into wpa_supplicant...
2014-05-26 Jouni Malinentests: Add printf encoding/decoding module tests
2014-05-16 Masashi Honmaeloop: Add epoll option for better performance
2014-05-16 Masashi Honmaeloop: Separate event loop select/poll implementation
2014-05-15 Simon BaatzSCARD: Fix GSM authentication on USIM
2014-04-25 Jouni Malinentrace: Replace demangle.h with internal defines
2014-04-24 Ilan Peerradiotap: Fix compilation for systems without le16toh...
2014-04-13 Johannes Bergradiotap: Update radiotap parser to library version
2014-03-31 Jouni Malinenedit: Increase buffer size to 4096 bytes
2014-03-31 Jouni MalinenXML: Remove forgotten, unused definition of debug_print...
2014-03-25 Maxime Bizoneloop: Add assert() on negative fd when using select...
2014-03-17 Jouni MalinenHS 2.0R2: Clean up debug from libcurl
2014-03-11 Jouni MalinenHS 2.0R2: Add parse_cert command for debugging purposes
2014-03-11 Jouni MalinenAdd os_file_exists()
2014-03-11 Jouni MalinenHS 2.0R2: Add wrapper functions for libcurl
2014-03-11 Jouni MalinenHS 2.0R2: Add wrapper functions for libxml2
2014-03-11 Jouni MalinenHS 2.0R2: Add wrapper for system browser
2014-03-11 Jouni MalinenHS 2.0R2: Add wrapper for wpadebug browser on Android
2014-03-11 Jouni MalinenHS 2.0R2: Add wrapper for Android browser for user...
next