summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hostapd/hostapd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>guenther2019-05-101-2/+1
* Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beennatano2017-04-191-2/+2
* Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).natano2016-05-281-19/+4
* remove a NULL-check before free()mmcc2015-12-221-3/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* Fix cut and pasto; Steven Robertsmillert2008-05-121-2/+2
* Error out with usage line if additional arguments are given after thepyr2008-05-121-1/+6
* Use event(3) provided signal functions -- this decouples the eventclaudio2007-05-021-13/+17
* carefully check some return values and make lint happy. check forreyk2007-02-081-13/+22
* hostapd tree search speedup via inlined compare functionreyk2006-09-281-2/+4
* don't use the newline character in hostapd_log() callsreyk2006-06-011-15/+22
* set the correct timezone using tzset() before before writing to syslog.reyk2006-05-131-1/+2
* fix for hostapd_printf() from Andrey Matveev:reyk2006-02-251-10/+14
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
* add an option to increase the multicast ttl which is currently limitedreyk2005-12-101-7/+13
* move iapp configuration in a separate data structurereyk2005-12-011-29/+34
* add support for multiple hostap (wireless) interfaces.reyk2005-11-201-28/+28
* add a configuration option for specifying a non-standard port and multicastreyk2005-11-161-10/+12
* move IAPP definitions to separate header filereyk2005-10-071-1/+2
* spacingreyk2005-10-071-2/+2
* use memcmp instead of bcmp to compare tree nodes.reyk2005-09-131-2/+2
* replace hasch tables with red-black trees used by the node tables.reyk2005-09-091-29/+22
* add newlines in hostapd_fatal() calls, fix some typos.reyk2005-08-171-4/+4
* flush print buffer on empty newlinesreyk2005-07-301-1/+4
* nicer textderaadt2005-07-041-2/+2
* remove command line options -i, -a and -b (iapp interface, hostap interfacereyk2005-07-041-16/+5
* print error messages to stderr instead of syslog on startup.reyk2005-07-041-8/+16
* add 'random' action address and auth open request/responsereyk2005-07-041-1/+15
* first step to implement a proactive wireless monitoring system usingreyk2005-06-171-3/+147
* hostapd doesn't really do much without root privileges, so check for that earlymsf2005-05-211-1/+4
* fix possible double free(), thans to Andrey Matveevreyk2005-04-141-7/+5
* un-hack, use event_loopexit()reyk2005-04-131-6/+7
* sync usage()jmc2005-04-131-2/+2
* only fflush STDERR when we actually log to STDERR, reyk okhenning2005-04-131-9/+8
* missing copyrights here as wellhenning2005-04-131-1/+2
* do not close descriptors before exitderaadt2005-04-131-10/+2
* bzero of bss not neededderaadt2005-04-131-3/+1
* KNFhenning2005-04-131-8/+7
* add the initial version of the OpenBSD hostapd daemonreyk2005-04-131-0/+453