index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
hostapd
/
hostapd.c
Age
Commit message (
Expand
)
Author
2017-04-19
Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been
Martin Natano
2016-05-28
Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).
Martin Natano
2015-12-22
remove a NULL-check before free()
mmcc
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2008-05-12
Fix cut and pasto; Steven Roberts
Todd C. Miller
2008-05-12
Error out with usage line if additional arguments are given after the
Pierre-Yves Ritschard
2007-05-02
Use event(3) provided signal functions -- this decouples the event
Claudio Jeker
2007-02-08
carefully check some return values and make lint happy. check for
Reyk Floeter
2006-09-28
hostapd tree search speedup via inlined compare function
Reyk Floeter
2006-06-01
don't use the newline character in hostapd_log() calls
Reyk Floeter
2006-05-13
set the correct timezone using tzset() before before writing to syslog.
Reyk Floeter
2006-02-25
fix for hostapd_printf() from Andrey Matveev:
Reyk Floeter
2005-12-18
Update my e-mail address in the copyright statement, no binary changes.
Reyk Floeter
2005-12-10
add an option to increase the multicast ttl which is currently limited
Reyk Floeter
2005-12-01
move iapp configuration in a separate data structure
Reyk Floeter
2005-11-20
add support for multiple hostap (wireless) interfaces.
Reyk Floeter
2005-11-16
add a configuration option for specifying a non-standard port and multicast
Reyk Floeter
2005-10-07
move IAPP definitions to separate header file
Reyk Floeter
2005-10-07
spacing
Reyk Floeter
2005-09-13
use memcmp instead of bcmp to compare tree nodes.
Reyk Floeter
2005-09-09
replace hasch tables with red-black trees used by the node tables.
Reyk Floeter
2005-08-17
add newlines in hostapd_fatal() calls, fix some typos.
Reyk Floeter
2005-07-30
flush print buffer on empty newlines
Reyk Floeter
2005-07-04
nicer text
Theo de Raadt
2005-07-04
remove command line options -i, -a and -b (iapp interface, hostap interface
Reyk Floeter
2005-07-04
print error messages to stderr instead of syslog on startup.
Reyk Floeter
2005-07-04
add 'random' action address and auth open request/response
Reyk Floeter
2005-06-17
first step to implement a proactive wireless monitoring system using
Reyk Floeter
2005-05-21
hostapd doesn't really do much without root privileges, so check for that early
Mathieu Sauve-Frankel
2005-04-14
fix possible double free(), thans to Andrey Matveev
Reyk Floeter
2005-04-13
un-hack, use event_loopexit()
Reyk Floeter
2005-04-13
sync usage()
Jason McIntyre
2005-04-13
only fflush STDERR when we actually log to STDERR, reyk ok
Henning Brauer
2005-04-13
missing copyrights here as well
Henning Brauer
2005-04-13
do not close descriptors before exit
Theo de Raadt
2005-04-13
bzero of bss not needed
Theo de Raadt
2005-04-13
KNF
Henning Brauer
2005-04-13
add the initial version of the OpenBSD hostapd daemon
Reyk Floeter