summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/privsep.c
AgeCommit message (Collapse)Author
2007-05-02Use event(3) provided signal functions -- this decouples the eventClaudio Jeker
handling and so the signal handlers are safe to call whatever they want. This solves PR5463. OK reyk@
2007-02-08carefully check some return values and make lint happy. check forReyk Floeter
truncation before feeding strings into the kernel.
2006-12-31add a channel hopper for wireless interfaces. the channel hopper willReyk Floeter
jump to the next available channel after a configurable delay for the specified list of wireless "hostap" interfaces, see the new "set hostap hopper" commands in hostapd.conf(5). with help by jsg@
2006-06-01don't use the newline character in hostapd_log() callsReyk Floeter
2006-05-15initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5).Reyk Floeter
ok dlg@
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-10make lint more happyReyk Floeter
2005-12-01move iapp configuration in a separate data structureReyk Floeter
2005-11-20add support for multiple hostap (wireless) interfaces.Reyk Floeter
for example, if you run one hostapd with two ath(4) devices. you have to specify "set hostap interface { ath0, ath1 }" in hostapd.conf(5). man page bits by jmc@, tested by others
2005-10-07move IAPP definitions to separate header fileReyk Floeter
2005-08-17add newlines in hostapd_fatal() calls, fix some typos.Reyk Floeter
thanks to Brian Poole.
2005-06-17first step to implement a proactive wireless monitoring system usingReyk Floeter
hostapd(8). it's a very simple but powerful approach using highly flexible and stateless event and action rules for IEEE 802.11 traffic. you can monitor a wireless network by watching frames with types and addresses (with support for tables and masks) and you can trigger actions like writing log messages, sending pcap/radiotap dumps to the IAPP network, removing nodes from the hostap, resending received frames and sending contructed 802.11 frames in reply to traffic received from any rogue nodes. it's based on some initial work from the c2k5 which has been tested and improved during the last weeks. some missing documentation for hostapd.conf(5) will be written as soon as possible. ok deraadt@
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
and node listing. wicontrol is not supported by net80211 drivers anymore. further improvements will be done. ok dlg@, jsg@
2005-05-23-endpwentHenning Brauer
2005-04-13un-hack, use event_loopexit()Reyk Floeter
ok henning@ brad@
2005-04-13add some missing arguments, where format stringsMoritz Jodeit
expect them and a minor comment fix. ok reyk@
2005-04-13set gid before uidReyk Floeter
2005-04-13tighten code verticallyTheo de Raadt
2005-04-13really abort, when privdrop fails. ok reyk@Moritz Jodeit
2005-04-13privsep i/o functions are based on atomicio, add copyright noticeReyk Floeter
2005-04-13spacesTheo de Raadt
2005-04-13KNFHenning Brauer
2005-04-13add the initial version of the OpenBSD hostapd daemonReyk Floeter
ok deraadt@