summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd
AgeCommit message (Expand)Author
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-05-26No need to include <sys/sysctl.h> here and it pulls in <sys/proc.h>Todd C. Miller
2010-05-24now that we can handle >9 args, put "-D name=value" on one line: it's a bitJason McIntyre
2010-02-23Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,Ingo Schwarze
2010-01-11lex <=, >=, !=, and -> into a single token for correctness and to reduce theTheo de Raadt
2009-06-05init rtm_hdrlenChris Cappuccio
2009-04-16fix a few more typos found by spell(1); rectify a double "with" pointed outIgor Sobrado
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-02-15no need for __packed, and it is even used wrong; from raggeTheo de Raadt
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-05-12Fix cut and pasto; Steven RobertsTodd C. Miller
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-10-22last one left behind.Pierre-Yves Ritschard
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-09-12Add NUMBER support for signed and unsigned 64bit numbers to the lexerReyk Floeter
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-02Use event(3) provided signal functions -- this decouples the eventClaudio Jeker
2007-02-09unbreak the symset functionReyk Floeter
2007-02-08carefully check some return values and make lint happy. check forReyk Floeter
2006-12-31add a channel hopper for wireless interfaces. the channel hopper willReyk Floeter
2006-11-13properly use LDADD and DPADDTheo de Raadt
2006-10-13check error condition of strtonumReyk Floeter
2006-09-28hostapd tree search speedup via inlined compare functionReyk Floeter
2006-09-28fix the configuration parser for event rules: correct handling ofReyk Floeter
2006-08-31knock out the cpp/m4 stuff from MACROS; after discussion with many...Jason McIntyre
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