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

work on making log.c similar in all daemons:

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

correct indentation; no functional change ok tb@

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

Apply same cleanup to the control code as in ospfd. Internalize control_state and ctl_conns.

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

Mechanically change inet_aton to inet_pton.

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

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

6 лет назад
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 лет назад
message.c

Mechanically change inet_aton to inet_pton.

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

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

Delete obsolete /* ARGSUSED */ lint comments.

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

6 лет назад
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.

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

fix typo

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

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

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

The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 16). So use u_int8_t everywhere.

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

Delete obsolete /* ARGSUSED */ lint comments.

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

spacing

19 лет назад
ripd.8

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

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

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

2 года назад
ripd.conf.5

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

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

remove duplicate RT_BUF_SIZE define

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

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

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

Like in ospfd make the pkt_ptr a local static buffer.

6 лет назад