CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/21 22:23:17
Modified files:
usr.sbin/npppd/npppd: npppd.c npppd.conf.5 npppd.h npppd_auth.c
npppd_auth.h npppd_auth_local.h parse.y
Log message:
Fixed a bug in npppd_auth_get_user() which caused segmentation faults after
a user authentication is succeeded in case the authentication config option
has `username-suffix' and 'strip-atmark-realm' is yes. Delete
`username-prefix' from authentication setting. This config option was
mis-leading and useless.