summaryrefslogtreecommitdiff
path: root/accel-pppd
AgeCommit message (Expand)Author
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-12cli: Skip leading spaces before calling regexp cmdsGuillaume Nault
2013-02-12pppoe: Improve help message displayGuillaume Nault
2013-02-12cli: Handle arguments to the "help" commandGuillaume Nault
2013-02-12cli: Modify regexp command handler registrationGuillaume Nault
2013-02-12cli: Improve word splitting functionsGuillaume Nault
2013-02-12cli: Pass complete command line to regexp handlersGuillaume Nault
2013-02-12cli: Use dedicated "help" command handlerGuillaume Nault
2013-02-12cli: Fix regexp command handlingGuillaume 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-02-06utils: Add function for strict str to int conversionGuillaume Nault
2013-02-06build: Set ACCEL_PPP_VERSION in top level cmake fileGuillaume Nault
2013-02-05ipoe: do not assign ip to interface if shared=0 and ifcfg=0 (ip unnumbered)Kozlov Dmitry
2013-02-01ipoe: update lease time and mask on each relay replyKozlov Dmitry
2013-01-28ipoe: implemented noauth optionKozlov Dmitry
2013-01-28ipoe: changed assignment of Server-ID and Router optionsKozlov Dmitry
2013-01-26ipoe: various fixesKozlov Dmitry
2013-01-26ipoe: insert opt82 to each relay packetKozlov Dmitry
2013-01-26Revert "ipoe: insert opt82 to each relay packet"Kozlov Dmitry
2013-01-26ipoe: insert opt82 to each relay packetKozlov Dmitry
2013-01-25ipoe: fix compilation errorKozlov Dmitry
2013-01-25ipoe: always assign IP address in mode=L2Kozlov Dmitry
2013-01-25Revert "ipoe: assign giaddr to interface only if mode=L3"Kozlov Dmitry
2013-01-25ipoe: assign giaddr to interface only if mode=L3Kozlov Dmitry
2013-01-25ipoe: properly insert option 82 before ENDKozlov Dmitry
2013-01-25ipoe: add missing LIB_SUFFIX to install pathKozlov Dmitry
2013-01-25ipoe: insert option 82 to relay requestKozlov Dmitry
2013-01-25fix typo LIB_SIFFIX -> LIB_SUFFIXKozlov Dmitry
2013-01-25cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIXKozlov Dmitry
2013-01-25Proper logging of LCP Magic-NumbersAleksey Zhukov
2013-01-25Do not segfault on RADIUS failures during interimAleksey Zhukov
2013-01-25Fix boolean options parsing in configuration fileGuillaume Nault