summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ifstated (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add format attributes to log functionsbenno2016-07-181-9/+17
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* Fix err.h uses, reporting errno when available and simplifying errormmcc2016-01-291-13/+13
* drop useless .Xo and .Bk, and shorten by avoiding some .Smschwarze2015-09-251-8/+3
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-032-7/+8
* Add gcc format attributes to more warn/error functions in parse.y files.doug2014-11-031-3/+5
* relax the cfg file secrecy check slightly to allow group readabilityhenning2014-01-221-3/+3
* use u_char for buffers in yylex, for ctype callsbenno2013-11-251-7/+7
* setsockopt to see messages for interfaces in all routing domains againhenning2013-05-301-2/+7
* as done in ospf{,6}d/relayd, sync yyerror in various other daemons withsthen2013-03-062-5/+8
* take a stab at documenting when arguments need quoted, and valid macrojmc2012-04-241-2/+4
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-3/+2
* use appropriate timerclear macro - from Christiano F. Haesbaertokan2011-03-151-5/+4
* fix linecount bug with comments spanning multiple lineshenning2010-08-031-3/+4
* do not use gcc -W options which you do not understandderaadt2010-07-201-2/+2
* Make ifstated cause a little less noise in /var/log/daemon.stsp2010-07-071-3/+3
* setproctitle(NULL) is not needed, Michael Lechtermann; ok mpfderaadt2010-06-071-4/+2
* remove assumption that internal IFSD_LINK* defines are the same asstevesk2010-02-042-6/+13
* fix the function name in log_warn() text, it was borrowed from somesthen2009-06-251-2/+2
* Teach ifstated to use ROUTE_FILTER. Requested by claudio@.sthen2009-06-251-1/+7
* Fixed memory leaks which would occur if the second of two memorytobias2009-03-311-3/+7
* bring in the findeol() fix from pfctl. list of affected parsers by sthenhenning2008-10-171-3/+5
* Error out with usage line if additional arguments are given after thepyr2008-05-121-1/+6
* Fix a null deref in link_state, which happens on configmpf2008-03-101-3/+4
* Have popfile() also close the main config file,mpf2008-02-261-14/+15
* remove some unneeded #includes; ok mcbride@stevesk2007-11-271-5/+1
* Remove space/tab compression function from lgetc() and replacempf2007-11-121-10/+2
* kill extraneous item macro, thus avoiding badness;jmc2007-10-251-2/+1
* oops, forgot to clean up the manpage bits.pyr2007-10-251-17/+3
* sync logging with most other daemons.pyr2007-10-255-84/+191
* sync with other daemons.pyr2007-10-211-3/+5
* Allow '=' to end a number in all lexers.mpf2007-10-161-2/+2
* in the lex... even inside quotes, a \ followed by space or tab shouldderaadt2007-10-161-2/+4
* in all these programs using the same pfctl-derived parse.y, re-unify thederaadt2007-10-131-61/+139
* next step in the yylex unification: handle quoted strings in a nicer fashionderaadt2007-10-111-16/+28
* unchecked conversion from signed 64 to unsigned 32deraadt2007-09-121-2/+2
* extend lex to spot numbers in the stream, without impacting the parsingderaadt2007-09-111-34/+45
* convert to new .Dd format;jmc2007-05-312-4/+4
* remove some commas to aid readability; ok jmc@stevesk2007-02-091-2/+2
* handle the new link states as UPreyk2006-11-281-2/+4
* repair missing DPADD requestsderaadt2006-11-261-1/+2
* same old debug cruft from bgpd as killed in ospfd and dvrmpd - is it yethenning2006-10-251-7/+22
* strtonum, Pierre-Yves Ritschard <pyr@spootnik.org>henning2006-10-251-30/+9
* somehow i managed not to commit the macro changes here...jmc2006-09-041-6/+2
* amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadhenning2006-07-251-2/+2
* \<char> is <char> except for \<newline> -- no exceptions. much like howderaadt2006-05-261-4/+2
* Make ifstated handle config reloads after a parse error. Fixes PR5051mcbride2006-03-161-1/+2
* Error out of ifstate.conf parsing instead of dumping core in operationmcbride2006-03-161-1/+6
* Kill useless arguments to libevent *_set() functions.mcbride2006-03-161-6/+5