summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-02ipoe: intoduced 'password' option to control password generationDmitry Kozlov
2013-10-02ipoe: make it possible to use 'username=ifname' for UP sessionsDmitry Kozlov
2013-10-02ipoe: lua: check for session is dhcpDmitry Kozlov
2013-09-16ipoe: use proper address for L4-redirectDmitry Kozlov
2013-09-09ipoe: fixed sigsegv when interface is without additional optionsDmitry Kozlov
2013-09-06ipoe: send broadcast DHCP packets if BROADCAST flag is setDmitry Kozlov
2013-09-06ipoe: various fixes in relay operationDmitry Kozlov
2013-09-05ipoe: various bug fixesDmitry Kozlov
2013-09-05ipoe: send DHCPNAK for DHCPREQUEST without Server-ID if session is not foundDmitry Kozlov
2013-09-05ipoe: delay vlan removingDmitry Kozlov
2013-09-04ipoe: fixed compilation on 3.10 kernelDmitry Kozlov
2013-09-04ipoe: stop virtual interfaces before stopping vlanDmitry Kozlov
2013-09-03snmp: properly terminate snmp threadDmitry Kozlov
2013-09-03ipoe: do proper loggin of interface optionsDmitry Kozlov
2013-09-02ipoe: another fix for race during receiving relay replyDmitry Kozlov
2013-09-01ipoe: implemented vlan monitorDmitry Kozlov
2013-08-31ipoe: fixed race during receiving relay replyDmitry Kozlov
2013-08-30ipoe: fixed race during session activationKozlov Dmitry
2013-08-28ipoe: add ipset support for l4 redirectKozlov Dmitry
2013-08-28Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeKozlov Dmitry
2013-08-28ipoe: fix driver compilation for newer kernelsKozlov Dmitry
2013-08-28ipoe: fix driver compilation for newer kernelsKozlov Dmitry
2013-08-27shaper: fixed possible race during changing time rangeKozlov Dmitry
2013-08-22shaper: fixed reading 'rate-multiplier'Kozlov Dmitry
2013-08-22ipoe: implemented offer delayingDmitry Kozlov
2013-08-22log: add timestamp for debug fileDmitry Kozlov
2013-08-22libnetlink: move error messages to debug levelDmitry Kozlov
2013-08-15shaper: implemented 'rate-multiplier' option to bring values to kilobits if r...Dmitry Kozlov
2013-08-15radius: implemented sending Account-Request with Acct-Status-Type=Accounting-...Dmitry Kozlov
2013-08-15triton: do not call context close if it is marked as need free (f.e. context ...Dmitry Kozlov
2013-08-14radius: don't assign address if Framed-IP-Address=255.255.255.254Kozlov Dmitry
2013-08-06fixed compiling log_pgsqlDmitry Kozlov
2013-07-31ipoe: use router option from upper dhcp replyDmitry Kozlov
2013-07-26ipoe: turn off kernel-mode proxy-arp on interfaces if proxy-arp=1|2Kozlov Dmitry
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