tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
ldpd
/
at
master
34 files
Makefile
work on making log.c similar in all daemons:
9 years ago
accept.c
Remove superfluous includes.
10 years ago
address.c
Send VPLS MAC withdrawals.
9 years ago
adjacency.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
control.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
control.h
Do the same control cleanup as in other daemons. Move ctl_conns exclusivly into control.c
5 years ago
hello.c
Make ldpd lookup the adjacency not only by source IP address but also by LSR Id, since remote peer may change its LSR Id. diff from and test by Vitaliy Guschin.
6 years ago
init.c
Implement RFC 5919 (LDP End-of-LIB).
9 years ago
interface.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
keepalive.c
More renaming and whitespace cleanup.
9 years ago
kroute.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
l2vpn.c
Send VPLS MAC withdrawals.
9 years ago
labelmapping.c
Implement RFC 5919 (LDP End-of-LIB).
9 years ago
lde.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
lde.h
Send VPLS MAC withdrawals.
9 years ago
lde_lib.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ldp.h
Send VPLS MAC withdrawals.
9 years ago
ldpd.8
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
3 years ago
ldpd.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ldpd.conf.5
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
3 years ago
ldpd.h
Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to use a local recv_buf that is allocated on first call with malloc(). The memory returned from malloc() is properly aligned which may not be the case for bss or stack memory.
5 years ago
ldpe.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ldpe.h
Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to use a local recv_buf that is allocated on first call with malloc(). The memory returned from malloc() is properly aligned which may not be the case for bss or stack memory.
5 years ago
log.c
From a syslog perspective it does not make sense to log fatal and warn with the same severity. Switch log_warn() to LOG_ERR and keep fatal() at LOG_CRIT. OK reyk@ florian@
9 years ago
log.h
work on making log.c similar in all daemons:
9 years ago
logmsg.c
Implement RFC 5919 (LDP End-of-LIB).
9 years ago
neighbor.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
notification.c
Implement RFC 5919 (LDP End-of-LIB).
9 years ago
packet.c
Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to use a local recv_buf that is allocated on first call with malloc(). The memory returned from malloc() is properly aligned which may not be the case for bss or stack memory.
5 years ago
parse.y
Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char.
4 years ago
pfkey.c
Fix theoretical access to garbage stack memory in pfkey_reply for bgpd and ldpd.
3 years ago
printconf.c
rework how tcp md5 signatures are configured.
7 years ago
socket.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
util.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago