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

work on making log.c similar in all daemons:

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

Remove superfluous includes.

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

Send VPLS MAC withdrawals.

9 лет назад
adjacency.c

Delete obsolete /* ARGSUSED */ lint comments.

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

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

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

Do the same control cleanup as in other daemons. Move ctl_conns exclusivly into control.c

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

Use new ibuf API. Use ibuf_data() and ibuf_size() instead of direct struct access and use ibuf_set_n16() to update the length field. OK tb@

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

Implement RFC 5919 (LDP End-of-LIB).

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

Delete obsolete /* ARGSUSED */ lint comments.

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

More renaming and whitespace cleanup.

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

Delete obsolete /* ARGSUSED */ lint comments.

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

Send VPLS MAC withdrawals.

9 лет назад
labelmapping.c

Use new ibuf API. Use ibuf_data() and ibuf_size() instead of direct struct access and use ibuf_set_n16() to update the length field. OK tb@

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

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

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

Send VPLS MAC withdrawals.

9 лет назад
lde_lib.c

Delete obsolete /* ARGSUSED */ lint comments.

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

Send VPLS MAC withdrawals.

9 лет назад
ldpd.8

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

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

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

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

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

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

Adjust ldpd to the msgbuf change that turns the struct opaque

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

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

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

Do not abuse struct ibuf_read for internal bits. Just define an own struct.

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

work on making log.c similar in all daemons:

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

Implement RFC 5919 (LDP End-of-LIB).

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

When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.

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

Implement RFC 5919 (LDP End-of-LIB).

9 лет назад
packet.c

Adjust ldpd to the msgbuf change that turns the struct opaque

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

inet_pton returns 0 and -1 for error.

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

Fix theoretical access to garbage stack memory in pfkey_reply for bgpd and ldpd.

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

rework how tcp md5 signatures are configured.

8 лет назад
socket.c

When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.

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

spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech

4 года назад