Age | Commit message (Expand) | Author |
2018-12-20 | radius: specify gateway in iproute_del() | Guillaume Nault |
2018-12-20 | iputils: add 'src' and 'gw' parameters to iproute_del() | Guillaume Nault |
2018-12-04 | radius: implement Framed-IPv6-Route attribute | Guillaume Nault |
2018-11-12 | ipcp: fix uninitialised memory access when negociating *-NBNS-Address | Guillaume Nault |
2018-11-12 | ipcp: fix uninitialised memory access when negociating *-DNS-Address | Guillaume Nault |
2018-10-26 | radius: make radius.h self-contained | Guillaume Nault |
2018-04-12 | radius: initialize rad_attr_t::raw field on newly inserted attributes | Dmitry Kozlov |
2018-04-06 | radius: allow CoA/DM by single username attribute | Dmitry Kozlov |
2018-03-04 | fix possible null pointer dereferences | Vladislav Grishenko |
2018-02-21 | radius: add support for route priority (metric) in Framed-Route | Guillaume Nault |
2018-02-19 | radius: fixed invalid behaviour when route to radius server is not existing | Dmitry Kozlov |
2017-12-26 | reworked context priorities | Dmitry Kozlov |
2017-12-21 | radius: allocate memory for string attributes | Dmitry Kozlov |
2017-12-14 | radius: fixed memory leak | Dmitry Kozlov |
2017-12-07 | cmake: set INSTALL_RPATH for radius module | Dmitry Kozlov |
2017-10-17 | radius: implemented lua support | Dmitry Kozlov |
2017-10-09 | radius: split request queue to 2 subqueues | Dmitry Kozlov |
2016-12-10 | radius: extended support for freeradius dictionaries | Dmitry Kozlov |
2016-07-09 | radius: do not execute interface rename immediately, store new name for later... | Dmitry Kozlov |
2016-06-25 | radius: do not send NAS-Port and NAS-Port-Id if they are undefined | Dmitry Kozlov |
2016-06-07 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov |
2016-06-07 | radius: update Session-Timeout by CoA | Dmitry Kozlov |
2016-06-02 | radius: initialise ipv6db addresses completely | Guillaume Nault |
2016-05-31 | Fixup - don't divide on unchecked values. Multiply instead. | Mihail Vasilev |
2016-04-30 | radius: add Delegated-IPv6-Prefix to accounting packets | Dmitry Kozlov |
2016-04-06 | radius: do not mark request as active if send function fails | Dmitry Kozlov |
2016-03-18 | ipoe: implemented new option "start=auto" | Dmitry Kozlov |
2016-01-03 | Update packet.c | liguojiang |
2016-01-03 | radius: implemented handling of Framed-Route attribute | Dmitry Kozlov |
2015-02-21 | radius: override session's idle and timeout timers values by Idle-Timeout and... | Dmitry Kozlov |
2015-02-20 | ppp: set unit_idx from NAS_Port attribute if present | François Cachereul |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov |
2014-11-11 | radius: add missing log_switch | Dmitry Kozlov |
2014-11-10 | radius: disable read handler when put req into wait queue (fixes race conditi... | Dmitry Kozlov |
2014-11-10 | radius: fixed bug | Dmitry Kozlov |
2014-11-05 | radius: early ipv6_dp assignment | Dmitry Kozlov |
2014-10-29 | radius: fix call to memset on rdp->auth_ctx | François Cachereul |
2014-10-28 | radius: fixed server reallocation for timed out requests | Dmitry Kozlov |
2014-10-23 | radius: fixed stuck during shutdown when radius server does not respond | Dmitry Kozlov |
2014-10-23 | radius: introduced max-fail option | Dmitry Kozlov |
2014-10-23 | radius: fixed backup radius selection | Dmitry Kozlov |
2014-10-23 | radius: fixed server reallocation for queued requests if current server does ... | Dmitry Kozlov |
2014-10-22 | radius: check for previous request was finished in interim update timer | Dmitry Kozlov |
2014-10-06 | radius: fixed Accounting-On/Accounting-Off functionality | Dmitry Kozlov |
2014-10-04 | radius: various bug fixes | Dmitry Kozlov |
2014-10-03 | get rid of time(), use clock_gettime(CLOCK_MONOTONIC) instead | Dmitry Kozlov |
2014-09-30 | radius: fixed handling deferred requests | Dmitry Kozlov |
2014-09-26 | radius: cancel starting accounting request if session terminated before serve... | Dmitry Kozlov |
2014-09-23 | radius: fixed counting of active requests | Dmitry Kozlov |
2014-09-22 | fixed compilation warnings | Dmitry Kozlov |