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-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
2016-05-23
Fix fd leak in error path.
Renato Westphal
2016-05-23
Rework L2VPN code.
Renato Westphal
2016-05-23
Fix bug in the processing of label withdraws and releases.
Renato Westphal
2016-05-23
Remove protection that was prevent pseudowires to be updated in the kernel.
Renato Westphal
2016-05-23
Fix warnings when compiling with -pedantic.
Renato Westphal
2016-05-23
Release allocated memory before exiting.
Renato Westphal
2016-05-23
Make send_labelmessage() more robust.
Renato Westphal
2016-05-23
Fix check of when a wildcard group PW-ID FEC is valid or not.
Renato Westphal
2016-05-23
clear_config() should only deallocate memory and nothing else.
Renato Westphal
2016-05-23
Check for local label before trying to install pseudowire.
Renato Westphal
2016-05-23
Do not accept incomplete pseudowires in the configuration.
Renato Westphal
2016-05-23
Minor adjustments in l2vpn code.
Renato Westphal
2016-05-23
Remove unnecessary mirroring of sockets.
Renato Westphal
2016-05-23
Fix byte order issues with notification messages.
Renato Westphal
2016-05-23
Simplify removal of targeted neighbors and adjacencies.
Renato Westphal
2016-05-23
Remove unnecessary break statements.
Renato Westphal
2016-05-23
Reuse nbr_pending_connect() on nbr_del().
Renato Westphal
2016-05-23
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
Make neighbor parameters per lsr-id not per transport-address.
Renato Westphal
2016-05-23
Rework the way we handle income connection requests.
Renato Westphal
2016-05-23
More renaming.
Renato Westphal
2016-05-23
Rename a few constants to avoid confusion.
Renato Westphal
2016-05-23
Remove unused code.
Renato Westphal
2016-05-23
Several improvements in the parsing of UDP/Hello packets.
Renato Westphal
2016-05-23
Don't ignore notification messages before the session is operational.
Renato Westphal
[next]