index
:
accel-ppp.git
1.10
1.11
1.12
1.13
1.7
1.9
master
patch
patch-1
revert-145-dkms
High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel-pppd
/
extra
/
pppd_compat.c
Age
Commit message (
Expand
)
Author
2022-11-01
Add PACKETS_SENT and PACKETS_RCVD to the pppd-compat environment.
Stephan Brunner
2022-11-01
Use 64-bit interface statistics rather than doing custom 32-bit overflow hand...
Stephan Brunner
2021-03-20
Fixed some errors found by valgrind and pvs-studio (#11)
[anp/hsw]
2019-05-15
pppd_compat: write human readable values of IPv6 address to radattr file
Dmitry Kozlov
2018-11-03
pppd_compat: fix handling of fork() failures
Guillaume Nault
2018-10-23
ipv6: fix IPv6 processing of sessions that only have only a link-local address
Guillaume Nault
2018-06-24
pppd_compat: fix indentation in ev_radius_coa()
Guillaume Nault
2018-06-24
pppd_compat: run scripts in the PPP device netns
Guillaume Nault
2018-06-24
pppd_compat: fix argv[0] when calling ip-pre-up
Guillaume Nault
2018-02-05
pppd_compat: call ip-down even if ip-up is not specified
Dmitry Kozlov
2018-01-13
ipv6: consolidate and fix interface-id address generation for non-/128
Vladislav Grishenko
2017-12-07
pppd_compat: mark session started if ip-up handler called
Dmitry Kozlov
2017-12-07
pppd_compat: fixed bug caused fork queue to stall
Dmitry Kozlov
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
2017-10-11
pppd_compat: various improvemments
Dmitry Kozlov
2016-11-12
pppd-compat: move computation of tx_bytes and rx_bytes
Guillaume Nault
2016-11-12
pppd-compat: check available memory before setting environment variables
Guillaume Nault
2016-05-31
accel-ppp Debian x32 fix minor -Wformat warnings
Marek Michalkiewicz
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
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
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 une...
Kozlov Dmitry
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 (def...
Kozlov Dmitry
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 proj...
Dmitry Kozlov
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