summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl
AgeCommit message (Expand)Author
2013-06-11ipoe: add per-interface 'src' option (use it as source in route)Dmitry Kozlov
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-04ipoe: check opt82 changeKozlov Dmitry
2013-06-04Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeKozlov Dmitry
2013-05-31ipoe: change level of session start/finish messagesKozlov Dmitry
2013-05-31pptp,l2tp: bind to port optionsKozlov Dmitry
2013-05-23cli: fixed 'restart' command (do soft restart, i.e. terminate sessions by def...Dmitry Kozlov
2013-05-23ipoe: implemented nat option (default 0)Dmitry Kozlov
2013-05-01l2tp: Fix PPP channel nameGuillaume Nault
2013-04-26ipoe: fix dhcp release handlingKozlov Dmitry
2013-04-25ipoe: do not control shared interfacesKozlov Dmitry
2013-04-25ipoe: detect giaddr if not specifiedKozlov Dmitry
2013-04-22ipoe: add relay port to config (relay=addr[:port])Dmitry Kozlov
2013-04-22ipoe: use interface's ifindex as Nas-PortDmitry Kozlov
2013-04-22l2tp: Check for connection limits upon session creation requestsGuillaume Nault
2013-04-22ipoe: start dhcp socket on ipoe interfaces for unicast dhcp messagesDmitry Kozlov
2013-04-19ipoe: fixed start=dhcpv4,shared=1 modeKozlov Dmitry
2013-04-19Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeKozlov Dmitry
2013-04-19ipoe: accept packets only from specified interfacesKozlov Dmitry
2013-04-19ipoe: fix local-net handlingKozlov Dmitry
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-04-15ipoe: fixed ses->client_id and ses->relay_agent initializationDmitry Kozlov
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-18ipoe: make ipv4 address visible for other modulesDmitry Kozlov
2013-03-18ipoe: add support for ipaddr typeo of dhcp-mask attributeDmitry Kozlov
2013-03-18ipoe: fixed username=ifname, shared=0 modeDmitry Kozlov
2013-03-18ipoe: early drop routes when dropping sessions (V3)Dmitry Kozlov
2013-03-18Revert "ipoe: early drop routes when dropping sessions (V2)"Dmitry Kozlov