Age | Commit message (Expand) | Author |
2011-06-23 | Use a common text explaining how the various configuration parsers using | Stuart Henderson |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-05-26 | No need to include <sys/sysctl.h> here and it pulls in <sys/proc.h> | Todd C. Miller |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-01-11 | lex <=, >=, !=, and -> into a single token for correctness and to reduce the | Theo de Raadt |
2009-06-05 | init rtm_hdrlen | Chris Cappuccio |
2009-04-16 | fix a few more typos found by spell(1); rectify a double "with" pointed out | Igor Sobrado |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-02-15 | no need for __packed, and it is even used wrong; from ragge | Theo de Raadt |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-05-12 | Fix cut and pasto; Steven Roberts | Todd C. Miller |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-22 | last one left behind. | Pierre-Yves Ritschard |
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-09-12 | Add NUMBER support for signed and unsigned 64bit numbers to the lexer | Reyk Floeter |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-02 | Use event(3) provided signal functions -- this decouples the event | Claudio Jeker |
2007-02-09 | unbreak the symset function | Reyk Floeter |
2007-02-08 | carefully check some return values and make lint happy. check for | Reyk Floeter |
2006-12-31 | add a channel hopper for wireless interfaces. the channel hopper will | Reyk Floeter |
2006-11-13 | properly use LDADD and DPADD | Theo de Raadt |
2006-10-13 | check error condition of strtonum | Reyk Floeter |
2006-09-28 | hostapd tree search speedup via inlined compare function | Reyk Floeter |
2006-09-28 | fix the configuration parser for event rules: correct handling of | Reyk Floeter |
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 |
2006-06-26 | fix printing of the RSSI radiotap element: use the PRINTF wrapper | Reyk Floeter |
2006-06-23 | set the RSSI Max value in ath(4) and use the new RSSI radiotap header | Reyk Floeter |
2006-06-01 | don't use the newline character in hostapd_log() calls | Reyk Floeter |
2006-05-26 | \<char> is <char> except for \<newline> -- no exceptions. much like how | Theo de Raadt |
2006-05-16 | .Sx for section references; | Jason McIntyre |
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 |
2006-05-15 | make lint happy | Reyk Floeter |
2006-05-13 | set the correct timezone using tzset() before before writing to syslog. | Reyk Floeter |
2006-03-10 | some IAPP implementations still use the pre-standard port 2313 in broadcast | Reyk Floeter |
2006-02-25 | fix for hostapd_printf() from Andrey Matveev: | Reyk Floeter |
2006-01-31 | fix a bug by updating the bpf packet header for each received frame in | Reyk Floeter |
2005-12-29 | add an 'include' rule to hostapd.conf(5); based on an older diff from | Reyk Floeter |
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 |
2005-12-10 | make lint more happy | Reyk Floeter |