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

minor repairs

2 года назад
radiusd_bsdauth

minor cleanups, especially DPADD

2 года назад
radiusd_eap2mschap

minor repairs

2 года назад
radiusd_file

Add radiusd_file(5) and link it from radiusd.conf(5).

2 года назад
radiusd_ipcp

Add radiusd_ipcp(8). A module which provides IP configuration through RADIUS Access-Accept messages and manages IP address pool through RADIUS accounting messages.

2 года назад
radiusd_radius

minor cleanups, especially DPADD

2 года назад
radiusd_standard

minor repairs

2 года назад
Makefile

Add new radiusd_eap2mschap module. It provides conversions from EAP to MSCHAPv2.

2 года назад
Makefile.inc

Add new radiusd_eap2mschap module. It provides conversions from EAP to MSCHAPv2.

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

Add radiusd_file(8) module. It provides authencation by a local file.

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

Add radiusd_file(8) module. It provides authencation by a local file.

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

Handle radiusd and npppd, they are different but nothing stands out.

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

Add radiusd_ipcp(8). A module which provides IP configuration through RADIUS Access-Accept messages and manages IP address pool through RADIUS accounting messages.

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

__STDC_VERSION__ not __STDC_VERSION; ok miod@

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

Use imsgbuf_queuelen() instead of accessing the w.queue member.

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

Save errno before doing other things. Also add __deade for fatal() and fatalx().

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

Accept empty lines for authopts to fix the parser to accept the old syntax. It was broken by parse.y 1.18. Found by Mike at mgm51.com.

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

Move radius_attr_{,un}hide() to radius_subr.c.

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

Move radius_attr_{,un}hide() to radius_subr.c.

2 года назад
radiusd.8

Consistently use _rcctl enable foo_ in examples, it's simpler and less error prone than manually editing rc.conf.local, and also works to enable ipsec and accounting.

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

Fix typos in log.

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

Add a link to radiud_file(8)

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

Add "authentication-filter". Add new 2 imsg types so that authentication modules can request the next authentication and the next authentication can receive the result of the previous and modify the result.

2 года назад
radiusd_bsdauth.8

Use "module" for the modules. Add a link to radiusd_file(8) from radiusd_eap2mschap(8).

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

Add checks that the passed strings from the unprivileged process have one char at least to make sure they are terminated by a null char.

год назад
radiusd_eap2mschap.8

- sort SEE ALSO - radiusd_file(8) is section 8, not 5

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

Improve the log messages and white spaces.

2 года назад
radiusd_file.8

Use "module" for the modules. Add a link to radiusd_file(8) from radiusd_eap2mschap(8).

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

Handle radiusd and npppd, they are different but nothing stands out.

2 года назад
radiusd_ipcp.8

Use the value from RADIUS in preference.

год назад
radiusd_ipcp.c

Use the value from RADIUS in preference.

год назад
radiusd_ipcp.h

Keep the number of requests for a DAE server below 64 to avoid congestion.

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

Delete req_modified. Which is not used.

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

Handle radiusd and npppd, they are different but nothing stands out.

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

Add "authentication-filter". Add new 2 imsg types so that authentication modules can request the next authentication and the next authentication can receive the result of the previous and modify the result.

2 года назад
radiusd_radius.8

Use "module" for the modules. Add a link to radiusd_file(8) from radiusd_eap2mschap(8).

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

Free memory as much as possible. Also, fix a use-after-free when exiting.

2 года назад
radiusd_standard.8

Use "module" for the modules. Add a link to radiusd_file(8) from radiusd_eap2mschap(8).

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

Add support for RADIUS accounting.

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

snprintf/vsnprintf return < 0 on error, rather than -1.

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