summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.c
AgeCommit message (Expand)Author
2019-08-10Like we did on other daemons that cannot be pledged due to forbidden ioctls theRicardo Mestre
2019-03-31Avoid calling dup2(oldd, newd) when oldd == newd. In that case theYASUOKA Masahiko
2019-01-23rework how tcp md5 signatures are configured.David Gwynne
2017-03-03Allow to run on a non-default rdomain.Renato Westphal
2017-03-03Allow to specify an alternate control socket.Renato Westphal
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2016-09-28'unneded stuff' -> 'unneeded stuff' in comments.Kenneth R Westerback
2016-09-02Simplify shutdown process.Renato Westphal
2016-07-15Update per-neighbor GTSM options on config reload.Renato Westphal
2016-07-01Several minor tweaks.Renato Westphal
2016-07-01Add GTSM support (RFC 6720).Renato Westphal
2016-06-18Fix memory leak found with valgrind.Renato Westphal
2016-06-18Use log_warnx() instead of log_warn() when appropriate.Renato Westphal
2016-06-13Do not create sockets for disabled address-families.Renato Westphal
2016-06-08Fix quick reconnect when the transport address is changed.Renato Westphal
2016-06-06Fix imsg parameter passingRenato Westphal
2016-06-06Speed up session establishment after config reload.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-23Enable changing the router-id via config reload.Renato Westphal
2016-05-23Several fixes in the config reload handling.Renato Westphal
2016-05-23Don't create l2vpn targeted neighbors inside the config parser.Renato Westphal
2016-05-23Create network sockets on the parent process.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-23Make neighbor parameters per lsr-id not per transport-address.Renato Westphal
2016-05-23More renaming.Renato Westphal
2016-05-23Split merge_config() into smaller functions to improve readability.Renato Westphal
2016-05-23Move some code around.Renato Westphal
2016-05-23Add knob to configure the transport address.Renato Westphal
2016-05-23Allow setting the session holdtime per neighbor.Renato Westphal
2016-05-23Replace manually written function names with __func__.Renato Westphal
2016-02-02Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-07-21Call control_cleanup() from the ldpe process, where it belongs.Renato Westphal
2015-07-21VPLS signaling support.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-02-09More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeClaudio Jeker
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-12Close connections when msgbuf_write() returns 0.Kenneth R Westerback
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-10-15Fix whitespace and other style issues.Renato Westphal
2013-06-04Implement support for adjacencies and targeted hellosClaudio Jeker
2013-06-03Implement support for multiple addresses per interface.Claudio Jeker