summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/radius.c
Commit message (Expand)AuthorAgeFilesLines
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-13/+21
* Don't assume challenges and responses don't contain embedded '\0's.brian2001-04-011-4/+4
* MAXHOSTNAME includes space for a NULbrian2001-03-091-2/+2
* MAXPATHLEN -> PATH_MAXbrian2001-03-081-2/+2
* Don't send an authentication failure response if we fail sendingbrian2001-02-041-13/+26
* Allow ``set server closed'' to close the diagnostic socket.brian2001-01-261-6/+7
* Use rad_acct_open() instead of rad_auth_open().brian2000-10-151-1/+1
* Support radius accounting, and add a packet count to throughputbrian2000-08-281-2/+163
* Correct some typos introduced in the descriptor -> fdescriptor change.brian2000-03-141-4/+4
* Introduce LOCALNAT and LOCALRAD defines so that the sources can staybrian2000-03-141-1/+6
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibbrian2000-03-141-0/+2
* To avoid namespace polution in NetBSD:brian2000-03-141-8/+8
* Notice and warn about unterminated quoted strings in commands.brian1999-12-201-1/+4
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* When sending radius authentication requests:brian1999-09-031-1/+46
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+2
* int -> size_tbrian1999-04-211-2/+3
* Correct some ntohl/htonl bogons in the netmask handling.brian1999-03-031-2/+2
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-109/+244
* o Send a CHAP challenge of 16 random digits when RADIUS isbrian1999-01-291-3/+4
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-0/+287
OpenPOWER on IntegriCloud