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
/
ripd
/
at
jcs
26 files
Makefile
work on making log.c similar in all daemons:
9 years ago
auth.c
correct indentation; no functional change ok tb@
2 years ago
carp.c
Bring in sync with the bgpd version of carp.c. This fixes a memory leak in an error path.
16 years ago
control.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
control.h
Apply same cleanup to the control code as in ospfd. Internalize control_state and ctl_conns.
5 years ago
interface.c
Mechanically change inet_aton to inet_pton.
2 years ago
kroute.c
More daemons need the same treatment as ospfd recently got in order to prevent NULL dereference in interface departure logic when the arrival of the same interface has not been observed.
1 year ago
log.c
Like in all other log.c file just use exit(1) in fatal() calls. This log.c should be further synced with the other log.c files.
5 years ago
log.h
including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther
4 years ago
logmsg.c
work on making log.c similar in all daemons:
9 years ago
message.c
Mechanically change inet_aton to inet_pton.
2 years ago
name2id.c
New redistribute code adapted from ospfd. It is now possible to do the same redistribute setups as in ospfd (rtlables, per prefix, negation). Tested, input and OK michele@
19 years ago
neighbor.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
packet.c
Like ospfd allocate the recv buffer with malloc() on first call. This code assumes some alignment of the buffer which may not be the case with bss 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
printconf.c
fix typo
7 years ago
rde.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
rde.h
The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 16). So use u_int8_t everywhere.
18 years ago
rde_rib.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
rip.h
spacing
18 years ago
ripd.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
ripd.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
ripd.conf.5
Make internal hyperlinking work by moving custom sections from .Sh to .Ss and the titles from all caps to sentence case such that they match the table of contents, and switch from .Sy to .Sx as needed. OK florian@
9 months ago
ripd.h
remove duplicate RT_BUF_SIZE define
1 year ago
ripe.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
ripe.h
Like in ospfd make the pkt_ptr a local static buffer.
5 years ago