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
/
lde.c
Age
Commit message (
Expand
)
Author
2024-04-23
correct indentation; no functional change
Jonathan Gray
2023-12-14
Use imsg_get_fd() to access the file descriptor passed in the imsg.
Claudio Jeker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-01-19
Kill log_procnames and properly define ldpd_process.
Claudio Jeker
2019-01-23
rework how tcp md5 signatures are configured.
David Gwynne
2017-03-04
Implement RFC 5919 (LDP End-of-LIB).
Renato Westphal
2017-03-04
Implement RFC 6667 (Typed Wildcard FEC for PWid).
Renato Westphal
2017-03-04
Implement RFC 5918 (Typed Wildcard FEC).
Renato Westphal
2017-03-04
Implement support for PWid group wildcards.
Renato Westphal
2017-03-03
Minor tweaks.
Renato Westphal
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2016-09-02
lde() and ldpe() should return void.
Renato Westphal
2016-09-02
Reevaluate received mappings upon receipt of address message.
Renato Westphal
2016-09-02
Simplify shutdown process.
Renato Westphal
2016-08-08
Use exit(3) instead of _exit(2) in the child processes.
Renato Westphal
2016-08-08
Normalize the received prefixes.
Renato Westphal
2016-07-18
add format attributes to log functions and fix am error when using
Sebastian Benoit
2016-07-01
More renaming and whitespace cleanup.
Renato Westphal
2016-07-01
Be more compliant with RFC 4447.
Renato Westphal
2016-06-18
Fix small LIB<->LFIB synchronization issue.
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
Introduce a garbage collector for dead entries in the LIB.
Renato Westphal
2016-05-23
Fix bugs in pseudowire parameters negotiation.
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
Remove protection that was prevent pseudowires to be updated in the kernel.
Renato Westphal
2016-05-23
Make send_labelmessage() more robust.
Renato Westphal
2016-05-23
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
More renaming.
Renato Westphal
2016-05-23
Rename a few constants to avoid confusion.
Renato Westphal
2016-05-23
Move some code around.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-10-23
Add pledge(2) to the child processes.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-21
Record all fields of the received label mappings.
Renato Westphal
2015-07-21
Rename structures and functions to be more generic.
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-07-19
Rework label mapping algorithms to be more in line with the RFC.
Renato Westphal
2015-07-19
Remove incomplete support for unnecessary modes of operation.
Renato Westphal
2015-07-19
Uninstall associated label bindings when a neighbor is down.
Renato Westphal
2015-03-21
Remove unused variables and functions.
Renato Westphal
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
[next]