dbus: Remove forgotten, unused functions from GetAll script
[libeap.git] / wpa_supplicant /
2009-12-26 Jouni Malinendbus: show messages in debug log
2009-12-26 Jouni Malinendbus: Check that wpa_s->scan_res != NULL before derefer...
2009-12-26 Jouni MalinenIndicate interface removal only if the interface was...
2009-12-26 Jouni Malinendbus: Fix wpa_supplicant_add_iface() calls
2009-12-26 Jouni Malinendbus: Use os_*() wrappers for memory allocations consis...
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-25 Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-25 Jouni MalinenGet rid of direct hostapd_for_each_interface() calls
2009-12-25 Jouni MalinenMove rest of the generic AP mode functionality into...
2009-12-25 Jouni MalinenDo not use virtual driver_ops for wpa_supplicant AP...
2009-12-25 Jouni MalinenMove driver deinitialization away from hostapd.c
2009-12-25 Jouni MalinenMove WPA authenticator glue code into a separate file
2009-12-25 Jouni MalinenMove authentication server setup into separate file
2009-12-25 Jouni MalinenMove ctrl_iface_ap.c into src/ap
2009-12-25 Jouni MalinenMove hostapd driver initialization away from hostapd.c
2009-12-25 Jouni MalinenFix wpa_supplicant CONFIG_AP build
2009-12-24 Jouni MalinenMove wps_hostapd.c into src/ap
2009-12-24 Jouni MalinenMove generic AP functionality implementation into src/ap
2009-12-24 Jouni Malinenhostapd: Use separate driver operations abstraction
2009-12-24 Felix Fietkauhostapd: Add WDS (4-address frame) mode with per-statio...
2009-12-23 Jouni MalinenConvert to use struct dl_list
2009-12-23 Jouni MalinenComment CONFIG_WPA_TRACE_BFD=y out by default
2009-12-23 Jouni MalinenAvoid NULL dereference on error path when default drive...
2009-12-21 Jouni MalinenCopy config_methods and device_type configuration for...
2009-12-21 Jouni MalinenWPS: Make Config Methods configurable for wpa_supplicant
2009-12-21 Jouni MalinenAdd "keypad" to config methods for wpa_supplicant AP...
2009-12-20 Jouni MalinenDescribe tracing build options for developers
2009-12-20 Jouni MalinenAdd option libbfd support for tracing code
2009-12-20 Jouni Malinendbus: Fix build with "ctrl_iface_" prefix removed
2009-12-20 Jouni Malinendbus: Remove the confusing "ctrl_iface_" prefix from...
2009-12-20 Jouni Malinendbus: Move some of conditional WPS code into separate...
2009-12-20 Jouni Malinendbus: Remove unnecessary CONFIG_WPS ifdefs from header...
2009-12-20 Jouni Malinendbus: Clean dbus build files on wpa_supplicant 'make...
2009-12-20 Jouni Malinendbus: Rename .service file to use the service name...
2009-12-20 Witold Sowadbus: Add missing .service file for the new D-Bus API
2009-12-20 Jouni MalinenMove D-Bus related files into their own subdirectory
2009-12-20 Jouni MalinenAdd empty FIPS PRF wrapper for CryptoAPI
2009-12-19 Jouni MalinenWPS ER: Delay wpa_supplicant termination to allow unsub...
2009-12-19 Jouni MalinenFree readline() output with free(), not os_free()
2009-12-19 Jouni MalinenAdd memory allocation analyzer to verify OS wrapper use
2009-12-19 Jouni Malineneloop: Remove global user data pointer
2009-12-19 Jouni MalinenMake hostapd_for_each_interface() take context pointer...
2009-12-19 Jouni MalinenAdd backtrace support for debugging
2009-12-19 Jouni Malineneapol_test: Fix build after RADIUS msg API changes
2009-12-19 Jouni MalinenChange radius_msg_free() to free the buffer
2009-12-18 Jouni MalinenFix xcode build (eap_register.c needs to be included)
2009-12-16 Jouni MalinenShow current mode (station/AB/IBSS) in status
2009-12-15 Jouni MalinenInitialize new_connection = 1 to fix wpa_supplicant...
2009-12-13 Jouni MalinenMark management frame processing functions to use const...
2009-12-13 Jouni MalinenMark ieee802_11_parse_elems() input and parsed elems...
2009-12-13 Jouni MalinenUse generic driver events for TX status and RX reporting
2009-12-13 Jouni MalinenFix VS project files to match with source code file...
2009-12-12 Jouni MalinenRemove obsolete Prism54.org driver support (driver_pris...
2009-12-12 Jouni MalinenWPS: Handle Selected Registrar as a union of info from...
2009-12-12 Jouni MalinenWPS: Add display and keypad config methods for WPS ER
2009-12-11 Jouni MalinenFix dh_groups.o build for some configurations
2009-12-09 Jouni MalinenRemove struct hostapd_rate_data from driver API
2009-12-06 Jouni MalinenAdd support for building IEEE 802.11n support into...
2009-12-06 Jouni MalinenFix some issues with test program builds
2009-12-06 Jouni MalinenMove test_x509v3 into the new tests subdirectory
2009-12-06 Jouni MalinenRemove forgotten asn1_test build target
2009-12-06 Jouni MalinenRemove conditional no-RADIUS build from src/radius
2009-12-06 Jouni MalinenRemove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256...
2009-12-06 Jouni MalinenSplit crypto_internal.c into parts to clean up build
2009-12-06 Jouni MalinenMove EAP method registration away from src/eap_{peer...
2009-12-05 Jouni MalinenRemove unnecessary defines
2009-12-05 Jouni MalinenMove more tests from wpa_supplicant/tests into tests
2009-12-05 Jouni MalinenMove MD4 test from wpa_supplicant/tests into tests
2009-12-05 Jouni MalinenMove milenage.[ch] into src/crypto
2009-12-04 Jouni MalinenIBSS RSN: Add more verbose debug info for key setup
2009-12-04 Jouni MalinenIBSS RSN: Wait for connection event and do not use...
2009-12-04 Jouni MalinenSME: Do not process disassoc frame unless SME is used
2009-12-04 Jouni MalinenFix build with both CONFIG_AP=y and CONFIG_IBSS_RSN...
2009-12-03 Jouni Malinennl80211: Add support for IBSS networks
2009-12-03 Witold Sowadbus: switch dbus APIs initialization order
2009-12-03 Witold Sowadbus: Enable -u option when only the new DBus API is...
2009-12-03 Jouni MalinenFix wpa_priv compilation after driver_ops changes
2009-12-03 Dmitry ShmidtFix wpa_priv memory leak in wpa_priv_get_scan_results2()
2009-12-02 Jouni MalinenSME: Deauthenticate to clear state after disassociation...
2009-12-02 Jouni MalinenFix driver initialization not to crash if driver does...
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenMove EAPOL authenticator state machine into src/eapol_auth
2009-11-29 Jouni MalinenFix IBSS RSN build
2009-11-29 Jouni MalinenRemove src/rsn_supp from default header path
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-29 Jouni MalinenSplit scan processing for RSN preauthentication into...
2009-11-28 Jouni MalinenRemove old wpa_supplicant/hostapd doxygen files
2009-11-28 Jouni MalinenFix init2() driver_ops to get the correct global driver...
2009-11-26 Jouni MalinenWPS: Update couple of missed Primary Device Type uses
2009-11-26 Jouni MalinenWPS: Clean up Primary Device Type handling
2009-11-24 Jouni MalinenFix internal crypto build with some configurations
2009-11-23 Jouni MalinenRemove obsoleted get_scan_results() driver_ops
2009-11-23 Jouni MalinenRemove deprecated scan and set_probe_req_ie driver_ops
2009-11-23 Jouni MalinenRemove deprecated driver_ops handlers
2009-11-23 Jouni MalinenFix CONFIG_AP=y build after driver_ops set_key merge
2009-11-23 Jouni MalinenAdd cleared deprecation notes on iwl,ndiswrapper,madwif...
2009-11-23 Jouni MalinenMerge set_key and hapd_set_key driver_ops into a single...
2009-11-23 Jouni MalinenMove definitions away from hostapd_defs.h
2009-11-23 Jouni MalinenMerge set_beacon driver_ops into a single one
2009-11-21 Jouni MalinenPreparations for v0.7.0 release hostap_0_7_0
next