]> git.ozlabs.org Git - ppp.git/history - pppd/plugins/radius/radius.c
Makefile.am: Add explicit openssl directory to pppd include path
[ppp.git] / pppd / plugins / radius / radius.c
2023-12-21 Jaco Kroonradius: Fix MPPE key decryption for the second-half...
2023-03-17 Paul MackerrasMerge pull request #409 from enaess/conf-fixes
2023-03-17 Eivind NæssAdditional fixes for broken build
2023-03-16 Eivind NæssFix several issues uncovered by Coverity (#397)
2023-01-21 Eivind NæssHeader file reorganization and cleaning up the public...
2022-12-31 Paul MackerrasMerge pull request #378 from jkroonza/radius-admin...
2022-12-16 Jaco Kroonradius: distinguish between User-Request and Admin...
2022-09-09 Paul MackerrasMerge pull request #366 from pali/rtnetlink-register
2022-09-09 Paul MackerrasMerge pull request #365 from enaess/ppp-options
2022-09-09 Paul MackerrasMerge pull request #362 from enaess/ppp-crypto
2022-08-16 Eivind NæssReduce the clutter by defining the MD4/MD5/SHA digest...
2022-08-05 Paul MackerrasMerge pull request #354 from pali/register-with-name
2022-07-25 Paul MackerrasMerge pull request #349 from enaess/ppp-autotools
2022-07-15 Eivind NæssRemoving option to configure PPP_WITH_MAXOCTETS, helps...
2022-07-15 Eivind NæssCleanup in pppd/pppd.h, eliminate unecessary headers
2022-07-15 Eivind NæssFix include paths for plugins to use the public API...
2022-07-15 Eivind NæssChanging MAXOCTETS to PPP_WITH_MAXOCTETS
2022-07-15 Eivind NæssChanging defines for CHAPMS, MSLANMAN, MPPE to prefix...
2022-01-13 Jaco KroonExpand byte count statistics to 64 bits (#298)
2021-11-26 Paul MackerrasMerge branch 'pppoe-discovery' of https://github.com...
2021-10-16 Paul MackerrasMerge pull request #297 from mjeveritt/patch-11-test-pr
2021-10-16 Paul MackerrasMerge pull request #307 from enaess/ppp-peap
2021-10-16 Paul MackerrasMerge pull request #313 from Chocobo1/install
2021-09-27 Paul MackerrasMerge branch 'fix-compiler-warnings-2' of https://githu...
2021-09-23 Eivind NæssFixing CLang [-Wcomment] warning for using /* inside...
2021-09-23 Eivind NæssFixing CLang [-Wpointer-sign] warning in radius.c
2021-07-30 Paul MackerrasMerge pull request #303 from enaess/fix-md4
2021-07-30 Jaco Kroonradius: interim and stop frames should not depend on...
2021-07-24 Paul MackerrasMerge pull request #296 from enaess/ppp-autotools
2021-07-20 Eivind NæssUse autoconf/automake to configure and make ppp
2021-04-24 Eivind Næsspppd: Expose the MPPE keys generated through an API...
2020-12-31 Samuel Thibaultplugins/radius: Add support for the Framed-MTU Radius...
2020-12-31 Paul MackerrasMerge pull request #103 from Low-power/solaris-mtu-fix
2020-12-30 Paul MackerrasMerge pull request #101 from vyos/if-renaming-clean
2020-12-29 Paul MackerrasMerge branch 'chap-timeout' of https://github.com/nomis/ppp
2019-05-05 Jaroslav ŠkarvadaVarious fixes for errors found by coverity static analy...
2018-06-23 Paul MackerrasMerge branch 'pppd_print_changes' of https://github...
2018-06-23 Paul MackerrasMerge branch 'pppoe-discovery-cleanup' of https://githu...
2018-06-23 Hauras Wigelstukas... radius.c: Include CLASS attribute in radius_acct_interi...
2013-06-10 Vadim Zotovradius: Handle additional attributes
2008-05-26 Paul MackerrasFix bug causing duplicate radius interim accounting...
2006-05-22 Paul MackerrasThis fixes the RADIUS accounting termination cause...
2005-07-10 Paul MackerrasReturn the message from the radius server to the peer.
2004-11-15 Paul MackerrasGet rid of the MS_ChapResponse and MS_Chap2Response...
2004-11-14 Paul MackerrasUse the ipparam value as the PW_CALLING_STATION_ID...
2004-11-14 Paul MackerrasSimplified and cleaned up the radiusclient implementati...
2004-10-28 Paul MackerrasRemove compile warning resulting from chap_verify_hook...
2004-04-12 Alexandr D. Kanevskiyadd support of Port-Type=Sync
2004-04-12 Alexandr D. Kanevskiyadd support of Port-Type=Sync
2004-03-26 Alexandr D. KanevskiyDescribe avpair in pppd-radius.8
2004-01-11 Paul MackerrasFix off-by-one error in radius MS-CHAPv2 verification.
2003-11-25 Paul MackerrasUpdate this for the new CHAP code. Untested.
2002-12-24 Frank CusackAdd support for RADIUS MPPE policy and enctype attributes.
2002-12-23 Frank CusackEnsure that MPPE keys are available when using a plugin.
2002-11-13 Frank Cusackadd rc_avpair_copy() and use it when sending user-speci...
2002-10-01 Frank CusackAdd PW_CALLING_STATION_ID for CHAP auth also.
2002-10-01 Frank CusackAdd option 'avpair' to send arbitrary RADIUS attributes...
2002-09-12 Frank CusackAdd support for radius Class attribute. Possibly broke...
2002-09-01 Alexandr D. Kanevskiyfoggotten ? fix
2002-07-25 David F. SkollAdded support for Acct-Interim-Interval attribute....
2002-07-24 David F. SkollStarted adding support for interim RADIUS accounting...
2002-07-15 Alexandr D. Kanevskiymake Octets-Direction flag accept value=4.
2002-07-13 Alexandr D. KanevskiyExperemental per session traffic limiting.
2002-04-02 David F. SkollAdded RADIUS support for MPPE (patch from Frank Cusack)
2002-04-02 David F. SkollFirst large MPPE patch from Frank Cusack.
2002-03-12 David F. SkollHandle RADIUS Session-Timeout attribute.
2002-03-05 David F. SkollPatch from Frank Cusack to add support for MSCHAPv2.
2002-03-04 David F. SkollPatch from Frank Cusack to make RADIUS plugin support...
2002-03-01 David F. SkollCheck for vendor code before trying to interpret RADIUS...
2002-03-01 David F. SkollLarge patch from Frank Cusack <fcusack@fcusack.com...
2002-02-08 David F. SkollAdded radius_pre_auth_hook to let additional plugins...
2002-01-22 David F. SkollAdded RADIUS suppport.