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-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
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
Remove redundant new lines in print_config().
Renato Westphal
2016-05-23
Reject null labels for PW-ID FECs.
Renato Westphal
2016-05-23
Start sentences on new lines in ldpd.conf(5).
Renato Westphal
2016-05-23
Introduce a garbage collector for dead entries in the LIB.
Renato Westphal
2016-05-23
Simplify label allocation.
Renato Westphal
2016-05-23
Use SO_BINDANY before binding sockets to the transport-address.
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
Reuse lde_address_find() inside lde_check_mapping().
Renato Westphal
2016-05-23
Fix bugs in pseudowire parameters negotiation.
Renato Westphal
2016-05-23
Copy structs by assignment instead of memcpy.
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
Move setsockopt helper functions to a separate file.
Renato Westphal
[prev]
[next]