summaryrefslogtreecommitdiffstats
path: root/usr.sbin/radiusd/radiusd_module.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update authenticator and message authenticator always. Previous wasyasuoka2019-04-011-1/+1
| | | | | | to keep the original authenticators and modify them only if needed. But actually, there supposed to be no case such that the original authenticators can be used for the client. Original diff from IIJ.
* Drop the privilege from modules. "radiusd_radius" could simply runyasuoka2015-07-271-0/+1
| | | | | | without root. "radiusd_bsdauth" uses some functions which needs root. So separate its process into a privileged process and a non-privileged process.
* Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUSyasuoka2015-07-211-0/+73
server and radiusctl(8) is to control the server. radiusd(8) currently supports bsdauth and radius (upstream radius servers) as authentication backends. fixes from jsg blambert ok deraadt