summaryrefslogtreecommitdiff
path: root/accel-pppd/extra/pppd_compat.c
AgeCommit message (Expand)Author
2022-11-01Add PACKETS_SENT and PACKETS_RCVD to the pppd-compat environment.Stephan Brunner
2022-11-01Use 64-bit interface statistics rather than doing custom 32-bit overflow hand...Stephan Brunner
2021-03-20Fixed some errors found by valgrind and pvs-studio (#11)[anp/hsw]
2019-05-15pppd_compat: write human readable values of IPv6 address to radattr fileDmitry Kozlov
2018-11-03pppd_compat: fix handling of fork() failuresGuillaume Nault
2018-10-23ipv6: fix IPv6 processing of sessions that only have only a link-local addressGuillaume Nault
2018-06-24pppd_compat: fix indentation in ev_radius_coa()Guillaume Nault
2018-06-24pppd_compat: run scripts in the PPP device netnsGuillaume Nault
2018-06-24pppd_compat: fix argv[0] when calling ip-pre-upGuillaume Nault
2018-02-05pppd_compat: call ip-down even if ip-up is not specifiedDmitry Kozlov
2018-01-13ipv6: consolidate and fix interface-id address generation for non-/128Vladislav Grishenko
2017-12-07pppd_compat: mark session started if ip-up handler calledDmitry Kozlov
2017-12-07pppd_compat: fixed bug caused fork queue to stallDmitry Kozlov
2017-12-05ipv6: nd: fix interface id addresses generation for prefixes > /64Vladislav Grishenko
2017-10-16pppd_compat: do not call ip-down if session was not startedDmitry Kozlov
2017-10-12pppd-compat: implemented fork-limitDmitry Kozlov
2017-10-11pppd_compat: various improvemmentsDmitry Kozlov
2016-11-12pppd-compat: move computation of tx_bytes and rx_bytesGuillaume Nault
2016-11-12pppd-compat: check available memory before setting environment variablesGuillaume Nault
2016-05-31accel-ppp Debian x32 fix minor -Wformat warningsMarek Michalkiewicz
2016-03-19pppd_compat: check for script existance before forkDmitry Kozlov
2015-12-25pppd_compat: change mode of radattr files to 0644Dmitry Kozlov
2015-11-30pppd_compat: fixed usage of mkstamp (fixed file descriptor leak)Dmitry Kozlov
2015-11-20replace mktemp with mkstempDmitry Kozlov
2014-11-22remove trailing whitespacesDmitry Kozlov
2014-11-05pppd_compat: pass IPV6_PREFIX and IPV6_DELEGATED_PREFIX to ip-up/ip-down scriptsDmitry Kozlov
2014-06-03make IPv4 address to string conversions endian friendlyDmitry Kozlov
2014-04-14pppd compat: don't try to rename radattr files if RADIUS isn't usedGuillaume Nault
2013-04-22pppd_compat: create radattr file in SES_PRE_UPDmitry Kozlov
2013-01-25pppd_compat: fix coa handler's env sizeDmitry Kozlov
2013-01-25Revert "altered session finishing procedure"Kozlov Dmitry
2013-01-24altered session finishing procedureKozlov Dmitry
2013-01-24pppd_compat: pass calling_station_id and called_station_id via envDmitry Kozlov
2012-09-05generalize interface statistics gatheringKozlov Dmitry
2012-08-03fixed complilation for 3.4 kernelKozlov Dmitry
2012-06-22initial ipoe implementationKozlov Dmitry
2012-06-19general preparation for IPoE integrationKozlov Dmitry
2012-05-14pppd_compat: use EV_PPP_PRE_FINISHED event to start ip-down script (fixes une...Kozlov Dmitry
2012-03-22pppd_compat: fix ip-pre-up script result handlingKozlov Dmitry
2012-03-15pppd_compat: fix ip-down segfaultKozlov Dmitry
2011-12-09pppd_compat: fix potential race conditionKozlov Dmitry
2011-09-03implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL (def...Kozlov Dmitry
2011-08-29fix incorrect ppp_terminate callsKozlov Dmitry
2011-08-23ppp: ipv6: multiple prefixes, route option, rdnss option implementationKozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-01-26dynamicaly check if radius module loaded (so not more require to rebuild proj...Dmitry Kozlov
2011-01-26pppd_compat: unblock signals before executing scripts (fixes scripts hangs)Dmitry Kozlov
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov