Age | Commit message (Expand) | Author |
2014-10-04 | add include <sys/time.h> to triton.h (fixes complilation issue) | Dmitry Kozlov |
2014-10-03 | get rid of time(), use clock_gettime(CLOCK_MONOTONIC) instead | Dmitry Kozlov |
2014-09-30 | shaper: fixed parsing leaf-qdisc | Dmitry Kozlov |
2014-09-30 | radius: fixed handling deferred requests | Dmitry Kozlov |
2014-09-26 | radius: cancel starting accounting request if session terminated before serve... | Dmitry Kozlov |
2014-09-26 | fixed counting of starting sessions | Dmitry Kozlov |
2014-09-23 | radius: fixed counting of active requests | Dmitry Kozlov |
2014-09-22 | triton: make level triggered events oneshot (EPOLLONESHOT) | Dmitry Kozlov |
2014-09-22 | conf file: implemented ability to add suboptions into options in {} brackets | Dmitry Kozlov |
2014-09-22 | fixed compilation warnings | Dmitry Kozlov |
2014-09-20 | rewrite of authentication/accounting procedures | Dmitry Kozlov |
2014-09-20 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov |
2014-09-16 | shaper: conditionally compile fq_codel support | Dmitry Kozlov |
2014-09-13 | pppoe: start interfaces asynchronously | Dmitry Kozlov |
2014-09-13 | pppoe: improved session id allocation procedure (optimizes memory usage) | Dmitry Kozlov |
2014-09-13 | ppp: implement address/control and protocol field compression | Vladislav Grishenko |
2014-09-13 | ipv6: randomize router adverts as per rfc4861 and add tunable MaxInitialRtrAd... | Vladislav Grishenko |
2014-09-13 | ipv6: announce non-/64 prefixes as not usable for stateless address configura... | Vladislav Grishenko |
2014-09-13 | pptp: use predefined named framing/bearer values, cosmetics | Vladislav Grishenko |
2014-09-13 | pptp: don't delay control connection msg on EINTR | Vladislav Grishenko |
2014-09-13 | pppoe, pptp: fix socket type for checking | Vladislav Grishenko |
2014-09-13 | ppp: update channel MRU as pppd does | Vladislav Grishenko |
2014-09-13 | ppp: improve LCP magic number negotiation | Vladislav Grishenko |
2014-09-13 | shaper: implemented fq_codel leaf qdisc | Dmitry Kozlov |
2014-09-09 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov |
2014-09-09 | pppoe: improved AC-Cookie mechanism | Dmitry Kozlov |
2014-09-09 | updated procedure to check double sessions | Dmitry Kozlov |
2014-09-09 | ppp: fsm: do not reinitialize restart counter after Configure-Ack (fixes some... | Dmitry Kozlov |
2014-09-09 | triton: fixed race condition | Dmitry Kozlov |
2014-09-04 | ipoe: send option 82 from DHCP request to radius | Dmitry Kozlov |
2014-08-26 | ipoe: introduced attr-dhcp-lease-time option to specify radius attribute to p... | Dmitry Kozlov |
2014-08-26 | ipoe: implemneted proxy-arp=3 mode (always reply by interface mac address) | Dmitry Kozlov |
2014-08-26 | ppp: make LCP magic number negotiation not mandatory | Dmitry Kozlov |
2014-08-25 | ipoe: add route to interface in mode "start=up,shared=0" | Dmitry Kozlov |
2014-08-25 | radius: delete timeout timer if request sending fails (fixes double server re... | Dmitry Kozlov |
2014-08-04 | radius: terminate session if read interfaces statistics fails | Dmitry Kozlov |
2014-08-01 | radius: close socket after receiving accounting response | Dmitry Kozlov |
2014-07-24 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov |
2014-07-24 | radius: exit from active interim request when termination event occures | Dmitry Kozlov |
2014-07-21 | Add changeable case in caller-station/calling-station in pppoe | Dmitry Kozlov |
2014-07-21 | ipoe: fixed removing ip from exclude list | Dmitry Kozlov |
2014-07-18 | ipv6: add support for prefixes greater than 64 | Dmitry Kozlov |
2014-07-17 | radius: check for reply id is equal request id in interim requests | Dmitry Kozlov |
2014-07-17 | ipoe: fixed passing packets in 'redirect on reject' mode | Dmitry Kozlov |
2014-07-17 | improved 'single session' mechanism | Dmitry Kozlov |
2014-07-11 | terminate session if interface rename fails | Dmitry Kozlov |
2014-07-11 | radius: fixed handling socket errors during interim updates | Dmitry Kozlov |
2014-07-11 | auth: do not decrement id on retransmit | Dmitry Kozlov |
2014-07-09 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov |
2014-07-09 | ppp: auth: answer "Success" to retrasmitted messages if auth layer is already... | Dmitry Kozlov |