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
/
radiusd
/
at
jcs
7 folders
36 files
radiusd
minor repairs
2 years ago
radiusd_bsdauth
minor cleanups, especially DPADD
2 years ago
radiusd_eap2mschap
minor repairs
2 years ago
radiusd_file
Add radiusd_file(5) and link it from radiusd.conf(5).
2 years ago
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 years ago
radiusd_radius
minor cleanups, especially DPADD
2 years ago
radiusd_standard
minor repairs
2 years ago
Makefile
Add new radiusd_eap2mschap module. It provides conversions from EAP to MSCHAPv2.
2 years ago
Makefile.inc
Add new radiusd_eap2mschap module. It provides conversions from EAP to MSCHAPv2.
2 years ago
chap_ms.c
Add radiusd_file(8) module. It provides authencation by a local file.
2 years ago
chap_ms.h
Add radiusd_file(8) module. It provides authencation by a local file.
2 years ago
control.c
Handle radiusd and npppd, they are different but nothing stands out.
1 year ago
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 years ago
eap2mschap_local.h
__STDC_VERSION__ not __STDC_VERSION; ok miod@
2 years ago
imsg_subr.c
Use imsgbuf_queuelen() instead of accessing the w.queue member.
1 year ago
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
4 years ago
log.c
Save errno before doing other things. Also add __deade for fatal() and fatalx().
7 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
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 years ago
radius_subr.c
Move radius_attr_{,un}hide() to radius_subr.c.
2 years ago
radius_subr.h
Move radius_attr_{,un}hide() to radius_subr.c.
2 years ago
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.
6 years ago
radiusd.c
Fix typos in log.
1 year ago
radiusd.conf.5
Add a link to radiud_file(8)
2 years ago
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 years ago
radiusd_bsdauth.8
Use "module" for the modules. Add a link to radiusd_file(8) from radiusd_eap2mschap(8).
2 years ago
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.
11 months ago
radiusd_eap2mschap.8
- sort SEE ALSO - radiusd_file(8) is section 8, not 5
2 years ago
radiusd_eap2mschap.c
Improve the log messages and white spaces.
2 years ago
radiusd_file.8
Use "module" for the modules. Add a link to radiusd_file(8) from radiusd_eap2mschap(8).
2 years ago
radiusd_file.c
Handle radiusd and npppd, they are different but nothing stands out.
1 year ago
radiusd_ipcp.8
Use the value from RADIUS in preference.
9 months ago
radiusd_ipcp.c
Don't pass NULL to %s. Make clear that tun_type can be NULL and take care of that when converting it to a string.
9 months ago
radiusd_ipcp.h
Keep the number of requests for a DAE server below 64 to avoid congestion.
2 years ago
radiusd_local.h
Delete req_modified. Which is not used.
2 years ago
radiusd_module.c
Handle radiusd and npppd, they are different but nothing stands out.
1 year ago
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 years ago
radiusd_radius.8
Use "module" for the modules. Add a link to radiusd_file(8) from radiusd_eap2mschap(8).
2 years ago
radiusd_radius.c
The default max_tries value must be 3 as of the man page.
7 months ago
radiusd_standard.8
Use "module" for the modules. Add a link to radiusd_file(8) from radiusd_eap2mschap(8).
2 years ago
radiusd_standard.c
Add support for RADIUS accounting.
2 years ago
util.c
snprintf/vsnprintf return < 0 on error, rather than -1.
6 years ago
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
4 years ago