summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl
AgeCommit message (Expand)Author
2012-08-03fixed complilation for 3.4 kernelKozlov Dmitry
2012-08-03ipoe: implemented dhcp relayKozlov Dmitry
2012-07-19ipoe: implemented L4-Redirect radius attributeKozlov Dmitry
2012-07-15ipoe: better support for ip unnumberedKozlov Dmitry
2012-07-13ipoe: shared nat supportKozlov Dmitry
2012-07-13L2TP: Check for fcntl() errors in l2tp_connect()Kozlov Dmitry
2012-07-13Merge commit 'e04b9b2b35ed36ceb89d6991d2322210f6dd6abc'Kozlov Dmitry
2012-07-13Merge commit '0b99fef73bce3f1abed63e581594de9d1f132312'Kozlov Dmitry
2012-07-13L2TP: Check for fcntl() errors in l2tp_connect()Guillaume Nault
2012-07-13L2TP: Close sockets opened by l2tp_connect() upon failureGuillaume Nault
2012-07-13L2TP: Fix socket() error handling in l2tp_connect()Guillaume Nault
2012-07-12ipoe: per-interface static dhcp pool of addressesKozlov Dmitry
2012-07-11Merge commit '72c82d4f729e68acab1c91de502cd0c230cbed39'Kozlov Dmitry
2012-07-11ipoe: implemented unit cacheKozlov Dmitry
2012-07-11ipoe: fix multiple interface loadingKozlov Dmitry
2012-07-11futher session backup implementationKozlov Dmitry
2012-07-10initial session backup implementationKozlov Dmitry
2012-07-07pppoe: tag length sanity checkKozlov Dmitry
2012-07-05ipoe: futher workKozlov Dmitry
2012-07-02ipoe: integrating accel-pppd and ipoe kernel moduleKozlov Dmitry
2012-06-26ipoe: futher workingKozlov Dmitry
2012-06-25working on ipoeKozlov Dmitry
2012-06-22initial ipoe implementationKozlov Dmitry
2012-06-19general preparation for IPoE integrationKozlov Dmitry
2012-06-05pppoe: fix typo in config parsingKozlov Dmitry
2012-06-04Revert "implemented delayed fd close (speeds up session termination process)"Kozlov Dmitry
2012-05-31Merge branch 'master' of ssh://accel-ppp.git.sourceforge.net/gitroot/accel-pp...Kozlov Dmitry
2012-05-31pppoe: fix improper ifname-in-sid handlingKozlov Dmitry
2012-05-28implemented delayed fd close (speeds up session termination process)Kozlov Dmitry
2012-05-22Some AVP we are not handling yet, and it is better to provide optionKozlov Dmitry
2012-05-16l2tp: implemented Challenge attribute handling (shared secret)Kozlov Dmitry
2012-05-16write message to log if unable to load necessary kernel moduleKozlov Dmitry
2012-04-21implemented per CTRL mppe configKozlov Dmitry
2012-03-07pppoe: fix per-interface PADI limitingKozlov Dmitry
2012-01-23load necessary kernel modules at startupKozlov Dmitry
2012-01-18implemented connlimit module which can be used to reduce system overload due ...Kozlov Dmitry
2012-01-18l2tp: add Host-Name attribute to SCCRP necessarilyKozlov Dmitry
2012-01-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-12-29pppoe: set default padi_limit to 0Kozlov Dmitry
2011-12-29pppoe: implemented PADI limitingKozlov Dmitry
2011-09-19shaper_tbf: fix temporary rate change functionalityKozlov Dmitry
2011-09-15l2tp: don't send OCRQKozlov Dmitry
2011-09-03implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL (def...Kozlov Dmitry
2011-08-29fix incorrect ppp_terminate callsKozlov Dmitry
2011-08-19snmp supportKozlov Dmitry
2011-06-23pppoe: reworked config readKozlov Dmitry
2011-05-31pptp: don't log 'identifier mismatch' message anymoreKozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-05-10l2tp: dir300 quirkKozlov Dmitry
2011-01-26dynamicaly check if radius module loaded (so not more require to rebuild proj...Dmitry Kozlov