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
master
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
use the sizeof the struct not the sizeof a pointer to the struct ok claudio@
11 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
Delete obsolete /* ARGSUSED */ lint comments.
3 years 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
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
hello.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
in_cksum.c
Fixed typo in error message.
11 years ago
interface.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
iso_cksum.c
Cleanup and "simplify" iso checksum implementation. OK norby@
20 years ago
kroute.c
Delete obsolete /* ARGSUSED */ lint comments.
3 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
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
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
lsreq.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
lsupdate.c
Delete obsolete /* ARGSUSED */ lint comments.
3 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
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ospfd.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
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
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ospfe.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
packet.c
log the interface along with the neighbour ID in various ospfd/ospf6d messages. ok remi@ benno@
4 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
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
Delete obsolete /* ARGSUSED */ lint comments.
3 years 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