P2P: Send WPS-FAIL event to parent interface, too
[libeap.git] / src / utils /
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
2010-07-05 Jouni MalinenAdd new debug message level for excessive information
2010-05-28 Jouni Malineneloop: Fix crash on signal handler cancelling next...
2010-04-17 Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2010-04-06 Jouni MalinenAdd a more flexible version of hwaddr_aton: hwaddr_aton2()
2010-04-04 Jouni MalinenAdd address to hostapd_logger output in wpa_supplicant...
2010-03-06 Kel Moddermanwpa_supplicant: fix FTBFS on Debian GNU/kFreeBSD
2010-01-10 Jouni Malineneloop: Clear timeout data during allocation
2010-01-09 Masashi Honmabsd: Add support for WPA_TRACE and WPA_TRACE_BFD
2010-01-04 Jouni MalinenMark fmt parameter const for wpa_printf/msg
2009-12-28 Jouni MalinenMark wpabuf_get_trace() static
2009-12-26 Jouni Malineneloop: Fix timeout handler to use local copy of func...
2009-12-24 Jouni MalinenDrop WPA_TRACE reference before eloop timeout handler...
2009-12-24 Jouni MalinenEnable IPv6 support for libutils.a and libradius.a
2009-12-24 Jouni MalinenRedesign struct hostapd_ip_addr to be of fixed size
2009-12-21 Jouni Malinentrace: Show eloop unregistered handler function name...
2009-12-21 Jouni Malinentrace: Filter out uninteresting functions from backtrace
2009-12-21 Jouni Malinentrace: Add active reference tracking
2009-12-21 Jouni MalinenCheck fread return value
2009-12-20 Jouni MalinenAdd option libbfd support for tracing code
2009-12-20 Jouni Malineneloop_win: Fix build after eloop user_data removal
2009-12-20 Jouni Malinenwpabuf: Add WPA_TRACE code to validate correct freeing...
2009-12-20 Jouni Malinenwpabuf: Allow wpabuf_resize(NULL, len) to be used
2009-12-19 Jouni MalinenAdd memory allocation analyzer to verify OS wrapper use
2009-12-19 Jouni Malineneloop: Do not use printf() or fprintf() directly
2009-12-19 Jouni Malineneloop: Use struct dl_list for timeouts
2009-12-19 Jouni Malineneloop: Remove global user data pointer
2009-12-19 Jouni MalinenAdd backtrace support for debugging
2009-12-19 Jouni MalinenAdd generic doubly-linked list implementation
2009-12-06 Jouni MalinenRemove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256...
2009-12-06 Jouni MalinenUse thin archives to allow libraries to be merged
2009-12-05 Jouni MalinenRemove unnecessary defines
2009-12-05 Jouni MalinenAdd rules for building src/crypto as a library
2009-12-05 Jouni MalinenAdd build rules for building a library from src/utils...
2009-12-05 Jouni MalinenMove base64 test code into a new tests subdirectory
2009-11-29 Jouni MalinenMove uuid_gen_mac_addr() from uuid.c into src/wps
2009-11-23 Jouni MalinenMove definitions away from hostapd_defs.h
2009-11-10 Jouni MalinenAdd wpa_msg_ctrl() for ctrl_interface-only messages
2009-11-04 Jouni MalinenWork around some gcc 4.4 strict-aliasing warnings
2009-11-02 Jouni MalinenAdd Xcode project file for building wpa_supplicant
2009-08-26 Masashi HonmaOpenBSD: wired IEEE 802.1X for OpenBSD
2009-08-13 Jouni MalinenAvoid a theoretical integer overflow in base64_encode()
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_MD5
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_MD4
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_SHA256
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_AES
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_DES
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_SHA1
2009-06-29 Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-03-09 Jouni MalinenFT: Add RIC Request generation and validation (but...
2009-03-02 Sam LefflerAdd support for wpa_supplicant syslog output
2009-02-15 Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
2009-02-08 Alan T. DeKokCreate os_daemon for OS X, as it's now deprecated ...
2009-01-29 Jouni MalinenWPS: Add support for external Registrars using UPnP...
2009-01-22 Jouni MalinenWPS: Pad DH Public Key and Shared Key to 192 octets
2009-01-09 Jouni MalinenShare the same radiotap helper implementation
2009-01-05 Ihar HrachyshkaFix wpa_supplicant build for uClinux
2009-01-04 Jouni MalinenSilenced number of Doxygen warnings
2009-01-03 Jouni MalinenFixed sparse warnings about integer vs. pointer use
2009-01-02 Jouni MalinenFixed number of doxygen warnings
2009-01-01 Jouni MalinenWPS: Generate UUID based on MAC address, if not set
2008-12-10 Jouni MalinenWorkaround number of compiler warnings with newer MinGW...
2008-11-26 Jouni MalinenWPS: Moved UUID configuration from phase1 into global...
2008-10-29 Jouni MalinenVerify fread(), fwrite(), and system() return values
2008-06-03 Jouni MalinenIntroduced new helper function is_zero_ether_addr()
2008-06-03 Dan WilliamsDo not continually reschedule specific scans to help...
2008-02-28 Jouni MalinenEAP-FAST: Cleaned up TLV processing and added support...
2008-02-28 Jouni MalinenVerify that os_get_time() does not fail before using...
2008-02-28 Jouni MalinenFixed base64_decode() reject empty input buffers
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...