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
/
ldpe.c
Age
Commit message (
Expand
)
Author
2016-06-18
Fix removal of dual-stack neighbors.
Renato Westphal
2016-06-13
Implement support for the Configuration Sequence Number TLV.
Renato Westphal
2016-06-13
Do not create sockets for disabled address-families.
Renato Westphal
2016-06-09
Send a fatal notification when the last hello adjacency is deleted.
Renato Westphal
2016-06-08
Fix quick reconnect when the transport address is changed.
Renato Westphal
2016-06-06
Fix imsg parameter passing
Renato Westphal
2016-05-23
Improve security by calling exec after fork.
Renato Westphal
2016-05-23
Update copyright information.
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
Enable changing the router-id via config reload.
Renato Westphal
2016-05-23
Several fixes in the config reload handling.
Renato Westphal
2016-05-23
Don't create l2vpn targeted neighbors inside the config parser.
Renato Westphal
2016-05-23
Add an exception for kernels built without PFKEYv2 support.
Renato Westphal
2016-05-23
Create network sockets on the parent process.
Renato Westphal
2016-05-23
Move socket creation and setup into a specialized function.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
pledge() earlier on ldpe.
Renato Westphal
2016-05-23
Move some code around.
Renato Westphal
2016-05-23
Add knob to configure the transport address.
Renato Westphal
2016-05-23
Clear the configuration before closing the network sockets.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2016-05-23
Explicitly close the pfkey socket on exit.
Renato Westphal
2016-05-23
Call accept_del() on exit.
Renato Westphal
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-10-23
Add pledge(2) to the child processes.
Renato Westphal
2015-07-21
Call control_cleanup() from the ldpe process, where it belongs.
Renato Westphal
2015-07-21
Rename, move and reuse mapping list functions.
Renato Westphal
2015-07-21
Fix some awful ipc synchronization issues.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-21
Reuse merge_config() logic to simplify the shutdown of each process.
Renato Westphal
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-07-19
Rework label mapping algorithms to be more in line with the RFC.
Renato Westphal
2015-03-21
Remove interface finite state machine.
Renato Westphal
2015-03-21
Don't try to send address withdraws to neighbors that are unreachable
Renato Westphal
2015-03-21
Close extended discovery socket on exit.
Renato Westphal
2015-02-10
Pass SOCK_NONBLOCK | SOCK_CLOEXEC to some more sockets. We never want to
Claudio Jeker
2015-02-09
More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmode
Claudio Jeker
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2013-11-26
deal with msgbuf_write EAGAIN, ok gilles benno
Henning Brauer
2013-10-17
Respect the max pdu length and merge all send_label* functions into
Renato Westphal
2013-06-04
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-06-04
Minor adjustments in the startup of the lde and ldpe processes
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
[next]