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
/
ospfd
/
at
jcs
34 files
Makefile
work on making log.c similar in all daemons:
9 years ago
area.c
Improve ABR support especially for self-originated stub networks. This seems to solve the last issues people reported when using ospfd in multiple areas. OK sthen@ prodding by deraadt@
10 years ago
auth.c
iface->auth_key is not a real C string so use strnlen() to define the maximum.
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
Internalize a few more things into the control code. Both control_state and ctl_conns are not really needed outside of control.c
5 years ago
database.c
Mechanically replace inet_aton with inet_pton. OK claudio, deraadt
2 years ago
hello.c
Mechanically replace inet_aton with inet_pton. OK claudio, deraadt
2 years ago
in_cksum.c
Fixed typo in error message.
11 years ago
interface.c
Mechanically replace inet_aton with inet_pton. OK claudio, deraadt
2 years ago
iso_cksum.c
Cleanup and "simplify" iso checksum implementation. OK norby@
20 years ago
kroute.c
Prevent NULL dereference in ospfd interface departure logic when the arrival of the same interface has not been observed.
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
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
lsack.c
Mechanically replace inet_aton with inet_pton. OK claudio, deraadt
2 years ago
lsreq.c
Mechanically replace inet_aton with inet_pton. OK claudio, deraadt
2 years ago
lsupdate.c
Mechanically replace inet_aton with inet_pton. OK claudio, deraadt
2 years ago
name2id.c
add support for mapping route labels to AS-external route tags.
19 years ago
neighbor.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ospf.h
allow two minutes until neighbor adjacencies are formed; ok claudio@
13 years ago
ospfd.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
ospfd.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
ospfd.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
ospfd.h
Make the imsg event structures static, properly define ospfd_process and rename nconf in the ospf engine to noeconf. This fixes the last common symbols in ospfd.
5 years ago
ospfe.c
Fix segfault in ospfd and ospf6d shutdown code
8 months ago
ospfe.h
remove prototypes with no matching function; ok claudio@
2 years ago
packet.c
Mechanically replace inet_aton with inet_pton. OK claudio, deraadt
2 years ago
parse.y
ospfd: fix whitespace error introduced in previous
2 years ago
printconf.c
Allow the interface setting "type p2p" to be configured globallz or per area. Most of the other interface settings allow this.
6 years ago
rde.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
rde.h
Add point-to-point support for broadcast interfaces.
6 years ago
rde_lsdb.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
rde_spf.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago