summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hostapd/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix an off-by-one line count when using include statements.denis2018-06-111-49/+79
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Normalize handle limit timeval in microsecond (usec) case.cheloha2018-02-131-2/+3
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-6/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* Add gcc printf format attributes to yyerror() in parse.y files.doug2014-11-141-2/+4
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-031-8/+7
* relax the cfg file secrecy check slightly to allow group readabilityhenning2014-01-221-3/+3
* use u_char for buffers in yylex, for ctype callsbenno2013-11-251-7/+7
* fix linecount bug with comments spanning multiple lineshenning2010-08-031-3/+4
* lex <=, >=, !=, and -> into a single token for correctness and to reduce thederaadt2010-01-111-6/+30
* Fixed memory leaks which would occur if the second of two memorytobias2009-03-311-3/+7
* no need for __packed, and it is even used wrong; from raggederaadt2009-02-151-2/+2
* bring in the findeol() fix from pfctl. list of affected parsers by sthenhenning2008-10-171-3/+5
* Unbreak parser by initializing topfile correctly.mpf2008-02-271-2/+2
* Have popfile() also close the main config file,mpf2008-02-261-14/+15
* Remove space/tab compression function from lgetc() and replacempf2007-11-121-10/+2
* last one left behind.pyr2007-10-221-2/+5
* Allow '=' to end a number in all lexers.mpf2007-10-161-2/+2
* in the lex... even inside quotes, a \ followed by space or tab shouldderaadt2007-10-161-2/+4
* in all these programs using the same pfctl-derived parse.y, re-unify thederaadt2007-10-131-85/+105
* next step in the yylex unification: handle quoted strings in a nicer fashionderaadt2007-10-111-13/+20
* Add NUMBER support for signed and unsigned 64bit numbers to the lexerreyk2007-09-121-30/+82
* unbreak the symset functionreyk2007-02-091-3/+2
* carefully check some return values and make lint happy. check forreyk2007-02-081-6/+14
* add a channel hopper for wireless interfaces. the channel hopper willreyk2006-12-311-1/+42
* check error condition of strtonumreyk2006-10-131-2/+8
* fix the configuration parser for event rules: correct handling ofreyk2006-09-281-55/+54
* add new event rules to match optional elements of radiotap headers:reyk2006-06-271-4/+156
* don't use the newline character in hostapd_log() callsreyk2006-06-011-6/+6
* \<char> is <char> except for \<newline> -- no exceptions. much like howderaadt2006-05-261-4/+2
* initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5).reyk2006-05-151-2/+32
* add an 'include' rule to hostapd.conf(5); based on an older diff fromreyk2005-12-291-47/+121
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
* add an option to increase the multicast ttl which is currently limitedreyk2005-12-101-3/+12
* add configuration option to enable/disable specified iapp subtype handlingreyk2005-12-011-4/+32
* support netmasks in table entry ip address assignmentsreyk2005-12-011-4/+16
* move iapp configuration in a separate data structurereyk2005-12-011-6/+6
* add optional interface rule for event rulesreyk2005-11-231-4/+19
* add support for multiple hostap (wireless) interfaces.reyk2005-11-201-14/+25
* add a configuration option for specifying a non-standard port and multicastreyk2005-11-161-3/+22
* implement a way to match IEEE 802.11 flooding. this will help to detectreyk2005-09-301-7/+19
* fix;5C the 'number' type, use a maximal value of LONG_MAX instead of 16.reyk2005-09-301-2/+2
* order alphabeticallyreyk2005-09-291-2/+2
* remove command line options -i, -a and -b (iapp interface, hostap interfacereyk2005-07-041-8/+9
* add 'random' action address and auth open request/responsereyk2005-07-041-8/+58