summaryrefslogtreecommitdiff
path: root/accel-pppd/accel-ppp.conf.5
AgeCommit message (Collapse)Author
2013-01-24backport 1.7Kozlov Dmitry
* l2tp: Fix allocation checking when adding octets AVP * cli, tcp: Fix non-NULL terminated string reception * Fix va_end() missing calls * chap-secrets: implemented encryption * auth_pap: make messages like other auth modules * cli: check xmit_buf is not null at enter to write function * pppoe: implemented regular expression support * chap-secrets: implemented encryption * ippool: fixed initialization order * optional shaper compiling * ppp: dns/wins code cleanup
2013-01-24merge upstreamKozlov Dmitry
2012-08-13ipoe: implements l4-redirect-on-rejectsKozlov Dmitry
2012-08-03ipoe: implemented dhcp relayKozlov Dmitry
2012-07-20ipoe: update config file and man fileKozlov Dmitry
2012-06-05ppp: implemented unit cacheKozlov Dmitry
If enabled accel-pppd will not destroy interface immediately after corresponding session is terminated, instead interface will be brought down and placed to cache for later use for new sessions. It should reduce kernel interface creation/deletion rate lack and increase responsibility of daemon
2012-05-16l2tp: implemented Challenge attribute handling (shared secret)Kozlov Dmitry
2012-05-15shaper: implemented leaf qdisc attachmentKozlov Dmitry
2012-05-02ppp: implemented adaptive lcp echo functionalityKozlov Dmitry
2012-04-30ippool: implemented vendor/attr options to specify which radius attribute ↵Kozlov Dmitry
containes pool name
2012-04-21implemented per CTRL mppe configKozlov Dmitry
2012-01-22implemented advanced shaperKozlov Dmitry
2012-01-20ppp: move [lcp] echo-interval/echo-failure to [ppp] ↵Kozlov Dmitry
lcp-echo-interval/lcp-echo-failure
2012-01-20fix syntaxis errorKozlov Dmitry
2012-01-18implemented connlimit module which can be used to reduce system overload due ↵Kozlov Dmitry
to flood of connections
2011-12-29pppoe: implemented PADI limitingKozlov Dmitry
2011-12-27radius: implemented simultaneous requests limitingKozlov Dmitry
2011-12-27implemented logging to system loggerKozlov Dmitry
2011-12-27Revert "implemented logging to system logger"Kozlov Dmitry
This reverts commit ee41cba691ab9f6461f4933461cf82be161333de.
2011-12-27radius, ippool: implemented Framed-Pool attributeKozlov Dmitry
2011-12-27implemented logging to system loggerKozlov Dmitry
2011-08-29update accel-ppp.conf.dist and man pageKozlov Dmitry
2011-08-25ppp: ipv6_nd: implement DNSSL option (rfc6106)Kozlov Dmitry
2011-08-24update configuration fileKozlov Dmitry
update man page
2011-08-16multiple radius support (testing)Kozlov Dmitry
2011-06-23pppoe: reworked config readKozlov Dmitry
pppoe: tr101 option to enable/disable tr101 handling
2011-05-31radius: Acct-Delay-Time attribute becomes optional and disabled by defaultKozlov Dmitry
2011-05-30updated man and example config file for chap-secrets documentationKozlov Dmitry
2011-05-17log_file: don't create per-user log file if session was not successfuly ↵Dmitry Kozlov
authorized log_file: write authentication failed session logs to different file (optional)
2011-04-22fixed mestake about mppe option in man fileKozlov Dmitry
2011-04-22ppp: introduced 'mppe' optionKozlov Dmitry
2011-04-20ppp: introduced new option 'single-session' to control single session per userKozlov Dmitry
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov