summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/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-9/+4
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-3/+3
* 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-3/+3
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+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
* 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-6/+6
* 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
* the DVMRP protocol generation number can work beyond 2038 because itderaadt2013-04-211-3/+2
* as done in ospf{,6}d/relayd, sync yyerror in various other daemons withsthen2013-03-061-5/+7
* Add missing #includes instead of assuming that some system header pulls inguenther2010-12-311-1/+2
* fix linecount bug with comments spanning multiple lineshenning2010-08-031-3/+4
* Dvrmpd inherited the same yesno porblem from bgpd. Make sure it throwsclaudio2009-09-041-1/+3
* Fixed memory leaks which would occur if the second of two memorytobias2009-03-311-3/+7
* Kill src_node structure. It is mostly redundant with rt_node andmichele2008-12-071-2/+1
* bring in findeol() fix from pfctlhenning2008-10-171-3/+5
* Prevent dvmrpd from using illegal ifindex's.norby2008-07-021-1/+6
* 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
* Sync parse.y with recent enhancements in hoststated.pyr2007-10-201-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-73/+144
* next step in the yylex unification: handle quoted strings in a nicer fashionderaadt2007-10-111-19/+29
* spacingderaadt2007-09-121-8/+8
* macro argument unused, using local instead; spotted by mpfderaadt2007-09-111-2/+2
* extend lex to spot numbers in the stream, without impacting the parsingderaadt2007-09-111-27/+49
* Added code to parse unicast routes learned from route report packets.michele2007-03-211-1/+2
* strtonum, Pierre-Yves Ritschard <pyr@spootnik.org>henning2006-10-251-22/+7
* remove unused debug crap, that years ago accidently hit the tree withhenning2006-10-251-9/+3
* Welcome dvmrpdnorby2006-06-011-0/+786