summaryrefslogtreecommitdiff
path: root/pppd/plugins/radius/radius.c
Commit message (Expand)AuthorAgeFilesLines
* Additional fixes for broken buildEivind Næss2023-03-171-1/+1
* Fix several issues uncovered by Coverity (#397)Eivind Næss2023-03-171-1/+2
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-66/+80
* Merge pull request #378 from jkroonza/radius-admin-resetPaul Mackerras2022-12-311-1/+4
|\
| * radius: distinguish between User-Request and Admin-Reset.Jaco Kroon2022-12-161-1/+4
* | Reduce the clutter by defining the MD4/MD5/SHA digest lengths in one place. A...Eivind Næss2022-08-151-54/+144
|/
* Removing option to configure PPP_WITH_MAXOCTETS, helps clean up the code and ...Eivind Næss2022-07-151-4/+0
* Cleanup in pppd/pppd.h, eliminate unecessary headersEivind Næss2022-07-151-0/+1
* Fix include paths for plugins to use the public API of pppdEivind Næss2022-07-151-17/+15
* Changing MAXOCTETS to PPP_WITH_MAXOCTETSEivind Næss2022-07-151-2/+2
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-14/+14
* Expand byte count statistics to 64 bits (#298)Jaco Kroon2022-01-131-4/+24
* Fixing CLang [-Wcomment] warning for using /* inside of a /* comment.Eivind Næss2021-09-231-1/+1
* Fixing CLang [-Wpointer-sign] warning in radius.cEivind Næss2021-09-231-4/+4
* radius: interim and stop frames should not depend on successful start. (#299)Jaco Kroon2021-07-301-16/+5
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+4
* pppd: Expose the MPPE keys generated through an API (#267)Eivind Næss2021-04-241-6/+8
* plugins/radius: Add support for the Framed-MTU Radius attribute (#192)Samuel Thibault2020-12-311-0/+3
* Various fixes for errors found by coverity static analysis (#109)Jaroslav Škarvada2019-05-061-1/+1
* radius.c: Include CLASS attribute in radius_acct_interim and radius_acct_stopHauras Wigelstukas Alex2018-06-231-0/+8
* radius: Handle additional attributesVadim Zotov2013-06-101-3/+47
* Fix bug causing duplicate radius interim accounting messages (PR #1661)Paul Mackerras2008-05-261-1/+4
* This fixes the RADIUS accounting termination cause whenPaul Mackerras2006-05-221-1/+5
* Return the message from the radius server to the peer.Paul Mackerras2005-07-101-1/+3
* Get rid of the MS_ChapResponse and MS_Chap2Response structures.Paul Mackerras2004-11-151-15/+6
* Use the ipparam value as the PW_CALLING_STATION_ID valuePaul Mackerras2004-11-141-6/+11
* Simplified and cleaned up the radiusclient implementation, andPaul Mackerras2004-11-141-18/+20
* Remove compile warning resulting from chap_verify_hook prototype change.Paul Mackerras2004-10-281-3/+3
* add support of Port-Type=SyncAlexandr D. Kanevskiy2004-04-121-2/+2
* add support of Port-Type=SyncAlexandr D. Kanevskiy2004-04-121-3/+3
* Describe avpair in pppd-radius.8Alexandr D. Kanevskiy2004-03-261-6/+58
* Fix off-by-one error in radius MS-CHAPv2 verification.Paul Mackerras2004-01-111-2/+2
* Update this for the new CHAP code. Untested.Paul Mackerras2003-11-251-54/+73
* Add support for RADIUS MPPE policy and enctype attributes.Frank Cusack2002-12-241-5/+30
* Ensure that MPPE keys are available when using a plugin.Frank Cusack2002-12-231-1/+3
* add rc_avpair_copy() and use it when sending user-specified av's. ThisFrank Cusack2002-11-131-6/+6
* Add PW_CALLING_STATION_ID for CHAP auth also.Frank Cusack2002-10-011-1/+5
* Add option 'avpair' to send arbitrary RADIUS attributes to the server.Frank Cusack2002-10-011-1/+60
* Add support for radius Class attribute. Possibly broken if chap is set toFrank Cusack2002-09-121-1/+21
* foggotten ? fixAlexandr D. Kanevskiy2002-09-011-2/+2
* Added support for Acct-Interim-Interval attribute. We can now askDavid F. Skoll2002-07-251-3/+22
* Started adding support for interim RADIUS accounting updates.David F. Skoll2002-07-241-1/+93
* make Octets-Direction flag accept value=4.Alexandr D. Kanevskiy2002-07-151-2/+2
* Experemental per session traffic limiting.Alexandr D. Kanevskiy2002-07-131-2/+11
* Added RADIUS support for MPPE (patch from Frank Cusack)David F. Skoll2002-04-021-58/+241
* First large MPPE patch from Frank Cusack.David F. Skoll2002-04-021-1/+1
* Handle RADIUS Session-Timeout attribute.David F. Skoll2002-03-121-1/+5
* Patch from Frank Cusack to add support for MSCHAPv2.David F. Skoll2002-03-051-47/+86
* Patch from Frank Cusack to make RADIUS plugin support MS-CHAP authentication.David F. Skoll2002-03-041-16/+51
* Check for vendor code before trying to interpret RADIUS attributes.David F. Skoll2002-03-011-37/+38