summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/l2tp/l2tp.c
AgeCommit message (Expand)Author
2013-01-25l2tp: Perform session disconnection in ppp contextGuillaume Nault
2013-01-25l2tp: Fix race condition when removing sessionsGuillaume Nault
2013-01-25l2tp: Ensure sessions always have a valid parent tunnelGuillaume Nault
2013-01-24merge upstreamKozlov Dmitry
2012-09-09l2tp: send CDN in tunnel contextKozlov Dmitry
2012-09-09l2tp: prefix connection logs with lac ip:portKozlov Dmitry
2012-09-07L2TP: Re-enable per session logsGuillaume Nault
2012-09-07L2TP: Handle multiple sessions per tunnelGuillaume Nault
2012-09-07L2TP: Use different connection timers for tunnels and sessionsGuillaume Nault
2012-09-07L2TP: Allocate new sessions after receiving ICRQ messagesGuillaume Nault
2012-09-07L2TP: Modify prototype of functions acting only on sessionsGuillaume Nault
2012-09-07L2TP: Close only session (not tunnel) after a PPP disconnectionGuillaume Nault
2012-09-07L2TP: Start sending HELLO messages upon tunnel connectionGuillaume Nault
2012-09-07L2TP: Add standalone StopCCN message sending functionGuillaume Nault
2012-09-07L2TP: Terminate sessions without closing tunnelGuillaume Nault
2012-09-07L2TP: Use different states for handling sessions and tunnelsGuillaume Nault
2012-09-07L2TP: Separate session and tunnel connection codeGuillaume Nault
2012-09-07L2TP: Rename function that frees connection struturesGuillaume Nault
2012-09-07L2TP: Define and use dedicated function to free sessionsGuillaume Nault
2012-09-07L2TP: Add session specific allocation functionGuillaume Nault
2012-09-07L2TP: Add new structure to store session specific dataGuillaume Nault
2012-08-29Merge branch 'master' of ssh://accel-ppp.git.sourceforge.net/gitroot/accel-pp...Kozlov Dmitry
2012-08-29add 'ppp' filed to CTRL to identify ppp sessionsKozlov Dmitry
2012-08-23L2TP: Tear down tunnel when peer stops listeningGuillaume Nault
2012-08-15l2tp: fixed missing ctrl.terminate assignmentKozlov 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-06-22initial ipoe implementationKozlov Dmitry
2012-06-19general preparation for IPoE integrationKozlov Dmitry
2012-06-04Revert "implemented delayed fd close (speeds up session termination process)"Kozlov 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-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-09-19shaper_tbf: fix temporary rate change functionalityKozlov Dmitry
2011-09-15l2tp: don't send OCRQKozlov Dmitry
2011-08-19snmp supportKozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-05-10l2tp: dir300 quirkKozlov Dmitry
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov