Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / src / utils /
2016-08-07 Rahul Bedarkarutils: os_unix: Use access() for checking file existence
2016-08-07 Arran Cudbard-BellLink to, and adjust types for, the PCSC framework inclu...
2016-08-06 Jouni MalinenShare a single str_starts() implementation
2016-06-24 Jouni MalinenMove extern declarations for ext_password backends...
2016-06-23 Jouni Malinentests: Declare module test functions in a header file
2016-06-23 Jouni Malinenradiotap: Silence sparse warnings about byte order...
2016-06-23 Jouni Malinentrace: Define externs in a header file
2016-06-23 Jouni MalinenUndefine __bitwise before defining it for sparse
2016-06-19 Cedric Izoardcurl: Don't free memory for subjectAltName before calli...
2016-05-13 SiWon Kangwpa_cli: Add backspace key process for some terminal
2016-05-02 Paul StewartRemove newlines from wpa_supplicant config network...
2016-05-02 Jouni MalinenWPS: Reject a Credential with invalid passphrase
2016-04-16 David Spinadelutils: Add ssid_parse() function
2016-04-09 David Spinadelutils: Rename hostapd_parse_bin to wpabuf_parse_bin...
2016-03-26 Jouni Malinenwlantest: Use local ETH_P_IP define instead of linux...
2016-03-16 Jouni Malinenlibxml2: Check for xmlDocDumpFormatMemory() error case
2016-03-03 Eliad PellerFix CONFIG_WPA_TRACE=y compilation without CONFIG_WPA_T...
2016-02-18 Roy Marpleskqueue: Use 0 instead of NULL for udata
2016-02-18 Roy Marplesctype functions require an unsigned char
2016-02-16 Jouni Malinentrace: Free symbols on program exit
2016-02-15 Jouni MalinenOpenSSL: Fix memory leak in OCSP parsing
2016-02-15 Jouni Malinencurl: Fix memory leak in subjectAltName parsing
2016-02-07 Jouni Malineneloop: Clean up coding style for eloop debug prints
2016-02-07 Roy MarplesImplement kqueue(2) support via CONFIG_ELOOP_KQUEUE
2016-02-07 Roy Marpleseloop: Add eloop_sock_requeue()
2016-02-06 Roshan Piuswpa_supplicant: Fix couple of C++ compiler errors with...
2016-02-04 Jouni MalinenOSU: Add debug printing of more LogotypeExtn fields
2015-12-17 Ayala Bekerutils: Fix NULL pointer dereference with unexpected...
2015-12-04 Jouni MalinenHTTP (curl): OCSP with BoringSSL
2015-11-22 Somdas BandyopadhyayAndroid: Give user the option for selecting browser...
2015-10-25 Jouni MalinenDo not write ERROR level log entries if debug file...
2015-10-25 Jouni MalinenPCSC: Avoid undefined behavior in pointer arithmetic
2015-10-15 Rui PauloPortability fixes for FreeBSD - os_fdatasync()
2015-10-14 Josh LehanEscape DEL char (ASCII 127 decimal) in SSIDs
2015-10-09 Jouni MalinenHTTP (curl): Fix compilation with BoringSSL
2015-09-25 Alan T. DeKokPortability fixes for OS X
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
next