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
/
address.c
Age
Commit message (
Expand
)
Author
2016-09-03
Rework the sending of address messages.
Renato Westphal
2016-07-16
Remove potential overflow when validating message's length.
Renato Westphal
2016-07-01
More renaming and whitespace cleanup.
Renato Westphal
2016-07-01
Several minor tweaks.
Renato Westphal
2016-06-27
Handle ibuf_add() errors.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Make functions and variables static whenever possible.
Renato Westphal
2016-05-23
Add support for IPv6 (RFC 7552).
Renato Westphal
2016-05-23
Assorted fixes and small cleanup.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Improve the parser of TCP/session packets.
Renato Westphal
2016-05-23
We don't need a separate function for sending address withdraws.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-21
Improve handling of addresses on ldpe.
Renato Westphal
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2013-10-15
Generate the NBR_EVT_PDU_RCVD event in a single point.
Renato Westphal
2013-06-04
Always accept TCP connection requests and identify to which neighbor
Claudio Jeker
2013-06-04
fix some minor issues before proceeding with the remaining patches from
Claudio Jeker
2013-06-03
Implement support for multiple addresses per interface.
Claudio Jeker
2013-06-01
Restart the keepalive timer whenever a LDP PDU is sent. There is no need
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
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-02-25
Do not use bufferevent for something that's already covered in the imsg
Claudio Jeker
2010-02-20
Make send_* functions return void (and not int) as they can just succeed
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