summaryrefslogtreecommitdiff
path: root/accel-pptpd/ppp
AgeCommit message (Collapse)Author
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
2010-10-04ppp: implemented mppeKozlov Dmitry
radius: implemented mppe support various improvements and bug fixes
2010-09-28pptp: Set-Link-InfoKozlov Dmitry
lcp: Ident
2010-09-28bug fixesDmitry Kozlov
2010-09-28ppp: implemeted Protocol-RejectDmitry Kozlov
2010-09-27radius: implemented Session-Timeout attributeDmitry Kozlov
2010-09-27bug fixesKozlov Dmitry
2010-09-27bug fixesKozlov Dmitry
2010-09-26various bug fixed and improvementsDmitry Kozlov
2010-09-23various bug fixesKozlov Dmitry
2010-09-23radius: implemented attributes Calling-Station-Id, Called-Station-Id, ↵Kozlov Dmitry
NAS-IP-Address radius: implemented extension Acct-Input-Gigawords, Acct-Output-Gigawords lcp: implemented maximum/minimum mtu/mru checks
2010-09-20fixed many bugs and memory leaksDmitry Kozlov
2010-09-14extra: implemented module 'pppd_compat' which starts pppd compatible ↵Kozlov Dmitry
scripts ip-up, ip-down, and newly introduced - ip-change, when radius CoA request received, also this module manages pppd compatible radattr.pppX files core: implemented module 'sigchld' which handles SIGCHLD signal, waits child processes to terminate and manages pid terminate handlers
2010-09-12log: implemented 'log_pgsql' loggin targetDmitry Kozlov
lcp: fixed incorrect echo reply ppp_fsm: fixed incorrect timeout timer initialization
2010-09-11log: implemented extensible loggin engine with per-session logging supportKozlov Dmitry
log: implemented log_file logging target with per-user/per-session support
2010-09-10switching to use triton events instead of ppp_notifyKozlov Dmitry
2010-09-10ippool: implemented module ippool which gives IP address from configurable ↵Kozlov Dmitry
ranges
2010-09-09iprange: implemneted modules iprange to validate ip addresses of controlling ↵Kozlov Dmitry
connection and tunnel It will check that ip address of tunnel is not in range of clients ip addresses. This will avoid kernel softlockups due to loopback occured.
2010-09-09radius: implemented accounting (start/stop/interim-update)Kozlov Dmitry
2010-09-08radius: implemented packet exchangeKozlov Dmitry
radius: implemented PAP authorization radius: implemented IP assigning triton: implemented userspace context switching and other stuff
2010-09-04started work on radius moduleKozlov Dmitry
2010-09-03project restructuredKozlov Dmitry