Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-20 | rewrite of authentication/accounting procedures | Dmitry Kozlov | |
This patch gets rid of synchronuos style of authentication/accounting. Synchronous style of authentication/accounting produced sleeping threads which becomes a problem when lots of sessions started/stopped and all they want authorization/accounting. | |||
2014-09-13 | ppp: implement address/control and protocol field compression | Vladislav Grishenko | |
2014-09-13 | ppp: update channel MRU as pppd does | Vladislav Grishenko | |
2014-09-13 | ppp: improve LCP magic number negotiation | Vladislav Grishenko | |
2014-09-09 | ppp: fsm: do not reinitialize restart counter after Configure-Ack (fixes ↵ | Dmitry Kozlov | |
some infinite configure loops) | |||
2014-08-26 | ppp: make LCP magic number negotiation not mandatory | 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. | |||
2014-05-12 | triton: improved epoll events handling | Dmitry Kozlov | |
2014-03-19 | ppp: fixed magic endianness | Dmitry Kozlov | |
2013-07-24 | ppp: Use link local IPv6 prefix by default during IPv6CP | Guillaume Nault | |
When no ipdb backend can assign IPv6 addresses during IPv6CP negociation, generate an ipv6db item with an empty address list. This allows IPv6CP negociation to continue and assign a link-local IPv6 address, without the need for an IPv6 pool or special Radius configuration. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-07-24 | ipoe: add missing EV_SES_AUTHORIZED event firing | Dmitry Kozlov | |
2013-06-07 | ppp: handle LCP DiscardReq | Kozlov Dmitry | |
2013-01-25 | Proper logging of LCP Magic-Numbers | Aleksey Zhukov | |
2013-01-25 | Fix boolean options parsing in configuration file | Guillaume Nault | |
Explicitely interpret zero values when parsing boolean options. This allows to unset boolean parameters such as "verbose" when reloading the configuration. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-01-25 | session: read final interface statistics on termination | Kozlov Dmitry | |
2013-01-25 | Revert "session: read final interface statistics on termination" | Kozlov Dmitry | |
This reverts commit 3bff891eac97037c633be960b822c688e8629165. | |||
2013-01-25 | session: read final interface statistics on termination | Kozlov Dmitry | |
2013-01-25 | Revert "altered session finishing procedure" | Kozlov Dmitry | |
This reverts commit 9f4f36169f03857b6910402028717210270a0339. | |||
2013-01-24 | altered session finishing procedure | Kozlov Dmitry | |
2013-01-24 | backport 1.7 | Kozlov Dmitry | |
* l2tp: Fix allocation checking when adding octets AVP * cli, tcp: Fix non-NULL terminated string reception * Fix va_end() missing calls * chap-secrets: implemented encryption * auth_pap: make messages like other auth modules * cli: check xmit_buf is not null at enter to write function * pppoe: implemented regular expression support * chap-secrets: implemented encryption * ippool: fixed initialization order * optional shaper compiling * ppp: dns/wins code cleanup | |||
2013-01-24 | generalize single-session checking | Kozlov Dmitry | |
2013-01-24 | add missing files | Kozlov Dmitry | |
2013-01-24 | merge upstream | Kozlov Dmitry | |
2013-01-24 | move 'comp' field from struct ppp_t to struct ap_session | root | |
[BConflicts: accel-pppd/ctrl/openvpn/openvpn.c | |||
2012-09-05 | generalize interface statistics gathering | Kozlov Dmitry | |
2012-09-05 | Fix format string errors | Guillaume Nault | |
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-08-29 | fix various typos | Kozlov Dmitry | |
2012-08-29 | fix typo (successed -> succeeded) | Kozlov Dmitry | |
Conflicts: accel-pppd/ppp/ppp_auth.c | |||
2012-08-29 | add 'ppp' filed to CTRL to identify ppp sessions | Kozlov Dmitry | |
2012-08-03 | ppp: don't drop connection when mppe=prefer and user rejects ccp | Kozlov Dmitry | |
Conflicts: accel-pppd/ppp/ppp_ccp.c | |||
2012-08-03 | fixed complilation for 3.4 kernel | Kozlov Dmitry | |
2012-07-11 | Merge commit 1c11bdd4467dcd7a2266994eda344b546f962aaa | Kozlov Dmitry | |
2012-07-11 | Merge commit '8e46d2416a2e7ab563f6b3b1ff761799ccbcf0f4' | Kozlov Dmitry | |
2012-07-06 | ppp: drop compressor settings on session initiation | Kozlov Dmitry | |
2012-06-21 | ppp: fixed unexpected lcp timer start | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-06-19 | ppp: drop compressor settings on session termination | 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-06-04 | Revert "implemented delayed fd close (speeds up session termination process)" | Kozlov Dmitry | |
Low interface creation/deletion rate is kernel issue and should be fixed in 3.5. This reverts commit 9ae4a0151805229face3385e6c966de90c7fec29. | |||
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) | |||
2012-05-28 | implemented delayed fd close (speeds up session termination process) | Kozlov Dmitry | |
2012-05-14 | cli: add 'comp' field to 'show sessions' to indicate compression/encryption ↵ | Kozlov Dmitry | |
method | |||
2012-05-14 | pppd_compat: use EV_PPP_PRE_FINISHED event to start ip-down script (fixes ↵ | Kozlov Dmitry | |
unexpected radattr file removal) | |||
2012-05-02 | ppp: implemented adaptive lcp echo functionality | Kozlov Dmitry | |
2012-04-29 | ppp: initiat CCP if mppe=prefer | Kozlov Dmitry | |
2012-04-21 | implemented per CTRL mppe config | Kozlov Dmitry | |
2012-03-15 | Revert "ppp: move ip address release to proper place" | Kozlov Dmitry | |
This reverts commit d77729c3d6d4e646e0eb629a81faca90d61eea0c. | |||
2012-03-14 | ppp: move ip address release to proper place | Kozlov Dmitry | |
2012-03-11 | radius: add support for MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributes | Kozlov Dmitry | |