summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/l2tp
AgeCommit message (Expand)Author
2013-06-06l2tp: Add src/dst port selection for creating tunnelsGuillaume Nault
2013-06-06l2tp: Optionally deactivate ephemeral portsGuillaume Nault
2013-06-06l2tp: Revert to automatic source port selectionGuillaume Nault
2013-06-06l2tp: Define conf_port as staticGuillaume Nault
2013-06-04Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeKozlov Dmitry
2013-05-31pptp,l2tp: bind to port optionsKozlov Dmitry
2013-05-01l2tp: Fix PPP channel nameGuillaume Nault
2013-04-22l2tp: Check for connection limits upon session creation requestsGuillaume Nault
2013-04-17l2tp: Handle 64 bits attributesGuillaume Nault
2013-04-17l2tp: Use random length Challenge AVPGuillaume Nault
2013-04-17l2tp: Full hidden AVPs supportGuillaume Nault
2013-04-17utils: Add random buffer generation functionGuillaume Nault
2013-04-17l2tp: Handle incoming hidden AVPsGuillaume Nault
2013-04-17l2tp: Store length of conf_secretGuillaume Nault
2013-04-17l2tp: Fix endianness of 64 bits AVPs (reception)Guillaume Nault
2013-04-17l2tp: Fix double string AVP copyGuillaume Nault
2013-03-28l2tp: Add general packet processing log messagesGuillaume Nault
2013-03-28l2tp: Log packet retransmission informationGuillaume Nault
2013-03-28l2tp: Log all discarded messages in the same wayGuillaume Nault
2013-03-28l2tp: Log session establishment/disconnection informationGuillaume Nault
2013-03-28l2tp: Log tunnel establishment/disconnection informationGuillaume Nault
2013-03-28l2tp: Use consistent packet logging policyGuillaume Nault
2013-03-28l2tp: Handle WEN messagesGuillaume Nault
2013-03-28l2tp: Avoid tunnel destruction when possibleGuillaume Nault
2013-03-28l2tp: Parse incoming CDN messagesGuillaume Nault
2013-03-28l2tp: Handle allocation failure in l2tp_session_connect()Guillaume Nault
2013-03-28l2tp: Use consistent return values for l2tp_{recv, send}*()Guillaume Nault
2013-03-28l2tp: Remove some redundant log messagesGuillaume Nault
2013-03-28l2tp: Simplify some function call sequencesGuillaume Nault
2013-03-16l2tp: Don't close tunnel upon error on HELLOGuillaume Nault
2013-03-16l2tp: Notify peer upon tunnel/session timeoutGuillaume Nault
2013-03-16l2tp: Don't depent on StopCCN for tunnel disconnectionGuillaume Nault
2013-03-16l2tp: Improve error handling of duplicate messagesGuillaume Nault
2013-03-16l2tp: Free tunnels that couldn't startGuillaume Nault
2013-03-16l2tp: Fix early message sending during tunnel establishmentGuillaume Nault
2013-03-16l2tp: Centralise management of tunnel establishment timersGuillaume Nault
2013-03-16l2tp: Centralise management of session establishment timersGuillaume Nault
2013-03-16l2tp: Dedicated function for replying to incomming callsGuillaume Nault
2013-03-16l2tp: Merge incomming and outgoing session startingGuillaume Nault
2013-03-16l2tp: Centralise new session launchingGuillaume Nault
2013-03-16l2tp: Send CDN in tunnel contextGuillaume Nault
2013-03-16l2tp: Use tunnel/session specific sending functionsGuillaume Nault
2013-03-15l2tp: Display error message when tunnel creation fails (CLI)Guillaume Nault
2013-03-15l2tp: Display error message when session creation fails (CLI)Guillaume Nault
2013-03-15l2tp: Strict error management in start_udp_server()Guillaume Nault
2013-03-15l2tp: Allocate memory with functions from memdebug.hGuillaume Nault
2013-03-15l2tp: Handle l2tp_session_free() failuresGuillaume Nault
2013-03-15l2tp: Use tunnel/session logging functionsGuillaume Nault
2013-02-13l2tp: Flush ack-ed messages from retransmission queueGuillaume Nault
2013-02-13l2tp: Implement outgoing call receptionGuillaume Nault