summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement RFC 5919 (LDP End-of-LIB).renato2017-03-041-2/+67
* Implement RFC 5918 (Typed Wildcard FEC).renato2017-03-041-2/+68
* Implement RFC 5561 (LDP Capabilities).renato2017-03-041-6/+148
* Kill send_notification_nbr().renato2017-03-031-2/+2
* Fix parsing of mal-formed optional TLVs/Sub-TLVs.renato2016-07-161-43/+36
* More renaming and whitespace cleanup.renato2016-07-011-15/+15
* Several minor tweaks.renato2016-07-011-9/+9
* Handle ibuf_add() errors.renato2016-06-271-4/+9
* Make all TLV parsing functions look the same for consistency.renato2016-06-111-6/+12
* Add one more safety check for Initialization messages.renato2016-06-081-3/+6
* Remove superfluous includes.renato2016-05-231-14/+2
* Make functions and variables static whenever possible.renato2016-05-231-7/+5
* Add support for IPv6 (RFC 7552).renato2016-05-231-3/+3
* Fix mess caused by my commit script.renato2016-05-231-20/+20
* Standardize some log messages and fix some inconsistencies.renato2016-05-231-3/+3
* More renaming.renato2016-05-231-3/+3
* Improve the parser of TCP/session packets.renato2016-05-231-13/+7
* Respect the received Max PDU Length field.renato2016-05-231-1/+12
* Fix issue with the exponential backoff timer.renato2016-05-231-3/+2
* Add knob to configure the transport address.renato2016-05-231-3/+3
* Allow setting the session holdtime per neighbor.renato2016-05-231-3/+4
* Replace manually written function names with __func__.renato2016-05-231-4/+4
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Fix whitespace and other style issues.renato2013-10-151-5/+2
* Improve parsing of LDP messages.renato2013-10-151-1/+6
* Always accept TCP connection requests and identify to which neighborclaudio2013-06-041-2/+2
* Properly implement the exponential backoff timer on session initializationclaudio2013-06-041-2/+3
* The keepalive timeout should be configured on a global basis and not perclaudio2013-06-011-4/+6
* Drop support for per-interface labelspaces.claudio2013-06-011-3/+2
* Drop support for passive interfaces.claudio2013-06-011-4/+1
* Implement optional parameter handling for initialization messages.claudio2011-01-101-3/+42
* Rewrite all packet parsers to be more careful about alignment. Untilclaudio2010-11-041-16/+17
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-6/+6
* Do not use bufferevent for something that's already covered in the imsgclaudio2010-02-251-3/+2
* Make send_* functions return void (and not int) as they can just succeedmichele2010-02-201-5/+3
* Correctly send notification messages when errors occur.michele2009-06-051-6/+3
* Welcome ldpd, the Label Distribution Protocol daemon.michele2009-06-011-0/+134