summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd
AgeCommit message (Expand)Author
2005-11-23log message consistencyReyk Floeter
2005-11-23add optional interface rule for event rulesReyk Floeter
2005-11-20add support for multiple hostap (wireless) interfaces.Reyk Floeter
2005-11-17remove the BNF grammar definition from the manual page. it's getting aReyk Floeter
2005-11-16add a configuration option for specifying a non-standard port and multicastReyk Floeter
2005-10-15use some -ohang list types, for purely cosmetic reasons;Jason McIntyre
2005-10-11fix "node add"Reyk Floeter
2005-10-07move IAPP definitions to separate header fileReyk Floeter
2005-10-07spacingReyk Floeter
2005-10-05the correct mask sign in table declarations is '&' (not '/').Reyk Floeter
2005-09-30rewording for clarity;Jason McIntyre
2005-09-30correct way to display a backslash is `\e' in mdoc;Jason McIntyre
2005-09-30update the BNFReyk Floeter
2005-09-30implement a way to match IEEE 802.11 flooding. this will help to detectReyk Floeter
2005-09-30fix;5C the 'number' type, use a maximal value of LONG_MAX instead of 16.Reyk Floeter
2005-09-29Add event rule examplesReyk Floeter
2005-09-29order alphabeticallyReyk Floeter
2005-09-13use memcmp instead of bcmp to compare tree nodes.Reyk Floeter
2005-09-12preserve backslash using `\e', not `\\';Jason McIntyre
2005-09-10fix small typo found by Benedikt SteinbuschReyk Floeter
2005-09-09replace hasch tables with red-black trees used by the node tables.Reyk Floeter
2005-08-17add newlines in hostapd_fatal() calls, fix some typos.Reyk Floeter
2005-07-30enable -WboundedReyk Floeter
2005-07-30flush print buffer on empty newlinesReyk Floeter
2005-07-04whitespace;Jason McIntyre
2005-07-04spacingTheo de Raadt
2005-07-04nicer textTheo de Raadt
2005-07-04describe the difference between radiotap and pcap modeReyk Floeter
2005-07-04update the hostapd.conf(5) manual page with a more detailed descriptionReyk Floeter
2005-07-04remove command line options -i, -a and -b (iapp interface, hostap interfaceReyk Floeter
2005-07-04print error messages to stderr instead of syslog on startup.Reyk Floeter
2005-07-04add 'random' action address and auth open request/responseReyk Floeter
2005-06-17support disassoc reason codesReyk Floeter
2005-06-17formatting tweaks;Jason McIntyre
2005-06-17first step to implement a proactive wireless monitoring system usingReyk Floeter
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
2005-05-23-endpwentHenning Brauer
2005-05-21hostapd doesn't really do much without root privileges, so check for that earlyMathieu Sauve-Frankel
2005-04-18grammarJolan Luff
2005-04-15typo. ok reyk@Moritz Jodeit
2005-04-14fix possible double free(), thans to Andrey MatveevReyk Floeter
2005-04-13un-hack, use event_loopexit()Reyk Floeter
2005-04-13a daemon, not an daemon;Jason McIntyre
2005-04-13add some missing arguments, where format stringsMoritz Jodeit
2005-04-13set gid before uidReyk Floeter
2005-04-13spacingTheo de Raadt
2005-04-13tighten code verticallyTheo de Raadt
2005-04-13really abort, when privdrop fails. ok reyk@Moritz Jodeit
2005-04-13tweaks; ok reyk@Jason McIntyre
2005-04-13sync usage()Jason McIntyre