Merge branch 'moonshot' of ssh://moonshot.suchdamage.org:822/srv/git/libeap into...
[libeap.git] / wpa_supplicant / Makefile
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 initial version of P2P Module
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-07-10 Jouni Malinenbgscan: Add starting point for more advanced bgscan...
2010-05-23 Jouni MalinenFix CONFIG_AP=y build without CONFIG_IEEE8021X_EAPOL=y
2010-05-23 Masashi HonmaFix: AP mode wpa_supplicant build
2010-04-18 Jouni MalinenAdd wpa_gui-qt4 translation files into build hostap_0_7_2
2010-04-17 Masashi HonmaSupport for Solaris default shell restriction
2010-04-12 Jouni MalinenSME: Fix build without 802.11r or WPS
2010-02-19 Jouni MalinenRename EAP server source files to avoid duplicate names
2010-02-13 Jouni MalinenAdd TLS client events, server probing, and srv cert...
2010-01-03 Jouni MalinenRemove src/drivers/scan_helpers.c
2010-01-01 Jouni Malinendbus: Get rid of libxml2 dependency with introspection
2010-01-01 Jouni Malinendbus: Move introspection support into a separate file
2009-12-31 Jouni Malinendbus: Rename old D-Bus API files to include "_old"
2009-12-30 Jouni Malinendbus: Share common initialization code for both old...
2009-12-27 Jouni MalinenInclude BSS table unconditionally in the wpa_supplicant...
2009-12-27 Jouni MalinenAdd BSS table to track scan results without dropping...
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 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 Malinenhostapd: Use separate driver operations abstraction
2009-12-20 Jouni MalinenAdd option libbfd support for tracing code
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: Clean dbus build files on wpa_supplicant 'make...
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 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 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 MalinenFix build with both CONFIG_AP=y and CONFIG_IBSS_RSN...
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 MalinenRemove src/rsn_supp from default header path
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-21 Jouni MalinenWPS ER: Move SSDP functionality into a separate file
2009-11-09 Witold Sowawpa_supplicant: new DBus API implementation
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-07 Jouni MalinenWPS: Add initial part of External Registrar functionality
2009-10-22 Sam LefflerAllow CONFIG_DEBUG_SYSLOG=y to be used
2009-10-17 Jouni MalinenMove PKCS# {1,5,8} functionality into separate files
2009-10-16 Jouni MalinenRemove wpa_priv on 'make clean'
2009-10-13 Jouni MalinenFix AES dependencies for CONFIG_AP=y (and IBSS) builds
2009-10-13 Masashi HonmaFix IEEE 802.11r/w compilation error
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 Jouni MalinenFix wpa_passphrase build with NSS
2009-09-28 Jouni MalinenAdd preliminary version of NSS TLS/crypto wrapper for...
2009-09-14 Jouni MalinenAdd preliminary background scan and roaming module...
2009-09-14 Masashi HonmaWPS: Fix CONFIG_WPS=y compilation of wpa_supplicant
2009-09-13 Jouni MalinenAdd wpa_supplicant notification calls
2009-09-08 Jouni MalinenAdd station table query to wpa_supplicant AP ctrl_iface
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 FIPS mode build of eapol_test
2009-08-16 Jouni MalinenAllow non-FIPS MD5 to be used with TLS PRF even in...
2009-08-16 Jouni MalinenPreliminary support for FIPS mode operation with OpenSSL
2009-08-16 Jouni MalinenOpenSSL: Use library version of SHA256
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 Malinenwpa_passphrase does not need FIPS PRF, MD4, or AES...
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
next