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
/
ldpd
/
ldpd.c
Age
Commit message (
Expand
)
Author
2019-08-10
Like we did on other daemons that cannot be pledged due to forbidden ioctls the
Ricardo Mestre
2019-03-31
Avoid calling dup2(oldd, newd) when oldd == newd. In that case the
YASUOKA Masahiko
2019-01-23
rework how tcp md5 signatures are configured.
David Gwynne
2017-03-03
Allow to run on a non-default rdomain.
Renato Westphal
2017-03-03
Allow to specify an alternate control socket.
Renato Westphal
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2016-09-28
'unneded stuff' -> 'unneeded stuff' in comments.
Kenneth R Westerback
2016-09-02
Simplify shutdown process.
Renato Westphal
2016-07-15
Update per-neighbor GTSM options on config reload.
Renato Westphal
2016-07-01
Several minor tweaks.
Renato Westphal
2016-07-01
Add GTSM support (RFC 6720).
Renato Westphal
2016-06-18
Fix memory leak found with valgrind.
Renato Westphal
2016-06-18
Use log_warnx() instead of log_warn() when appropriate.
Renato Westphal
2016-06-13
Do not create sockets for disabled address-families.
Renato Westphal
2016-06-08
Fix quick reconnect when the transport address is changed.
Renato Westphal
2016-06-06
Fix imsg parameter passing
Renato Westphal
2016-06-06
Speed up session establishment after config reload.
Renato Westphal
2016-05-23
Improve security by calling exec after fork.
Renato Westphal
2016-05-23
Update copyright information.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Make functions and variables static whenever possible.
Renato Westphal
2016-05-23
Add support for IPv6 (RFC 7552).
Renato Westphal
2016-05-23
Assorted fixes and small cleanup.
Renato Westphal
2016-05-23
Enable changing the router-id via config reload.
Renato Westphal
2016-05-23
Several fixes in the config reload handling.
Renato Westphal
2016-05-23
Don't create l2vpn targeted neighbors inside the config parser.
Renato Westphal
2016-05-23
Create network sockets on the parent process.
Renato Westphal
2016-05-23
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Rework L2VPN code.
Renato Westphal
2016-05-23
Make neighbor parameters per lsr-id not per transport-address.
Renato Westphal
2016-05-23
More renaming.
Renato Westphal
2016-05-23
Split merge_config() into smaller functions to improve readability.
Renato Westphal
2016-05-23
Move some code around.
Renato Westphal
2016-05-23
Add knob to configure the transport address.
Renato Westphal
2016-05-23
Allow setting the session holdtime per neighbor.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
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-07-21
Call control_cleanup() from the ldpe process, where it belongs.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-21
Reuse merge_config() logic to simplify the shutdown of each process.
Renato Westphal
2015-07-21
Add configuration reload support.
Renato Westphal
2015-02-09
More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmode
Claudio Jeker
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2013-11-26
deal with msgbuf_write EAGAIN, ok gilles benno
Henning Brauer
2013-10-15
Fix whitespace and other style issues.
Renato Westphal
2013-06-04
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-06-03
Implement support for multiple addresses per interface.
Claudio Jeker
[next]