CVSROOT:        /cvs
Module name:    src
Changes by:     yasu...@cvs.openbsd.org 2023/09/07 23:56:22

Modified files:
        usr.sbin/radiusd: Makefile parse.y radiusd.c radiusd.conf.5 
                          radiusd.h radiusd_local.h radiusd_module.c 
                          radiusd_module.h 
Added files:
        usr.sbin/radiusd: radiusd_standard.c 
        usr.sbin/radiusd/radiusd_standard: Makefile 

Log message:
Add request or response decoration feature which is used through the
radiusd module interface.  This makes additional modules can modify
RADIUS request or response messages.  Also add new "radius_standard"
module which uses this new feature, provides some generic features
like "strip-atmark-realm" which removes the realm part from the
User-Name attribute.  from IIJ.

Reply via email to