summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rework how tcp md5 signatures are configured.dlg2019-01-231-2/+2
* Implement RFC 5561 (LDP Capabilities).renato2017-03-041-10/+5
* Kill send_notification_nbr().renato2017-03-031-4/+4
* Remove potential overflow when validating message's length.renato2016-07-161-4/+5
* More renaming and whitespace cleanup.renato2016-07-011-37/+35
* Several minor tweaks.renato2016-07-011-5/+2
* Add GTSM support (RFC 6720).renato2016-07-011-1/+6
* Fix removal of dual-stack neighbors.renato2016-06-181-4/+3
* Implement a timeout for the session initialization FSM.renato2016-06-131-1/+2
* Rework the handling of Hello packets.renato2016-06-131-2/+2
* Do set the Message ID for Hello messages too.renato2016-06-091-3/+2
* Do not shut down the session upon receiving unknown messages.renato2016-06-091-9/+7
* Speed up session establishment after config reload.renato2016-06-061-9/+19
* Update copyright information.renato2016-05-231-1/+2
* Remove superfluous includes.renato2016-05-231-10/+2
* Make functions and variables static whenever possible.renato2016-05-231-15/+17
* Add support for IPv6 (RFC 7552).renato2016-05-231-53/+110
* Fix mess caused by my commit script.renato2016-05-231-49/+68
* Move setsockopt helper functions to a separate file.renato2016-05-231-2/+2
* Standardize some log messages and fix some inconsistencies.renato2016-05-231-3/+3
* Make neighbor parameters per lsr-id not per transport-address.renato2016-05-231-2/+2
* Rework the way we handle income connection requests.renato2016-05-231-85/+172
* Several improvements in the parsing of UDP/Hello packets.renato2016-05-231-19/+34
* Don't ignore notification messages before the session is operational.renato2016-05-231-3/+3
* Improve the parser of TCP/session packets.renato2016-05-231-19/+17
* Respect the received Max PDU Length field.renato2016-05-231-2/+11
* Move some code around.renato2016-05-231-33/+33
* Add knob to configure the transport address.renato2016-05-231-2/+2
* Replace manually written function names with __func__.renato2016-05-231-17/+17
* Call accept_unpause() when any TCP socket is closed.renato2016-05-231-3/+2
* Add configuration reload support.renato2015-07-211-2/+2
* Improve handling of addresses on ldpe.renato2015-07-211-2/+2
* Implement md5 authentication support.renato2015-07-191-1/+25
* Give more detailed information on a couple of debug messages.renato2015-04-041-3/+6
* More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeclaudio2015-02-091-4/+3
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* msgbuf_write() <= 0 for a few more daemons.krw2014-07-121-2/+2
* deal with msgbuf_write EAGAIN, ok gilles bennohenning2013-11-261-2/+2
* Improve parsing of label mapping messages and merge all recv_label*renato2013-10-171-9/+4
* Improve debug and error logs.renato2013-10-151-3/+2
* Generate the NBR_EVT_PDU_RCVD event in a single point.renato2013-10-151-1/+4
* Improve parsing of LDP messages.renato2013-10-151-7/+6
* Ignore messages that have Unknown flag set.renato2013-10-151-3/+10
* Fix build on vaxmiod2013-06-051-2/+4
* Always accept TCP connection requests and identify to which neighborclaudio2013-06-041-40/+97
* Implement support for adjacencies and targeted hellosclaudio2013-06-041-19/+13
* Implement support for multiple addresses per interface.claudio2013-06-031-23/+25
* Improve error handling on session_readclaudio2013-06-011-30/+57
* Drop support for per-interface labelspaces.claudio2013-06-011-6/+5
* Drop support for passive interfaces.claudio2013-06-011-5/+3