summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd/parse.y
AgeCommit message (Expand)Author
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2008-12-07Kill src_node structure. It is mostly redundant with rt_node andMichele Marchetto
2008-10-17bring in findeol() fix from pfctlHenning Brauer
2008-07-02Prevent dvmrpd from using illegal ifindex's.Esben Norby
2008-02-27Unbreak parser by initializing topfile correctly.Marco 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-20Sync parse.y with recent enhancements in hoststated.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-12spacingTheo de Raadt
2007-09-11macro argument unused, using local instead; spotted by mpfTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-03-21Added code to parse unicast routes learned from route report packets.Michele Marchetto
2006-10-25strtonum, Pierre-Yves Ritschard <pyr@spootnik.org>Henning Brauer
2006-10-25remove unused debug crap, that years ago accidently hit the tree withHenning Brauer
2006-06-01Welcome dvmrpdEsben Norby