/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.sbin/ospfd/
..
Makefile

work on making log.c similar in all daemons:

10 лет назад
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@

11 лет назад
auth.c

iface->auth_key is not a real C string so use strnlen() to define the maximum.

3 года назад
carp.c

Bring in sync with the bgpd version of carp.c. This fixes a memory leak in an error path.

17 лет назад
control.c

Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour

2 года назад
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

6 лет назад
database.c

Mechanically replace inet_aton with inet_pton. OK claudio, deraadt

2 года назад
hello.c

Mechanically replace inet_aton with inet_pton. OK claudio, deraadt

2 года назад
in_cksum.c

Fixed typo in error message.

12 лет назад
interface.c

Mechanically replace inet_aton with inet_pton. OK claudio, deraadt

2 года назад
iso_cksum.c

Cleanup and "simplify" iso checksum implementation. OK norby@

21 год назад
kroute.c

Prevent NULL dereference in ospfd interface departure logic when the arrival of the same interface has not been observed.

2 года назад
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 лет назад
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

5 лет назад
logmsg.c

work on making log.c similar in all daemons:

10 лет назад
lsack.c

Mechanically replace inet_aton with inet_pton. OK claudio, deraadt

2 года назад
lsreq.c

Mechanically replace inet_aton with inet_pton. OK claudio, deraadt

2 года назад
lsupdate.c

Mechanically replace inet_aton with inet_pton. OK claudio, deraadt

2 года назад
name2id.c

add support for mapping route labels to AS-external route tags.

19 лет назад
neighbor.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
ospf.h

allow two minutes until neighbor adjacencies are formed; ok claudio@

14 лет назад
ospfd.8

improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;

3 года назад
ospfd.c

Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour

2 года назад
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 года назад
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.

6 лет назад
ospfe.c

Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour

2 года назад
ospfe.h

remove prototypes with no matching function; ok claudio@

2 года назад
packet.c

Mechanically replace inet_aton with inet_pton. OK claudio, deraadt

2 года назад
parse.y

ospfd: fix whitespace error introduced in previous

2 года назад
printconf.c

Allow the interface setting "type p2p" to be configured globallz or per area. Most of the other interface settings allow this.

7 лет назад
rde.c

Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour

2 года назад
rde.h

Add point-to-point support for broadcast interfaces.

7 лет назад
rde_lsdb.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
rde_spf.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад