TDLS: Remove link, if any, on an implicit set up request
[mech_eap.git] / src / utils /
2013-02-03 Pontus Fuchseloop: Add a timer cancel that returns the remaining...
2013-02-03 Jouni Malineneloop_win: Update to be closer to the current eloop.c
2013-02-03 Jouni Malineneloop_win: Use struct dl_list for timeouts
2013-02-03 Jouni Malineneloop_none: Update sample to be closer to the current...
2013-02-03 Jouni Malineneloop_none: Use struct dl_list for timeouts
2013-02-03 Jouni Malineneloop_none: Fix compilation
2013-01-12 Jouni MalinenReplace macros with inline functions for WPA_{GET,PUT...
2012-08-19 Jouni Malinenwpabuf: Get rid of separate ext_data pointer
2012-08-19 Jouni MalinenUse a shared helper function for merging supported...
2012-08-13 Jouni MalinenConvert os_realloc() for an array to use os_realloc_array()
2012-08-13 Jouni MalinenAdd os_realloc_array() wrapper
2012-08-13 Jouni MalinenAdd os_calloc() wrapper
2012-08-07 Jouni Malinenhostapd: Add alternative format for configuring SSID
2012-08-07 Jouni MalinenMake wpa_config_parse_string() a shared function
2012-08-07 Jouni MalinenUse printf escaping in SSID-to-printable-string conversion
2012-08-07 Jouni MalinenAdd routines for encoding/decoding printf escaping...
2012-08-05 Jouni Malinenedit: Clear edit line on deinit when using readline
2012-08-05 Jouni Malinenedit: Add support for prompt string with readline
2012-08-05 Jouni Malinenedit: Add support for prompt string with internal line...
2012-08-05 Janusz Dziedzicedit: Add support for setting prompt string
2012-08-03 Jouni MalinenEXT PW: Add framework for supporting external password...
2012-07-04 Jouni Malineneloop: Fix EVENT_TYPE_WRITE with poll()-based eloop
2012-06-24 Ben Greeareloop/poll: Handle POLLER | POLLHUP in read logic
2012-04-28 Jouni MalinenFix compiler warning on printf format with size_t
2012-04-07 Jouni MalinenRemove experimental Symbian build
2012-03-31 Johannes Bergdebug: Add option to log to Linux tracing
2012-03-29 Jouni MalinenFix eapol_test build without CONFIG_PCSC=y
2012-03-04 Jouni MalinenInterworking: Use EAP-AKA if USIM is used
2012-03-03 Jouni MalinenSCARD: Increase application template DO buffer size
2012-03-03 Jouni MalinenSCARD: Move SIM file definitions into the C file
2012-03-03 Jouni MalinenSCARD: Add function for fetching PIN retry counter
2012-03-03 Jouni MalinenSCARD: Add debug dumps of FCP template TLVs in SELECT...
2012-03-03 Jouni MalinenSCARD: Reindent scard_parse_fsp_templ()
2012-02-26 Jouni Malinenpcsc: Allow T1 protocol to be enabled
2012-02-26 Jouni MalinenAllow PC/SC reader to be selected and initialized at...
2012-02-18 Jouni MalinenAndroid: Extend debug logging to include wpa_dbg and...
2012-02-12 Jouni Malineneloop: Fix allocation failure handling in poll() version
2012-02-12 Ben Greeareloop: Support poll() in eloop
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-01-29 Nicolas Cavallariwpa_debug: Support outputting hexdumps into syslog
2012-01-25 Jouni Malinenpcsc: Fix compiler warning on signed vs. unsigned compa...
2012-01-22 Simon BaatzSIM/USIM: Add function to get the MNC length from the...
2011-12-18 Jouni MalinenPCSC: Accept 0x67 (Wrong length) as a response to READ...
2011-11-20 Jouni MalinenAvoid possible compiler warning in os_gmtime()
2011-11-19 Helmut Schaanl80211: Implement noack policy for send_mlme
2011-11-18 Jouni MalinenUse NULL instead of 0 for pointers
2011-11-18 Jouni MalinenInclude list.h after trace.h to avoid offsetof refinition
2011-11-03 Jouni MalinenInclude time.h to fix Windows builds
2011-10-28 Johannes Bergdl_list: Add DEFINE_DL_LIST
2011-10-23 Jouni MalinenRemove unused variable from os_gmtime()
2011-10-21 Dmitry ShmidtSet ANDROID_LOG_NAME depending on application
2011-10-17 Jouni MalinenAdd os_gmtime() as wrapper for gmtime()
2011-10-16 Jouni Malinenbase64: Stop decoding at the first sequence of pad...
2011-10-15 Jouni Malinenedit: Fix history prev/next selection
2011-09-21 Pavel RoskinFix typos found by codespell
2011-09-12 Jouni MalinenRemove time.h include from utils/includes.h
2011-06-23 Jouni MalinenAdd a copyright and license statement for a radiotap...
2011-04-14 Jouni MalinenAdd sanity checks for fseek and ftell return values
2011-03-20 Sam LefflerAdd support for setting the syslog facility from the...
2011-03-06 Ganesh PrasadhTDLS: Add initial support for TDLS (IEEE Std 802.11z...
2011-03-06 Jouni MalinenAdd defines for Valgrind client requests
2011-03-06 Jouni Malineneloop: Fix integer overflow in long timeouts
2011-02-25 Dmitry ShmidtAdd CONFIG_ANDROID_LOG support
2011-02-25 Dmitry ShmidtChange executable permissions for Android
2011-02-21 Guy Eilamutils: Corrected a typo in header's name definition
2011-02-10 Jouni MalinenFix CONFIG_NO_STDOUT_DEBUG=y build
2011-02-10 Ben GreearUse wpa_msg() instead of wpa_printf()
2011-02-06 Ben GreearAdd interface name to wpa_msg() output
2011-02-06 Ben Greearwpa_supplicant: Support 'relog' command to re-open...
2011-02-02 Johannes Bergutil: Add compact MAC address formatting/parsing
2011-01-26 Jouni MalinenFix couple of compiler warnings about uninitialized...
2011-01-09 Jouni MalinenUse set_key addr to distinguish default and multicast...
2010-12-16 Jouni Malinenwlantest: Add send command for injecting raw frames
2010-11-21 Jouni Malinenedit: Clear edit line on deinit
2010-11-21 Jouni Malinenedit: Limit maximum number of history entries to 100
2010-11-21 Jouni Malinenedit: Implement history file read/write
2010-11-21 Jouni Malinenedit: Fix history prev selection
2010-11-21 Jouni Malinenedit: Move history save file specification to caller
2010-11-21 Jouni Malinenedit: Use struct dl_list for history buffer
2010-11-20 Jouni Malinenedit: Fix delete_word when not in the end of line
2010-11-20 Jouni Malinenedit: Add history buffer search
2010-11-20 Jouni Malinenedit: Clean up escape code parser
2010-11-20 Jouni Malinenedit: Split escape code parsing into a separate function
2010-11-20 Jouni Malinenedit: Sort completion list
2010-11-20 Jouni Malinenedit: Really fix the completion of last character
2010-11-20 Jouni Malinenedit: Fix completion at the last character
2010-11-20 Jouni Malinenedit: Fix delete word to update current position
2010-11-20 Jouni Malinenedit: Fix completion of arguments other than the first one
2010-11-20 Jouni Malinenedit: Fix Home/End escape codes
2010-11-20 Jouni Malinenwlantest: Add interactive mode to wlantest_cli
2010-11-19 Jouni Malinenedit: Add string completion support on tab
2010-11-18 Jouni Malinenwlantest: Add preliminary infrastructure for injecting...
2010-11-14 Jouni MalinenMove wpa_cli readline integration into src/utils/edit_r...
2010-11-14 Jouni Malinenwpa_cli: Use edit API as a wrapper for optional readline
2010-11-14 Jouni Malinenedit: Redraw input line on ^L
2010-11-14 Jouni MalinenMove command line editing routines into src/utils/edit...
2010-10-31 Jouni MalinenMake wpa_hexdump_buf{,-key} handle NULL buffer
2010-09-09 Jouni MalinenP2P: Add initial version of P2P Module
2010-08-28 Masashi HonmaSolaris: Add support for wired IEEE 802.1X client
2010-08-26 Masashi Honmatrace: Fix void pointer arithmetic
next