summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp/ppp_auth.c
AgeCommit message (Expand)Author
2021-03-20Fixed some errors found by valgrind and pvs-studio (#11)[anp/hsw]
2020-08-02ppp: lcp: auth: fix one-by-one oveflowVladislav Grishenko
2020-06-29sstp: fix compound mac validation with broken clientsVladislav Grishenko
2018-11-27lcp: reject Authentication-Protocol option in Configure-Request packetsGuillaume Nault
2018-04-03ppp: move call connect_ppp_channel to appropriate place (when noauth=1)Dmitry Kozlov
2018-03-03ppp: fix use-after-free in ppp_auth_failed()Guillaume Nault
2017-12-28ipoe: check noauth option in [auth] section tooDmitry Kozlov
2016-03-04ppp_auth: fixed possible use after freeDmitry Kozlov
2015-12-25ppp_auth: fixed broken noauth modeDmitry Kozlov
2015-02-20ppp: create ppp units after authenticationFrançois Cachereul
2014-11-22remove trailing whitespacesDmitry Kozlov
2014-07-17improved 'single session' mechanismDmitry Kozlov
2014-05-18improved single-session=replace handlingDmitry Kozlov
2013-07-24ipoe: add missing EV_SES_AUTHORIZED event firingDmitry Kozlov
2013-01-24generalize single-session checkingKozlov Dmitry
2012-08-29fix typo (successed -> succeeded)Kozlov Dmitry
2012-06-19general preparation for IPoE integrationKozlov Dmitry
2012-06-05ppp: implemented unit cacheKozlov Dmitry
2012-05-31ppp: if signle-session=replace down first session's interface before second c...Kozlov Dmitry
2011-12-09ppp: don't accept lcp ConfReq and similar packets after lcp was startedKozlov Dmitry
2011-09-20auth: implemented noauth optionKozlov Dmitry
2011-09-08ppp: check if session is in terminating phase before marking auth layer startedKozlov Dmitry
2011-09-02ppp: drop route of previous session before bringing up new if single-session=...Kozlov Dmitry
2011-08-24ppp: reworked layer startup procedureKozlov Dmitry
2011-07-16ppp: cleanup delayed works on terminationDmitry Kozlov
2011-06-02ppp: if single-session=replace check for all session to matchKozlov Dmitry
2011-06-02ppp: make auth layer started after authentication acknowledge packet sentKozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-04-29ppp,log_file: create per-user log file even if client was not successfuly aut...Kozlov Dmitry
2011-04-29ppp: write authentication failed message to general log tooKozlov Dmitry
2011-04-20ppp: introduced new option 'single-session' to control single session per userKozlov Dmitry
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov