summaryrefslogtreecommitdiff
path: root/usr.sbin/ifstated
AgeCommit message (Expand)Author
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
2005-09-09missing quote in an example;Jason McIntyre
2005-08-09same hereMarco Pfatschbacher
2005-08-09ifstated isn't released before 3.8Marco Pfatschbacher
2005-08-06add ifstated.conf(5) to SEE ALSO;Jason McIntyre
2005-08-06new manpage for ifstated.conf written with mpf@Nikolay Sturm
2005-08-03use action_block in init instead of custom code, permits single lineNikolay Sturm
2005-07-28no need for libutil.Marco Pfatschbacher
2005-07-28Fix two situations where ifstated was leaking zombies.Marco Pfatschbacher
2005-02-07Fix error message: set-state, not setstate.Ryan Thomas McBride
2005-02-07Fix protos, and a KNF nit. From Andrey Matveev <andrushock@korovino.net>Ryan Thomas McBride
2005-02-03Simplify the ifstated syntax:Marco Pfatschbacher
2004-12-14use YFLAGS=Marco Pfatschbacher
2004-10-05Use priority instead of facility in vsyslog()Marco Pfatschbacher
2004-09-27mention how SIGHUP is handled.Jared Yanovich
2004-09-21Start external tests and init commands also in the initial state.Marco Pfatschbacher
2004-06-15knfTheo de Raadt
2004-04-28correct yaccTheo de Raadt
2004-04-27various small fixes;Jason McIntyre
2004-03-15call daemon(3) early; from tholo@; ok mcbride@Markus Friedl
2004-03-10spacingTheo de Raadt
2004-03-10Plug memory leak on SIGHUP. From Patrick Latifi.Ryan Thomas McBride
2004-03-07plug 18 memory leaks, ryan okHenning Brauer
2004-03-07Document -v in ifstated.8 and usage() and use __progname in usage().Ryan Thomas McBride
2004-03-07Don't try to dereference null configuration.Ryan Thomas McBride
2004-03-06pull a fix from bgpd:Henning Brauer
2004-02-26bring in log_init() from bgpd which gives us openlog(), ryan okHenning Brauer
2004-02-16freeifaddrs() data from getifaddrs()Ryan Thomas McBride
2004-02-15- Check error condition on config; load exit() on initial startup, simplyRyan Thomas McBride
2004-02-14KNFRyan Thomas McBride
2004-02-12Add missing \n to logit(), reverse logic on asprintf error so the error caseRyan Thomas McBride
2004-02-12Add missing \n on usage. From Daniel Cavanagh <nofsk@vtown.com.au>Ryan Thomas McBride
2004-02-12the macro terminator suggests: hastalavista, LOG()Henning Brauer
2004-02-12KNFHenning Brauer