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
jcs
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
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
control.h
Do the same control cleanup as in other daemons. Move ctl_conns exclusivly into control.c
5 years ago
hello.c
Use new ibuf API. Use ibuf_data() and ibuf_size() instead of direct struct access and use ibuf_set_n16() to update the length field. OK tb@
2 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
kr_shutdown() and the functions called by it should not try to enqueue any imsgs. This code is called late in the parent before exit. There is no need to enqueue any imsgs since nothing will send them out and the childs are probably gone as well.
4 months ago
l2vpn.c
Send VPLS MAC withdrawals.
9 years ago
labelmapping.c
Use new ibuf API. Use ibuf_data() and ibuf_size() instead of direct struct access and use ibuf_set_n16() to update the length field. OK tb@
2 years ago
lde.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year 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
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
ldpd.conf.5
Slightly iprove a confusing wording in the parse.y manuals: The things that need quoting are not necessarily "argument names", and not even necessarily "names" at all, so just talk about "arguments".
2 months ago
ldpd.h
Adjust ldpd to the msgbuf change that turns the struct opaque
1 year ago
ldpe.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
ldpe.h
Do not abuse struct ibuf_read for internal bits. Just define an own struct.
1 year 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 ldpd to the msgbuf change that turns the struct opaque
1 year ago
parse.y
inet_pton returns 0 and -1 for error.
2 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