History log of /freebsd-10.0-release/usr.sbin/wpa/hostapd/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


252726 04-Jul-2013 rpaulo

Merge hostapd / wpa_supplicant 2.0.

Reviewed by: adrian (driver_bsd + usr.sbin/wpa)


238606 18-Jul-2012 gjb

Xref mwl(4) and rum(4) in hostapd(8).

MFC after: 3 days


235499 16-May-2012 gjb

Reword hostapd.conf(5) sentence.

Suggested by: hrs
MFC after: 3 days
X-MFC-With: r235337 (a bit delayed...)


235355 12-May-2012 joel

Remove end of line whitespace.


235337 12-May-2012 gjb

General mdoc(7) and typo fixes.

PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


234786 29-Apr-2012 bschmidt

Fix WITHOUT_EXAMPLES build:
While removing unnecessary entries from .PATH.c I missed that for the
examples WPA_SUPPLICANT_DISTDIR/HOSTAPD_DISTDIR is explicitly added to
.PATH.

Tested by: lev
MFC after: 2 weeks


234759 28-Apr-2012 bschmidt

Move crypto stuff into a common Makefile. While here fix the
WITHOUT_OPENSSL build by using the wpa's internal crypto support if
openssl is not available, this allows us to unconditionally enable
EAP support.

MFC after: 2 weeks


234758 28-Apr-2012 bschmidt

not only the file names have changed from eap_xxx.c to eap_server_xxx.c,
the defines too

MFC after: 2 weeks


234732 27-Apr-2012 theraven

Add a note to hostapd.conf about an unhelpful error message in the hope that
it won't confuse anyone else in the future.

MFC after: 1 week


234711 26-Apr-2012 bschmidt

fix EAP server support after the 0.7.3 import:
- eap_xxx.c files have been renamed to eap_server_xxx.c
- additional crypto files are required for some options
- EAP_MD5 and EAP_GTC is now enabled by default to match vendor config
- move each file on its own line to hopefully make further diffs easier
to read

EAP_SERVER is now enabled by default. Fiddling with HOSTAPD_CFLAGS in
src.conf is no longer required to get a basic WPA-EAP/radius setup
running.

Tested by: Johann Hugo <jhugo at meraka.csir.co.za>
MFC after: 2 weeks


231257 09-Feb-2012 kevlo

Mention run(4)


228990 30-Dec-2011 uqs

Spelling fixes for usr.sbin/


216556 19-Dec-2010 bschmidt

Fix build on bigendian archs.


216541 18-Dec-2010 bschmidt

Unbreak hostapd. This code has been explicitly removed in upstream versions.


216540 18-Dec-2010 bschmidt

Fix some whitespace nits.


216539 18-Dec-2010 bschmidt

Change order in wpa_driver_bsd_ops to match upstream code. Add description
while here.


216538 18-Dec-2010 bschmidt

Add a comment explaining the undefs, while here remove one which is not
required.


216537 18-Dec-2010 bschmidt

Rename bsd_set_iface_flags to bsd_ctrl_iface and change arguments to match
upstream. For the same reason rewrite bsd_get_seqnum.


216536 18-Dec-2010 bschmidt

Import bsd_configure_wpa() to sync with upstream code.


216535 18-Dec-2010 bschmidt

Prefer os_memset, os_strlcpy and os_free. While here adjust the return
value checks for 2 ioctl calls and rewrite error handling in bsd_init
to better integrate with upstream code.


216533 18-Dec-2010 bschmidt

Remove some unused variables and unnecessary casts.


216532 18-Dec-2010 bschmidt

Remove debug messages which are no longer present in upstream code. While
here remove some explicit line breaks.


216531 18-Dec-2010 bschmidt

Rename iface to ifname to match the upstream code.


216530 18-Dec-2010 bschmidt

Rename ioctl_sock to just sock to match the upstream code. While here
remove the no longer used wext_sock and bsd_driver_ops variables.


216529 18-Dec-2010 bschmidt

Move some functions around to match the upstream order.


216528 18-Dec-2010 bschmidt

Add bsd_send_mlme_param to aggregate IEEE80211_IOC_MLME ioctls:
- merge bsd_set_sta_authorized and bsd_sta_set_flags
- change bsd_set_sta_authorized, bsd_sta_deauth and bsd_sta_disassoc
to use bsd_send_mlme_param


216527 18-Dec-2010 bschmidt

Change bsd_del_key() to match upstream code:
- change order of if/else
- move wpa_printf() into the condition
- change unsigned char* to u8*
- prefer os_memset/os_memcpy


216526 18-Dec-2010 bschmidt

Aggregate SIOCS80211 and SIOCG80211 ioctl request code. While here, bring
the wpa_printf()/perror() messages in sync with upstream code.


214735 03-Nov-2010 rpaulo

Adapt for wpa_supplicant / hostapd 0.7.3.


209159 14-Jun-2010 rpaulo

Update for hostapd & wpa_supplicant 0.6.10.


195644 12-Jul-2009 sam

fix Jouni's email address

Approved by: re (blanket)


193524 05-Jun-2009 sam

Do not force the mtu to 2290; this was done to insure large EAPOL frames
could be handled w/o fragmentation but clobbers user-specified values
such as those required when the interface is bridged.

Submitted by: jim@netgate.com
Reviewed by: Jouni Malinen
MFC after: 3 days


189263 02-Mar-2009 sam

update to 0.6.8

Reviewed by: thompsa


178357 20-Apr-2008 sam

o update for vaps
o add+enable radius acl support

Supported by: Hobnob
Submitted by: Chris Zimmermann (acl support)


173530 10-Nov-2007 sam

install hostapd.conf and related files for folks that don't have source

MFC after: 1 week


173027 26-Oct-2007 simon

Document the '-P pidfile' command line argument.

PR: docs/116658
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
MFC after: 3 days


172319 25-Sep-2007 sam

o enable use of EAP methods w/o modification to the base system; use
WPA_SUPPLICANT_CFLAGS, etc. (consult the Makefile's for details)
o enable ipv6 support in hostapd (for communication w/ a radius backend)

PR: bin/116164
Submitted by: "Scot Hetzel" <swhetzel@gmail.com>
Approved by: re (gnn)
MFC after: 2 weeks


171326 09-Jul-2007 sam

update for 0.5.8 import

Approved by: re (hrs)


162806 29-Sep-2006 ru

Markup fixes.


161912 02-Sep-2006 sam

incorporate Rui Paulo's work

Obtained from: netbsd


158991 27-May-2006 sam

avoid null ptr deref

Obtained from: netbsd


158990 27-May-2006 sam

correct static array overrun

Obtained from: netbsd


156378 07-Mar-2006 sam

update for v0.4.8 import of wpa_supplicant and hostapd

MFC after: 2 weeks


147777 05-Jul-2005 sam

explicitly set IEEE80211_KEY_GROUP instead of depending on kernel kludge

Reviewed by: avatar
Approved by: re (scottl)


147621 27-Jun-2005 ru

Tidy up the markup (fixing some nearby content bugs).

Timeout from: sam
Approved by: re (blanket manpages)


147453 17-Jun-2005 sam

o move hostapd to section 8
o add placeholder for hostapd.conf

Approved by: re (blanket wpa)


147039 06-Jun-2005 sam

freebsd pieces of hostapd support