summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-26Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeKozlov Dmitry
2013-07-26ipoe: fixed route deletion (pass proper proto)Kozlov Dmitry
2013-07-24triton: Fix race upon terminationGuillaume Nault
2013-07-24ppp: Use link local IPv6 prefix by default during IPv6CPGuillaume Nault
2013-07-24l2tp: Add the ppp-max-mtu optionGuillaume Nault
2013-07-24ipoe: add missing EV_SES_AUTHORIZED event firingDmitry Kozlov
2013-07-19ipoe: add missing EV_CTRL_FINISHED event firingDmitry Kozlov
2013-07-18l2tp: use asprintf() to set sessions channel namesGuillaume Nault
2013-07-18memdbg: Implement asprintf()Guillaume Nault
2013-07-18memdbg: Accept short strings in md_strndup()Guillaume Nault
2013-07-18memdbg: Handle memory allocation failures in strdup()Guillaume Nault
2013-07-18memdbg: improve md_realloc() compliance with plain realloc()Guillaume Nault
2013-07-18memdbg: Allow NULL pointer as argument to freeGuillaume Nault
2013-07-18memdbg: Handle memory allocation failuresGuillaume Nault
2013-07-05auth_chap: fixed incorrect check for received buffer sizeDmitry Kozlov
2013-06-30mempool: set/check magic only if MEMDEBUG definedDmitry Kozlov
2013-06-30Revert "mempool: set/check magic only if MEMDEBUG defined"Dmitry Kozlov
2013-06-30mempool: set/check magic only if MEMDEBUG definedDmitry Kozlov
2013-06-29session: Remove unused call to time()Guillaume Nault
2013-06-29l2tp: Close tunnel's PPPoL2TP socketGuillaume Nault
2013-06-29l2tp: Unset ephemeral ports by defaultGuillaume Nault
2013-06-29pppoe: Fix mppe option sectionGuillaume Nault
2013-06-29connlimit: Initialise connlimit key (MAC)Guillaume Nault
2013-06-26ipoe: send arp reply only for authorized sessionsKozlov Dmitry
2013-06-23ipoe: fixed detection of opt82 change (v2)Dmitry Kozlov
2013-06-23ipoe: fixed detection of opt82 changeDmitry Kozlov
2013-06-22ipoe: arp: fixed missing mutex unlockDmitry Kozlov
2013-06-22ipoe: add missing arp.cDmitry Kozlov
2013-06-22ipoe: introduced proxy-arp optionDmitry Kozlov
2013-06-21remove unnecessary read interface statistics during session terminationDmitry Kozlov
2013-06-14connlimit: Fix size of memcpy() for MAC addressGuillaume Nault
2013-06-13ipoe: introduced 'proto' option that will be used for inserted routesDmitry Kozlov
2013-06-11ipoe: fixed mask calculation for gw-ip-addressDmitry Kozlov
2013-06-11fixed 'restart' commnd (stops all sessions, then do restart)Kozlov Dmitry
2013-06-11Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeKozlov Dmitry
2013-06-11ipoe: introduced 'gw-ip-address=x.x.x.x/mask' option to use it as server addr...Kozlov Dmitry
2013-06-11Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2013-06-11ipoe: add per-interface 'src' option (use it as source in route)Dmitry Kozlov
2013-06-07ppp: handle LCP DiscardReqKozlov Dmitry
2013-06-06doc: Fix a few rendering issues in manpageGuillaume Nault
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-04use /var/lib/accel-ppp instead /var/run/accel-pppKozlov 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