]> git.ipfire.org Git - thirdparty/hostap.git/shortlog
thirdparty/hostap.git
2009-12-02  Jouni MalinenFix driver initialization not to crash if driver does...
2009-11-29  Jouni MalinenMove internal EAPOL authenticator defines into their...
2009-11-29  Jouni MalinenRemove src/crypto from default include path
2009-11-29  Jouni MalinenSplit handle_assoc() into number of helper functions
2009-11-29  Jouni MalinenMark IE input to hostapd_eid_wmm_valid() const
2009-11-29  Jouni MalinenCheck AID availability before handling HT state updates...
2009-11-29  Jouni MalinenAllocate sta->ht_capabilities dynamically
2009-11-29  Jouni MalinenInclude src/eapol_auth in Doxygen documents
2009-11-29  Jouni MalinenAdd Makefile for the new src/eapol_auth directory
2009-11-29  Jouni MalinenMake HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUM...
2009-11-29  Jouni MalinenMove EAPOL authenticator state machine into src/eapol_auth
2009-11-29  Jouni MalinenChange EAPOL authenticator hapd pointers to be opaque...
2009-11-29  Jouni MalinenRemove dependency on sta_info.h from eapol_sm.c
2009-11-29  Jouni MalinenMake eapol_auth_initialize() static since it is interna...
2009-11-29  Jouni MalinenAdd EAPOL authenticator event callback
2009-11-29  Jouni MalinenGet PMKSA cache status as EAPOL alloc flag
2009-11-29  Jouni MalinenInitialize EAPOL authenticator flags during allocation
2009-11-29  Jouni MalinenInclude common/eapol_common.h explicit and fix eapol_au...
2009-11-29  Jouni MalinenReplace eap_type_text() with EAP server methods function
2009-11-29  Jouni MalinenConver hostapd specific files to include common.h
2009-11-29  Jouni MalinenFix IBSS RSN build
2009-11-29  Jouni MalinenRemove src/rsn_supp from default header path
2009-11-29  Jouni MalinenAdd driver wrapper callback for WPS push button pressed
2009-11-29  Jouni Malinendriver_prism54: Use hostapd_notif_disassoc() instead...
2009-11-29  Jouni MalinenRemove some unneeded header file inclusions
2009-11-29  Jouni MalinenInclude sta_flags.h explicitly, not via sta_info.h
2009-11-29  Jouni MalinenRemove src/common from default header file path
2009-11-29  Jouni MalinenSplit scan processing for RSN preauthentication into...
2009-11-29  Jouni MalinenAdd Doxygen documentation for directories
2009-11-29  Jouni MalinenMove uuid_gen_mac_addr() from uuid.c into src/wps
2009-11-29  Jouni Malinennl80211: Remove unneeded header file: ieee802_11_common.h
2009-11-29  Jouni MalinenHT: Remove unneeded struct ht_cap_ie wrapper
2009-11-29  Jouni MalinenRemove unused/unneeded IEEE 802.11n definitions
2009-11-29  Jouni MalinenFix AP mode HT Capabilities IE to use A-MPDU Parameters...
2009-11-29  Jouni MalinenRename HT Capabilities IE fields to match with IEEE...
2009-11-29  Jouni MalinenComplete Doxygen documentation for RADIUS client
2009-11-29  Jouni MalinenReplace hostapd devel doc link with shared doc with...
2009-11-28  Jouni MalinenRemove unused RADIUS client reconfig function
2009-11-28  Jouni MalinenMove acct_interim_interval away from RADIUS client...
2009-11-28  Jouni MalinenImproved Doxygen documentation for RADIUS client code
2009-11-28  Jouni MalinenFix doxygen file level comments
2009-11-28  Jouni MalinenFix doxygen references to EAP server/peer module
2009-11-28  Jouni MalinenRemove old wpa_supplicant/hostapd doxygen files
2009-11-28  Jouni MalinenAdd new, shared doxygen documentation for hostapd and...
2009-11-28  Jouni MalinenFix doxygen file level comments
2009-11-28  Jouni MalinenFix init2() driver_ops to get the correct global driver...
2009-11-26  Jouni MalinenWPS: Update couple of missed Primary Device Type uses
2009-11-26  Jouni MalinenWPS: Clean up Primary Device Type handling
2009-11-24  Jouni MalinenResolve some sparse warnings
2009-11-24  Jouni MalinenFix internal crypto build with some configurations
2009-11-23  Jouni MalinenRemove obsoleted get_scan_results() driver_ops
2009-11-23  Jouni MalinenRemove deprecated scan and set_probe_req_ie driver_ops
2009-11-23  Jouni MalinenRemove deprecated driver_ops handlers
2009-11-23  Jouni MalinenFix CONFIG_AP=y build after driver_ops set_key merge
2009-11-23  Jouni MalinenAdd cleared deprecation notes on iwl,ndiswrapper,madwif...
2009-11-23  Jouni MalinenMerge set_key and hapd_set_key driver_ops into a single...
2009-11-23  Jouni MalinenMove HOSTAPD_MTU definition into driver_hostap.c
2009-11-23  Jouni MalinenRemove unneeded set-MTU operation from drivers
2009-11-23  Jouni MalinenMove definitions away from hostapd_defs.h
2009-11-23  Jouni Malinennl80211: Build some client functionality unconditionally
2009-11-23  Jouni Malinennl80211: Remove last remaining WEXT code
2009-11-23  Jouni MalinenMerge set_beacon driver_ops into a single one
2009-11-21  Jouni MalinenPreparations for v0.7.0 release hostap_0_7_0
2009-11-21  Jouni MalinenWPS: Do not try to send byebye advertisements if socket...
2009-11-21  Jouni MalinenFix Visual Studio projects to match with source code...
2009-11-21  Jouni MalinenUpdate ChangeLog files for 0.7.0 release
2009-11-21  Jouni MalinenFix a typo in a comment
2009-11-21  Jouni Malinenwpa_gui: Only move to WPS tab if inactive/disconnect...
2009-11-21  Jouni MalinenOpenSSL: Remove unneeded MinGW CryptoAPI compat code
2009-11-21  Jouni MalinenGnuTLS: Fix compilation with newer GnuTLS versions
2009-11-21  Jouni MalinenFix strict aliasing issue with the internal SHA-1 imple...
2009-11-21  Jouni MalinenWPS ER: Deinitialize protocol instance with STA after...
2009-11-21  Jouni Malinenwpa_gui: Add peers menu option for learning AP configur...
2009-11-21  Jouni MalinenWPS ER: Use random event identifier in event URL
2009-11-21  Jouni MalinenWPS: Cleanup subscription URL list handling
2009-11-21  Jouni MalinenWPS ER: Move SSDP functionality into a separate file
2009-11-21  Jouni Malinenwpa_gui: Add peer dialog option for WPS PBC
2009-11-21  Jouni Malinenwpa_gui: Add WPS config methods and device password...
2009-11-21  Jouni Malinenwpa_gui: Move peer tooltip into Properties dialog
2009-11-21  Jouni MalinenWPS ER: Add more AP information into the ctrl_interface...
2009-11-21  Jouni MalinenWPS ER: Fetch AP's M1 to learn device type and WPS...
2009-11-21  Jouni MalinenWPS ER: Use (addr,UUID) as the key for AP entries
2009-11-21  Jouni MalinenWPS ER: Stop AP unlink loop on match
2009-11-21  Jouni MalinenWPS ER: Move STA entry unlinking into a separate function
2009-11-21  Jouni MalinenWPS ER: Fix AP entry freeing on timeout
2009-11-20  Jouni MalinenWPS ER: Refresh ER data on WPS_ER_START when already...
2009-11-20  Jouni MalinenWPS ER: Fix Enrollee entry freeing on timeout
2009-11-20  Jouni MalinenAdd 'none' driver as an option for wpa_supplicant
2009-11-19  Jouni Malinenwpa_gui: Avoid using freed item in enter_pin()
2009-11-19  Jouni Malinenwpa_gui: Add AP and laptop icons for peer dialog
2009-11-19  Mike Shepherdwpa_gui: Add support for multiple icon files
2009-11-19  Jouni Malinenwpa_gui: Add preliminary WPS ER support into the peers...
2009-11-18  Jouni MalinenWPS: Fix MAC Address inside Credential be that of Enrol...
2009-11-17  Jouni Malinennl80211/SME: Use reassociation when roaming within...
2009-11-16  Anders Aspegren... wpa_supplicant: Fix ctrl_interface group permissions...
2009-11-16  Felix Fietkauhostapd: Fix endian bugs in STA HT capability handling
2009-11-16  Felix Fietkauhostapd: Fix BSS channel checks in 40 MHz scan
2009-11-16  Witold Sowadbus: Allow only root to receive signals
2009-11-16  Christian Rübwpa_gui-qt4: Fix build with Session Manager disabled...
2009-11-15  Jouni MalinenWPS ER: Clear WPS protocol run on PutMessage failure
next