]> git.ipfire.org Git - thirdparty/hostap.git/shortlog
thirdparty/hostap.git
2009-12-25  Jouni MalinenRemove ap_config.h dependency from driver_i.h
2009-12-25  Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-25  Jouni MalinenAdd new src/ap directory into Doxygen documents
2009-12-25  Jouni MalinenGet rid of direct hostapd_for_each_interface() calls
2009-12-25  Jouni MalinenMove rest of the generic AP mode functionality into...
2009-12-25  Jouni Malinentest: Use more shared code for driver wrapper AP and...
2009-12-25  Jouni MalinenDo not use virtual driver_ops for wpa_supplicant AP...
2009-12-25  Jouni MalinenMove driver deinitialization away from hostapd.c
2009-12-25  Jouni MalinenClean up some of the hostapd.h function prototype defin...
2009-12-25  Jouni MalinenMove hostapd_prune_associations() into ap/utils.c
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-25  Jouni MalinenMove hostapd driver initialization away from hostapd.c
2009-12-25  Jouni MalinenFix wpa_supplicant CONFIG_AP build
2009-12-25  Jouni Malinenwired: Use os_*() wrappers more consistently
2009-12-25  Jouni Malinenhostapd: Do not call eloop_terminate() on interface...
2009-12-24  Jouni MalinenAdd forgotten src/ap/utils.c file
2009-12-24  Jouni MalinenWPS: Fix a memory leak if set_ie_cb() is not set
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 MalinenRemove direct driver calls from tkip_countermeasures.c
2009-12-24  Jouni MalinenRemove direct driver calls from ieee802_11.c
2009-12-24  Jouni MalinenRemove direct driver calls from sta_info.c
2009-12-24  Jouni MalinenRemove direct driver calls from vlan_init.c
2009-12-24  Jouni MalinenRemove direct driver calls from beacon.c
2009-12-24  Jouni MalinenRemove need for direct driver calls from ieee802_11_auth.c
2009-12-24  Jouni MalinenAvoid direct call to hostapd_new_assoc_sta from ieee802...
2009-12-24  Jouni MalinenRemoved hostapd_new_assoc_sta() from driver wrapper API
2009-12-24  Jouni MalinenAvoid a direct call to drv_callbacks.c from beacon.c
2009-12-24  Jouni MalinenMove hostapd_set_drv_ieee8021x() into ap_drv_ops
2009-12-24  Jouni MalinenMove hostapd-to-driver flag mapping to be within ap_drv...
2009-12-24  Jouni MalinenMove wpa_drivers dependency into config_file.c
2009-12-24  Jouni MalinenRemove direct driver calls from accounting.c
2009-12-24  Jouni MalinenMove hostapd configuration parser into separate file
2009-12-24  Jouni MalinenMove more driver ops into struct hostapd_driver_ops
2009-12-24  Jouni MalinenMove hostapd_set_privacy() call to hostapd.c
2009-12-24  Jouni MalinenUse hostapd driver op wrapper for send_mgmt_frame
2009-12-24  Jouni MalinenMerge driver ops set_wps_beacon_ie and set_wps_probe_re...
2009-12-24  Jouni Malinenhostapd: Use separate driver operations abstraction
2009-12-24  Jouni MalinenDrop WPA_TRACE reference before eloop timeout handler...
2009-12-24  Jouni MalinenEnable IPv6 support for libutils.a and libradius.a
2009-12-24  Jouni MalinenRedesign struct hostapd_ip_addr to be of fixed size
2009-12-24  Jouni Malinenradius_example: Fix memory leak on deinit
2009-12-24  Jouni MalinenComment out CONFIG_IPV6 for now in RADIUS library build
2009-12-24  Jouni MalinenBuild radius_example using src/*/lib*.a
2009-12-24  Jouni MalinenFix RADIUS client callback function parameters
2009-12-24  Jouni MalinenAdd build rules for src/radius/libradius.a
2009-12-24  Jouni MalinenFix radius_example build
2009-12-24  Felix Fietkauhostapd: Add WDS (4-address frame) mode with per-statio...
2009-12-24  Jouni Malinennl80211: Sync with wireless-testing.git linux/nl80211.h
2009-12-23  Jouni MalinenRename EAP TLS variables to make server and peer code...
2009-12-23  Jouni MalinenConvert to use struct dl_list
2009-12-23  Jouni MalinenAdd developer documentation for WPA_TRACE
2009-12-23  Jouni MalinenComment CONFIG_WPA_TRACE_BFD=y out by default
2009-12-23  Jouni MalinenUpdate documentation for uni tests to use the new tests...
2009-12-23  Jouni MalinenAvoid NULL dereference on error path when default drive...
2009-12-21  Jouni Malinentrace: Show eloop unregistered handler function name...
2009-12-21  Jouni Malinentrace: Filter out uninteresting functions from backtrace
2009-12-21  Jouni Malinentrace: Add active reference tracking
2009-12-21  Jouni MalinenCheck fread return value
2009-12-21  Jouni Malinennl80211: Use couple more os_*() wrappers for allocation
2009-12-21  Jouni MalinenFix memory leak in config freeing
2009-12-21  Jouni Malinennl80211: Use os_* allocation wrappers to avoid WPA_TRAC...
2009-12-21  Jouni MalinenCopy config_methods and device_type configuration for...
2009-12-21  Jouni MalinenWPS: Make Config Methods configurable for wpa_supplicant
2009-12-21  Jouni MalinenWPS: Prefer PSK format if Enrollee does not advertise...
2009-12-21  Jouni MalinenWPS: Add option for forcing Registrar to use PSK format...
2009-12-21  Jouni MalinenAP: Allow both WPA passphrase and PSK to be configured
2009-12-21  Jouni MalinenAdd "keypad" to config methods for wpa_supplicant AP...
2009-12-20  Jouni MalinenDescribe tracing build options for developers
2009-12-20  Jouni MalinenAdd option libbfd support for tracing code
2009-12-20  Jouni MalinenGnuTLS: Implement tls_connection_enable_workaround()
2009-12-20  Jouni MalinenGnuTLS: Add support for piggybacked Application Data
2009-12-20  Jouni MalinenGnuTLS: Define empty tls_connection_set_session_ticket_cb()
2009-12-20  Jouni Malinendbus: Fix build with "ctrl_iface_" prefix removed
2009-12-20  Jouni MalinenUse wpabuf with tls_connection_ia_send_phase_finished()
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: Remove unnecessary CONFIG_WPS ifdefs from header...
2009-12-20  Jouni Malinendbus: Clean dbus build files on wpa_supplicant 'make...
2009-12-20  Jouni Malinendbus: Rename .service file to use the service name...
2009-12-20  Witold Sowadbus: Add missing .service file for the new D-Bus API
2009-12-20  Jouni MalinenMove D-Bus related files into their own subdirectory
2009-12-20  Jouni MalinenAllow TLS flags to be configured (allow MD5, disable...
2009-12-20  Jouni MalinenGnuTLS: Report certificate validation failures with...
2009-12-20  Jouni MalinenOpenSSL: Fix memleak in previous wpabuf changes on...
2009-12-20  Jouni MalinenCheck TLS status on EAP server during handshake
2009-12-20  Jouni MalinenGnuTLS: Use struct wpabuf for push/pull buffers
2009-12-20  Jouni MalinenConvert TLS wrapper to use struct wpabuf
2009-12-20  Jouni MalinenAdd empty FIPS PRF wrapper for CryptoAPI
2009-12-20  Jouni MalinenAdd empty crypto_mod_exp() wrapper for CryptoAPI.
2009-12-20  Jouni MalinenFix MinGW build: CertCreateCertificateContext() is...
2009-12-20  Jouni Malineneloop_win: Fix build after eloop user_data removal
2009-12-20  Jouni MalinenFix lastReqData freeing to use wpabuf_free()
2009-12-20  Jouni Malinenwpabuf: Add WPA_TRACE code to validate correct freeing...
2009-12-20  Jouni Malinenwpabuf: Allow wpabuf_resize(NULL, len) to be used
2009-12-20  Jouni MalinenEAP-FAST server: Piggyback Phase 2 start with end of...
2009-12-19  Jouni MalinenWPS ER: Delay wpa_supplicant termination to allow unsub...
next