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
Age
Commit message (
Expand
)
Author
2016-08-08
Use exit(3) instead of _exit(2) in the child processes.
Renato Westphal
2016-08-08
Normalize the received prefixes.
Renato Westphal
2016-07-18
add format attributes to log functions and fix am error when using
Sebastian Benoit
2016-07-16
Remove potential overflow when validating message's length.
Renato Westphal
2016-07-16
Fix parsing of mal-formed optional TLVs/Sub-TLVs.
Renato Westphal
2016-07-15
Improve logging of reserved labels.
Renato Westphal
2016-07-15
Explicitly ignore the Hop Count and Path Vector TLVs.
Renato Westphal
2016-07-15
Update per-neighbor GTSM options on config reload.
Renato Westphal
2016-07-07
Updated the ldpd.conf man page examples
Rafael Zalamena
2016-07-02
do not uppercase "hop limit";
Jason McIntyre
2016-07-01
More renaming and whitespace cleanup.
Renato Westphal
2016-07-01
Be more compliant with RFC 4447.
Renato Westphal
2016-07-01
Several minor tweaks.
Renato Westphal
2016-07-01
Decrease the initialization FSM timeout.
Renato Westphal
2016-07-01
Rename hello flags to keep consistent with the rest of the code.
Renato Westphal
2016-07-01
Add GTSM support (RFC 6720).
Renato Westphal
2016-06-27
Fix inverted logic in recv_hello().
Renato Westphal
2016-06-27
Remove superfluous call to l2vpn_pw_exit().
Renato Westphal
2016-06-27
Handle ibuf_add() errors.
Renato Westphal
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2016-06-18
Fix removal of dual-stack neighbors.
Renato Westphal
2016-06-18
Fix memory leak found with valgrind.
Renato Westphal
2016-06-18
Fix use after free bug.
Renato Westphal
2016-06-18
Do not allow configuring the same interface for both LDP and VPLS.
Renato Westphal
2016-06-18
Use log_warnx() instead of log_warn() when appropriate.
Renato Westphal
2016-06-18
Remove TODO comments about loop detection.
Renato Westphal
2016-06-18
Fix small LIB<->LFIB synchronization issue.
Renato Westphal
2016-06-13
Implement support for the Configuration Sequence Number TLV.
Renato Westphal
2016-06-13
Implement a timeout for the session initialization FSM.
Renato Westphal
2016-06-13
Do not create sockets for disabled address-families.
Renato Westphal
2016-06-13
Rework the handling of Hello packets.
Renato Westphal
2016-06-11
Parse the whole Hello packet before processing it.
Renato Westphal
2016-06-11
Add missing ntohl() when recording a label request.
Renato Westphal
2016-06-11
Send an 'Unknown FEC' Notification for unexpected wildcard FECs.
Renato Westphal
2016-06-11
Make all TLV parsing functions look the same for consistency.
Renato Westphal
2016-06-11
Make it possible to parse unknown TLVs in the future.
Renato Westphal
2016-06-11
Use uint16_t for notification type.
Renato Westphal
2016-06-11
Fix parsing of multiple optional TLVs in label and notification messages.
Renato Westphal
2016-06-09
Do set the Message ID for Hello messages too.
Renato Westphal
2016-06-09
Do not shut down the session upon receiving unknown messages.
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-08
Discard Hello packet if advertised transport address is of different AF.
Renato Westphal
2016-06-08
Change what we consider a NACK for our Initialization messages.
Renato Westphal
2016-06-08
Add one more safety check for Initialization messages.
Renato Westphal
2016-06-06
Fix imsg parameter passing
Renato Westphal
2016-06-06
Speed up session establishment after config reload.
Renato Westphal
2016-05-23
various tweaks;
Jason McIntyre
2016-05-23
Add support for manually resetting neighbors.
Renato Westphal
2016-05-23
Improve security by calling exec after fork.
Renato Westphal
[next]