summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/hostapd.c
AgeCommit message (Expand)Author
2005-09-13use memcmp instead of bcmp to compare tree nodes.Reyk Floeter
2005-09-09replace hasch tables with red-black trees used by the node tables.Reyk Floeter
2005-08-17add newlines in hostapd_fatal() calls, fix some typos.Reyk Floeter
2005-07-30flush print buffer on empty newlinesReyk Floeter
2005-07-04nicer textTheo de Raadt
2005-07-04remove command line options -i, -a and -b (iapp interface, hostap interfaceReyk Floeter
2005-07-04print error messages to stderr instead of syslog on startup.Reyk Floeter
2005-07-04add 'random' action address and auth open request/responseReyk Floeter
2005-06-17first step to implement a proactive wireless monitoring system usingReyk Floeter
2005-05-21hostapd doesn't really do much without root privileges, so check for that earlyMathieu Sauve-Frankel
2005-04-14fix possible double free(), thans to Andrey MatveevReyk Floeter
2005-04-13un-hack, use event_loopexit()Reyk Floeter
2005-04-13sync usage()Jason McIntyre
2005-04-13only fflush STDERR when we actually log to STDERR, reyk okHenning Brauer
2005-04-13missing copyrights here as wellHenning Brauer
2005-04-13do not close descriptors before exitTheo de Raadt
2005-04-13bzero of bss not neededTheo de Raadt
2005-04-13KNFHenning Brauer
2005-04-13add the initial version of the OpenBSD hostapd daemonReyk Floeter