summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-18ipv6: add support for prefixes greater than 64Dmitry Kozlov
2014-07-17radius: check for reply id is equal request id in interim requestsDmitry Kozlov
2014-07-17ipoe: fixed passing packets in 'redirect on reject' modeDmitry Kozlov
2014-07-17improved 'single session' mechanismDmitry Kozlov
2014-07-11terminate session if interface rename failsDmitry Kozlov
2014-07-11radius: fixed handling socket errors during interim updatesDmitry Kozlov
2014-07-11auth: do not decrement id on retransmitDmitry Kozlov
2014-07-09Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-07-09ppp: auth: answer "Success" to retrasmitted messages if auth layer is already...Dmitry Kozlov
2014-07-09ppp: auth: answer "Success" to retrasmitted messages if auth layer is already...Dmitry Kozlov
2014-07-09ipv6_nd: retry to start ND later if bind failedDmitry Kozlov
2014-07-09ipoe: add missing includeDmitry Kozlov
2014-07-09ipoe: add support for 3.13 and later kernelsDmitry Kozlov
2014-06-30ipoe: driver: fixed locking and rcu semanticsDmitry Kozlov
2014-06-27ipoe: improved vlan monitorDmitry Kozlov
2014-06-27log_file: block all signals in log threadDmitry Kozlov
2014-06-17radius: introduced attr-tunnel-type optionDmitry Kozlov
2014-06-17auth_mschap,radius: fixed improper passing MS-CHAP-Error, Reply-Message to au...Dmitry Kozlov
2014-06-17log_file: fixed early message freeDmitry Kozlov
2014-06-16log_pgsql: update calls to new triton interfaceDmitry Kozlov
2014-06-16shaper: apply rate multiplier to integer valuesDmitry Kozlov
2014-06-03Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry 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-28ipoe: dhcp: fixed incorrect parsing empty optionsDmitry Kozlov
2014-05-26ipoe: introduced "ip-unnumbered" optionDmitry Kozlov
2014-05-26ipoe: send NAK after number of unreplied REQUESTsDmitry Kozlov
2014-05-20ipoe: set initial session interface name to parent interface name (for loggin...Dmitry Kozlov
2014-05-20log_file: restore write message timestampsDmitry Kozlov
2014-05-20cmake: restore Debian6 specific install rulesDmitry Kozlov
2014-05-20Revert "cmake: restore Debian6 specific install rules"Dmitry Kozlov
2014-05-20cmake: restore Debian6 specific install rulesDmitry Kozlov
2014-05-20triton: fix possible raceDmitry Kozlov
2014-05-20ipoe: add messages to know parent interface when creating vlan or virtual int...Dmitry Kozlov
2014-05-18triton: fix possible raceDmitry Kozlov
2014-05-18ipoe: use ifindex as connlimit key for non-shared interfacesDmitry Kozlov
2014-05-182-way interface renamingDmitry Kozlov
2014-05-18Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-05-18log_file: rewrited file write procedureDmitry Kozlov
2014-05-18log: append data to previous chunkDmitry Kozlov
2014-05-18improved single-session=replace handlingDmitry Kozlov
2014-05-15triton: close file descriptors immediately in triton_unregister_handlerDmitry Kozlov
2014-05-13radius: introduced weight and backup per-server optionsDmitry Kozlov
2014-05-12ippool: introduced shuffle optionDmitry Kozlov
2014-05-12radius: use NAS-Port-Id in Access-Accept for interface renamingDmitry Kozlov
2014-05-12radius: add support for Nas-Port-Id attribute (interface name)Dmitry Kozlov
2014-05-12pppoe: introduced called-sid option.Dmitry Kozlov
2014-05-12radius: close socket after receiving accounting replyDmitry Kozlov
2014-05-12radius: release auth request immediatly after get responceDmitry Kozlov
2014-05-12triton: improved epoll events handlingDmitry Kozlov