summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl
AgeCommit message (Expand)Author
2013-01-25Fix boolean options parsing in configuration fileGuillaume Nault
2013-01-25ipoe: fix giaddr reloadKozlov Dmitry
2013-01-25l2tp: Fix the connect() call when allocating tunnelsGuillaume Nault
2013-01-25l2tp: Close tunnel handler's FD if TID assignment failsGuillaume Nault
2013-01-25l2tp: Always acknowledge SCCCN messagesGuillaume Nault
2013-01-25l2tp: Acknowledge CDN messagesGuillaume Nault
2013-01-25l2tp: Avoid sending CDN with reserved result valueGuillaume Nault
2013-01-25l2tp: Register sessions timers in sessions contextGuillaume Nault
2013-01-25l2tp: Fix PPP session disconnectionGuillaume Nault
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-24backport 1.7Kozlov Dmitry
2013-01-24merge upstreamKozlov Dmitry
2012-09-09l2tp: print tid and sid as unsignedKozlov 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-09-05generalize interface statistics gatheringKozlov Dmitry
2012-09-05Fix format string errorsGuillaume Nault
2012-08-29fix various typosKozlov Dmitry
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-08-13ipoe: implements l4-redirect-on-rejectsKozlov Dmitry
2012-08-09ipoe: fixed sending PAP passwordKozlov Dmitry
2012-08-09ipoe: fixed handling local-net with mask 32Kozlov Dmitry
2012-08-03ipoe: configure giaddr only if ifcfg=1Kozlov Dmitry
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