summaryrefslogtreecommitdiff
path: root/accel-pppd
AgeCommit message (Expand)Author
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-17doc: Document the [cli] section of config fileGuillaume Nault
2013-02-17cli: Add the sessions-columns configuration optionGuillaume Nault
2013-02-17cli: Fix "show sessions" if no column to displayGuillaume Nault
2013-02-13l2tp: Flush ack-ed messages from retransmission queueGuillaume Nault
2013-02-13l2tp: Implement outgoing call receptionGuillaume Nault
2013-02-13l2tp: Fix Result Code AVP byte orderGuillaume Nault
2013-02-13l2tp: Take StopCCN's AVPs into accountGuillaume Nault
2013-02-13l2tp: Acknowledge SLI messagesGuillaume Nault
2013-02-13l2tp: Fix RFC 2661 and RFC 3931 dictionariesGuillaume Nault
2013-02-13l2tp: Declare message receptions attributes as constGuillaume Nault
2013-02-13l2tp: Define message type attribute as constantGuillaume Nault
2013-02-13l2tp: Define packet as constant in reception functionsGuillaume Nault
2013-02-13l2tp: Add const qualifier to packet allocation functionGuillaume Nault
2013-02-13l2tp: Define option variables as constantGuillaume Nault
2013-02-13l2tp: Add const qualifier for l2tp_packet_print()Guillaume Nault
2013-02-13cli: Notify user of failed commandsGuillaume Nault
2013-02-13l2tp: Check for IP range before creating new tunnelsGuillaume Nault
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-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