Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-02 | Use event(3) provided signal functions -- this decouples the event | Claudio Jeker | |
handling and so the signal handlers are safe to call whatever they want. This solves PR5463. OK reyk@ | |||
2007-02-08 | carefully check some return values and make lint happy. check for | Reyk Floeter | |
truncation before feeding strings into the kernel. | |||
2006-12-31 | add a channel hopper for wireless interfaces. the channel hopper will | Reyk 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-01 | don't use the newline character in hostapd_log() calls | Reyk Floeter | |
2006-05-15 | initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5). | Reyk Floeter | |
ok dlg@ | |||
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter | |
2005-12-10 | make lint more happy | 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 | |
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-07 | move IAPP definitions to separate header file | Reyk Floeter | |
2005-08-17 | add newlines in hostapd_fatal() calls, fix some typos. | Reyk Floeter | |
thanks to Brian Poole. | |||
2005-06-17 | first step to implement a proactive wireless monitoring system using | Reyk 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-25 | add ifconfig -M option to replace wicontrol -L and -l for ap scanning | Reyk Floeter | |
and node listing. wicontrol is not supported by net80211 drivers anymore. further improvements will be done. ok dlg@, jsg@ | |||
2005-05-23 | -endpwent | Henning Brauer | |
2005-04-13 | un-hack, use event_loopexit() | Reyk Floeter | |
ok henning@ brad@ | |||
2005-04-13 | add some missing arguments, where format strings | Moritz Jodeit | |
expect them and a minor comment fix. ok reyk@ | |||
2005-04-13 | set gid before uid | Reyk Floeter | |
2005-04-13 | tighten code vertically | Theo de Raadt | |
2005-04-13 | really abort, when privdrop fails. ok reyk@ | Moritz Jodeit | |
2005-04-13 | privsep i/o functions are based on atomicio, add copyright notice | Reyk Floeter | |
2005-04-13 | spaces | Theo de Raadt | |
2005-04-13 | KNF | Henning Brauer | |
2005-04-13 | add the initial version of the OpenBSD hostapd daemon | Reyk Floeter | |
ok deraadt@ |