summaryrefslogtreecommitdiff
path: root/accel-pptpd/ctrl
AgeCommit message (Collapse)Author
2010-11-29l2tp: move hello messages to debug log levelKozlov Dmitry
2010-11-29l2tp: fixed bug of incorrect handling wrong length packetsKozlov Dmitry
2010-11-26pppoe: check if pppoe server already started on interface addDmitry Kozlov
2010-11-26pppoe: optionaly add interface name to Calling-Station-Id/Called-Station-Id ↵Dmitry Kozlov
attributes
2010-11-25l2tp: using standard udp port (1701) for all sessionsKozlov Dmitry
2010-11-24l2tp: fixed connection problem on win7 (but still works only if windows ↵Dmitry Kozlov
firewall is turned off)
2010-11-21bug fixesDmitry Kozlov
2010-11-16echo messaged moved to debug log levelKozlov Dmitry
2010-11-15cli: fixed incorrect read procedureDmitry Kozlov
2010-11-13cli: implemented tcp frontend to send batch commandsKozlov Dmitry
2010-11-11pppoe: implemented additional cli commandsKozlov Dmitry
2010-11-11pppoe: implemented cli commands: interface add, interface del, interface showKozlov Dmitry
2010-11-11cli: simplified cli apiKozlov Dmitry
2010-11-11pppoe: implemented mac filterKozlov Dmitry
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-07pppoe: send client's Service-Name back if service-name configuarion option ↵Kozlov Dmitry
is absent implemented PADO delay
2010-10-29support for 2.6.36 kernelKozlov Dmitry
2010-10-19radius: implemented Acct-Terminate-Cause attributeKozlov Dmitry
2010-10-18due to l2tp doesn't require libnl more build it by defaultDmitry Kozlov
2010-10-17added cpack interface to generate deb packagesDmitry Kozlov
2010-10-14radius: send Framed-IP-Address in Accounting-RequestKozlov Dmitry
2010-10-14due to libnl-1 is not thread safe, l2tp and shaper updated to use libnl-2Kozlov Dmitry
2010-10-14various bug fixed and improvementsKozlov Dmitry
2010-10-12ctrl: implemented L2TPv2 server (without IPsec)Kozlov Dmitry
2010-10-11started work on L2TPv2 serverKozlov Dmitry
2010-10-08install rule for pppoeKozlov Dmitry
2010-10-08pppoe: changed cookie generation procedure (due to connection problem from ↵Kozlov Dmitry
windows) updated documentation
2010-10-08ctrl: implemented PPPoE serverKozlov Dmitry
2010-10-06project cleanup and prepare to releaseKozlov Dmitry
2010-10-05tidied logsKozlov Dmitry
2010-10-05bug fixesKozlov Dmitry
2010-10-05pptp: fixed bug of incorrect administrative terminationKozlov Dmitry
2010-09-28pptp: Set-Link-InfoKozlov Dmitry
lcp: Ident
2010-09-28Merge branch 'accel-pptpd' of ↵Kozlov Dmitry
ssh://accel-pptp.git.sourceforge.net/gitroot/accel-pptp/accel-pptp into accel-pptpd
2010-09-28pptp: verbose loggingKozlov Dmitry
2010-09-28bug fixesDmitry Kozlov
2010-09-27bug fixesKozlov Dmitry
2010-09-27bug fixesKozlov Dmitry
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-22log: log_file rewrited to use aioDmitry Kozlov
log: simplified engine various bug fixes
2010-09-20fixed many bugs and memory leaksDmitry Kozlov
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-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-08radius: implemented packet exchangeKozlov Dmitry
radius: implemented PAP authorization radius: implemented IP assigning triton: implemented userspace context switching and other stuff
2010-09-06working on radius moduleKozlov Dmitry
2010-09-03project restructuredKozlov Dmitry