summaryrefslogtreecommitdiff
path: root/usr.sbin/ifstated
AgeCommit message (Expand)Author
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-05-30setsockopt to see messages for interfaces in all routing domains againHenning Brauer
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-03-15use appropriate timerclear macro - from Christiano F. HaesbaertOkan Demirmen
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-07-20do not use gcc -W options which you do not understandTheo de Raadt
2010-07-07Make ifstated cause a little less noise in /var/log/daemon.Stefan Sperling
2010-06-07setproctitle(NULL) is not needed, Michael Lechtermann; ok mpfTheo de Raadt
2010-02-04remove assumption that internal IFSD_LINK* defines are the same asKevin Steves
2009-06-25fix the function name in log_warn() text, it was borrowed from someStuart Henderson
2009-06-25Teach ifstated to use ROUTE_FILTER. Requested by claudio@.Stuart Henderson
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-03-10Fix a null deref in link_state, which happens on configMarco Pfatschbacher
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2007-11-27remove some unneeded #includes; ok mcbride@Kevin Steves
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-10-25kill extraneous item macro, thus avoiding badness;Jason McIntyre
2007-10-25oops, forgot to clean up the manpage bits.Pierre-Yves Ritschard
2007-10-25sync logging with most other daemons.Pierre-Yves Ritschard
2007-10-21sync with other daemons.Pierre-Yves Ritschard
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-09-12unchecked conversion from signed 64 to unsigned 32Theo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-09remove some commas to aid readability; ok jmc@Kevin Steves
2006-11-28handle the new link states as UPReyk Floeter
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-10-25strtonum, Pierre-Yves Ritschard <pyr@spootnik.org>Henning Brauer
2006-10-25same old debug cruft from bgpd as killed in ospfd and dvrmpd - is it yetHenning Brauer
2006-09-04somehow i managed not to commit the macro changes here...Jason McIntyre
2006-07-25amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadHenning Brauer
2006-05-26\<char> is <char> except for \<newline> -- no exceptions. much like howTheo de Raadt
2006-03-16Make ifstated handle config reloads after a parse error. Fixes PR5051Ryan Thomas McBride
2006-03-16Error out of ifstate.conf parsing instead of dumping core in operationRyan Thomas McBride
2006-03-16Kill useless arguments to libevent *_set() functions.Ryan Thomas McBride
2006-02-08- configuration file can have relative pathCamiel Dobbelaar
2006-02-01Simplify expression code. Patch from markus@.Marco Pfatschbacher
2006-02-01Run external tests synchronous at state changes andMarco Pfatschbacher
2006-02-01If we reenter a state, it still has the old link state values cached.Marco Pfatschbacher
2006-01-25Remove gratuitous fetch_state() calls in state_change().Marco Pfatschbacher
2006-01-23Open the routing socket before load_config() calls fetch_state().Marco Pfatschbacher
2006-01-20Explicitly include limits.h if we are going to use its contents.Todd C. Miller