Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-15 | use some -ohang list types, for purely cosmetic reasons; | Jason McIntyre | |
ok reyk@ | |||
2005-10-11 | fix "node add" | Reyk Floeter | |
2005-10-07 | move IAPP definitions to separate header file | Reyk Floeter | |
2005-10-07 | spacing | Reyk Floeter | |
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-30 | fix;5C the 'number' type, use a maximal value of LONG_MAX instead of 16. | Reyk Floeter | |
2005-09-29 | Add event rule examples | Reyk Floeter | |
2005-09-29 | order alphabetically | Reyk Floeter | |
2005-09-13 | use memcmp instead of bcmp to compare tree nodes. | 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-09-09 | replace hasch tables with red-black trees used by the node tables. | Reyk Floeter | |
ok mcbride@ | |||
2005-08-17 | add newlines in hostapd_fatal() calls, fix some typos. | Reyk Floeter | |
thanks to Brian Poole. | |||
2005-07-30 | enable -Wbounded | Reyk Floeter | |
ok anil | |||
2005-07-30 | flush print buffer on empty newlines | Reyk Floeter | |
2005-07-04 | whitespace; | Jason McIntyre | |
2005-07-04 | spacing | Theo de Raadt | |
2005-07-04 | nicer text | Theo de Raadt | |
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-07-04 | remove command line options -i, -a and -b (iapp interface, hostap interface | Reyk Floeter | |
and broadcast mode). please use the configuration file hostapd.conf(5) instead, it is now mandatory to run hostapd with it. | |||
2005-07-04 | print error messages to stderr instead of syslog on startup. | Reyk Floeter | |
suggested by deraadt@ | |||
2005-07-04 | add 'random' action address and auth open request/response | Reyk Floeter | |
2005-06-17 | support disassoc reason codes | Reyk Floeter | |
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-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-05-21 | hostapd doesn't really do much without root privileges, so check for that early | Mathieu Sauve-Frankel | |
ok reyk@ | |||
2005-04-18 | grammar | Jolan Luff | |
2005-04-15 | typo. ok reyk@ | Moritz Jodeit | |
2005-04-14 | fix possible double free(), thans to Andrey Matveev | Reyk Floeter | |
2005-04-13 | un-hack, use event_loopexit() | Reyk Floeter | |
ok henning@ brad@ | |||
2005-04-13 | a daemon, not an daemon; | Jason McIntyre | |
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 | spacing | Theo de Raadt | |
2005-04-13 | tighten code vertically | Theo de Raadt | |
2005-04-13 | really abort, when privdrop fails. ok reyk@ | Moritz Jodeit | |
2005-04-13 | tweaks; ok reyk@ | Jason McIntyre | |
2005-04-13 | sync usage() | Jason McIntyre | |
2005-04-13 | various tweaks; | Jason McIntyre | |
ok reyk@ | |||
2005-04-13 | privsep i/o functions are based on atomicio, add copyright notice | Reyk Floeter | |
2005-04-13 | only fflush STDERR when we actually log to STDERR, reyk ok | Henning Brauer | |
2005-04-13 | missing copyrights here as well | Henning Brauer | |
it is more than fine to re-use our code (please do!), but do not forget our copyright! | |||
2005-04-13 | do not close descriptors before exit | Theo de Raadt | |