OpenBSD CVS

src/usr.sbin/ldpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ldpd

Current tag: OPENBSD_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.11   8 years  renato   Assorted fixes and small cleanup. Nothing really interesting here.
[TXT] accept.c  1.7   8 years  renato   Remove superfluous includes.
[TXT] address.c  1.29   7 years  renato   Remove potential overflow when validating message's length. Also, use uint16_t ...
[TXT] adjacency.c  1.26   7 years  renato   Fix removal of dual-stack neighbors.
[TXT] control.c  1.27   8 years  renato   Add support for manually resetting neighbors.
[TXT] control.h  1.8   8 years  renato   Remove superfluous includes.
[TXT] hello.c  1.57   7 years  renato   Fix parsing of mal-formed optional TLVs/Sub-TLVs. We must detect if a TLV's len...
[TXT] init.c  1.33   7 years  renato   Fix parsing of mal-formed optional TLVs/Sub-TLVs. We must detect if a TLV's len...
[TXT] interface.c  1.47   7 years  renato   Several minor tweaks.
[TXT] keepalive.c  1.17   7 years  renato   More renaming and whitespace cleanup. No binary change after "strip -s".
[TXT] kroute.c  1.61   7 years  renato   Fix small LIB<->LFIB synchronization issue. ldpd operates only with the best ro...
[TXT] l2vpn.c  1.21   7 years  renato   More renaming and whitespace cleanup. No binary change after "strip -s".
[TXT] labelmapping.c  1.58   7 years  renato   Fix parsing of mal-formed optional TLVs/Sub-TLVs. We must detect if a TLV's len...
[TXT] lde.c  1.62   7 years  benno   add format attributes to log functions and fix am error when using log_warnx() ...
[TXT] lde.h  1.43   7 years  renato   More renaming and whitespace cleanup. No binary change after "strip -s".
[TXT] lde_lib.c  1.63   7 years  renato   More renaming and whitespace cleanup. No binary change after "strip -s".
[TXT] ldp.h  1.34   7 years  renato   Improve logging of reserved labels. Print "exp-null" and "imp-null" instead of ...
[TXT] ldpd.8  1.16   7 years  renato   Add GTSM support (RFC 6720). This also finishes the missing bits from our RFC 7...
[TXT] ldpd.c  1.57   7 years  renato   Update per-neighbor GTSM options on config reload.
[TXT] ldpd.conf.5  1.33   7 years  rzalamena   Updated the ldpd.conf man page examples The man page already contains the defin...
[TXT] ldpd.h  1.80   7 years  renato   More renaming and whitespace cleanup. No binary change after "strip -s".
[TXT] ldpe.c  1.67   7 years  renato   Fix removal of dual-stack neighbors.
[TXT] ldpe.h  1.67   7 years  renato   Remove potential overflow when validating message's length. Also, use uint16_t ...
[TXT] log.c  1.29   7 years  renato   Improve logging of reserved labels. Print "exp-null" and "imp-null" instead of ...
[TXT] log.h  1.14   7 years  benno   add format attributes to log functions and fix am error when using log_warnx() ...
[TXT] neighbor.c  1.77   7 years  renato   Several minor tweaks.
[TXT] notification.c  1.40   7 years  renato   Fix parsing of mal-formed optional TLVs/Sub-TLVs. We must detect if a TLV's len...
[TXT] packet.c  1.68   7 years  renato   Remove potential overflow when validating message's length. Also, use uint16_t ...
[TXT] parse.y  1.57   7 years  renato   Add GTSM support (RFC 6720). This also finishes the missing bits from our RFC 7...
[TXT] pfkey.c  1.10   8 years  renato   Remove superfluous includes.
[TXT] printconf.c  1.26   7 years  renato   Add GTSM support (RFC 6720). This also finishes the missing bits from our RFC 7...
[TXT] socket.c  1.9   7 years  renato   Several minor tweaks.
[TXT] util.c  1.4   8 years  renato   Add support for IPv6 (RFC 7552). This includes: * Full compliance to RFC 7552; ...