Commit graph

  • c6f726748d driver_test: Merge socket_dir into test_dir Jouni Malinen 2009-09-10 16:52:03 +0300
  • 5ae8964079 driver_test: Some additional merging of send_mlme Jouni Malinen 2009-09-10 16:48:10 +0300
  • 133032e7bd driver_test: Claim AP mode capability for wpa_supplicant Jouni Malinen 2009-09-10 16:30:35 +0300
  • ac48db0f2b driver_test: Build most of code in unconditionally Jouni Malinen 2009-09-10 16:28:47 +0300
  • 41aeddf99a driver_test: Merge wpa_supplicant and hostapd data structures Jouni Malinen 2009-09-10 16:18:04 +0300
  • 6a88ae863f wpa_gui-qt4: Add context menu for peers dialog Jouni Malinen 2009-09-10 14:43:08 +0300
  • 7598210b79 radius_server: clean up completed sessions sooner Alex Badea 2009-09-09 23:54:03 +0300
  • e2670b1176 wpa_gui-qt4: Include cstdio to avoid some compiler issues Jouni Malinen 2009-09-09 11:11:42 +0300
  • f05c7194cd wpa_gui-qt4: Add a new window for showing peer information Jouni Malinen 2009-09-08 16:28:41 +0300
  • e653b62275 Add station table query to wpa_supplicant AP ctrl_iface Jouni Malinen 2009-09-08 12:58:02 +0300
  • ded30a6b41 Move STA list ctrl_iface handlers to a separate file Jouni Malinen 2009-09-08 12:56:07 +0300
  • 2678509dec WPS: Store device info and make it available through AP ctrl_iface Jouni Malinen 2009-09-07 22:09:13 +0300
  • 52eb293dd2 WPS: Add support for AP reconfiguration with wps_reg Jouni Malinen 2009-09-06 13:58:15 +0300
  • e6965d4e5d Fix WPA reconfiguration to update GTK Jouni Malinen 2009-09-06 13:55:01 +0300
  • 1ff733383f Delay processing of EAPOL frames when not associated Jouni Malinen 2009-09-04 18:04:41 +0300
  • 7da2c5276d nl80211: Ignore connect/roam/disconnect events when using SME Jouni Malinen 2009-09-04 16:39:41 +0300
  • cfaab58007 nl80211: Connect API support Zhu Yi 2009-09-03 21:31:29 +0300
  • da72a1c1ae nl80211: Add connect/disconnect event processing Zhu Yi 2009-09-03 20:39:59 +0300
  • 93d1140077 nl80211: Check whether the driver support separate auth/assoc commands Zhu Yi 2009-09-03 20:36:09 +0300
  • 8d6ca17813 nl80211: Use defines for cipher suite selectors Zhu Yi 2009-09-03 20:21:18 +0300
  • 94873e3b84 Fix comment in wpa_supplicant_event_associnfo Chuck Tuffli 2009-08-26 23:51:12 +0300
  • 80cc6bf6d0 OpenBSD: wired IEEE 802.1X for OpenBSD Masashi Honma 2009-08-26 23:40:51 +0300
  • fe23eb5696 WPS: Aggregate deinit calls in WPS OOB Masashi Honma 2009-08-26 23:34:54 +0300
  • 3a57305f10 Fix a bug with ap_rx_from_unknown_sta() recursion Witold Sowa 2009-08-26 20:18:24 +0300
  • 335ce76b1c nl80211: Use two sockets to avoid mixing command replies with events Jouni Malinen 2009-08-26 12:10:50 +0300
  • 5cd89c26f9 Disable PMTU discovery for RADIUS packets (sent them without DF) Jouni Malinen 2009-08-23 21:32:27 +0300
  • a2fbf12524 Disable PMTU discovery for RADIUS packets (sent them without DF) Stefan Winter 2009-08-23 21:21:25 +0300
  • ad469aecc1 Reject X.509 certificate strings with embedded NUL characters Jouni Malinen 2009-08-23 21:00:38 +0300
  • 9932c17fc8 Sync with linux/nl80211.h from wireless-testing.git Jouni Malinen 2009-08-18 11:33:40 +0300
  • 1ba787b954 Remove unneeded aes_i.h inclusion from number of places Jouni Malinen 2009-08-17 20:27:25 +0300
  • 04b6b3ed51 Verify that EAPOL-Key MIC generation succeeds Jouni Malinen 2009-08-16 22:35:15 +0300
  • 7a215dfc2b Verify that RC4 operation succeeds Jouni Malinen 2009-08-16 22:28:40 +0300
  • 108f9dd49b Fix crypto_cipher_init() EVP initialization Jouni Malinen 2009-08-16 22:26:59 +0300
  • 7cba52d852 Use OpenSSL for RC4 instead of internal implementation Jouni Malinen 2009-08-16 22:26:13 +0300
  • ac73690c06 Move RC4 into crypto.h as a replaceable crypto function Jouni Malinen 2009-08-16 20:13:14 +0300
  • 8ef1683115 Remove rc4() wrapper Jouni Malinen 2009-08-16 19:57:50 +0300
  • 1d5ed36e7c Fix build with non-FIPS capable OpenSSL Jouni Malinen 2009-08-16 19:56:33 +0300
  • c5f6ad5766 Verify CHAP/MSCHAPv2 return code Jouni Malinen 2009-08-16 19:07:57 +0300
  • ce78b289c4 Fix OpenSSL build (internal SHA256 not used anymore) Jouni Malinen 2009-08-16 19:05:29 +0300
  • 577072b116 Fix FIPS mode build of eapol_test Jouni Malinen 2009-08-16 19:00:49 +0300
  • ff916b9df7 Allow non-FIPS MD5 to be used with TLS PRF even in FIPS mode Jouni Malinen 2009-08-16 18:56:48 +0300
  • be299ca4ce Pass digest return value to CHAP/MSCHAPv2 caller Jouni Malinen 2009-08-16 18:38:35 +0300
  • 76f04b38b0 Preliminary support for FIPS mode operation with OpenSSL Jouni Malinen 2009-08-16 14:24:22 +0300
  • 6d503f67e3 Pass error values from digest calls to ms_funcs callers Jouni Malinen 2009-08-16 14:18:59 +0300
  • 1430ba9b7e OpenSSL: Use library version of SHA256 Jouni Malinen 2009-08-16 14:15:36 +0300
  • 4b77bf2a40 OpenSSL: Use EVP_Digest*() functions Jouni Malinen 2009-08-16 14:12:06 +0300
  • 0a5d68aba5 Make hash functions return error value Jouni Malinen 2009-08-16 14:06:00 +0300
  • e1ffdfc18b Enable SHA256 digest support in OpenSSL Jouni Malinen 2009-08-16 10:25:13 +0300
  • 466940c55e Use LDFLAGS in all linker commands Bjarke Istrup Pedersen 2009-08-16 09:47:56 +0300
  • 79ec5264ed Use PEM format RSA private key with eap_example Jouni Malinen 2009-08-16 09:35:31 +0300
  • c91231c912 Add GnuTLS build option for eap_example Jouni Malinen 2009-08-16 09:34:58 +0300
  • 1b8409a0a5 Support PEM format RSA private key with internal TLS implementation Jouni Malinen 2009-08-16 09:34:21 +0300
  • b2cc805619 Set current ssid when entering AP mode Witold Sowa 2009-08-15 21:04:50 +0300
  • d43430d43d NetBSD: Fix wired IEEE 802.1X problem Masashi Honma 2009-08-15 20:59:16 +0300
  • 905a32a5f4 Added new SHA1 files into VS project files to fix the build Jouni Malinen 2009-08-15 20:51:35 +0300
  • 49eba5f82f WPS: Workaround mixed-mode WPA+WPA2 auth type in credentials Jouni Malinen 2009-08-15 20:40:45 +0300
  • cedf947308 Figure out absolute path for the pid file before daemonizing Jouni Malinen 2009-08-15 20:09:24 +0300
  • ba30964b60 Force rebuilding of src/drivers between hostapd and wpa_supplicant Jouni Malinen 2009-08-14 20:40:37 +0300
  • fe6bdb777e Replace NEED_MLME with NEED_AP_MLME Johannes Berg 2009-08-14 20:01:41 +0300
  • e7cd16cac5 Create a common drivers makefile snippet Johannes Berg 2009-08-14 19:53:27 +0300
  • 3e91d24260 wpa_passphrase does not need FIPS PRF, MD4, or AES extra functionality Jouni Malinen 2009-08-13 17:07:36 +0300
  • 6b23b70445 Avoid a theoretical integer overflow in base64_encode() Jouni Malinen 2009-08-13 16:36:41 +0300
  • 061971b5f8 Fix hlr_auc_gw build after crypto build cleanup Jouni Malinen 2009-08-13 11:50:52 +0300
  • 94531aa05d Ignore the generated libeap.a file Jouni Malinen 2009-08-13 11:44:15 +0300
  • 49748af992 Fix eap_example build after the crypto build cleanup Jouni Malinen 2009-08-13 11:43:32 +0300
  • 4c9e03e0b2 Crypto build cleanup: remove CONFIG_NO_AES_* Johannes Berg 2009-08-13 11:40:28 +0300
  • 6b5c4c3359 Remove some more crypto ifdef, fix a few small bugs Johannes Berg 2009-08-13 11:28:03 +0300
  • 27da6d4a0e Crypto build cleanup: remove CONFIG_NO_AES_ENCRYPT Johannes Berg 2009-08-13 11:21:32 +0300
  • 381fcbc9f4 Crypto build cleanup: remove CONFIG_NO_AES_DECRYPT Johannes Berg 2009-08-13 11:16:21 +0300
  • 18abe7acb0 Crypto build cleanup: remove CONFIG_NO_PBKDF2 Johannes Berg 2009-08-11 20:31:39 +0300
  • d9feab18fc Crypto build cleanup: remove CONFIG_NO_TLS_PRF Johannes Berg 2009-08-11 20:24:06 +0300
  • 6f693b5d0b Crypto build cleanup: remove CONFIG_NO_T_PRF Johannes Berg 2009-08-11 20:19:37 +0300
  • 05edfe2994 Crypto build cleanup: remove NEED_FIPS186_2_PRF Johannes Berg 2009-08-11 20:06:23 +0300
  • ad01a5315e Crypto build cleanup: remove INTERNAL_MD5 Johannes Berg 2009-07-28 21:36:13 +0300
  • bd4e28950d Crypto build cleanup: remove INTERNAL_MD4 Johannes Berg 2009-07-28 21:27:02 +0300
  • 598a792d8c Crypto build cleanup: remove INTERNAL_SHA256 Johannes Berg 2009-07-28 21:20:04 +0300
  • 246157cba6 Crypto build cleanup: remove INTERNAL_AES Johannes Berg 2009-07-28 21:09:57 +0300
  • 657f038102 Crypto build cleanup: remove INTERNAL_DES Johannes Berg 2009-07-28 21:00:44 +0300
  • 928a50a355 Crypto build cleanup: remove INTERNAL_SHA1 Johannes Berg 2009-07-28 20:47:04 +0300
  • 602606091b CONFIG_WIRELESS_EXTENSION need not be in CFLAGS Johannes Berg 2009-07-28 20:25:19 +0300
  • 91382de4d1 CONFIG_WIRELESS_EXTENSION is purely internal to the Makefile Johannes Berg 2009-07-24 02:43:56 +0200
  • b2840aafaf make the build process quieter to see warnings Johannes Berg 2009-07-24 02:11:29 +0200
  • 2c1df9bd90 Remove mac80211_hwsim code Johannes Berg 2009-07-23 23:16:55 +0200
  • 8055fb781d Clean up some more binaries in wpa_supplicant 'make clean' Johannes Berg 2009-07-23 23:44:36 +0200
  • 849ef835a7 nl80211: Fix WEP key configuration Johannes Berg 2009-07-26 21:22:55 +0300
  • 7a47d567cf hostapd: fix auth encryption Johannes Berg 2009-07-26 21:15:47 +0300
  • 2e8eac2d67 Allow wpa_supplicant to use libnl-2.0 Jon Loeliger 2009-07-25 17:21:52 +0300
  • 137fb724b3 Set state to COMPLETE when AP mode has been initialized successfully Witold Sowa 2009-07-25 17:01:23 +0300
  • c8878307c4 Fix eap_example build with renamed EAP_* server defines Jouni Malinen 2009-06-30 19:52:10 +0300
  • 1c5a1aa51c Fix EAP-TNC peer memory leak on an error path Ryuji 2009-06-30 19:39:13 +0300
  • 064bb8232c Add root .gitignore file to cleanup ignore lists Jouni Malinen 2009-06-29 21:47:19 +0300
  • f141be0caf EAP-SIM peer: Remove AT_NOTIFICATION from Notification response Jouni Malinen 2009-06-29 21:42:29 +0300
  • 2b16c01c4e Rename variable to avoid gcc warning about shadowed names Jouni Malinen 2009-06-29 21:26:48 +0300
  • fa16028d0f Add generic infrastructure for Probe Request callbacks Jouni Malinen 2009-06-12 18:13:40 +0300
  • 3fed6f2504 Replace hostapd_wps_probe_req_rx() with more generic ProbeReq notifier Jouni Malinen 2009-06-12 17:31:43 +0300
  • efe22727da X.509: Add parsing of alternative name to internal TLS implementation Jouni Malinen 2009-06-11 23:47:35 +0300
  • 4625a47f4b WPS: Change wpa_supplicant wps_reg to not send out M8 Jouni Malinen 2009-06-10 15:53:35 +0300
  • a5b73cc49d driver_bsd.c: Use new MLME method of association. Roy Marples 2009-05-29 22:41:43 +0300
  • 66d4085f0a driver_bsd.c: Reduce code duplication between hostapd and wpa_supplicant Roy Marples 2009-05-29 22:38:55 +0300
  • b14912025f Comment out unused functions if IEEE8021X_EAPOL is not defined Jouni Malinen 2009-05-29 22:35:31 +0300