summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/l2tp
AgeCommit message (Expand)Author
2013-02-13l2tp: Fix challenge response with no secretGuillaume Nault
2013-02-12l2tp: Add support for placing incomming callsGuillaume Nault
2013-02-12l2tp: Implement on demand tunnel creationGuillaume Nault
2013-02-12l2tp: Connect to peer once first reply receivedGuillaume Nault
2013-02-12l2tp: Send L2TP messages with sendto()Guillaume Nault
2013-02-12l2tp: Replace the lns_addr tunnel field by host_addrGuillaume Nault
2013-02-12l2tp: Replace the lac_addr tunnel field by peer_addrGuillaume Nault
2013-02-12l2tp: Add l2tp mode flag (LAC or LNS)Guillaume Nault
2013-02-12l2tp: Add WAIT_SCCRP stateGuillaume Nault
2013-02-12l2tp: Update Ns/Nr handlingGuillaume Nault
2013-02-12l2tp: Set LNS address with the one really bound toGuillaume Nault
2013-02-12l2tp: Remove unused parameter in tunnel allocationGuillaume Nault
2013-02-12l2tp: Implement peer authenticationGuillaume Nault
2013-02-12l2tp: Define function to compute Challenge ResponseGuillaume Nault
2013-02-12l2tp: Use separate function for computing CHAP-MD5Guillaume Nault
2013-02-12l2tp: Pass peer address as sockaddr in tunnel alloc.Guillaume Nault
2013-02-12l2tp: Display SCCRQ packets in l2tp_recv_SCCRQ()Guillaume Nault
2013-02-12l2tp: Pass host address as sockaddr in tunnel alloc.Guillaume Nault
2013-02-12l2tp: Alloc tunnels with integer framing cap.Guillaume Nault
2013-02-12l2tp: No peer-tid assignment in tunnel allocationGuillaume Nault
2013-02-12l2tp: Separate tunnel launching from initialisationGuillaume Nault
2013-02-12l2tp: Support for freeing partially initialised tunnelsGuillaume Nault
2013-02-12l2tp: Make l2tp_tunnel_alloc() return a new tunnelGuillaume Nault
2013-02-12l2tp: Add error checking for l2tp_tunnel_alloc()Guillaume Nault
2013-02-12l2tp: Send EV_CTRL_FINISHED only on established sessionsGuillaume Nault
2013-02-06l2tp: Remove unused field "state2" in struct l2tp_sess_tGuillaume Nault
2013-02-06l2tp: Implement outgoing callsGuillaume Nault
2013-02-06l2tp: No automatic CDN before cancelling sessionsGuillaume Nault
2013-01-25cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIXKozlov Dmitry
2013-01-25Fix boolean options parsing in configuration fileGuillaume Nault
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