summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/ldpe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* On my previous commit I made the wrong assumption that the control socket wasmestre2020-06-221-2/+2
* Like we did on other daemons that cannot be pledged due to forbidden ioctls themestre2019-08-101-2/+2
* rework how tcp md5 signatures are configured.dlg2019-01-231-4/+16
* Send VPLS MAC withdrawals.renato2017-03-041-7/+19
* Minor tweaks.renato2017-03-031-3/+2
* Allow to specify an alternate control socket.renato2017-03-031-4/+5
* work on making log.c similar in all daemons:benno2017-01-201-1/+2
* lde() and ldpe() should return void.renato2016-09-021-4/+2
* Simplify shutdown process.renato2016-09-021-7/+11
* Use exit(3) instead of _exit(2) in the child processes.renato2016-08-081-2/+2
* Fix removal of dual-stack neighbors.renato2016-06-181-2/+2
* Implement support for the Configuration Sequence Number TLV.renato2016-06-131-1/+2
* Do not create sockets for disabled address-families.renato2016-06-131-3/+5
* Send a fatal notification when the last hello adjacency is deleted.renato2016-06-091-2/+2
* Fix quick reconnect when the transport address is changed.renato2016-06-081-1/+20
* Fix imsg parameter passingrenato2016-06-061-2/+2
* Improve security by calling exec after fork.renato2016-05-231-36/+29
* Update copyright information.renato2016-05-231-1/+2
* Remove superfluous includes.renato2016-05-231-12/+1
* Make functions and variables static whenever possible.renato2016-05-231-17/+26
* Add support for IPv6 (RFC 7552).renato2016-05-231-62/+116
* Assorted fixes and small cleanup.renato2016-05-231-2/+2
* Enable changing the router-id via config reload.renato2016-05-231-1/+10
* Several fixes in the config reload handling.renato2016-05-231-1/+25
* Don't create l2vpn targeted neighbors inside the config parser.renato2016-05-231-1/+6
* Add an exception for kernels built without PFKEYv2 support.renato2016-05-231-7/+10
* Create network sockets on the parent process.renato2016-05-231-37/+105
* Move socket creation and setup into a specialized function.renato2016-05-231-90/+12
* Fix mess caused by my commit script.renato2016-05-231-110/+62
* pledge() earlier on ldpe.renato2016-05-231-4/+4
* Move some code around.renato2016-05-231-23/+58
* Add knob to configure the transport address.renato2016-05-231-2/+2
* Clear the configuration before closing the network sockets.renato2016-05-231-3/+2
* Replace manually written function names with __func__.renato2016-05-231-3/+3
* Explicitly close the pfkey socket on exit.renato2016-05-231-6/+7
* Call accept_del() on exit.renato2016-05-231-1/+2
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-5/+5
* Add pledge(2) to the child processes.renato2015-10-231-1/+4
* Call control_cleanup() from the ldpe process, where it belongs.renato2015-07-211-1/+3
* Rename, move and reuse mapping list functions.renato2015-07-211-5/+29
* Fix some awful ipc synchronization issues.renato2015-07-211-7/+7
* VPLS signaling support.renato2015-07-211-3/+34
* Reuse merge_config() logic to simplify the shutdown of each process.renato2015-07-211-24/+16
* Add configuration reload support.renato2015-07-211-13/+49
* Improve handling of addresses on ldpe.renato2015-07-211-42/+45
* Implement md5 authentication support.renato2015-07-191-1/+32
* Rework label mapping algorithms to be more in line with the RFC.renato2015-07-191-1/+10
* Remove interface finite state machine.renato2015-03-211-19/+4
* Don't try to send address withdraws to neighbors that are unreachablerenato2015-03-211-6/+7
* Close extended discovery socket on exit.renato2015-03-211-1/+2