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
/
ripd
Age
Commit message (
Expand
)
Author
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-12-31
Add config option fib-priority to set a custom prio for routes ripd
remi
2018-11-11
accept "interface ifX" without parameters. Extend the man page to show
remi
2018-11-10
the default for triggered-updates is no.
remi
2018-11-04
Pledge ripe and rde.
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-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-18
remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;
Jason McIntyre
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-02-08
Bump the read sockbuf of the routing socket to 2MB, may help reduce some of
Claudio Jeker
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
2017-03-21
From a syslog perspective it does not make sense to log fatal and
Alexander Bluhm
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2017-01-17
Keep track of dead peers instead of freeing them right away.
Jeremie Courreges-Anglas
2017-01-08
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
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-12-23
Support p2p links where endpoints aren't in the same subnet.
Jeremie Courreges-Anglas
2016-10-13
Document the -s option, descr adapted from ospfd/ospfctl
Jeremie Courreges-Anglas
2016-09-03
Simplify shutdown process.
Renato Westphal
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2016-08-02
Allow specifying an alternate socket path.
Jeremie Courreges-Anglas
2016-07-19
remove bogus attributes on fatal* spotted by guenther@
Sebastian Benoit
2016-07-18
add format attributes to log functions
Sebastian Benoit
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2016-02-02
Remove setproctitle() for the parent process. Because rc.d(8) uses process
Stuart Henderson
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in ripd.
Stefan Sperling
2015-07-27
use file system path (.Pa) semantic markup macros where appropriate.
Igor Sobrado
2015-07-17
Like bgpd and ospfd filter routes by RTF_LLINFO and RTF_BROADCAST and use
Claudio Jeker
2015-02-11
Use sizeof(u_short) in the first check since there are RT messages that
Claudio Jeker
2015-02-10
Sync kroute code with what we do in ospfd/bgpd (EAGAIN handling).
Claudio Jeker
2015-02-09
Add SOCK_CLOEXEC | SOCK_NONBLOCK to two more socket calls.
Claudio Jeker
2015-02-09
More session_socket_blockmode() removal. While there make the main UDP
Claudio Jeker
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-11-03
Add gcc format attributes to more warn/error functions in parse.y files.
Doug Hogan
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2014-07-11
Close the control fd when it has reported EOF.
Kenneth R Westerback
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2014-01-22
relax the cfg file secrecy check slightly to allow group readability
Henning Brauer
2013-11-26
msgbuf_write EAGAIN, ok gilles benno
Henning Brauer
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2013-11-19
handle msgbuf_write() returning EAGAIN
Sebastian Benoit
[next]