index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospf6d
/
parse.y
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
getifaddrs() can return entries where ifa_addr is NULL. Check for this
benno
2020-12-29
1
-2
/
+3
*
Allow the interface setting "type p2p" to be configured globallz or per
remi
2020-01-21
1
-5
/
+8
*
Add point-to-point support for broadcast interfaces.
remi
2019-12-26
1
-2
/
+7
*
Area is now part of struct iface
denis
2019-12-23
1
-2
/
+2
*
Rework route priority filter.
denis
2019-12-16
1
-2
/
+6
*
Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.
remi
2019-06-11
1
-1
/
+13
*
Allow specifying area by number as well as id. No changes to outputs.
remi
2019-05-26
1
-10
/
+22
*
Check that depend on interfaces are in the same rdomain. If they are not
remi
2019-04-29
1
-5
/
+28
*
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
deraadt
2019-02-13
1
-3
/
+3
*
Add config option fib-priority to set a custom prio for routes ospf6d
remi
2018-12-29
1
-3
/
+13
*
- odd condition/test in PF lexer
sashan
2018-11-01
1
-2
/
+3
*
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-09-07
1
-9
/
+4
*
Add support for rdomains.
remi
2018-07-12
1
-2
/
+33
*
With the "depend on" option routes are sent out with a metric of 65535 if
remi
2018-07-12
1
-4
/
+46
*
remove wrong comment
remi
2018-07-11
1
-2
/
+1
*
Do for most running out of memory err() what was done for most running
krw
2018-07-11
1
-5
/
+5
*
No need to mention which memory allocation entry point failed (malloc,
krw
2018-07-09
1
-5
/
+5
*
Be consistent in warn() and log_warn() usage when
krw
2018-07-08
1
-3
/
+3
*
Fix an off-by-one line count when using include statements.
denis
2018-06-11
1
-49
/
+82
*
Plug leak in error case of the common 'varset' implementations.
krw
2018-04-26
1
-1
/
+3
*
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
krw
2017-01-05
1
-3
/
+2
*
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
krw
2017-01-05
1
-5
/
+7
*
do not allow whitespace in macro names, i.e. "this is" = "a variable".
benno
2016-06-21
1
-1
/
+9
*
Don't allow embedded nul characters in strings.
jsg
2014-11-20
1
-1
/
+4
*
Convert the logic in yyerror(). Instead of creating a temporary
bluhm
2014-11-03
1
-6
/
+6
*
Add gcc format attributes to parse.y for ospf{6,}d.
doug
2014-11-02
1
-4
/
+8
*
relax the cfg file secrecy check slightly to allow group readability
henning
2014-01-22
1
-3
/
+3
*
use u_char for buffers in yylex, for ctype calls
benno
2013-11-25
1
-7
/
+7
*
sync yyerror() with version in bgpd so that it logs to syslog when daemonized.
sthen
2013-03-06
1
-5
/
+8
*
bring include support for config files in from ospfd.
dlg
2011-06-27
1
-1
/
+19
*
Do not use a carp address as ospf router id because it is not unique.
bluhm
2010-12-13
1
-1
/
+3
*
Redistributing the default route with ospf6d did not work correctly.
bluhm
2010-08-22
1
-52
/
+47
*
fix linecount bug with comments spanning multiple lines
henning
2010-08-03
1
-3
/
+4
*
Fix all white space bugs in ospf6d at once. No binary change.
bluhm
2010-07-01
1
-2
/
+2
*
Fixed memory leaks which would occur if the second of two memory
tobias
2009-03-31
1
-3
/
+7
*
Same fix as just committed to ospfd:
stsp
2009-01-26
1
-2
/
+2
*
bring in the findeol() fix from pfctl. list of affected parsers by sthen
henning
2008-10-17
1
-3
/
+5
*
Have popfile() also close the main config file,
mpf
2008-02-26
1
-14
/
+15
*
Monster commit of stuff I did mostly last month. What it does:
claudio
2007-12-13
1
-32
/
+6
*
Remove space/tab compression function from lgetc() and replace
mpf
2007-11-12
1
-10
/
+2
*
Sync parse.y with recent enhancements in hoststated.
pyr
2007-10-20
1
-3
/
+5
*
Allow '=' to end a number in all lexers.
mpf
2007-10-16
1
-2
/
+2
*
First step at making kroute IPv6 aware. This resulted in many additional
claudio
2007-10-16
1
-37
/
+52
*
in the lex... even inside quotes, a \ followed by space or tab should
deraadt
2007-10-16
1
-2
/
+4
*
in all these programs using the same pfctl-derived parse.y, re-unify the
deraadt
2007-10-13
1
-76
/
+148
*
There is no need to support interface em0:<IP> anymore. Remove most of the
claudio
2007-10-11
1
-21
/
+3
*
From ospfd:
claudio
2007-10-11
1
-2
/
+1
*
next step in the yylex unification: handle quoted strings in a nicer fashion
deraadt
2007-10-11
1
-20
/
+32
*
The router dead_interval switched from 32bit to a 16bit value in OSPFv3.
claudio
2007-10-09
1
-2
/
+2
*
Welcome ospf6d
norby
2007-10-08
1
-0
/
+1061