Age | Commit message (Expand) | Author |
2013-12-24 | Revert "ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false s... | Dmitry Kozlov |
2013-12-24 | ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false start war... | Vladislav Grishenko |
2013-10-29 | l2tp: Don't send Assigned Sesssion ID in ICCN | Guillaume Nault |
2013-10-29 | l2tp: No iprange check for locally created tunnels | Guillaume Nault |
2013-10-03 | Introduce per-ctrl 'ip-pool' option to be used as default IP pool name which ... | Dmitry Kozlov |
2013-10-02 | l2tp: introduce data packet sequencing and reorder timeout support | Vladislav Grishenko |
2013-07-24 | l2tp: Add the ppp-max-mtu option | Guillaume Nault |
2013-07-18 | l2tp: use asprintf() to set sessions channel names | Guillaume Nault |
2013-06-29 | l2tp: Close tunnel's PPPoL2TP socket | Guillaume Nault |
2013-06-29 | l2tp: Unset ephemeral ports by default | Guillaume Nault |
2013-06-06 | l2tp: Add src/dst port selection for creating tunnels | Guillaume Nault |
2013-06-06 | l2tp: Optionally deactivate ephemeral ports | Guillaume Nault |
2013-06-06 | l2tp: Revert to automatic source port selection | Guillaume Nault |
2013-06-06 | l2tp: Define conf_port as static | Guillaume Nault |
2013-06-04 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Kozlov Dmitry |
2013-05-31 | pptp,l2tp: bind to port options | Kozlov Dmitry |
2013-05-01 | l2tp: Fix PPP channel name | Guillaume Nault |
2013-04-22 | l2tp: Check for connection limits upon session creation requests | Guillaume Nault |
2013-04-17 | l2tp: Handle 64 bits attributes | Guillaume Nault |
2013-04-17 | l2tp: Use random length Challenge AVP | Guillaume Nault |
2013-04-17 | l2tp: Full hidden AVPs support | Guillaume Nault |
2013-04-17 | utils: Add random buffer generation function | Guillaume Nault |
2013-04-17 | l2tp: Handle incoming hidden AVPs | Guillaume Nault |
2013-04-17 | l2tp: Store length of conf_secret | Guillaume Nault |
2013-04-17 | l2tp: Fix endianness of 64 bits AVPs (reception) | Guillaume Nault |
2013-04-17 | l2tp: Fix double string AVP copy | Guillaume Nault |
2013-03-28 | l2tp: Add general packet processing log messages | Guillaume Nault |
2013-03-28 | l2tp: Log packet retransmission information | Guillaume Nault |
2013-03-28 | l2tp: Log all discarded messages in the same way | Guillaume Nault |
2013-03-28 | l2tp: Log session establishment/disconnection information | Guillaume Nault |
2013-03-28 | l2tp: Log tunnel establishment/disconnection information | Guillaume Nault |
2013-03-28 | l2tp: Use consistent packet logging policy | Guillaume Nault |
2013-03-28 | l2tp: Handle WEN messages | Guillaume Nault |
2013-03-28 | l2tp: Avoid tunnel destruction when possible | Guillaume Nault |
2013-03-28 | l2tp: Parse incoming CDN messages | Guillaume Nault |
2013-03-28 | l2tp: Handle allocation failure in l2tp_session_connect() | Guillaume Nault |
2013-03-28 | l2tp: Use consistent return values for l2tp_{recv, send}*() | Guillaume Nault |
2013-03-28 | l2tp: Remove some redundant log messages | Guillaume Nault |
2013-03-28 | l2tp: Simplify some function call sequences | Guillaume Nault |
2013-03-16 | l2tp: Don't close tunnel upon error on HELLO | Guillaume Nault |
2013-03-16 | l2tp: Notify peer upon tunnel/session timeout | Guillaume Nault |
2013-03-16 | l2tp: Don't depent on StopCCN for tunnel disconnection | Guillaume Nault |
2013-03-16 | l2tp: Improve error handling of duplicate messages | Guillaume Nault |
2013-03-16 | l2tp: Free tunnels that couldn't start | Guillaume Nault |
2013-03-16 | l2tp: Fix early message sending during tunnel establishment | Guillaume Nault |
2013-03-16 | l2tp: Centralise management of tunnel establishment timers | Guillaume Nault |
2013-03-16 | l2tp: Centralise management of session establishment timers | Guillaume Nault |
2013-03-16 | l2tp: Dedicated function for replying to incomming calls | Guillaume Nault |
2013-03-16 | l2tp: Merge incomming and outgoing session starting | Guillaume Nault |
2013-03-16 | l2tp: Centralise new session launching | Guillaume Nault |