index
:
accel-ppp-xebd.git
1.10
1.11
1.12
1.7
1.9
master
patch-1
High performance PPTP/L2TP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp-xebd.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel-pppd
/
ctrl
/
l2tp
/
l2tp.c
Age
Commit message (
Expand
)
Author
2013-02-12
l2tp: Add l2tp mode flag (LAC or LNS)
Guillaume Nault
2013-02-12
l2tp: Add WAIT_SCCRP state
Guillaume Nault
2013-02-12
l2tp: Update Ns/Nr handling
Guillaume Nault
2013-02-12
l2tp: Set LNS address with the one really bound to
Guillaume Nault
2013-02-12
l2tp: Remove unused parameter in tunnel allocation
Guillaume Nault
2013-02-12
l2tp: Implement peer authentication
Guillaume Nault
2013-02-12
l2tp: Define function to compute Challenge Response
Guillaume Nault
2013-02-12
l2tp: Use separate function for computing CHAP-MD5
Guillaume Nault
2013-02-12
l2tp: Pass peer address as sockaddr in tunnel alloc.
Guillaume Nault
2013-02-12
l2tp: Display SCCRQ packets in l2tp_recv_SCCRQ()
Guillaume Nault
2013-02-12
l2tp: Pass host address as sockaddr in tunnel alloc.
Guillaume Nault
2013-02-12
l2tp: Alloc tunnels with integer framing cap.
Guillaume Nault
2013-02-12
l2tp: No peer-tid assignment in tunnel allocation
Guillaume Nault
2013-02-12
l2tp: Separate tunnel launching from initialisation
Guillaume Nault
2013-02-12
l2tp: Support for freeing partially initialised tunnels
Guillaume Nault
2013-02-12
l2tp: Make l2tp_tunnel_alloc() return a new tunnel
Guillaume Nault
2013-02-12
l2tp: Add error checking for l2tp_tunnel_alloc()
Guillaume Nault
2013-02-12
l2tp: Send EV_CTRL_FINISHED only on established sessions
Guillaume Nault
2013-02-06
l2tp: Remove unused field "state2" in struct l2tp_sess_t
Guillaume Nault
2013-02-06
l2tp: Implement outgoing calls
Guillaume Nault
2013-02-06
l2tp: No automatic CDN before cancelling sessions
Guillaume Nault
2013-01-25
Fix boolean options parsing in configuration file
Guillaume Nault
2013-01-25
l2tp: Fix the connect() call when allocating tunnels
Guillaume Nault
2013-01-25
l2tp: Close tunnel handler's FD if TID assignment fails
Guillaume Nault
2013-01-25
l2tp: Always acknowledge SCCCN messages
Guillaume Nault
2013-01-25
l2tp: Acknowledge CDN messages
Guillaume Nault
2013-01-25
l2tp: Avoid sending CDN with reserved result value
Guillaume Nault
2013-01-25
l2tp: Register sessions timers in sessions context
Guillaume Nault
2013-01-25
l2tp: Fix PPP session disconnection
Guillaume Nault
2013-01-25
l2tp: Perform session disconnection in ppp context
Guillaume Nault
2013-01-25
l2tp: Fix race condition when removing sessions
Guillaume Nault
2013-01-25
l2tp: Ensure sessions always have a valid parent tunnel
Guillaume Nault
2013-01-24
merge upstream
Kozlov Dmitry
2012-09-09
l2tp: send CDN in tunnel context
Kozlov Dmitry
2012-09-09
l2tp: prefix connection logs with lac ip:port
Kozlov Dmitry
2012-09-07
L2TP: Re-enable per session logs
Guillaume Nault
2012-09-07
L2TP: Handle multiple sessions per tunnel
Guillaume Nault
2012-09-07
L2TP: Use different connection timers for tunnels and sessions
Guillaume Nault
2012-09-07
L2TP: Allocate new sessions after receiving ICRQ messages
Guillaume Nault
2012-09-07
L2TP: Modify prototype of functions acting only on sessions
Guillaume Nault
2012-09-07
L2TP: Close only session (not tunnel) after a PPP disconnection
Guillaume Nault
2012-09-07
L2TP: Start sending HELLO messages upon tunnel connection
Guillaume Nault
2012-09-07
L2TP: Add standalone StopCCN message sending function
Guillaume Nault
2012-09-07
L2TP: Terminate sessions without closing tunnel
Guillaume Nault
2012-09-07
L2TP: Use different states for handling sessions and tunnels
Guillaume Nault
2012-09-07
L2TP: Separate session and tunnel connection code
Guillaume Nault
2012-09-07
L2TP: Rename function that frees connection strutures
Guillaume Nault
2012-09-07
L2TP: Define and use dedicated function to free sessions
Guillaume Nault
2012-09-07
L2TP: Add session specific allocation function
Guillaume Nault
2012-09-07
L2TP: Add new structure to store session specific data
Guillaume Nault
[prev]
[next]