hostapd 1:0.7.3-3 source package in Ubuntu

Changelog

hostapd (1:0.7.3-3) unstable; urgency=low

  [ Kel Modderman ]
  * Use /run/sendsigs.omit.d/ for sendsigs omission pid file and depend on
    initscripts (>= 2.88dsf-13.3). (Closes: #633026)
  * Migrate existing sendsigs omission pid files from /lib/init/rw to /run.
  * Add a loop to ifupdown.sh to wait for creation of hostapd pid file before
    attempting creation of sensigs omission pid file, in some cases hostapd
    daemon can return before creation of the pid file has been written to disk.
  * Adjust standards version to 3.9.2, no further changes required to
    satisfy that.
  * Only test that DAEMON_CONF is set in init.d script, do not test if what is
    set is readable (which assumes only one configuration file is being used).
    (Closes: #615821)

  [ Stefan Lippers-Hollmann ]
  * use new anonscm URIs for alioth.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  26 Dec 2011 17:48:45 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian/Ubuntu wpasupplicant Maintainers
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hostapd_0.7.3.orig.tar.gz 1.1 MiB 31eb2781f37e1a4c27969d1594f8019c0ca87779349c099ab812833289961567
hostapd_0.7.3-3.debian.tar.gz 15.0 KiB b35ba6d83d5bb08631e42ef39e53a2386237d76970d691520e2ccea938d0119b
hostapd_0.7.3-3.dsc 1.3 KiB d73a627c209b74e72c310349452fd754e7ff5903e6d901d444940285d2f9f7fe

Available diffs

View changes file

Binary packages built by this source

hostapd: user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator

 Originally, hostapd was an optional user space component for Host AP
 driver. It adds more features to the basic IEEE 802.11 management
 included in the kernel driver: using external RADIUS authentication
 server for MAC address based access control, IEEE 802.1X Authenticator
 and dynamic WEP keying, RADIUS accounting, WPA/WPA2 (IEEE 802.11i/RSN)
 Authenticator and dynamic TKIP/CCMP keying.
 .
 The current version includes support for other drivers, an integrated
 EAP authenticator (i.e., allow full authentication without requiring
 an external RADIUS authentication server), and RADIUS authentication
 server for EAP authentication.
 .
 hostapd works with the following drivers:
 .
  * mac80211 based drivers with support for master mode [linux]
  * Host AP driver for Prism2/2.5/3 [linux]
  * Driver interface for FreeBSD net80211 layer [kfreebsd]
  * Any wired Ethernet driver for wired IEEE 802.1X authentication.