]> git.ipfire.org Git - thirdparty/hostap.git/history - hostapd/Makefile
P2P: Extend P2P manager functionality to work with driver MLME
[thirdparty/hostap.git] / hostapd / Makefile
2010-10-08  Jouni MalinenP2P: Extend P2P manager functionality to work with...
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 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-05  Jouni MalinenFix hostapd build with CONFIG_IEEE80211N but without...
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-06  Michael Bueschhostapd: Use cp -f in make install
2010-02-19  Jouni MalinenRename EAP server source files to avoid duplicate names
2010-01-16  Jouni MalinenFix linking of nt_password_hash
2010-01-03  Jouni MalinenRemove src/drivers/scan_helpers.c
2009-12-25  Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-25  Jouni MalinenMove rest of the generic AP mode functionality into...
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-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 MalinenMove hostapd configuration parser into separate file
2009-12-24  Jouni Malinenhostapd: Use separate driver operations abstraction
2009-12-20  Jouni MalinenAdd option libbfd support for tracing code
2009-12-19  Jouni MalinenAdd memory allocation analyzer to verify OS wrapper use
2009-12-19  Jouni MalinenAdd backtrace support for debugging
2009-12-12  Jouni MalinenWPS: Handle Selected Registrar as a union of info from...
2009-12-11  Jouni MalinenFix dh_groups.o build for some configurations
2009-12-06  Jouni MalinenMove IEEE 802.11n HT management code into a separate...
2009-12-06  Jouni MalinenMove hlr_auc_gw into hostapd directory
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 Milenage test from hostapd/Makefile
2009-12-05  Jouni MalinenMove milenage.[ch] into src/crypto
2009-11-29  Jouni MalinenRemove src/crypto from default include path
2009-11-29  Jouni MalinenMake HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUM...
2009-11-29  Jouni MalinenMove EAPOL authenticator state machine into src/eapol_auth
2009-11-29  Jouni MalinenRemove src/common from default header file path
2009-11-28  Jouni MalinenRemove old wpa_supplicant/hostapd doxygen files
2009-11-24  Jouni MalinenFix internal crypto build with some configurations
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-10-17  Jouni MalinenMove PKCS# {1,5,8} functionality into separate files
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-08  Jouni MalinenMove STA list ctrl_iface handlers to a separate file
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 MalinenFix OpenSSL build (internal SHA256 not used anymore)
2009-08-16  Bjarke Istrup PedersenUse LDFLAGS in all linker commands
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-05-29  Jouni Malinenhostapd: EAP-AKA' needs SHA256
2009-05-26  Jouni Malinenhostapd: Fix internal crypto build without TLS
2009-04-09  Jouni MalinenMerge wpa_supplicant and hostapd driver wrapper impleme...
2009-03-26  Jouni MalinenMove main() and configuration file related functions...
2009-03-25  Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2009-03-21  Jouni MalinenFix FreeBSD build by not adding -ldl
2009-03-06  Jouni MalinenAllow PN531_PATH to be overriden from .config
2009-03-06  Masashi HonmaWPS: Add support for NFC out-of-band mechanism
2009-02-26  Jouni MalinenWPS UFD: Build OOB functionality only if UFD is enabled
2009-02-26  Jouni MalinenWPS UFD: Make build conditional on CONFIG_WPS_UFD=y
2009-02-26  Masashi HonmaWPS: Add UFD support (USBA out-of-band mechanism)
2009-02-19  Jouni MalinenAdd new driver wrapper for the Atheros driver
2009-02-05  Daniel MierswaExplicitly link against libdl when including TNC support
2009-01-29  Jouni MalinenWPS: Add support for external Registrars using UPnP...
2009-01-12  Jouni MalinenRemoved hw_features.o from build if hostapd MLME is...
2009-01-12  Jouni MalinenAdded build option for disabling control interface...
2009-01-12  Jouni MalinenAdded build option for removing VLAN support (CONFIG_NO...
2009-01-12  Jouni MalinenRemove TLS-PRF from hostapd build if it is not needed
2009-01-12  Jouni MalinenAdded CONFIG_NO_AES_EXTRAS for hostapd
2009-01-09  Jouni MalinenMoved driver callback functions from hostapd.c to a...
2009-01-09  Jouni MalinenMoved TKIP countermeasures from hostapd.c to its own...
next