summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/radius.h
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a new option for ppp.conf: rad_port_id. It allows toRoman Bogorodskiy2007-05-251-0/+6
* Add a radius_Flush() function that waits for the response (or timeout) toBrian Somers2005-01-271-0/+1
* Support a ``set rad_alive N'' command to enable periodic RADIUS accountingBrian Somers2004-07-171-0/+8
* name union.Hajimu UMEMOTO2003-06-281-1/+1
* IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You mayHajimu UMEMOTO2003-06-201-0/+1
* Do RADIUS accounting on IPV6CP.Hajimu UMEMOTO2003-06-191-4/+18
* Oops, I put unused variable in my previous commit.Hajimu UMEMOTO2003-06-191-1/+0
* Install routes specified by Framed-IPv6-Route. Since the formatHajimu UMEMOTO2003-06-191-0/+4
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codeBrian Somers2002-06-171-1/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-1/+1
* Understand the following Microsoft Vendor Specific RADIUS attributes:Brian Somers2002-06-121-0/+14
* Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sBrian Somers2002-05-161-3/+4
* Add support for MS-CHAP authentication via a RADIUS server.Brian Somers2002-05-101-0/+2
* Understand the Session-Timeout RADIUS attributeBrian Somers2002-05-071-0/+2
* Get tun P2P address from the local pool if RADIUS server returnedTatsumi Hosokawa2002-04-041-0/+3
* Don't assume challenges and responses don't contain embedded '\0's.Brian Somers2001-04-011-1/+2
* MAXPATHLEN -> PATH_MAXBrian Somers2001-03-081-1/+1
* Support radius accounting, and add a packet count to throughputBrian Somers2000-08-281-0/+19
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-3/+13
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-0/+48