| Commit message (Expand) | Author | Age | Files | Lines |
* | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other |  deraadt | 2019-02-13 | 1 | -3/+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 | -8/+3 |
* | Do for most running out of memory err() what was done for most running |  krw | 2018-07-11 | 1 | -10/+10 |
* | 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 | -2/+2 |
* | Plug leak in error case of the common 'varset' implementations. |  krw | 2018-04-26 | 1 | -1/+3 |
* | Initialize pushback_index like we do (mostly) everywhere else. |  rob | 2018-03-06 | 1 | -2/+2 |
* | Remove unnecessary NULL check and fix an incorrect warning. |  rob | 2017-08-21 | 1 | -4/+2 |
* | Stop tracking interface indexes. Suggested by deraadt. |  rob | 2017-08-20 | 1 | -9/+12 |
* | Don't bother initializing global variables to 0, since they will be in BSS. |  deraadt | 2017-07-23 | 1 | -3/+3 |
* | delete tokens that have never been used. |  benno | 2017-07-04 | 1 | -4/+2 |
* | Second diff to rename additional "always" variable in struct ifsd_config. |  benno | 2017-07-02 | 1 | -8/+8 |
* | Rename one of the "always" variables to "body" for improved readability. |  benno | 2017-07-02 | 1 | -10/+10 |
* | update log.c in ifstated to the same used in bgpd etc. |  benno | 2017-06-18 | 1 | -1/+2 |
* | 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 |
* | Fix err.h uses, reporting errno when available and simplifying error |  mmcc | 2016-01-29 | 1 | -13/+13 |
* | 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/+5 |
* | 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 | -4/+6 |
* | fix linecount bug with comments spanning multiple lines |  henning | 2010-08-03 | 1 | -3/+4 |
* | Fixed memory leaks which would occur if the second of two memory |  tobias | 2009-03-31 | 1 | -3/+7 |
* | bring in the findeol() fix from pfctl. list of affected parsers by sthen |  henning | 2008-10-17 | 1 | -3/+5 |
* | Fix a null deref in link_state, which happens on config |  mpf | 2008-03-10 | 1 | -3/+4 |
* | 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 |
* | sync logging with most other daemons. |  pyr | 2007-10-25 | 1 | -17/+2 |
* | sync with other daemons. |  pyr | 2007-10-21 | 1 | -3/+5 |
* | 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 | -61/+139 |
* | next step in the yylex unification: handle quoted strings in a nicer fashion |  deraadt | 2007-10-11 | 1 | -16/+28 |
* | unchecked conversion from signed 64 to unsigned 32 |  deraadt | 2007-09-12 | 1 | -2/+2 |
* | extend lex to spot numbers in the stream, without impacting the parsing |  deraadt | 2007-09-11 | 1 | -34/+45 |
* | same old debug cruft from bgpd as killed in ospfd and dvrmpd - is it yet |  henning | 2006-10-25 | 1 | -7/+22 |
* | strtonum, Pierre-Yves Ritschard <pyr@spootnik.org> |  henning | 2006-10-25 | 1 | -30/+9 |
* | \<char> is <char> except for \<newline> -- no exceptions. much like how |  deraadt | 2006-05-26 | 1 | -4/+2 |
* | Make ifstated handle config reloads after a parse error. Fixes PR5051 |  mcbride | 2006-03-16 | 1 | -1/+2 |
* | Error out of ifstate.conf parsing instead of dumping core in operation |  mcbride | 2006-03-16 | 1 | -1/+6 |
* | Explicitly include limits.h if we are going to use its contents. |  millert | 2006-01-20 | 1 | -1/+2 |
* | use action_block in init instead of custom code, permits single line |  sturm | 2005-08-03 | 1 | -2/+2 |
* | Fix error message: set-state, not setstate. |  mcbride | 2005-02-07 | 1 | -2/+2 |
* | Simplify the ifstated syntax: |  mpf | 2005-02-03 | 1 | -10/+14 |
* | correct yacc |  deraadt | 2004-04-28 | 1 | -2/+2 |
* | plug 18 memory leaks, ryan ok |  henning | 2004-03-07 | 1 | -10/+19 |