summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ifstated/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-8/+3
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-10/+10
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-4/+4
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-2/+2
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Initialize pushback_index like we do (mostly) everywhere else.rob2018-03-061-2/+2
* Remove unnecessary NULL check and fix an incorrect warning.rob2017-08-211-4/+2
* Stop tracking interface indexes. Suggested by deraadt.rob2017-08-201-9/+12
* Don't bother initializing global variables to 0, since they will be in BSS.deraadt2017-07-231-3/+3
* delete tokens that have never been used.benno2017-07-041-4/+2
* Second diff to rename additional "always" variable in struct ifsd_config.benno2017-07-021-8/+8
* Rename one of the "always" variables to "body" for improved readability.benno2017-07-021-10/+10
* update log.c in ifstated to the same used in bgpd etc.benno2017-06-181-1/+2
* 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
* Fix err.h uses, reporting errno when available and simplifying errormmcc2016-01-291-13/+13
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-031-6/+6
* Add gcc format attributes to more warn/error functions in parse.y files.doug2014-11-031-3/+5
* 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
* as done in ospf{,6}d/relayd, sync yyerror in various other daemons withsthen2013-03-061-4/+6
* fix linecount bug with comments spanning multiple lineshenning2010-08-031-3/+4
* Fixed memory leaks which would occur if the second of two memorytobias2009-03-311-3/+7
* bring in the findeol() fix from pfctl. list of affected parsers by sthenhenning2008-10-171-3/+5
* Fix a null deref in link_state, which happens on configmpf2008-03-101-3/+4
* 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
* sync logging with most other daemons.pyr2007-10-251-17/+2
* sync with other daemons.pyr2007-10-211-3/+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-61/+139
* next step in the yylex unification: handle quoted strings in a nicer fashionderaadt2007-10-111-16/+28
* unchecked conversion from signed 64 to unsigned 32deraadt2007-09-121-2/+2
* extend lex to spot numbers in the stream, without impacting the parsingderaadt2007-09-111-34/+45
* same old debug cruft from bgpd as killed in ospfd and dvrmpd - is it yethenning2006-10-251-7/+22
* strtonum, Pierre-Yves Ritschard <pyr@spootnik.org>henning2006-10-251-30/+9
* \<char> is <char> except for \<newline> -- no exceptions. much like howderaadt2006-05-261-4/+2
* Make ifstated handle config reloads after a parse error. Fixes PR5051mcbride2006-03-161-1/+2
* Error out of ifstate.conf parsing instead of dumping core in operationmcbride2006-03-161-1/+6
* Explicitly include limits.h if we are going to use its contents.millert2006-01-201-1/+2
* use action_block in init instead of custom code, permits single linesturm2005-08-031-2/+2
* Fix error message: set-state, not setstate.mcbride2005-02-071-2/+2
* Simplify the ifstated syntax:mpf2005-02-031-10/+14
* correct yaccderaadt2004-04-281-2/+2
* plug 18 memory leaks, ryan okhenning2004-03-071-10/+19