Package Release Info

hostap-utils-0.4.7-bp153.1.16

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

hostap-utils

Change Logs

Version: 0.4.7-bp150.2.4
* Sun Jul 12 2015 mpluskal@suse.com
- Cleanup spec file with spec-cleaner
* Wed Oct 08 2014 jengelh@inai.de
- Use source URLs and remove old specfile tags and sections.
* Fri Sep 30 2011 uli@suse.com
- cross-build fix: use %__cc macro
* Sun Oct 31 2010 jengelh@medozas.de
- Use %_smp_mflags
* Mon Sep 22 2008 ro@suse.de
- drop madwifi from buildrequires (not needed here)
* Wed Mar 14 2007 jg@suse.de
- split hostap-utils off into own package
* Mon Sep 18 2006 jg@suse.de
- hostap-utils: Fixed usage of uninitialised variable (bug 184410)
- hostapd: Update to version 0.4.9, changes:
  * added a new configuration option, eapol_version, that can be
    used to set EAPOL version to 1 (default is 2) to work around
    broken client implementations that drop EAPOL frames which use
    version number 2 [Bug 89]
  * fixed EAP-MSCHAPv2 message length validation
  * fixed stdarg use in hostapd_logger(): if both stdout and syslog
    logging was enabled, hostapd could trigger a segmentation fault
    in vsyslog on some CPU -- C library combinations
* Sun Feb 05 2006 ro@suse.de
- use madwifi-devel in BuildRequires
* Sun Feb 05 2006 aj@suse.de
- Remove BuildRequires on km_wlan.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Nov 21 2005 jg@suse.de
- hostapd: update to 0.4.7, changes:
  * driver_wired: fixed EAPOL sending to optionally use PAE group
    address as the destination instead of supplicant MAC address
  * driver_madwifi: configure driver to use TKIP countermeasures in
    order to get correct behavior
  * driver_madwifi: added support for madwifi-ng
- hostapd: remove obsolete madwifi patch
- hostapd: updated config file
- hostap-utils: update to 0.4.7 (no changes)
- use %{jobs}
* Tue Nov 08 2005 jg@suse.de
- do not build as root
* Fri Nov 04 2005 jg@suse.de
- hostapd, update to 0.4.6, changes:
  * added support for replacing user identity from EAP with RADIUS
    User-Name attribute from Access-Accept message, if that is included,
    for the RADIUS accounting messages (e.g., for EAP-PEAP/TTLS to get
    tunneled identity into accounting messages when the RADIUS server
    does not support better way of doing this with Class attribute)
  * driver_madwifi: fixed EAPOL packet receive for configuration where
    ath# is part of a bridge interface
  * added a configuration file and log analyzer script for logwatch
  * fixed EAPOL state machine step function to process all state
    transitions before processing new events; this resolves a race
    condition in which EAPOL-Start message could trigger hostapd to send
    two EAP-Response/Identity frames to the authentication server
- hostapd: added support for madwifi-ng
- removed hostap-driver, is part of the kernel now
* Thu Oct 13 2005 jg@suse.de
- hostapd: update to 0.4.5, changes (shortened):
  * added client CA list to the TLS certificate request in order to
    make it easier for the client to select which certificate to use
  * added experimental support for EAP-PSK
  * added support for WE-19 (hostap, madwifi)
  * fixed PMKSA caching to copy User-Name and Class attributes so
    that RADIUS accounting gets correct information
  * start RADIUS accounting only after successful completion of WPA
    4-Way Handshake if WPA-PSK is used
  * fixed PMKSA caching for the case where
  * EAP-PAX is now registered as EAP type 46
  * fixed EAP-PAX MAC calculation
  * fixed EAP-PAX CK and ICK key derivation
- hostap-driver: update to 0.4.5, changes:
  * added support for WE-19
- hostap-utils: update to 0.4.0 (no real changes)
* Thu Sep 08 2005 jg@suse.de
- fixed file permissions
* Mon Aug 22 2005 jg@suse.de
- hostap-driver: update to 0.4.4, changes:
  * added support for pcmcia changes in Linux 2.6.13
  * added support for creating sysfs device files (Linux 2.6.x)
  * fixed power save processing for PS-Poll frames with PwrMgmt flag
    set (this was causing "wifi0: invalid skb->cb magic" errors)
  * fixed linking both hostap_cs and hostap_pci to kernel
  * filter out sequential disconnect events to make race condition with
    received EAPOL frames less likely to happen (this improves
    authentication success rate with some APs that send EAPOL frames
    very quickly after the (re)association response)
  * added support for setting channel mask for scan requests
* Sun Aug 07 2005 ro@suse.de
- fix build with current wireless drivers
* Mon Jul 11 2005 jg@suse.de
- hostapd: update to 0.3.9, changes:
  * fixed a bug which caused some RSN pre-authentication cases to
    use freed memory and potentially crash hostapd
  * fixed private key loading for cases where passphrase is not set
  * fixed WPA2 to add PMKSA cache entry when using integrated EAP
    authenticator
  * driver_madwifi: fixed pairwise key removal to allow WPA reauth
    without disassociation
  * fixed RADIUS attribute Class processing to only use
    Access-Accept packets to update Class; previously, other RADIUS
    authentication packets could have cleared Class attribute
  * fixed PMKSA caching (EAP authentication was not skipped correctly
    with the new state machine changes from IEEE 802.1X draft)
- hostap-driver: update to 0.3.9, changes:
  * fixed background scans (iwlist wlan0 scan) not to break data
    connection when in host_roaming 2 mode
  * fixed beacon frame when moving from monitor mode to master mode
* Wed Jun 08 2005 meissner@suse.de
- adjust hostapd/Makefile to be able to correctly
  get passed RPM_OPT_FLAGS.
* Tue Jun 07 2005 meissner@suse.de
- Use RPM_OPT_FLAGS.