summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hostapd/privsep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>guenther2019-05-101-2/+1
* Remove setproctitle() for the parent process. Because rc.d(8) uses processsthen2016-02-021-3/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Use event(3) provided signal functions -- this decouples the eventclaudio2007-05-021-16/+23
* carefully check some return values and make lint happy. check forreyk2007-02-081-14/+18
* add a channel hopper for wireless interfaces. the channel hopper willreyk2006-12-311-1/+5
* don't use the newline character in hostapd_log() callsreyk2006-06-011-7/+7
* initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5).reyk2006-05-151-2/+45
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
* make lint more happyreyk2005-12-101-1/+6
* move iapp configuration in a separate data structurereyk2005-12-011-5/+8
* add support for multiple hostap (wireless) interfaces.reyk2005-11-201-28/+57
* move IAPP definitions to separate header filereyk2005-10-071-1/+2
* add newlines in hostapd_fatal() calls, fix some typos.reyk2005-08-171-5/+5
* first step to implement a proactive wireless monitoring system usingreyk2005-06-171-10/+18
* add ifconfig -M option to replace wicontrol -L and -l for ap scanningreyk2005-05-251-17/+15
* -endpwenthenning2005-05-231-2/+1
* un-hack, use event_loopexit()reyk2005-04-131-6/+7
* add some missing arguments, where format stringsmoritz2005-04-131-5/+4
* set gid before uidreyk2005-04-131-3/+3
* tighten code verticallyderaadt2005-04-131-24/+4
* really abort, when privdrop fails. ok reyk@moritz2005-04-131-4/+4
* privsep i/o functions are based on atomicio, add copyright noticereyk2005-04-131-1/+2
* spacesderaadt2005-04-131-4/+3
* KNFhenning2005-04-131-3/+3
* add the initial version of the OpenBSD hostapd daemonreyk2005-04-131-0/+484