aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* EAP-TTLS/PAP: User-Password obfuscation for zero length passwordMasashi Honma2009-12-091-1/+1
* hostapd: Remove unused bridge_packets configuration optionJouni Malinen2009-12-097-55/+0
* Remove struct hostapd_rate_data from driver APIJouni Malinen2009-12-098-46/+38
* Remove unused rate flags from driver useJouni Malinen2009-12-094-23/+5
* Merge bss_add/bss_remove drivers ops into if_add/if_removeJouni Malinen2009-12-097-125/+154
* Remove unused if_update() driver opJouni Malinen2009-12-095-30/+0
* Fix driver_bsd.c buildMasashi Honma2009-12-071-17/+17
* Add support for building IEEE 802.11n support into wpa_supplicant APJouni Malinen2009-12-061-0/+7
* Fix conditional EAP-SIM/AKA DB code selectionJouni Malinen2009-12-061-5/+9
* Move IEEE 802.11n HT management code into a separate fileJouni Malinen2009-12-068-292/+288
* Remove unnecessary CONFIG_IEEE80211N useJouni Malinen2009-12-065-25/+4
* Remove unused phytype RX info variableJouni Malinen2009-12-064-43/+0
* Remove unused hostapd reconfig codeJouni Malinen2009-12-0613-108/+0
* Fix some issues with test program buildsJouni Malinen2009-12-061-1/+2
* Move EAP-SIM DB conditional build into hostapdJouni Malinen2009-12-062-20/+4
* Move test_x509v3 into the new tests subdirectoryJouni Malinen2009-12-066-15/+12
* Remove forgotten asn1_test build targetJouni Malinen2009-12-061-6/+0
* Remove conditional no-RADIUS build from src/radiusJouni Malinen2009-12-069-114/+77
* Resolve circular library references with --start-groupJouni Malinen2009-12-061-3/+7
* Move asn1_test.c into tests subdirectory and split it in twoJouni Malinen2009-12-064-12/+61
* Move hlr_auc_gw into hostapd directoryJouni Malinen2009-12-067-21/+2
* Add rules for building src/tls/libtls.a and use it with eap_exampleJouni Malinen2009-12-063-82/+41
* Include functionality to support EAP-FAST unconditionallyJouni Malinen2009-12-065-23/+0
* Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 definesJouni Malinen2009-12-066-71/+2
* Split crypto_internal.c into parts to clean up buildJouni Malinen2009-12-067-398/+447
* Fix rsn_preauth_scan_result() inline wrapper for no-EAP buildsJouni Malinen2009-12-061-2/+2
* Use thin archives to allow libraries to be mergedJouni Malinen2009-12-063-9/+14
* Increase EAP server extra room for encryption overhead (for GnuTLS)Jouni Malinen2009-12-061-1/+1
* eap_example: Fix build after recent crypto changesJouni Malinen2009-12-061-3/+8
* Remove obsolete comment about wpa_supplicant header filesJouni Malinen2009-12-061-4/+0
* Move EAP method registration away from src/eap_{peer,server}Jouni Malinen2009-12-0616-325/+654
* Remove unnecessary definesJouni Malinen2009-12-0516-50/+0
* Resolve compiler warnings in the test programsJouni Malinen2009-12-054-39/+41
* Add forgotten files into libcrypto.aJouni Malinen2009-12-051-0/+2
* Move more tests from wpa_supplicant/tests into testsJouni Malinen2009-12-058-33/+29
* Use simpler make rules for test programsJouni Malinen2009-12-051-9/+4
* Get rid of some compiler warningsJouni Malinen2009-12-051-5/+5
* Move MD4 test from wpa_supplicant/tests into testsJouni Malinen2009-12-054-8/+6
* Add rules for building src/crypto as a libraryJouni Malinen2009-12-055-16/+74
* Include needed header files to avoid compiler warningsJouni Malinen2009-12-051-2/+5
* Add build rules for building a library from src/utils filesJouni Malinen2009-12-054-9/+41
* Remove Milenage test from hostapd/MakefileJouni Malinen2009-12-051-17/+0
* Move Milenage test code into the new tests directoryJouni Malinen2009-12-055-819/+846
* Move milenage.[ch] into src/cryptoJouni Malinen2009-12-057-8/+6
* Use auto-generated dependency files and clean themJouni Malinen2009-12-051-1/+3
* Move base64 test code into a new tests subdirectoryJouni Malinen2009-12-054-35/+76
* IBSS RSN: Add more verbose debug info for key setupJouni Malinen2009-12-041-8/+23
* nl80211: Add extra IEs into IBSS join requestJouni Malinen2009-12-041-0/+8
* IBSS RSN: Wait for connection event and do not use auth timeoutJouni Malinen2009-12-042-3/+6
* SME: Do not process disassoc frame unless SME is usedJouni Malinen2009-12-041-1/+2