summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/ldpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Like we did on other daemons that cannot be pledged due to forbidden ioctls themestre2019-08-101-1/+6
* Avoid calling dup2(oldd, newd) when oldd == newd. In that case theyasuoka2019-03-311-2/+6
* rework how tcp md5 signatures are configured.dlg2019-01-231-10/+70
* Allow to run on a non-default rdomain.renato2017-03-031-4/+7
* Allow to specify an alternate control socket.renato2017-03-031-9/+22
* work on making log.c similar in all daemons:benno2017-01-201-1/+2
* 'unneded stuff' -> 'unneeded stuff' in comments.krw2016-09-281-2/+2
* Simplify shutdown process.renato2016-09-021-59/+23
* Update per-neighbor GTSM options on config reload.renato2016-07-151-1/+3
* Several minor tweaks.renato2016-07-011-4/+3
* Add GTSM support (RFC 6720).renato2016-07-011-5/+21
* Fix memory leak found with valgrind.renato2016-06-181-4/+3
* Use log_warnx() instead of log_warn() when appropriate.renato2016-06-181-5/+5
* Do not create sockets for disabled address-families.renato2016-06-131-3/+5
* Fix quick reconnect when the transport address is changed.renato2016-06-081-18/+1
* Fix imsg parameter passingrenato2016-06-061-2/+2
* Speed up session establishment after config reload.renato2016-06-061-2/+9
* Improve security by calling exec after fork.renato2016-05-231-29/+137
* Update copyright information.renato2016-05-231-1/+2
* Remove superfluous includes.renato2016-05-231-14/+2
* Make functions and variables static whenever possible.renato2016-05-231-54/+52
* Add support for IPv6 (RFC 7552).renato2016-05-231-44/+122
* Assorted fixes and small cleanup.renato2016-05-231-12/+13
* Enable changing the router-id via config reload.renato2016-05-231-2/+14
* Several fixes in the config reload handling.renato2016-05-231-52/+126
* Don't create l2vpn targeted neighbors inside the config parser.renato2016-05-231-7/+6
* Create network sockets on the parent process.renato2016-05-231-4/+34
* Copy structs by assignment instead of memcpy.renato2016-05-231-3/+3
* Fix mess caused by my commit script.renato2016-05-231-34/+65
* Rework L2VPN code.renato2016-05-231-3/+3
* Make neighbor parameters per lsr-id not per transport-address.renato2016-05-231-6/+6
* More renaming.renato2016-05-231-13/+14
* Split merge_config() into smaller functions to improve readability.renato2016-05-231-8/+22
* Move some code around.renato2016-05-231-1/+11
* Add knob to configure the transport address.renato2016-05-231-1/+2
* Allow setting the session holdtime per neighbor.renato2016-05-231-1/+2
* Replace manually written function names with __func__.renato2016-05-231-7/+5
* Remove setproctitle() for the parent process. Because rc.d(8) uses processsthen2016-02-021-4/+1
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-3/+3
* Call control_cleanup() from the ldpe process, where it belongs.renato2015-07-211-2/+1
* VPLS signaling support.renato2015-07-211-1/+189
* Reuse merge_config() logic to simplify the shutdown of each process.renato2015-07-211-2/+19
* Add configuration reload support.renato2015-07-211-157/+126
* More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeclaudio2015-02-091-11/+7
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Close connections when msgbuf_write() returns 0.krw2014-07-121-3/+7
* deal with msgbuf_write EAGAIN, ok gilles bennohenning2013-11-261-3/+3
* Fix whitespace and other style issues.renato2013-10-151-2/+1
* Implement support for adjacencies and targeted hellosclaudio2013-06-041-3/+1
* Implement support for multiple addresses per interface.claudio2013-06-031-1/+4