summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>guenther2019-05-101-2/+1
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* Add config option fib-priority to set a custom prio for routes ripdremi2018-12-311-2/+13
* accept "interface ifX" without parameters. Extend the man page to showremi2018-11-111-2/+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
* 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/+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
* as done in ospf{,6}d/relayd, sync yyerror in various other daemons withsthen2013-03-061-5/+8
* fix linecount bug with comments spanning multiple lineshenning2010-08-031-3/+4
* Preliminary rdomain support.michele2009-09-261-2/+10
* Whitespace cleanup.michele2009-09-261-2/+2
* Reword the split horizon parameters in the configuration file.michele2009-07-311-2/+3
* Fixed memory leaks which would occur if the second of two memorytobias2009-03-311-3/+7
* Change the behaviour of redistribute default.michele2009-03-241-29/+23
* typo;michele2009-03-041-2/+2
* Add support for demotion counter.michele2008-12-171-5/+23
* 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
* Garbage collect unused stuff found by lint.claudio2007-10-241-2/+1
* Sync parse.y with recent enhancements in hoststated.pyr2007-10-201-3/+5
* spacingderaadt2007-10-181-9/+9
* Massive cleanup in the authentication code. the simple auth_key and the cryptclaudio2007-10-181-8/+6
* 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-80/+150
* next step in the yylex unification: handle quoted strings in a nicer fashionderaadt2007-10-111-19/+29
* 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-21/+43
* allow users to specify interface specific parameters even on a global basismichele2007-01-151-4/+4
* New redistribute code adapted from ospfd. It is now possible to do the sameclaudio2007-01-081-55/+104
* strtonum, Pierre-Yves Ritschard <pyr@spootnik.org>henning2006-10-251-22/+7
* geez, the anno 2004 bgpd debug shitz made it to ripd toohenning2006-10-251-9/+3
* spelling and typo fixesdavid2006-10-241-2/+2
* Welcome ripdnorby2006-10-181-0/+763