summaryrefslogtreecommitdiff
path: root/accel-pptpd/ppp
AgeCommit message (Collapse)Author
2010-12-21ppp: more informative error logs at establish phaseDmitry Kozlov
2010-12-21ppp: don't free chan_buf/unit_buf if they are nullDmitry Kozlov
2010-12-20ppp: drop connection when read from ppp channel/unit descriptor returns zeroDmitry Kozlov
2010-12-20ppp: start echo again after lcp went downDmitry Kozlov
2010-12-19cli: shutdown cancel commandDmitry Kozlov
2010-12-09ppp: fixed session hangup if lcp phase was not performedKozlov Dmitry
2010-12-07ppp: implemented sid-case option to specify in which case generate session ↵Kozlov Dmitry
identifier
2010-12-06cli: implemented shutdown command to shutdown daemonKozlov Dmitry
2010-12-06pppoe: changed cookie generation procedure and PADR handling procedure to ↵Kozlov Dmitry
avoid PADR flood
2010-12-03ppp: implemented ccp option to enable/disable CCP negotationDmitry Kozlov
2010-12-02pppd_compat: fixed incorrect array sizeKozlov Dmitry
2010-12-02ppp: updated session generation procesdure for 32-bit systemsDmitry Kozlov
2010-11-30ppp: use atomic increment as session generation procedureDmitry Kozlov
radius: DM/CoA: skip unauthorized sessions in session search procedure
2010-11-30ppp: use atomic increment as session generation procedureDmitry Kozlov
radius: DM/CoA: skip unauthorized sessions in session search procedure
2010-11-30ppp: configuration checksKozlov Dmitry
2010-11-29log: introduced additional log level (3) which shows only minimum of ↵Kozlov Dmitry
information messages
2010-11-29ppp: fixed bug when saving seqKozlov Dmitry
2010-11-29use atomic operation on statistics update operationsKozlov Dmitry
2010-11-21bug fixesDmitry Kozlov
2010-11-16echo messaged moved to debug log levelKozlov Dmitry
2010-11-16log-tcp: fixed incorrect queue overflow handlingKozlov Dmitry
ppp: fixed memory leak when ipcp raises error at ConfReq
2010-11-15ppp: fixed incorrect session termination if authentication failedDmitry Kozlov
2010-11-11implemented option to disable iprange moduleKozlov Dmitry
2010-11-11cli: implemented command historyDmitry Kozlov
2010-11-10cli: implemented following command list: show stat, show sessions, terminate ↵Kozlov Dmitry
(sessison)
2010-11-09ppp: reduced length of session idKozlov Dmitry
2010-11-07chap-secrets: support the rate limit of session (in kilobits) at fifth columnDmitry Kozlov
2010-10-29ppp: fixed twice ip address configurationKozlov Dmitry
2010-10-29ppp: improved mppe handlingKozlov Dmitry
radius: bind parameter to bind to ip other then nas-ip-address
2010-10-28radius: rewrited Termination-Action attribute handling so it is rfc ↵Dmitry Kozlov
compliant now
2010-10-26radius: implemented Acct-Delay-Time attributeDmitry Kozlov
radius: accounting start moved to before ip up
2010-10-23pppd_compat: ip-pre-up call moved to proper placeKozlov Dmitry
ppp: don't negotiate mru after ConfNak received
2010-10-23pppd_compat: implemented ip-pre-upKozlov Dmitry
implemented PEERNAME, CONNECT_TIME, BYTES_RCVD, BYTES_SENT environment variables
2010-10-22ppp: fixed incorrect configure-nak handlingKozlov Dmitry
2010-10-19radius: implemented Acct-Terminate-Cause attributeKozlov Dmitry
2010-10-19ipcp: don't send dns options in IPCP configure requestKozlov Dmitry
2010-10-17added cpack interface to generate deb packagesDmitry Kozlov
2010-10-15added linux_ppp.hKozlov Dmitry
2010-10-15fixed incorrect mppe negotiationDmitry Kozlov
2010-10-14fixed bug: incorrect handling of mppe ConfNakKozlov Dmitry
improved ccp handling
2010-10-14radius: send Framed-IP-Address in Accounting-RequestKozlov Dmitry
2010-10-14fixed bug of infinit TermReq and session hangup due to request counter was ↵Kozlov Dmitry
not decreased on transfer
2010-10-14due to libnl-1 is not thread safe, l2tp and shaper updated to use libnl-2Kozlov Dmitry
2010-10-12ctrl: implemented L2TPv2 server (without IPsec)Kozlov Dmitry
2010-10-11started work on L2TPv2Kozlov Dmitry
2010-10-08fixed some incorrect loggingDmitry Kozlov
2010-10-08ctrl: implemented PPPoE serverKozlov Dmitry
2010-10-05tidied logsKozlov Dmitry
2010-10-05bug fixesKozlov Dmitry
2010-10-04bug fixesKozlov Dmitry