Fix memory leak on EAPOL Authenticator error path
[mech_eap.git] / hostapd /
2010-11-23 Jouni MalinenMaintain internal entropy pool for augmenting random...
2010-11-23 Jouni MalinenFix hlr_auc_gw build with CONFIG_WPA_TRACE=y
2010-11-23 Jouni MalinenAnnotate places depending on strong random numbers
2010-11-10 Jouni MalinenDrop local stations on broadcast deauth/disassoc request
2010-11-10 Jouni MalinenFix a typo in the comment
2010-11-09 Yogesh Ashok Powarhostapd: Prohibit WEP configuration when HT is enabled
2010-11-09 Helmut Schaahostapd: Add comment about CONFIG_FULL_DYNAMIC_VLAN...
2010-11-09 Felix FietkauAllow client isolation to be configured (ap_isolate=1)
2010-11-09 Felix FietkauAdd bridge handling for WDS STA interfaces
2010-11-04 Jouni MalinenRemove unused TX queue parameters related to Beacon...
2010-10-31 Jouni MalinenAdd ctrl_iface command 'GET version'
2010-10-31 Dmitry ShmidtAdd WPA_IGNORE_CONFIG_ERRORS option to continue in...
2010-10-21 Jouni Malinenhostapd: Add wps_config ctrl_interface command for...
2010-10-19 Jouni MalinenWPS: Update Beacon/ProbeResp IE on wps_version_number...
2010-10-08 Jouni MalinenP2P: Extend P2P manager functionality to work with...
2010-10-08 Jouni MalinenFix hostapd_cli get_config not to show key when WPA...
2010-10-07 Jouni MalinenFix .gitignore files to not ignore subdirectory matches
2010-09-24 Jouni MalinenMark ctrl_iface RX debug for PING commands excessive
2010-09-24 Jouni MalinenWPS 2.0: Disable WPS if ignore_broadcast_ssid or WEP...
2010-09-23 Jouni MalinenWPS: Add hostapd_cli get_config command
2010-09-23 Jouni MalinenWPS: Add wps_check_pin command for processing PIN from...
2010-09-22 Jouni MalinenWPS: Make testing operations configurable at runtime
2010-09-15 Dan HarkinsEAP-pwd: Add support for EAP-pwd server and peer functi...
2010-09-09 Jouni MalinenP2P: Add forgotten allow_cross_connection example
2010-09-09 Jouni MalinenP2P: Add preliminary P2P Manager AP support for hostapd
2010-09-09 Jouni MalinenWPS: Fix CONFIG_WPS_STRICT build option
2010-09-09 Jouni MalinenWPS 2.0: Make WSC 2.0 support to be build option (CONFI...
2010-09-09 Jouni MalinenWPS 2.0: Validate WPS attributes in management frames...
2010-09-09 Jouni MalinenWPS 2.0: Add virtual/physical display and pushbutton...
2010-09-09 Jouni MalinenWPS 2.0: Add support for AuthorizedMACs attribute
2010-09-05 Jouni MalinenFix hostapd build with CONFIG_IEEE80211N but without...
2010-08-24 Jouni MalinenWPS: Add support for dynamic AP PIN management
2010-07-21 Jouni MalinenEAP server: Add support for configuring fragment size
2010-07-18 Jouni MalinenFix a typo in Disassociation frame building
2010-04-18 Jouni MalinenPreparations for 0.7.2 release
2010-04-17 Jouni MalinenWPS: Include CONFIG_EAP automatically if WPS is enabled
2010-04-17 Masashi HonmaSupport for Solaris default shell restriction
2010-04-11 Jouni Malinenhostapd_cli: Add deauth/disassoc commands to usage...
2010-04-11 Yogesh Ashok PowarAllow advertising of U-APSD functionality in Beacon
2010-04-07 Jouni MalinenUse more os.h wrapper functions in hostapd_cli
2010-04-07 Gregory DetalAdd support for action scripts in hostapd_cli
2010-04-07 Gregory DetalAP: Add wpa_msg() events for EAP server state machine
2010-04-06 Michael Bueschhostapd: Use cp -f in make install
2010-03-29 Jouni MalinenAdd test commands for sending deauth/disassoc without...
2010-03-29 Jouni MalinenAdd deauthenticate/disassociate ctrl_iface commands
2010-03-07 Jouni MalinenFix a typo in r1kh config parameter description
2010-03-06 Jouni MalinenRemove unneeded CONFIG_EAP comments
2010-02-19 Jouni MalinenRename EAP server source files to avoid duplicate names
2010-01-16 Jouni MalinenPreparations for v0.7.1 release hostap_0_7_1
2010-01-16 Jouni Malinenhostapd: Detect bridge interface automatically
2010-01-16 Jouni MalinenFix linking of nt_password_hash
2010-01-10 Jouni MalinenVerify that os_get_random() success for SA Query id
2010-01-09 Jouni MalinenClose config file on error path
2010-01-09 Masashi Honmabsd: Add support for WPA_TRACE and WPA_TRACE_BFD
2010-01-03 Jouni MalinenRemove src/drivers/scan_helpers.c
2010-01-03 Jouni Malinenhostapd: Fix deinit on initialization failure
2009-12-27 Jouni MalinenSplit hostapd_interface_deinit() into deinit and free...
2009-12-25 Jouni MalinenInclude header files explicitly in *.c, not via header...
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 MalinenMove driver deinitialization away from hostapd.c
2009-12-25 Jouni MalinenClean up some of the hostapd.h function prototype defin...
2009-12-25 Jouni MalinenMove hostapd_prune_associations() into ap/utils.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 iapp.c into src/ap
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 Malinenhostapd: Do not call eloop_terminate() on interface...
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 MalinenRemove direct driver calls from tkip_countermeasures.c
2009-12-24 Jouni MalinenRemove direct driver calls from ieee802_11.c
2009-12-24 Jouni MalinenRemove direct driver calls from sta_info.c
2009-12-24 Jouni MalinenRemove direct driver calls from vlan_init.c
2009-12-24 Jouni MalinenRemove direct driver calls from beacon.c
2009-12-24 Jouni MalinenRemove need for direct driver calls from ieee802_11_auth.c
2009-12-24 Jouni MalinenAvoid direct call to hostapd_new_assoc_sta from ieee802...
2009-12-24 Jouni MalinenRemoved hostapd_new_assoc_sta() from driver wrapper API
2009-12-24 Jouni MalinenAvoid a direct call to drv_callbacks.c from beacon.c
2009-12-24 Jouni MalinenMove hostapd_set_drv_ieee8021x() into ap_drv_ops
2009-12-24 Jouni MalinenMove hostapd-to-driver flag mapping to be within ap_drv...
2009-12-24 Jouni MalinenMove wpa_drivers dependency into config_file.c
2009-12-24 Jouni MalinenRemove direct driver calls from accounting.c
2009-12-24 Jouni MalinenMove hostapd configuration parser into separate file
2009-12-24 Jouni MalinenMove more driver ops into struct hostapd_driver_ops
2009-12-24 Jouni MalinenMove hostapd_set_privacy() call to hostapd.c
2009-12-24 Jouni MalinenUse hostapd driver op wrapper for send_mgmt_frame
2009-12-24 Jouni MalinenMerge driver ops set_wps_beacon_ie and set_wps_probe_re...
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 MalinenComment CONFIG_WPA_TRACE_BFD=y out by default
2009-12-21 Jouni MalinenFix memory leak in config freeing
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 MalinenWPS: Add option for forcing Registrar to use PSK format...
2009-12-21 Jouni MalinenAP: Allow both WPA passphrase and PSK to be configured
2009-12-20 Jouni MalinenDescribe tracing build options for developers
2009-12-20 Jouni MalinenAdd option libbfd support for tracing code
next