summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/radius.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.3.0_cvscvs2svn2001-04-211-1/+1
* MFC: Deal with RADIUS accounting failures gracefullyBrian Somers2001-02-221-19/+33
* MFC: Add MPPE, MSChapv2 and tcpmssfixupBrian Somers2000-12-181-2/+163
* MFC:Brian Somers2000-03-211-8/+15
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-1/+4
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3
* When sending radius authentication requests:Brian Somers1999-09-031-1/+46
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+2
* int -> size_tBrian Somers1999-04-211-2/+3
* Correct some ntohl/htonl bogons in the netmask handling.Brian Somers1999-03-031-2/+2
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-109/+244
* o Send a CHAP challenge of 16 random digits when RADIUS isBrian Somers1999-01-291-3/+4
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-0/+287