Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-05 | Fix an example: hostapd table entries have to be comma-separated. | Reyk Floeter | |
From "Vigdis" via misc@ can go in deraadt@ | |||
2013-09-03 | clarify that the Mb keyword is Mbps; ok reyk | Jason McIntyre | |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2013-01-17 | some simple macro fixes; | Jason McIntyre | |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre | |
characters; prompted by a diff from robert peichaer org thanks gilles and henning for feedback ok deraadt zinke | |||
2011-06-23 | Use a common text explaining how the various configuration parsers using | Stuart Henderson | |
the standard OpenBSD-style parse.y handle continuing lines with backslashes, paying particular attention to how comments are handled (which can cause nasty side-effects if you're not expecting it). Most wording from jmc@, with suggestions from fgsch@, marc@, Richard Toohey, patrick keshishian and Florian Obser, ok jmc@. | |||
2009-04-16 | fix a few more typos found by spell(1); rectify a double "with" pointed out | Igor Sobrado | |
by jmc@ while looking at this diff. ok jmc@, reyk@ (for the hostapd part) | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
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-08-31 | knock out the cpp/m4 stuff from MACROS; after discussion with many... | Jason McIntyre | |
2006-06-27 | add new event rules to match optional elements of radiotap headers: | Reyk Floeter | |
signal percentage, transmit rate and channel frequency. ok and hints by jsg@ jmc@ | |||
2006-05-15 | mention the lack of authenticated management frames in IEEE 802.11. | Reyk Floeter | |
2006-05-15 | initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5). | Reyk Floeter | |
ok dlg@ | |||
2006-03-10 | some IAPP implementations still use the pre-standard port 2313 in broadcast | Reyk Floeter | |
mode (tested with the HP ProCurve 420wl). add a note to the manual page and the example configuration. | |||
2005-12-29 | add an 'include' rule to hostapd.conf(5); based on an older diff from | Reyk Floeter | |
dhartmei@ for the parser. this is useful if you have many hostapd systems using the same configuration but individual local definitions (like macros or table entries). | |||
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter | |
2005-12-10 | tweak: ok reyk | Jason McIntyre | |
2005-12-10 | add an option to increase the multicast ttl which is currently limited | Reyk Floeter | |
to 1 hop. by using a higher multicast ttl, you could use inter-network multicast forwarding of hostapd messages (i.e. with mrouted(8) or multicast-capable routing switches); "set iapp mode multicast ttl 2". | |||
2005-12-01 | tweaks; | Jason McIntyre | |
2005-12-01 | typo | Theo de Raadt | |
2005-12-01 | add configuration option to enable/disable specified iapp subtype handling | Reyk Floeter | |
2005-12-01 | support netmasks in table entry ip address assignments | Reyk Floeter | |
2005-11-23 | add optional interface rule for event rules | 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-11-17 | remove the BNF grammar definition from the manual page. it's getting a | Reyk Floeter | |
pain to maintain this (have a look at parse.y for some BNF). theo was right... | |||
2005-11-16 | add a configuration option for specifying a non-standard port and multicast | Reyk Floeter | |
address for the IAPP messages. this is an initial approach to run multiple hostapds on one machine, further work will be done later. | |||
2005-10-15 | use some -ohang list types, for purely cosmetic reasons; | Jason McIntyre | |
ok reyk@ | |||
2005-10-05 | the correct mask sign in table declarations is '&' (not '/'). | Reyk Floeter | |
2005-09-30 | rewording for clarity; | Jason McIntyre | |
ok reyk@ | |||
2005-09-30 | correct way to display a backslash is `\e' in mdoc; | Jason McIntyre | |
grammar + spelling; | |||
2005-09-30 | update the BNF | Reyk Floeter | |
2005-09-30 | implement a way to match IEEE 802.11 flooding. this will help to detect | Reyk Floeter | |
known DoS attacks, like de-auth flooding against wireless networks. an example is provided in the manual page. "or could you just got for it?", deraadt@ | |||
2005-09-29 | Add event rule examples | Reyk Floeter | |
2005-09-12 | preserve backslash using `\e', not `\\'; | Jason McIntyre | |
2005-09-10 | fix small typo found by Benedikt Steinbusch | Reyk Floeter | |
2005-07-04 | whitespace; | Jason McIntyre | |
2005-07-04 | describe the difference between radiotap and pcap mode | Reyk Floeter | |
2005-07-04 | update the hostapd.conf(5) manual page with a more detailed description | Reyk Floeter | |
of the configuration language and grammar. thanks to jmc@ and jaredy@ | |||
2005-06-17 | formatting tweaks; | Jason McIntyre | |
ok reyk@ | |||
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-04-13 | tweaks; ok reyk@ | Jason McIntyre | |
2005-04-13 | spaces | Theo de Raadt | |
2005-04-13 | add the initial version of the OpenBSD hostapd daemon | Reyk Floeter | |
ok deraadt@ |