cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c main.c
ppp.8.m4 radius.c
Brian Somers
brian at FreeBSD.org
Mon Nov 29 09:11:15 PST 2004
brian 2004-11-29 17:11:15 UTC
FreeBSD src repository
Modified files:
usr.sbin/ppp bundle.c bundle.h command.c main.c
ppp.8.m4 radius.c
Log:
Send NAS-IP-Address as well as NAS-Identifier
Add ``disable NAS-IP-Address'' and ``disable NAS-Identifier'' options to
support pre-rfc2865 RADIUS servers.
This pushes our enable/disable items over the 32 bit limit, so reoganise
things to allow a bunch more options.
Go to version 3.4.1 so that any compatability problems can be identified.
Revision Changes Path
1.136 +14 -7 src/usr.sbin/ppp/bundle.c
1.52 +29 -24 src/usr.sbin/ppp/bundle.h
1.303 +25 -13 src/usr.sbin/ppp/command.c
1.192 +1 -1 src/usr.sbin/ppp/main.c
1.314 +43 -0 src/usr.sbin/ppp/ppp.8.m4
1.51 +8 -12 src/usr.sbin/ppp/radius.c
More information about the cvs-all
mailing list