summaryrefslogtreecommitdiff
path: root/accel-pppd/extra
AgeCommit message (Expand)Author
2016-04-13logwtmp: check for username presenceDmitry Kozlov
2016-03-19pppd_compat: check for script existance before forkDmitry Kozlov
2015-12-25pppd_compat: change mode of radattr files to 0644Dmitry Kozlov
2015-12-02net-snmp: export interface counters in the sessionTableDmitry Kozlov
2015-11-30pppd_compat: fixed usage of mkstamp (fixed file descriptor leak)Dmitry Kozlov
2015-11-20replace mktemp with mkstempDmitry Kozlov
2015-11-17ippool: properly handle Cisco-AVPairDmitry 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-10-03get rid of time(), use clock_gettime(CLOCK_MONOTONIC) insteadDmitry Kozlov
2014-09-20rewrite of authentication/accounting proceduresDmitry Kozlov
2014-07-18ipv6: add support for prefixes greater than 64Dmitry Kozlov
2014-06-03get out of SPINLOCK_INITIALIZER as it is not cross-platform compatibleDmitry Kozlov
2014-06-03make IPv4 address to string conversions endian friendlyDmitry Kozlov
2014-05-12ippool: introduced shuffle optionDmitry Kozlov
2014-04-30net-snmp: add missing memdebug.h includeDmitry Kozlov
2014-04-30net-snmp: fiexed improper handling of empty username when requesting session ...Dmitry Kozlov
2014-04-29net-snmp: unshare file descriptors namespaceGuillaume Nault
2014-04-29Revert "net-snmp: run snmp in "special" thread"Guillaume Nault
2014-04-14Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-04-14pppd compat: don't try to rename radattr files if RADIUS isn't usedGuillaume Nault
2014-04-11net-snmp: run snmp in "special" threadDmitry Kozlov
2014-01-19ippool: add support for old style pool name declarationDmitry Kozlov
2013-10-31net-snmp: fixed ipoe oidsDmitry Kozlov
2013-10-31net-snmp: add missing IPOE module initializationDmitry Kozlov
2013-10-30fix build with internal & tomcrypt crypto librariesDmitry Kozlov
2013-10-29net-snmp: add ipoe statisticsDmitry Kozlov
2013-10-14ippool: fixed sigsegv due to missing check for NULL (intoduced by 67ac2ba7857...Dmitry Kozlov
2013-10-11radius,ippool,chap-secrets: do not assign local address if session is not pppDmitry Kozlov
2013-10-03Introduce per-ctrl 'ip-pool' option to be used as default IP pool name which ...Dmitry Kozlov
2013-09-03snmp: properly terminate snmp threadDmitry Kozlov
2013-05-23chap-secrets: add netmask supportDmitry Kozlov
2013-04-22pppd_compat: create radattr file in SES_PRE_UPDmitry Kozlov
2013-03-16ipoe: fixed shared=1 modeKozlov Dmitry
2013-01-25cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIXKozlov Dmitry
2013-01-25pppd_compat: fix coa handler's env sizeDmitry Kozlov
2013-01-25Revert "altered session finishing procedure"Kozlov Dmitry
2013-01-25ipool: implemneted net30 allocatorKozlov Dmitry
2013-01-24altered session finishing procedureKozlov Dmitry
2013-01-24backport 1.7Kozlov Dmitry
2013-01-24pppd_compat: pass calling_station_id and called_station_id via envDmitry Kozlov
2013-01-24merge upstreamKozlov Dmitry
2013-01-24ipool: implemneted net30 allocatorKozlov Dmitry
2012-09-05generalize interface statistics gatheringKozlov Dmitry
2012-09-05Fix format string errorsGuillaume Nault
2012-08-03fixed complilation for 3.4 kernelKozlov Dmitry
2012-07-19removed shaper_tbfKozlov Dmitry
2012-07-10initial session backup implementationKozlov Dmitry
2012-06-22initial ipoe implementationKozlov Dmitry
2012-06-19general preparation for IPoE integrationKozlov Dmitry