summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-08ipoe: fixed handling of mac address changeDmitry Kozlov
2014-10-06radius: fixed Accounting-On/Accounting-Off functionalityDmitry Kozlov
2014-10-04radius: various bug fixesDmitry Kozlov
2014-10-04add include <sys/time.h> to triton.h (fixes complilation issue)Dmitry Kozlov
2014-10-03get rid of time(), use clock_gettime(CLOCK_MONOTONIC) insteadDmitry Kozlov
2014-09-30shaper: fixed parsing leaf-qdiscDmitry Kozlov
2014-09-30radius: fixed handling deferred requestsDmitry Kozlov
2014-09-26radius: cancel starting accounting request if session terminated before serve...Dmitry Kozlov
2014-09-26fixed counting of starting sessionsDmitry Kozlov
2014-09-23radius: fixed counting of active requestsDmitry Kozlov
2014-09-22triton: make level triggered events oneshot (EPOLLONESHOT)Dmitry Kozlov
2014-09-22conf file: implemented ability to add suboptions into options in {} bracketsDmitry Kozlov
2014-09-22fixed compilation warningsDmitry Kozlov
2014-09-20rewrite of authentication/accounting proceduresDmitry Kozlov
2014-09-20Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-09-16shaper: conditionally compile fq_codel supportDmitry Kozlov
2014-09-13pppoe: start interfaces asynchronouslyDmitry Kozlov
2014-09-13pppoe: improved session id allocation procedure (optimizes memory usage)Dmitry Kozlov
2014-09-13ppp: implement address/control and protocol field compressionVladislav Grishenko
2014-09-13ipv6: randomize router adverts as per rfc4861 and add tunable MaxInitialRtrAd...Vladislav Grishenko
2014-09-13ipv6: announce non-/64 prefixes as not usable for stateless address configura...Vladislav Grishenko
2014-09-13pptp: use predefined named framing/bearer values, cosmeticsVladislav Grishenko
2014-09-13pptp: don't delay control connection msg on EINTRVladislav Grishenko
2014-09-13pppoe, pptp: fix socket type for checkingVladislav Grishenko
2014-09-13ppp: update channel MRU as pppd doesVladislav Grishenko
2014-09-13ppp: improve LCP magic number negotiationVladislav Grishenko
2014-09-13shaper: implemented fq_codel leaf qdiscDmitry Kozlov
2014-09-09Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-09-09pppoe: improved AC-Cookie mechanismDmitry Kozlov
2014-09-09updated procedure to check double sessionsDmitry Kozlov
2014-09-09ppp: fsm: do not reinitialize restart counter after Configure-Ack (fixes some...Dmitry Kozlov
2014-09-09triton: fixed race conditionDmitry Kozlov
2014-09-04ipoe: send option 82 from DHCP request to radiusDmitry Kozlov
2014-08-26ipoe: introduced attr-dhcp-lease-time option to specify radius attribute to p...Dmitry Kozlov
2014-08-26ipoe: implemneted proxy-arp=3 mode (always reply by interface mac address)Dmitry Kozlov
2014-08-26ppp: make LCP magic number negotiation not mandatoryDmitry Kozlov
2014-08-25ipoe: add route to interface in mode "start=up,shared=0"Dmitry Kozlov
2014-08-25radius: delete timeout timer if request sending fails (fixes double server re...Dmitry Kozlov
2014-08-04radius: terminate session if read interfaces statistics failsDmitry Kozlov
2014-08-01radius: close socket after receiving accounting responseDmitry Kozlov
2014-07-24Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-07-24radius: exit from active interim request when termination event occuresDmitry Kozlov
2014-07-21Add changeable case in caller-station/calling-station in pppoeDmitry Kozlov
2014-07-21ipoe: fixed removing ip from exclude listDmitry Kozlov
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