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_9


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.27   4 years  yasuoka   Make ldpd lookup the adjacency not only by source IP address but also by LSR Id,...
[TXT] control.c  1.31   3 years  claudio   Do the same control cleanup as in other daemons. Move ctl_conns exclusivly into ...
[TXT] control.h  1.11   3 years  claudio   Do the same control cleanup as in other daemons. Move ctl_conns exclusivly into ...
[TXT] hello.c  1.58   4 years  yasuoka   Make ldpd lookup the adjacency not only by source IP address but also by LSR Id,...
[TXT] init.c  1.37   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] interface.c  1.51   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] keepalive.c  1.17   7 years  renato   More renaming and whitespace cleanup. No binary change after "strip -s".
[TXT] kroute.c  1.70   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[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.75   3 years  claudio   Kill log_procnames and properly define ldpd_process.
[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.67   3 years  jsg   allocate enough space in start_child() argv for all possible flags ok claudio@
[TXT] ldpd.conf.5  1.41   4 years  jmc   list example files in FILES with a short description: generally, "Example config...
[TXT] ldpd.h  1.92   3 years  claudio   Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to use a local ...
[TXT] ldpe.c  1.80   3 years  claudio   Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to use a local ...
[TXT] ldpe.h  1.79   3 years  claudio   Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to use a local ...
[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.81   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] notification.c  1.46   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] packet.c  1.72   3 years  claudio   Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to use a local ...
[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.10   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] util.c  1.5   5 years  claudio   Be more strict in converting a netmask into a prefixlen. Make sure the prefixlen...