dbus: Use stack for temporary object path
[libeap.git] / hostapd /
2009-11-29 Jouni MalinenMove EAPOL authenticator state machine into src/eapol_auth
2009-11-29 Jouni MalinenChange EAPOL authenticator hapd pointers to be opaque...
2009-11-29 Jouni MalinenRemove dependency on sta_info.h from eapol_sm.c
2009-11-29 Jouni MalinenMake eapol_auth_initialize() static since it is interna...
2009-11-29 Jouni MalinenAdd EAPOL authenticator event callback
2009-11-29 Jouni MalinenGet PMKSA cache status as EAPOL alloc flag
2009-11-29 Jouni MalinenInitialize EAPOL authenticator flags during allocation
2009-11-29 Jouni MalinenInclude common/eapol_common.h explicit and fix eapol_au...
2009-11-29 Jouni MalinenReplace eap_type_text() with EAP server methods function
2009-11-29 Jouni MalinenConver hostapd specific files to include common.h
2009-11-29 Jouni MalinenAdd driver wrapper callback for WPS push button pressed
2009-11-29 Jouni MalinenInclude sta_flags.h explicitly, not via sta_info.h
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-29 Jouni MalinenHT: Remove unneeded struct ht_cap_ie wrapper
2009-11-29 Jouni MalinenRemove unused/unneeded IEEE 802.11n definitions
2009-11-29 Jouni MalinenFix AP mode HT Capabilities IE to use A-MPDU Parameters...
2009-11-29 Jouni MalinenRename HT Capabilities IE fields to match with IEEE...
2009-11-28 Jouni MalinenMove acct_interim_interval away from RADIUS client...
2009-11-28 Jouni MalinenRemove old wpa_supplicant/hostapd doxygen files
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 deprecated driver_ops handlers
2009-11-23 Jouni MalinenMerge set_key and hapd_set_key driver_ops into a single...
2009-11-23 Jouni MalinenMove HOSTAPD_MTU definition into driver_hostap.c
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
2009-11-21 Jouni MalinenUpdate ChangeLog files for 0.7.0 release
2009-11-16 Felix Fietkauhostapd: Fix endian bugs in STA HT capability handling
2009-11-16 Felix Fietkauhostapd: Fix BSS channel checks in 40 MHz scan
2009-11-15 Jouni MalinenWPS: Do not use ASCII-dump on binary PutWLANResponse...
2009-11-14 Jouni MalinenWPS: Remove unused WFA WLANConfig Service actions
2009-11-11 Andriy TkachukDisassociate STA if it associated with invalid/missing...
2009-11-10 Jouni MalinenFix use-after-free issue with pid_file in hostapd termi...
2009-11-10 Jouni MalinenWPS: Fix credential processing for open network case
2009-11-10 Jouni MalinenFix hlr_auc_gw build (wpabuf.o is needed now for tls_op...
2009-11-08 Jouni MalinenWPS: Add HTTP server module
2009-11-08 Jouni MalinenWPS: Move generic UPnP XML helper functionality into...
2009-11-08 Jouni MalinenWPS: Add HTTP client module to clean up code
2009-11-05 Jouni MalinenFix MCS set field to be based on driver info
2009-10-17 Jouni MalinenMove PKCS# {1,5,8} functionality into separate files
2009-10-16 Jouni MalinenAdd ctrl_iface events for AP mode STA connect/disconnect
2009-10-13 Masashi HonmaFix IEEE 802.11r/w compilation error
2009-10-12 Jouni MalinenInclude aes_unwrap in build when needed (FT and EAP...
2009-10-11 Jouni MalinenReplace CONFIG_NO_AES_EXTRAS with auto-detection during...
2009-10-11 Jouni MalinenClean up crypto makefile segments
2009-10-11 Jouni MalinenMove TLS_FUNCS and NEED_CRYPTO segment next to each...
2009-10-11 Jouni MalinenFurther crypto makefile unification
2009-10-11 Jouni MalinenFix crypto config for minimal builds
2009-10-11 Jouni MalinenCleaned up and unified some of the crypto Makefile...
2009-10-11 Jouni MalinenAllow the internal DH implementation to be overridden
2009-10-11 Jouni MalinenInclude only the used DH groups in the build
2009-09-30 Blaž BačnikFix VLAN ID validation check to use the new VLAN ID
2009-09-29 Jouni MalinenFix hostapd wpa_msg() calls ctx for wpa_supplicant...
2009-09-26 Jouni MalinenRemove the STA entry on reassociation to clear STA...
2009-09-11 Jouni MalinenConvert WPS IE concat routine to a generic helper
2009-09-08 Jouni MalinenMove STA list ctrl_iface handlers to a separate file
2009-09-07 Jouni MalinenWPS: Store device info and make it available through...
2009-09-06 Jouni MalinenFix WPA reconfiguration to update GTK
2009-08-16 Jouni MalinenUse OpenSSL for RC4 instead of internal implementation
2009-08-16 Jouni MalinenMove RC4 into crypto.h as a replaceable crypto function
2009-08-16 Jouni MalinenRemove rc4() wrapper
2009-08-16 Jouni MalinenVerify CHAP/MSCHAPv2 return code
2009-08-16 Jouni MalinenFix OpenSSL build (internal SHA256 not used anymore)
2009-08-16 Bjarke Istrup PedersenUse LDFLAGS in all linker commands
2009-08-15 Jouni MalinenFigure out absolute path for the pid file before daemon...
2009-08-14 Jouni MalinenForce rebuilding of src/drivers between hostapd and...
2009-08-14 Johannes BergReplace NEED_MLME with NEED_AP_MLME
2009-08-14 Johannes BergCreate a common drivers makefile snippet
2009-08-13 Jouni MalinenFix hlr_auc_gw build after crypto build cleanup
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_*
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_ENCRYPT
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_DECRYPT
2009-08-11 Johannes BergCrypto build cleanup: remove CONFIG_NO_PBKDF2
2009-08-11 Johannes BergCrypto build cleanup: remove CONFIG_NO_TLS_PRF
2009-08-11 Johannes BergCrypto build cleanup: remove CONFIG_NO_T_PRF
2009-08-11 Johannes BergCrypto build cleanup: remove NEED_FIPS186_2_PRF
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-07-28 Johannes Bergmake the build process quieter to see warnings
2009-06-12 Jouni MalinenAdd generic infrastructure for Probe Request callbacks
2009-06-12 Jouni MalinenReplace hostapd_wps_probe_req_rx() with more generic...
2009-05-29 Jouni Malinenhostapd: EAP-AKA' needs SHA256
2009-05-28 Jouni MalinenFix STA flag setting for auto-authorization if 802...
2009-05-27 Jouni Malinenhostapd: Require EAPOL-Key type to match with selected...
2009-05-26 Jouni MalinenWPS: Add support for setting timeout for PIN
2009-05-26 Jouni Malinenhostapd: Fix internal crypto build without TLS
2009-05-26 Jouni Malinenhostapd: Fix non-802.11w build
2009-05-11 Jouni MalinenFix WMM and MFP STA flag setting with flags_or/flags_and
2009-05-08 Jouni MalinenDrop unprotected Robust Action frames from MFP STAs
2009-05-06 Jouni MalinenAdd more debugging details for SA Query processing
2009-05-06 Jouni MalinenReject hostapd configuration without channel for nl8021...
2009-05-06 Jouni MalinenAdd code to re-use an existing ctrl_iface socket file
2009-04-22 Jouni MalinenRemove unused set_broadcast_ssid() driver op
2009-04-22 Jouni MalinenRemove the unused set_ieee80211d driver op
2009-04-22 Jouni MalinenMove default_wep_key variable into EAPOL authenticator...
next