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