Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-05 | ipv6: nd: fix interface id addresses generation for prefixes > /64 | Vladislav Grishenko | |
2017-10-16 | pppd_compat: do not call ip-down if session was not started | Dmitry Kozlov | |
2017-10-12 | pppd-compat: implemented fork-limit | Dmitry Kozlov | |
[ppppd-compat] fork-limit=N Specifies number of simultaneously running background processes. | |||
2017-10-11 | pppd_compat: various improvemments | Dmitry Kozlov | |
implemented coinfig reload changed default value of ip-xxx scripts to be NULL (disabled) | |||
2016-11-12 | pppd-compat: move computation of tx_bytes and rx_bytes | Guillaume Nault | |
tx_bytes and rx_bytes are only used in the ->stop_time branch, so let's compute them here rather than at the top of the function. Also, let's replace '4294967296llu' by 'UINT32_MAX + 1', to make it clear that a gigaword equals 2^32 bytes and is used to keep track of how many times the 32 bits tx and rx counters have overflowed. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2016-11-12 | pppd-compat: check available memory before setting environment variables | Guillaume Nault | |
Use snprintf() to ensure fill_env() isn't going to overflow 'mem'. Environment variables are either completely set or not defined at all (but are never truncated). For the ipv6 and ipv6_dp cases, the environment variable is now fully generated with a single format string for simplicity. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2016-05-31 | accel-ppp Debian x32 fix minor -Wformat warnings | Marek Michalkiewicz | |
Hello, small patch to avoid gcc -Wformat warnings on Debian x32 where time_t is "long long" (64-bit signed, to be 2038 safe), not "unsigned long" (32-bit unsigned) corresponding to "%lu" format strings. Regards, Marek | |||
2016-03-19 | pppd_compat: check for script existance before fork | Dmitry Kozlov | |
2015-12-25 | pppd_compat: change mode of radattr files to 0644 | Dmitry Kozlov | |
2015-11-30 | pppd_compat: fixed usage of mkstamp (fixed file descriptor leak) | Dmitry Kozlov | |
2015-11-20 | replace mktemp with mkstemp | Dmitry Kozlov | |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-11-05 | pppd_compat: pass IPV6_PREFIX and IPV6_DELEGATED_PREFIX to ip-up/ip-down scripts | Dmitry Kozlov | |
2014-06-03 | make IPv4 address to string conversions endian friendly | Dmitry Kozlov | |
2014-04-14 | pppd compat: don't try to rename radattr files if RADIUS isn't used | Guillaume Nault | |
If accel-ppp is compiled with RADIUS support, but run without using it, then pd->tmp_fname is NULL. This patch verifies that pd->tmp_fname is valid before renaming the radattr file. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-04-22 | pppd_compat: create radattr file in SES_PRE_UP | Dmitry Kozlov | |
2013-01-25 | pppd_compat: fix coa handler's env size | Dmitry Kozlov | |
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 | pppd_compat: pass calling_station_id and called_station_id via env | Dmitry Kozlov | |
2012-09-05 | generalize interface statistics gathering | Kozlov Dmitry | |
2012-08-03 | fixed complilation for 3.4 kernel | Kozlov Dmitry | |
2012-06-22 | initial ipoe implementation | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-05-14 | pppd_compat: use EV_PPP_PRE_FINISHED event to start ip-down script (fixes ↵ | Kozlov Dmitry | |
unexpected radattr file removal) | |||
2012-03-22 | pppd_compat: fix ip-pre-up script result handling | Kozlov Dmitry | |
2012-03-15 | pppd_compat: fix ip-down segfault | Kozlov Dmitry | |
2011-12-09 | pppd_compat: fix potential race condition | Kozlov Dmitry | |
2011-09-03 | implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL ↵ | Kozlov Dmitry | |
(default OPENSSL) | |||
2011-08-29 | fix incorrect ppp_terminate calls | Kozlov Dmitry | |
2011-08-23 | ppp: ipv6: multiple prefixes, route option, rdnss option implementation | Kozlov Dmitry | |
2011-05-30 | rewrited initialization procedure (fix gcc-4.6 builds) | Kozlov Dmitry | |
2011-01-26 | dynamicaly check if radius module loaded (so not more require to rebuild ↵ | Dmitry Kozlov | |
project without RADIUS to switch to chap-secrets) | |||
2011-01-26 | pppd_compat: unblock signals before executing scripts (fixes scripts hangs) | Dmitry Kozlov | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |