Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-24 | backport 1.7 | Kozlov Dmitry | |
* l2tp: Fix allocation checking when adding octets AVP * cli, tcp: Fix non-NULL terminated string reception * Fix va_end() missing calls * chap-secrets: implemented encryption * auth_pap: make messages like other auth modules * cli: check xmit_buf is not null at enter to write function * pppoe: implemented regular expression support * chap-secrets: implemented encryption * ippool: fixed initialization order * optional shaper compiling * ppp: dns/wins code cleanup | |||
2013-01-24 | merge upstream | Kozlov Dmitry | |
2012-09-05 | generalize interface statistics gathering | Kozlov Dmitry | |
2012-09-05 | Fix format string errors | Guillaume Nault | |
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-08-29 | add 'ppp' filed to CTRL to identify ppp sessions | Kozlov Dmitry | |
2012-08-15 | radius: fixed broken authentication procedure | Kozlov Dmitry | |
2012-08-11 | ipoe: fixed packet output path | Kozlov Dmitry | |
2012-08-03 | fixed complilation for 3.4 kernel | Kozlov Dmitry | |
2012-07-19 | radius: implemented Idle-Timeout | Kozlov Dmitry | |
2012-07-19 | radius: multiple disctionary options support | Kozlov Dmitry | |
2012-07-13 | Merge commit '178b27b0b6d60afdc5039dc3d995f4ad000b5486' | Kozlov Dmitry | |
* commit '178b27b0b6d60afdc5039dc3d995f4ad000b5486': radius: update Class attribute by CoA request | |||
2012-07-13 | radius: update Class attribute by CoA request | Kozlov Dmitry | |
2012-07-11 | radius: fetch interface statistics via netlink | Kozlov Dmitry | |
2012-07-10 | initial session backup implementation | Kozlov Dmitry | |
2012-06-22 | initial ipoe implementation | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-04-30 | ippool: implemented vendor/attr options to specify which radius attribute ↵ | Kozlov Dmitry | |
containes pool name | |||
2012-04-29 | radius: fix reading of req-limit option | Kozlov Dmitry | |
2012-03-11 | radius: add support for MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributes | Kozlov Dmitry | |
2012-03-11 | radius: add Alcatel dictionary | Kozlov Dmitry | |
2012-01-13 | set FD_CLOEXEC on opened file descriptors | Kozlov Dmitry | |
2011-12-27 | core: queue zero-priority context if number of threads is reached maximum | Kozlov Dmitry | |
2011-12-27 | radius: implemented simultaneous requests limiting | Kozlov Dmitry | |
2011-12-27 | radius, ippool: implemented Framed-Pool attribute | Kozlov Dmitry | |
2011-09-20 | radius: restore timeout timer value on each Interim-Update | Kozlov Dmitry | |
2011-09-05 | radius: use clock_gettime(CLOCK_MONOTONIC) instead of gettimeofday | Kozlov Dmitry | |
2011-09-05 | radius: per-server statistics | Kozlov Dmitry | |
2011-09-03 | implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL ↵ | Kozlov Dmitry | |
(default OPENSSL) | |||
2011-09-03 | radius: servers reload | Kozlov Dmitry | |
2011-08-30 | radius: fix incorrect 'out of memory' message | Kozlov Dmitry | |
2011-08-28 | radius: implemented ipv6 prefix delegation support | Kozlov Dmitry | |
2011-08-28 | ipv6: initial dhcpv6 support | Kozlov Dmitry | |
2011-08-24 | radius: load balancing improvement | Kozlov Dmitry | |
2011-08-24 | radius: better radius server fails handling | Kozlov Dmitry | |
2011-08-23 | radius: ipv6 support | Dmitry Kozlov | |
2011-08-23 | ppp: ipv6: multiple prefixes, route option, rdnss option implementation | Kozlov Dmitry | |
2011-08-22 | futher ipv6 work | Kozlov Dmitry | |
2011-08-20 | Merge branch 'ipv6' | Dmitry Kozlov | |
2011-08-19 | snmp support | Kozlov Dmitry | |
2011-08-16 | multiple radius support (testing) | Kozlov Dmitry | |
2011-08-16 | Merge branch 'radius' | Kozlov Dmitry | |
2011-08-16 | multi-radius support | Kozlov Dmitry | |
2011-07-22 | auth_mschap, radius: if radius replies with MS-CHAP-Error attribute send ↵ | Kozlov Dmitry | |
this value in mschap failure message | |||
2011-06-22 | temp | Kozlov Dmitry | |
2011-05-31 | radius: Acct-Delay-Time attribute becomes optional and disabled by default | Kozlov Dmitry | |
2011-05-30 | 1.3.6 release | Kozlov Dmitry | |
2011-05-30 | rewrited initialization procedure (fix gcc-4.6 builds) | Kozlov Dmitry | |
2011-05-25 | radius: fix incorrect reading acct-timeout option | Kozlov Dmitry | |
2011-04-19 | radius: auth_chap_md5: send chap challenge via CHAP-Challenge attribute too | Kozlov Dmitry | |
2011-04-07 | Merge branch 'master' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp |