summaryrefslogtreecommitdiff
path: root/usr.sbin/ifstated/parse.y
AgeCommit message (Expand)Author
2008-03-10Fix a null deref in link_state, which happens on configMarco 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-25sync logging with most other daemons.Pierre-Yves Ritschard
2007-10-21sync with other daemons.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-12unchecked conversion from signed 64 to unsigned 32Theo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2006-10-25strtonum, Pierre-Yves Ritschard <pyr@spootnik.org>Henning Brauer
2006-10-25same old debug cruft from bgpd as killed in ospfd and dvrmpd - is it yetHenning Brauer
2006-05-26\<char> is <char> except for \<newline> -- no exceptions. much like howTheo de Raadt
2006-03-16Make ifstated handle config reloads after a parse error. Fixes PR5051Ryan Thomas McBride
2006-03-16Error out of ifstate.conf parsing instead of dumping core in operationRyan Thomas McBride
2006-01-20Explicitly include limits.h if we are going to use its contents.Todd C. Miller
2005-08-03use action_block in init instead of custom code, permits single lineNikolay Sturm
2005-02-07Fix error message: set-state, not setstate.Ryan Thomas McBride
2005-02-03Simplify the ifstated syntax:Marco Pfatschbacher
2004-04-28correct yaccTheo de Raadt
2004-03-07plug 18 memory leaks, ryan okHenning Brauer
2004-03-06pull a fix from bgpd:Henning Brauer
2004-02-15- Check error condition on config; load exit() on initial startup, simplyRyan Thomas McBride
2004-02-14KNFRyan Thomas McBride
2004-02-05Clean up command line options:Ryan Thomas McBride
2004-02-04Update to ifstated; replace parser, introduce the concept of states,Ryan Thomas McBride