Age | Commit message (Expand) | Author |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-01-11 | lex <=, >=, !=, and -> into a single token for correctness and to reduce the | Theo de Raadt |
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-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-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-10-13 | check error condition of strtonum | Reyk Floeter |
2006-09-28 | fix the configuration parser for event rules: correct handling of | Reyk Floeter |
2006-06-27 | add new event rules to match optional elements of radiotap headers: | 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-15 | initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5). | 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 | add an option to increase the multicast ttl which is currently limited | Reyk Floeter |
2005-12-01 | add configuration option to enable/disable specified iapp subtype handling | Reyk Floeter |
2005-12-01 | support netmasks in table entry ip address assignments | Reyk Floeter |
2005-12-01 | move iapp configuration in a separate data structure | Reyk Floeter |
2005-11-23 | add optional interface rule for event rules | Reyk Floeter |
2005-11-20 | add support for multiple hostap (wireless) interfaces. | Reyk Floeter |
2005-11-16 | add a configuration option for specifying a non-standard port and multicast | Reyk Floeter |
2005-09-30 | implement a way to match IEEE 802.11 flooding. this will help to detect | Reyk Floeter |
2005-09-30 | fix;5C the 'number' type, use a maximal value of LONG_MAX instead of 16. | Reyk Floeter |
2005-09-29 | order alphabetically | Reyk Floeter |
2005-07-04 | remove command line options -i, -a and -b (iapp interface, hostap interface | Reyk Floeter |
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 | first step to implement a proactive wireless monitoring system using | Reyk Floeter |
2005-04-13 | kill #if 0 crud | Henning Brauer |
2005-04-13 | don't lose copyright on the way... reyk ok | Henning Brauer |
2005-04-13 | whitespace | Henning Brauer |