summaryrefslogtreecommitdiff
path: root/accel-pppd/CMakeLists.txt
AgeCommit message (Collapse)Author
2012-05-28implemented delayed fd close (speeds up session termination process)Kozlov Dmitry
2012-03-201.6.1 releaseKozlov Dmitry
* fixed ip-down segfault
2012-03-111.6.0 releaseKozlov Dmitry
* implemented logwtmp module * implemented connlimit module * implemented advanced shaper * implemented MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributes * fix per-interface PADI limiting (pppoe) * fix module load order * fix "show sessions match" (cli) * other bugfixes and improvements
2012-01-22implemented advanced shaperKozlov Dmitry
2012-01-171.5.0 releaseKozlov Dmitry
* implemented named IP pools (radius Framed-Pool attribute) * implemented logging to system logger (log_syslog) * implemented ability to send cli commands via snmp * implemented PADI limiting (pppoe) * implemented simultaneous radius requests limiting * various bug fixes and improvements
2011-09-201.4.0 releaseKozlov Dmitry
* implemented SNMP support (using net-snmp AgentX) * implemented multiple radius servers support * implemented IPv6: - PPP IPV6CP protocol - Neighbor Discovery protocol in part of Router Advertisement - DHCPv6 server including Prefix Delegation extension - ipv6-pool module - Radius Framed-Interface-Id, Framed-IPv6-Prefix, Delegated-IPv6-Prefix attributes * fixed MPPE handling * implemented noauth mode (login without authentication) * improved CCP/IPCP handling * included builtin crypto library (optional) * improved l2tp handling * fixed builtin shaper temporary rate change functionality * various bug fixes and improvements
2011-09-03implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL ↵Kozlov Dmitry
(default OPENSSL)
2011-08-28ipv6: initial dhcpv6 supportKozlov Dmitry
2011-08-23ppp: Neighbor Discovery for IP version 6 (prefix only)Kozlov Dmitry
2011-08-20Merge branch 'ipv6'Dmitry Kozlov
2011-08-20ppp: initial IPV6CP supportDmitry Kozlov
2011-08-161.3.7 releaseKozlov Dmitry
2011-05-301.3.6 releaseKozlov Dmitry
2011-02-281.3.5 releaseDmitry Kozlov
2011-02-08snapshotDmitry Kozlov
2011-01-26futher memory usage optimizationDmitry Kozlov
2011-01-18updated build systemDmitry Kozlov
2011-01-17memory usage optimizationDmitry Kozlov
2011-01-151.3.4 releaseDmitry Kozlov
2011-01-081.3.3 releaseDmitry Kozlov
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov