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