summaryrefslogtreecommitdiff
path: root/accel-pppd/auth/auth_mschap_v2.c
AgeCommit message (Expand)Author
2021-03-20Fixed some errors found by valgrind and pvs-studio (#11)[anp/hsw]
2020-09-06auth/chap-secrets/dhcpv4: fix big-endian arch supportVladislav Grishenko
2020-08-02ppp: lcp: auth: fix one-by-one oveflowVladislav Grishenko
2018-11-27auth: remove .recv_conf_req from struct ppp_auth_handler_tGuillaume Nault
2018-03-24auth: fix re-authentication of peer in all chap modulesGuillaume Nault
2018-03-24auth: avoid sending duplicate CHAP Failure messages in mschap-v1 and mschap-v2Guillaume Nault
2016-03-04ppp_auth: fixed possible use after freeDmitry Kozlov
2014-11-22remove trailing whitespacesDmitry Kozlov
2014-09-20rewrite of authentication/accounting proceduresDmitry Kozlov
2014-07-11auth: do not decrement id on retransmitDmitry Kozlov
2014-07-09ppp: auth: answer "Success" to retrasmitted messages if auth layer is already...Dmitry Kozlov
2014-06-17auth_mschap,radius: fixed improper passing MS-CHAP-Error, Reply-Message to au...Dmitry Kozlov
2013-07-05auth_chap: fixed incorrect check for received buffer sizeDmitry Kozlov
2012-09-05Fix format string errorsGuillaume Nault
2012-08-29fix typo (successed -> succeeded)Kozlov Dmitry
2012-06-19general preparation for IPoE integrationKozlov Dmitry
2012-05-28auth_mschap_v2: remove debugging codeKozlov Dmitry
2012-05-28auth_chap*: use previous challenge value in packet resend instead of generati...Kozlov Dmitry
2012-01-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-09-20auth: config reloadKozlov Dmitry
2011-09-03implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL (def...Kozlov Dmitry
2011-08-16ppp: improved CCP/IPCP handlingKozlov Dmitry
2011-07-22auth_mschap, radius: if radius replies with MS-CHAP-Error attribute send this...Kozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-04-20ppp: introduced new option 'single-session' to control single session per userKozlov Dmitry
2011-01-17memory usage optimizationDmitry Kozlov
2011-01-13auth: bugs fixesDmitry Kozlov
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov