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
10 days
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Claudio Jeker
10 days
Adjust ldpd to the msgbuf change that turns the struct opaque
Claudio Jeker
10 days
Adjust to new msgbuf_write/ibuf_write API and use ibuf_write since
Claudio Jeker
10 days
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
10 days
Use msgbuf_queuelen() where approriate
Claudio Jeker
10 days
Use imsgbuf_queuelen() instead of accessing the w.queue member.
Claudio Jeker
10 days
Use imsgbuf_clear() where appropriate instead of msgbuf_clear().
Claudio Jeker
10 days
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
10 days
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
10 days
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-09-06
repair missing paths on unveil failure
Theo de Raadt
2021-03-01
allocate enough space in start_child() argv for all possible flags
Jonathan Gray
2021-01-19
Kill log_procnames and properly define ldpd_process.
Claudio Jeker
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
[next]