summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd
AgeCommit message (Expand)Author
2006-06-27add new event rules to match optional elements of radiotap headers:Reyk Floeter
2006-06-26fix printing of the RSSI radiotap element: use the PRINTF wrapperReyk Floeter
2006-06-23set the RSSI Max value in ath(4) and use the new RSSI radiotap headerReyk Floeter
2006-06-01don't use the newline character in hostapd_log() callsReyk Floeter
2006-05-26\<char> is <char> except for \<newline> -- no exceptions. much like howTheo de Raadt
2006-05-16.Sx for section references;Jason McIntyre
2006-05-15mention the lack of authenticated management frames in IEEE 802.11.Reyk Floeter
2006-05-15initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5).Reyk Floeter
2006-05-15make lint happyReyk Floeter
2006-05-13set the correct timezone using tzset() before before writing to syslog.Reyk Floeter
2006-03-10some IAPP implementations still use the pre-standard port 2313 in broadcastReyk Floeter
2006-02-25fix for hostapd_printf() from Andrey Matveev:Reyk Floeter
2006-01-31fix a bug by updating the bpf packet header for each received frame inReyk Floeter
2005-12-29add an 'include' rule to hostapd.conf(5); based on an older diff fromReyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-10tweak: ok reykJason McIntyre
2005-12-10add an option to increase the multicast ttl which is currently limitedReyk Floeter
2005-12-10make lint more happyReyk Floeter
2005-12-01tweaks;Jason McIntyre
2005-12-01typoTheo de Raadt
2005-12-01add configuration option to enable/disable specified iapp subtype handlingReyk Floeter
2005-12-01support netmasks in table entry ip address assignmentsReyk Floeter
2005-12-01move iapp configuration in a separate data structureReyk Floeter
2005-12-01deauthenticate all stations on startup which will force them toReyk Floeter
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