summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp
AgeCommit message (Collapse)Author
2013-06-07ppp: handle LCP DiscardReqKozlov Dmitry
2013-01-11Merge branch '1.7' of ↵Kozlov Dmitry
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp into 1.7
2013-01-11Fix boolean options parsing in configuration fileGuillaume Nault
Explicitely interpret zero values when parsing boolean options. This allows to unset boolean parameters such as "verbose" when reloading the configuration. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
2012-12-26Proper logging of LCP Magic-NumbersAleksey Zhukov
2012-11-16ppp: dns/wins code cleanupVladislav Grishenko
2012-11-12Fix lcp echo with verbose parameterRostyslav Davydenko
2012-11-12ppp: add NBNS (WINS) supportVladislav Grishenko
2012-11-12Revert "ppp: force to send dns"Kozlov Dmitry
This reverts commit 1c89473d04c74e224546c596608f227dcd77518b.
2012-11-01Merge branch '1.7' of ↵Kozlov Dmitry
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp into 1.7
2012-11-01ppp: force to send dnsKozlov Dmitry
2012-09-05Fix format string errorsGuillaume Nault
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
2012-09-05gather interface statistics via netlinkKozlov Dmitry
2012-08-27fix various typosKozlov Dmitry
2012-08-27fix typo (successed -> succeeded)Kozlov Dmitry
2012-08-13lcp: fixed sending incorrect magic in lcp echo requestKozlov Dmitry
2012-08-03ppp: don't drop connection when mppe=prefer and user rejects ccpKozlov Dmitry
2012-07-30add per-CTRL ip-pool option to specify default ip pool nameKozlov Dmitry
2012-07-06ppp: drop compressor settings on session initiationKozlov Dmitry
2012-06-21ppp: fixed unexpected lcp timer startKozlov 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