| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> |  guenther | 2019-05-10 | 1 | -2/+1 |
* | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other |  deraadt | 2019-02-13 | 1 | -3/+3 |
* | Add config option fib-priority to set a custom prio for routes ripd |  remi | 2018-12-31 | 1 | -2/+13 |
* | accept "interface ifX" without parameters. Extend the man page to show |  remi | 2018-11-11 | 1 | -2/+3 |
* | - odd condition/test in PF lexer |  sashan | 2018-11-01 | 1 | -2/+3 |
* | replace malloc()+strlcpy() with strndup() in cmdline_symset(). |  miko | 2018-09-07 | 1 | -9/+4 |
* | Do for most running out of memory err() what was done for most running |  krw | 2018-07-11 | 1 | -3/+3 |
* | No need to mention which memory allocation entry point failed (malloc, |  krw | 2018-07-09 | 1 | -4/+4 |
* | Be consistent in warn() and log_warn() usage when |  krw | 2018-07-08 | 1 | -3/+3 |
* | Plug leak in error case of the common 'varset' implementations. |  krw | 2018-04-26 | 1 | -1/+3 |
* | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more |  krw | 2017-01-05 | 1 | -3/+2 |
* | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ |  krw | 2017-01-05 | 1 | -5/+7 |
* | do not allow whitespace in macro names, i.e. "this is" = "a variable". |  benno | 2016-06-21 | 1 | -1/+9 |
* | Don't allow embedded nul characters in strings. |  jsg | 2014-11-20 | 1 | -1/+4 |
* | Convert the logic in yyerror(). Instead of creating a temporary |  bluhm | 2014-11-03 | 1 | -6/+6 |
* | Add gcc format attributes to more warn/error functions in parse.y files. |  doug | 2014-11-03 | 1 | -3/+6 |
* | relax the cfg file secrecy check slightly to allow group readability |  henning | 2014-01-22 | 1 | -3/+3 |
* | use u_char for buffers in yylex, for ctype calls |  benno | 2013-11-25 | 1 | -7/+7 |
* | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with |  sthen | 2013-03-06 | 1 | -5/+8 |
* | fix linecount bug with comments spanning multiple lines |  henning | 2010-08-03 | 1 | -3/+4 |
* | Preliminary rdomain support. |  michele | 2009-09-26 | 1 | -2/+10 |
* | Whitespace cleanup. |  michele | 2009-09-26 | 1 | -2/+2 |
* | Reword the split horizon parameters in the configuration file. |  michele | 2009-07-31 | 1 | -2/+3 |
* | Fixed memory leaks which would occur if the second of two memory |  tobias | 2009-03-31 | 1 | -3/+7 |
* | Change the behaviour of redistribute default. |  michele | 2009-03-24 | 1 | -29/+23 |
* | typo; |  michele | 2009-03-04 | 1 | -2/+2 |
* | Add support for demotion counter. |  michele | 2008-12-17 | 1 | -5/+23 |
* | bring in the findeol() fix from pfctl. list of affected parsers by sthen |  henning | 2008-10-17 | 1 | -3/+5 |
* | Unbreak parser by initializing topfile correctly. |  mpf | 2008-02-27 | 1 | -2/+2 |
* | Have popfile() also close the main config file, |  mpf | 2008-02-26 | 1 | -14/+15 |
* | Remove space/tab compression function from lgetc() and replace |  mpf | 2007-11-12 | 1 | -10/+2 |
* | Garbage collect unused stuff found by lint. |  claudio | 2007-10-24 | 1 | -2/+1 |
* | Sync parse.y with recent enhancements in hoststated. |  pyr | 2007-10-20 | 1 | -3/+5 |
* | spacing |  deraadt | 2007-10-18 | 1 | -9/+9 |
* | Massive cleanup in the authentication code. the simple auth_key and the crypt |  claudio | 2007-10-18 | 1 | -8/+6 |
* | Allow '=' to end a number in all lexers. |  mpf | 2007-10-16 | 1 | -2/+2 |
* | in the lex... even inside quotes, a \ followed by space or tab should |  deraadt | 2007-10-16 | 1 | -2/+4 |
* | in all these programs using the same pfctl-derived parse.y, re-unify the |  deraadt | 2007-10-13 | 1 | -80/+150 |
* | next step in the yylex unification: handle quoted strings in a nicer fashion |  deraadt | 2007-10-11 | 1 | -19/+29 |
* | macro argument unused, using local instead; spotted by mpf |  deraadt | 2007-09-11 | 1 | -2/+2 |
* | extend lex to spot numbers in the stream, without impacting the parsing |  deraadt | 2007-09-11 | 1 | -21/+43 |
* | allow users to specify interface specific parameters even on a global basis |  michele | 2007-01-15 | 1 | -4/+4 |
* | New redistribute code adapted from ospfd. It is now possible to do the same |  claudio | 2007-01-08 | 1 | -55/+104 |
* | strtonum, Pierre-Yves Ritschard <pyr@spootnik.org> |  henning | 2006-10-25 | 1 | -22/+7 |
* | geez, the anno 2004 bgpd debug shitz made it to ripd too |  henning | 2006-10-25 | 1 | -9/+3 |
* | spelling and typo fixes |  david | 2006-10-24 | 1 | -2/+2 |
* | Welcome ripd |  norby | 2006-10-18 | 1 | -0/+763 |