Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-04 | ppp_auth: fixed possible use after free | Dmitry Kozlov | |
2015-12-25 | ppp_auth: fixed broken noauth mode | Dmitry Kozlov | |
2015-02-20 | ppp: create ppp units after authentication | François Cachereul | |
This avaid allocating a ppp unit when authentication failed Split establish_ppp in two functions estabish_ppp and connect_ppp_channel. The fist one connect the channel on an instance of /dev/ppp, allocate channel resources and start first ppp layer. The second functions create ppp unit and connect the channel to this unit. It is called after authentication. destablish_ppp is also split in two function for symmetry and ppp_terminate is adapted to handle the case when the unit is not created. Signed-off-by: François Cachereul <f.cachereul@alphalink.fr> | |||
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-07-17 | improved 'single session' mechanism | Dmitry Kozlov | |
2014-05-18 | improved single-session=replace handling | Dmitry Kozlov | |
Wait for previous session completely terminated before continuing authorization new session. | |||
2013-07-24 | ipoe: add missing EV_SES_AUTHORIZED event firing | Dmitry Kozlov | |
2013-01-24 | generalize single-session checking | Kozlov Dmitry | |
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 | |
2012-06-05 | ppp: implemented unit cache | Kozlov Dmitry | |
If enabled accel-pppd will not destroy interface immediately after corresponding session is terminated, instead interface will be brought down and placed to cache for later use for new sessions. It should reduce kernel interface creation/deletion rate lack and increase responsibility of daemon | |||
2012-05-31 | ppp: if signle-session=replace down first session's interface before second ↵ | Kozlov Dmitry | |
comes up (should fix unexpected ospf routes deletion) | |||
2011-12-09 | ppp: don't accept lcp ConfReq and similar packets after lcp was started | Kozlov Dmitry | |
2011-09-20 | auth: implemented noauth option | Kozlov Dmitry | |
2011-09-08 | ppp: check if session is in terminating phase before marking auth layer started | Kozlov Dmitry | |
2011-09-02 | ppp: drop route of previous session before bringing up new if ↵ | Kozlov Dmitry | |
single-session=replace (make ospf happy) | |||
2011-08-24 | ppp: reworked layer startup procedure | Kozlov Dmitry | |
ppp: make IPCP and IPV6CP optional depends on configuration | |||
2011-07-16 | ppp: cleanup delayed works on termination | Dmitry Kozlov | |
2011-06-02 | ppp: if single-session=replace check for all session to match | Kozlov Dmitry | |
2011-06-02 | ppp: make auth layer started after authentication acknowledge packet sent | Kozlov Dmitry | |
2011-05-30 | rewrited initialization procedure (fix gcc-4.6 builds) | Kozlov Dmitry | |
2011-04-29 | ppp,log_file: create per-user log file even if client was not successfuly ↵ | Kozlov Dmitry | |
authorized | |||
2011-04-29 | ppp: write authentication failed message to general log too | Kozlov Dmitry | |
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 | |