summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/packet.c
AgeCommit message (Expand)Author
2015-07-21Add configuration reload support.Renato Westphal
2015-07-21Improve handling of addresses on ldpe.Renato Westphal
2015-07-19Implement md5 authentication support.Renato Westphal
2015-04-04Give more detailed information on a couple of debug messages.Renato Westphal
2015-02-09More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeClaudio Jeker
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-07-12msgbuf_write() <= 0 for a few more daemons.Kenneth R Westerback
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-10-17Improve parsing of label mapping messages and merge all recv_label*Renato Westphal
2013-10-15Improve debug and error logs.Renato Westphal
2013-10-15Generate the NBR_EVT_PDU_RCVD event in a single point.Renato Westphal
2013-10-15Improve parsing of LDP messages.Renato Westphal
2013-10-15Ignore messages that have Unknown flag set.Renato Westphal
2013-06-05Fix build on vaxMiod Vallat
2013-06-04Always accept TCP connection requests and identify to which neighborClaudio Jeker
2013-06-04Implement support for adjacencies and targeted hellosClaudio Jeker
2013-06-03Implement support for multiple addresses per interface.Claudio Jeker
2013-06-01Improve error handling on session_readClaudio Jeker
2013-06-01Drop support for per-interface labelspaces.Claudio Jeker
2013-06-01Drop support for passive interfaces.Claudio Jeker
2013-06-01Use the nbr_stop_[*]timer functionsClaudio Jeker
2013-06-01After returning from accept, we got a TCP connection not a LDP session.Claudio Jeker
2013-06-01Don't set the Message ID for hello messages.Claudio Jeker
2013-05-30Improve sanity checks on received UDP messagesClaudio Jeker
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2012-04-12accept pacing ldpd way. Since this daemon has multiple listening fdsClaudio Jeker
2011-03-12Log the fact that a session was not accepted because of missing HELLOs.Claudio Jeker
2011-01-10Fix a bad heritage from ospfd. Make neighbors independent of interfaces.Claudio Jeker
2010-11-04Rewrite all packet parsers to be more careful about alignment. UntilClaudio Jeker
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-14Do not send notifications directly onto the wire. Decide in the caller howClaudio Jeker
2010-05-01split up a multiple assignment so we aren't casting an lvalue.Jonathan Gray
2010-04-29Remove some more ospfd-ism from the interface code. This time removeClaudio Jeker
2010-04-15session_shutdown() issues a NBR_EVT_CLOSE_SESSION and therefore aClaudio Jeker
2010-04-15Fix fd leak in error case.Claudio Jeker
2010-04-15Instead of having three ways of setting fds non-blocking useClaudio Jeker
2010-03-26event_del() the read event when hitting a read error or when closing theClaudio Jeker
2010-02-25Do not use bufferevent for something that's already covered in the imsgClaudio Jeker
2009-11-01Initialize "len" before using it in accept(2).Michele Marchetto
2009-06-05Correctly send notification messages when errors occur.Michele Marchetto
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto