Age | Commit message (Expand) | Author |
2011-07-04 | LINK_STATE_IS_UP() cleanup userland part. There is no need to special | Claudio Jeker |
2011-03-15 | use appropriate timerclear macro - from Christiano F. Haesbaert | Okan Demirmen |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-07-20 | do not use gcc -W options which you do not understand | Theo de Raadt |
2010-07-07 | Make ifstated cause a little less noise in /var/log/daemon. | Stefan Sperling |
2010-06-07 | setproctitle(NULL) is not needed, Michael Lechtermann; ok mpf | Theo de Raadt |
2010-02-04 | remove assumption that internal IFSD_LINK* defines are the same as | Kevin Steves |
2009-06-25 | fix the function name in log_warn() text, it was borrowed from some | Stuart Henderson |
2009-06-25 | Teach ifstated to use ROUTE_FILTER. Requested by claudio@. | Stuart Henderson |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-03-10 | Fix a null deref in link_state, which happens on config | Marco Pfatschbacher |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2007-11-27 | remove some unneeded #includes; ok mcbride@ | Kevin Steves |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-25 | kill extraneous item macro, thus avoiding badness; | Jason McIntyre |
2007-10-25 | oops, forgot to clean up the manpage bits. | Pierre-Yves Ritschard |
2007-10-25 | sync logging with most other daemons. | Pierre-Yves Ritschard |
2007-10-21 | sync with other daemons. | Pierre-Yves Ritschard |
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-09-12 | unchecked conversion from signed 64 to unsigned 32 | Theo de Raadt |
2007-09-11 | extend lex to spot numbers in the stream, without impacting the parsing | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-09 | remove some commas to aid readability; ok jmc@ | Kevin Steves |
2006-11-28 | handle the new link states as UP | Reyk Floeter |
2006-11-26 | repair missing DPADD requests | Theo de Raadt |
2006-10-25 | strtonum, Pierre-Yves Ritschard <pyr@spootnik.org> | Henning Brauer |
2006-10-25 | same old debug cruft from bgpd as killed in ospfd and dvrmpd - is it yet | Henning Brauer |
2006-09-04 | somehow i managed not to commit the macro changes here... | Jason McIntyre |
2006-07-25 | amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread | Henning Brauer |
2006-05-26 | \<char> is <char> except for \<newline> -- no exceptions. much like how | Theo de Raadt |
2006-03-16 | Make ifstated handle config reloads after a parse error. Fixes PR5051 | Ryan Thomas McBride |
2006-03-16 | Error out of ifstate.conf parsing instead of dumping core in operation | Ryan Thomas McBride |
2006-03-16 | Kill useless arguments to libevent *_set() functions. | Ryan Thomas McBride |
2006-02-08 | - configuration file can have relative path | Camiel Dobbelaar |
2006-02-01 | Simplify expression code. Patch from markus@. | Marco Pfatschbacher |
2006-02-01 | Run external tests synchronous at state changes and | Marco Pfatschbacher |
2006-02-01 | If we reenter a state, it still has the old link state values cached. | Marco Pfatschbacher |
2006-01-25 | Remove gratuitous fetch_state() calls in state_change(). | Marco Pfatschbacher |
2006-01-23 | Open the routing socket before load_config() calls fetch_state(). | Marco Pfatschbacher |
2006-01-20 | Explicitly include limits.h if we are going to use its contents. | Todd C. Miller |
2005-09-09 | missing quote in an example; | Jason McIntyre |
2005-08-09 | same here | Marco Pfatschbacher |
2005-08-09 | ifstated isn't released before 3.8 | Marco Pfatschbacher |
2005-08-06 | add ifstated.conf(5) to SEE ALSO; | Jason McIntyre |
2005-08-06 | new manpage for ifstated.conf written with mpf@ | Nikolay Sturm |