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_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.12   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] accept.c  1.7   8 years  renato   Remove superfluous includes.
[TXT] address.c  1.35   7 years  renato   Send VPLS MAC withdrawals. RFC 4762 says that MAC address withdrawal messages c...
[TXT] adjacency.c  1.26   7 years  renato   Fix removal of dual-stack neighbors.
[TXT] control.c  1.29   7 years  renato   Allow to specify an alternate control socket. This is required to run multiple ...
[TXT] control.h  1.9   7 years  renato   Allow to specify an alternate control socket. This is required to run multiple ...
[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.37   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] interface.c  1.50   7 years  renato   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.69   5 years  dlg   teach ldpd to ask if a potential pseudowire interface can do pwe3 this makes ld...
[TXT] l2vpn.c  1.24   7 years  renato   Send VPLS MAC withdrawals. RFC 4762 says that MAC address withdrawal messages c...
[TXT] labelmapping.c  1.68   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] lde.c  1.74   5 years  dlg   rework how tcp md5 signatures are configured. previously ldpd only allowed tcp ...
[TXT] lde.h  1.50   7 years  renato   Send VPLS MAC withdrawals. RFC 4762 says that MAC address withdrawal messages c...
[TXT] lde_lib.c  1.69   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] ldp.h  1.42   7 years  renato   Send VPLS MAC withdrawals. RFC 4762 says that MAC address withdrawal messages c...
[TXT] ldpd.8  1.21   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] ldpd.c  1.64   5 years  yasuoka   Avoid calling dup2(oldd, newd) when oldd == newd. In that case the descriptor k...
[TXT] ldpd.conf.5  1.39   5 years  jmc   new sentence, new line;
[TXT] ldpd.h  1.90   5 years  dlg   teach ldpd to ask if a potential pseudowire interface can do pwe3 this makes ld...
[TXT] ldpe.c  1.75   5 years  dlg   rework how tcp md5 signatures are configured. previously ldpd only allowed tcp ...
[TXT] ldpe.h  1.76   5 years  dlg   rework how tcp md5 signatures are configured. previously ldpd only allowed tcp ...
[TXT] log.c  1.34   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] log.h  1.16   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] logmsg.c  1.6   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] neighbor.c  1.80   5 years  dlg   rework how tcp md5 signatures are configured. previously ldpd only allowed tcp ...
[TXT] notification.c  1.46   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] packet.c  1.71   5 years  dlg   rework how tcp md5 signatures are configured. previously ldpd only allowed tcp ...
[TXT] parse.y  1.71   5 years  deraadt   (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other larger typ...
[TXT] pfkey.c  1.12   5 years  dlg   rework how tcp md5 signatures are configured. previously ldpd only allowed tcp ...
[TXT] printconf.c  1.28   5 years  dlg   rework how tcp md5 signatures are configured. previously ldpd only allowed tcp ...
[TXT] socket.c  1.9   7 years  renato   Several minor tweaks.
[TXT] util.c  1.5   5 years  claudio   Be more strict in converting a netmask into a prefixlen. Make sure the prefixlen...