Commit graph

  • 2944656925 Allow TLS flags to be configured (allow MD5, disable time checks) Jouni Malinen 2009-12-20 19:28:47 +0200
  • 4a1e97790d GnuTLS: Report certificate validation failures with TLS alert Jouni Malinen 2009-12-20 19:14:17 +0200
  • a86a7316a4 OpenSSL: Fix memleak in previous wpabuf changes on an error path Jouni Malinen 2009-12-20 19:12:59 +0200
  • 2574634b7f Check TLS status on EAP server during handshake Jouni Malinen 2009-12-20 19:11:43 +0200
  • 074be2332f GnuTLS: Use struct wpabuf for push/pull buffers Jouni Malinen 2009-12-20 18:31:56 +0200
  • 81c85c069a Convert TLS wrapper to use struct wpabuf Jouni Malinen 2009-12-20 18:17:55 +0200
  • 94c3e91fc5 Add empty FIPS PRF wrapper for CryptoAPI Jouni Malinen 2009-12-20 18:14:20 +0200
  • 8f431bc808 Add empty crypto_mod_exp() wrapper for CryptoAPI. Jouni Malinen 2009-12-20 18:13:42 +0200
  • de979ef18c Fix MinGW build: CertCreateCertificateContext() is now known Jouni Malinen 2009-12-20 18:10:10 +0200
  • f266d1a162 eloop_win: Fix build after eloop user_data removal Jouni Malinen 2009-12-20 17:48:55 +0200
  • f52ab9e6b0 Fix lastReqData freeing to use wpabuf_free() Jouni Malinen 2009-12-20 17:22:25 +0200
  • eeb04821ad wpabuf: Add WPA_TRACE code to validate correct freeing of wpabuf Jouni Malinen 2009-12-20 13:11:31 +0200
  • 859db534bf wpabuf: Allow wpabuf_resize(NULL, len) to be used Jouni Malinen 2009-12-20 12:52:54 +0200
  • c479e41f53 EAP-FAST server: Piggyback Phase 2 start with end of Phase 1 Jouni Malinen 2009-12-20 11:39:45 +0200
  • 1a1bf008cb WPS ER: Delay wpa_supplicant termination to allow unsubscription Jouni Malinen 2009-12-19 23:47:54 +0200
  • e46338fc76 WPS ER: Unsubscribe from AP events whenever removing the AP entry Jouni Malinen 2009-12-19 23:20:22 +0200
  • 187533a4c5 WPS: Convert Registrar PIN list to use struct dl_list Jouni Malinen 2009-12-19 22:26:55 +0200
  • 3433ed8c03 hostapd_cli: Use os_program_{init,deinit} Jouni Malinen 2009-12-19 22:26:36 +0200
  • 96f5234735 WPS ER: Convert lists to use struct dl_list Jouni Malinen 2009-12-19 22:14:06 +0200
  • a24eb8424b Free readline() output with free(), not os_free() Jouni Malinen 2009-12-19 22:01:09 +0200
  • 45767a9597 WPS: Remove unused net_if copy Jouni Malinen 2009-12-19 21:58:00 +0200
  • eeb49f991b driver_test: Use OS wrappers consistently for memory allocation Jouni Malinen 2009-12-19 21:49:51 +0200
  • fb4baa688b Add memory allocation analyzer to verify OS wrapper use Jouni Malinen 2009-12-19 21:47:56 +0200
  • 80d77c31ff hostapd: Call os_program_{init,deinit}() Jouni Malinen 2009-12-19 20:55:17 +0200
  • f45fb672cc eloop: Do not use printf() or fprintf() directly Jouni Malinen 2009-12-19 20:27:55 +0200
  • eaa3f04b97 eloop: Use struct dl_list for timeouts Jouni Malinen 2009-12-19 20:26:22 +0200
  • 0456ea16d8 eloop: Remove global user data pointer Jouni Malinen 2009-12-19 19:22:16 +0200
  • 9969e5a46a Make hostapd_for_each_interface() take context pointer as argument Jouni Malinen 2009-12-19 19:07:31 +0200
  • 2988796257 Fix RADIUS client to cancel IPv6 socket read notifications Jouni Malinen 2009-12-19 18:52:42 +0200
  • f481459f5e Fix RADIUS server deinit to cancel timeout for session removal Jouni Malinen 2009-12-19 18:51:10 +0200
  • 930f704aac Add backtrace support for debugging Jouni Malinen 2009-12-19 18:40:54 +0200
  • f5d4a8ead4 eapol_test: Fix build after RADIUS msg API changes Jouni Malinen 2009-12-19 18:40:11 +0200
  • 1489e11a94 Make struct radius_msg private to radius.c Jouni Malinen 2009-12-19 17:26:57 +0200
  • aa235d2ef7 Convert RADIUS message code to use wpabuf internally Jouni Malinen 2009-12-19 17:12:07 +0200
  • 9e7245bdb4 Change radius_msg_free() to free the buffer Jouni Malinen 2009-12-19 16:34:41 +0200
  • d94f86d85e RADIUS message initialization cleanup Jouni Malinen 2009-12-19 16:20:53 +0200
  • d04a96b0d6 Add documentation for RADIUS code and some minor cleanup Jouni Malinen 2009-12-19 16:13:06 +0200
  • a9f92c487f WPS: Remove parent pointer from advertisement state machine Jouni Malinen 2009-12-19 14:51:36 +0200
  • 158aff0035 WPS: Convert struct advertisement_state_machine to use struct dl_list Jouni Malinen 2009-12-19 14:46:52 +0200
  • ea8f09acb2 WPS: Remove unused struct subscr_addr parent pointer Jouni Malinen 2009-12-19 14:30:49 +0200
  • f1de40f728 WPS: Convert struct wps_event_ to use struct dl_list Jouni Malinen 2009-12-19 14:29:01 +0200
  • ec32c29471 WPS: Convert struct subscription to use struct dl_list Jouni Malinen 2009-12-19 14:15:43 +0200
  • f98b440c47 WPS: Convert struct subscr_addr to use dl_list Jouni Malinen 2009-12-19 13:47:00 +0200
  • dacf478352 Add generic doubly-linked list implementation Jouni Malinen 2009-12-19 13:43:25 +0200
  • d2e6100c16 Fix xcode build (eap_register.c needs to be included) Jouni Malinen 2009-12-18 21:58:23 +0200
  • 1c9c03d08d Mac OS X: Fix driver_osx.c build Masashi Honma 2009-12-18 21:25:21 +0200
  • 649b28f9e6 ralink: Add WPS support Snowpin Lee 2009-12-18 21:04:11 +0200
  • a6fc4f3c82 Change Linux driver wrappers to use shared netlink receive code Jouni Malinen 2009-12-18 18:24:13 +0200
  • 62d680c3ca netlink: Move more of the newlink/dellink parsing into shared code Jouni Malinen 2009-12-18 17:49:07 +0200
  • f37cf89ccb netlink: Use NLMSG_OK and NLMSG_NEXT macros Jouni Malinen 2009-12-18 17:22:35 +0200
  • 08063178fb nl80211/wext: Share netlink new/del link event receive code Jouni Malinen 2009-12-18 17:11:54 +0200
  • e2d02c29b5 driver_nl80211/wext: Share netlink operstate send function Jouni Malinen 2009-12-18 16:35:33 +0200
  • 3b31db5199 Fix netlink payload length calculation Jouni Malinen 2009-12-18 16:14:54 +0200
  • 0e15e529eb Show current mode (station/AB/IBSS) in status Jouni Malinen 2009-12-16 16:02:38 +0200
  • 67f0112d83 driver_test: Fix AP mode to initialize bss_ctx for first interface Jouni Malinen 2009-12-16 16:01:54 +0200
  • c302f20740 Initialize new_connection = 1 to fix wpa_supplicant AP mode operstate Jouni Malinen 2009-12-15 13:17:56 +0200
  • cdc7f66bda Fix driver_nl80211.c build without CONFIG_CLIENT_MLME Jouni Malinen 2009-12-14 21:13:58 +0200
  • d986b1b6c1 OpenSSL: Silence "Failed to read possible Application Data" Jouni Malinen 2009-12-14 16:09:20 +0200
  • b57e086cc1 Mark management frame processing functions to use const buffer Jouni Malinen 2009-12-13 23:25:30 +0200
  • ba091c06c5 Mark ieee802_11_parse_elems() input and parsed elems const Jouni Malinen 2009-12-13 23:11:11 +0200
  • f8b1f69561 Use generic driver events for TX status and RX reporting Jouni Malinen 2009-12-13 23:05:39 +0200
  • 1b648c7e1a nl80211: Remove some of the unnecessary conditional compilation Jouni Malinen 2009-12-13 21:49:53 +0200
  • fcf0f87d97 Replace hostapd_button_pushed() with generic driver event Jouni Malinen 2009-12-13 21:21:10 +0200
  • f2dab64ee3 Fix EVENT_FT_RRB_RX processing Jouni Malinen 2009-12-13 21:19:02 +0200
  • 1cd973d501 Replace hostapd_michael_mic_failure() with generic driver event Jouni Malinen 2009-12-13 21:17:11 +0200
  • ac7043f265 Fix VS project files to match with source code file changes Jouni Malinen 2009-12-13 21:01:52 +0200
  • 85cc05110d driver_test: Merge drv->hapd into drv->ctx Jouni Malinen 2009-12-13 18:57:57 +0200
  • 8043e72589 Add BSS ctx to if_add() driver op Jouni Malinen 2009-12-13 18:54:11 +0200
  • 9b5d2b8b9c Merge hostapd/sta_flags.h into sta_info.h Jouni Malinen 2009-12-13 11:41:46 +0200
  • 0de39516ae Map STA flags into values defined in driver.h Jouni Malinen 2009-12-13 11:35:39 +0200
  • a34325dde9 Remove unneeded hostapd_wmm_sta_config() Jouni Malinen 2009-12-13 11:14:21 +0200
  • 60c8cfb4fb Remove usused flags parameter from sta_add() driver op Jouni Malinen 2009-12-13 11:05:22 +0200
  • c9b9e494fc driver_bsd: Fix build after previous commit Jouni Malinen 2009-12-12 23:55:09 +0200
  • af586419fd Add more WPA/IEEE 802.1X parameters into set_ieee8021x() driver op Jouni Malinen 2009-12-12 23:50:29 +0200
  • ff2a74eeb1 driver_bsd: Fix build (eapol_sm.h is not needed anymore) Jouni Malinen 2009-12-12 23:33:43 +0200
  • e3bd3912ca Change set_ieee8021x driver op to use parameters structure Jouni Malinen 2009-12-12 23:32:44 +0200
  • 08fd8c15a0 Replace direct driver call to wpa_ft_rrb_rx() with driver event Jouni Malinen 2009-12-12 22:43:26 +0200
  • c779b04ab6 driver_wired: Share multicast membership add/drop function Jouni Malinen 2009-12-12 22:18:37 +0200
  • caf005b0fe driver_wired: Remove unneeded conditional building blocks Jouni Malinen 2009-12-12 22:07:29 +0200
  • 50b5bf4eda Remove obsolete Prism54.org driver support (driver_prism54.c) Jouni Malinen 2009-12-12 20:52:12 +0200
  • 0531006644 driver_wired: Move STA entry processing away from driver wrapper Jouni Malinen 2009-12-12 20:39:25 +0200
  • 7e683ceeb4 WPS: Handle Selected Registrar as a union of info from all Registrars Jouni Malinen 2009-12-12 16:54:59 +0200
  • c1a853438f WPS: Add display and keypad config methods for WPS ER Jouni Malinen 2009-12-12 16:49:33 +0200
  • 6a029035f5 WPS: Move POST URL validation into web_connection_parse_post() Jouni Malinen 2009-12-12 16:48:50 +0200
  • ed74dcd512 WPS: Remove an obsolete comment about UPnP actions and callbacks Jouni Malinen 2009-12-12 16:48:18 +0200
  • 5e9c730a2b WPS: Remove unnecessary GetDevice and PutMessage callbacks Jouni Malinen 2009-12-12 16:47:39 +0200
  • d0d45d8276 WPS: Remove unnecessary SetSelectedRegistrar callback Jouni Malinen 2009-12-12 16:46:33 +0200
  • ad1f0291f8 Update git instructions to use more modern command line structure Jouni Malinen 2009-12-12 16:45:23 +0200
  • 50ceddcfd6 Fix dh_groups.o build for some configurations Jouni Malinen 2009-12-11 17:24:42 +0200
  • 616ea674c8 Fix hostapd build without RADIUS server Jouni Malinen 2009-12-11 16:29:28 +0200
  • 9008a3e44d Merge get_seqnum_igtk() driver op with get_seqnum() Jouni Malinen 2009-12-11 00:15:54 +0200
  • 90b8c4c5f8 Add Doxygen comments for rest of struct wpa_driver_ops members Jouni Malinen 2009-12-10 21:11:33 +0200
  • 6fe8296197 Move vendor-specific IE type defines away from driver.h Jouni Malinen 2009-12-10 12:27:46 +0200
  • 15333707d5 Add more documentation for driver ops Jouni Malinen 2009-12-10 01:21:01 +0200
  • bab31499fd EAP-TTLS/PAP: User-Password obfuscation for zero length password Masashi Honma 2009-12-09 23:42:54 +0200
  • 3484a18a13 hostapd: Remove unused bridge_packets configuration option Jouni Malinen 2009-12-09 22:06:43 +0200
  • fb7842aa51 Remove struct hostapd_rate_data from driver API Jouni Malinen 2009-12-09 21:57:50 +0200
  • 217e7eeaf0 Remove unused rate flags from driver use Jouni Malinen 2009-12-09 21:38:14 +0200
  • 22a7c9d735 Merge bss_add/bss_remove drivers ops into if_add/if_remove Jouni Malinen 2009-12-09 16:49:28 +0200
  • b5996353e7 Remove unused if_update() driver op Jouni Malinen 2009-12-09 15:47:20 +0200