summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/radius.c
Commit message (Expand)AuthorAgeFilesLines
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* Back out the previous revisionbrian2002-07-041-12/+3
* If we've given a domain name prefix as the authentication name, stripbrian2002-07-031-3/+12
* Complain about (and fix) misformatted RADIUS attributes rather than silentlybrian2002-06-281-2/+6
* Add a hack to handle RADIUS responses from peers that forget thatbrian2002-06-231-4/+20
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian2002-06-171-12/+8
* Remove whitespace at the end of lines.brian2002-06-151-8/+8
* Remove a forgotten diagnosticbrian2002-06-151-1/+0
* Don't forget to process the Ident field on the front ofbrian2002-06-121-14/+25
* Understand the following Microsoft Vendor Specific RADIUS attributes:brian2002-06-121-3/+158
* Cast pid_t to long for printf()ingbrian2002-06-061-2/+2
* Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER isbrian2002-06-021-0/+8
* Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sbrian2002-05-161-24/+79
* o Clean up some #includesbrian2002-05-141-43/+49
* Add support for MS-CHAP authentication via a RADIUS server.brian2002-05-101-34/+160
* Understand the Session-Timeout RADIUS attributebrian2002-05-071-2/+19
* 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