summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp
AgeCommit message (Collapse)Author
2012-08-29add 'ppp' filed to CTRL to identify ppp sessionsKozlov Dmitry
2012-08-03ppp: don't drop connection when mppe=prefer and user rejects ccpKozlov Dmitry
Conflicts: accel-pppd/ppp/ppp_ccp.c
2012-08-03fixed complilation for 3.4 kernelKozlov Dmitry
2012-07-11Merge commit 1c11bdd4467dcd7a2266994eda344b546f962aaaKozlov Dmitry
2012-07-11Merge commit '8e46d2416a2e7ab563f6b3b1ff761799ccbcf0f4'Kozlov Dmitry
2012-07-06ppp: drop compressor settings on session initiationKozlov Dmitry
2012-06-21ppp: fixed unexpected lcp timer startKozlov Dmitry
2012-06-19general preparation for IPoE integrationKozlov Dmitry
2012-06-19ppp: drop compressor settings on session terminationKozlov 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-06-04Revert "implemented delayed fd close (speeds up session termination process)"Kozlov Dmitry
Low interface creation/deletion rate is kernel issue and should be fixed in 3.5. This reverts commit 9ae4a0151805229face3385e6c966de90c7fec29.
2012-05-31ppp: if signle-session=replace down first session's interface before second ↵Kozlov Dmitry
comes up (should fix unexpected ospf routes deletion)
2012-05-28implemented delayed fd close (speeds up session termination process)Kozlov Dmitry
2012-05-14cli: add 'comp' field to 'show sessions' to indicate compression/encryption ↵Kozlov Dmitry
method
2012-05-14pppd_compat: use EV_PPP_PRE_FINISHED event to start ip-down script (fixes ↵Kozlov Dmitry
unexpected radattr file removal)
2012-05-02ppp: implemented adaptive lcp echo functionalityKozlov Dmitry
2012-04-29ppp: initiat CCP if mppe=preferKozlov Dmitry
2012-04-21implemented per CTRL mppe configKozlov Dmitry
2012-03-15Revert "ppp: move ip address release to proper place"Kozlov Dmitry
This reverts commit d77729c3d6d4e646e0eb629a81faca90d61eea0c.
2012-03-14ppp: move ip address release to proper placeKozlov Dmitry
2012-03-11radius: add support for MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributesKozlov Dmitry
2012-02-10ppp: terminate session if mppe=require and client closes CCPKozlov 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-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-12-27radius, ippool: implemented Framed-Pool attributeKozlov Dmitry
2011-12-09ppp: don't accept lcp ConfReq and similar packets after lcp was startedKozlov Dmitry
2011-10-10ppp: options header sanity checkKozlov Dmitry
2011-10-10Revert "ppp: options header sanity check"Kozlov Dmitry
This reverts commit 2405fd6ba52618f07c0fa11d85c0f039653678bc.
2011-10-06ppp: options header sanity checkKozlov Dmitry
2011-09-20auth: implemented noauth optionKozlov Dmitry
2011-09-10ppp: don't start ccp after ipcp was startedKozlov Dmitry
2011-09-08ppp: check if session is in terminating phase before marking auth layer startedKozlov Dmitry
2011-09-03implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL ↵Kozlov Dmitry
(default OPENSSL)
2011-09-03ppp: ipcp: fixed bugKozlov Dmitry
2011-09-02ppp: drop route of previous session before bringing up new if ↵Kozlov Dmitry
single-session=replace (make ospf happy)
2011-08-30ppp: cosmetical changesKozlov Dmitry
2011-08-29ppp: set accept_ra=0, autoconf=0, forwarning=1 on ipv6 capable interfacesKozlov Dmitry
2011-08-29fix incorrect ppp_terminate callsKozlov Dmitry
2011-08-29ppp: ipv6cp: fix initial ConfReq interface-id handlingKozlov Dmitry
2011-08-29ppp: ccp,ipcp,ipv6cp: set state of fsm to closed after layer was finishedKozlov Dmitry
2011-08-29ipv6_dhcp: add routes to delegated prefixesKozlov Dmitry
2011-08-28ipv6: initial dhcpv6 supportKozlov Dmitry
2011-08-26ppp: fix infinit layer_down loopKozlov Dmitry
2011-08-26ppp: fix optional layers startup issueKozlov Dmitry
2011-08-25ppp: ipcp/ipv6cp: add layer start timeout to prevent session hangupKozlov Dmitry
2011-08-25ppp: ipv6_nd: implement DNSSL option (rfc6106)Kozlov Dmitry
2011-08-24ppp: make ipcp/ipv6cp passive if ipv4/ipv6=denyKozlov Dmitry
2011-08-24ppp:ipv6: introduced option ipv6-accept-peer-intf-idKozlov Dmitry
2011-08-24ppp: ipv6_nd: safe timer deletionKozlov Dmitry