index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospf6d
/
parse.y
Age
Commit message (
Expand
)
Author
2019-12-26
Add point-to-point support for broadcast interfaces.
remi
2019-12-23
Area is now part of struct iface
denis
2019-12-16
Rework route priority filter.
denis
2019-06-11
Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.
remi
2019-05-26
Allow specifying area by number as well as id. No changes to outputs.
remi
2019-04-29
Check that depend on interfaces are in the same rdomain. If they are not
remi
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-12-29
Add config option fib-priority to set a custom prio for routes ospf6d
remi
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-07-12
Add support for rdomains.
remi
2018-07-12
With the "depend on" option routes are sent out with a metric of 65535 if
remi
2018-07-11
remove wrong comment
remi
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-11-02
Add gcc format attributes to parse.y for ospf{6,}d.
Doug Hogan
2014-01-22
relax the cfg file secrecy check slightly to allow group readability
Henning Brauer
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2013-03-06
sync yyerror() with version in bgpd so that it logs to syslog when daemonized.
Stuart Henderson
2011-06-27
bring include support for config files in from ospfd.
David Gwynne
2010-12-13
Do not use a carp address as ospf router id because it is not unique.
Alexander Bluhm
2010-08-22
Redistributing the default route with ospf6d did not work correctly.
Alexander Bluhm
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
2010-07-01
Fix all white space bugs in ospf6d at once. No binary change.
Alexander Bluhm
2009-03-31
Fixed memory leaks which would occur if the second of two memory
Tobias Stoeckmann
2009-01-26
Same fix as just committed to ospfd:
Stefan Sperling
2008-10-17
bring in the findeol() fix from pfctl. list of affected parsers by sthen
Henning Brauer
2008-02-26
Have popfile() also close the main config file,
Marco Pfatschbacher
2007-12-13
Monster commit of stuff I did mostly last month. What it does:
Claudio Jeker
2007-11-12
Remove space/tab compression function from lgetc() and replace
Marco Pfatschbacher
2007-10-20
Sync parse.y with recent enhancements in hoststated.
Pierre-Yves Ritschard
2007-10-16
Allow '=' to end a number in all lexers.
Marco Pfatschbacher
2007-10-16
First step at making kroute IPv6 aware. This resulted in many additional
Claudio Jeker
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
There is no need to support interface em0:<IP> anymore. Remove most of the
Claudio Jeker
2007-10-11
From ospfd:
Claudio Jeker
2007-10-11
next step in the yylex unification: handle quoted strings in a nicer fashion
Theo de Raadt
2007-10-09
The router dead_interval switched from 32bit to a 16bit value in OSPFv3.
Claudio Jeker
2007-10-08
Welcome ospf6d
Esben Norby