Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-02 | ppp: lcp: auth: fix one-by-one oveflow | Vladislav Grishenko | |
lcp auth doesn't take into account auth extra bytes for lcp request buffer allocation for chap/mschap/mschapv2 protocols, so last byte corrupts memory with undefined behavior incl. crash. | |||
2018-11-27 | auth: remove .recv_conf_req from struct ppp_auth_handler_t | Guillaume Nault | |
This callback isn't used anymore. Let's remove it from all authentication backends. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2018-10-26 | ppp: make ppp_auth.h self-contained | Guillaume Nault | |
We need to include <stdint.h> to define 'uint8_t' and "ppp.h" for 'struct ppp_t'. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2012-08-29 | fix typo (successed -> succeeded) | Kozlov Dmitry | |
Conflicts: accel-pppd/ppp/ppp_auth.c | |||
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2011-04-29 | ppp,log_file: create per-user log file even if client was not successfuly ↵ | Kozlov Dmitry | |
authorized | |||
2011-04-20 | ppp: introduced new option 'single-session' to control single session per user | Kozlov Dmitry | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |