Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-10 | radius: extended support for freeradius dictionaries | Dmitry Kozlov | |
2016-01-03 | Update packet.c | liguojiang | |
radius server error packet may be coredump. | |||
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-09-20 | rewrite of authentication/accounting procedures | Dmitry Kozlov | |
This patch gets rid of synchronuos style of authentication/accounting. Synchronous style of authentication/accounting produced sleeping threads which becomes a problem when lots of sessions started/stopped and all they want authorization/accounting. | |||
2014-06-03 | make IPv4 address to string conversions endian friendly | Dmitry Kozlov | |
2014-01-17 | radius: allow creation of zero length attributes | Guillaume Nault | |
Some attributes, like IWF-Session (RFC 4679), may have no payload. Allow the len parameter of rad_packet_add_octets() to be 0 in order to add such attributes (and do the same for rad_packet_change_octets() for API consistency). Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2011-09-05 | radius: use clock_gettime(CLOCK_MONOTONIC) instead of gettimeofday | Kozlov Dmitry | |
2011-08-24 | radius: better radius server fails handling | Kozlov Dmitry | |
2011-08-23 | radius: ipv6 support | Dmitry Kozlov | |
2011-05-30 | 1.3.6 release | Kozlov Dmitry | |
2011-05-30 | rewrited initialization procedure (fix gcc-4.6 builds) | Kozlov Dmitry | |
2011-01-27 | radius: extended statistics calculation | Dmitry Kozlov | |
2011-01-26 | futher memory usage optimization | Dmitry Kozlov | |
2011-01-18 | radius: don't free receive buffer immediatly | Dmitry Kozlov | |
2011-01-17 | memory usage optimization | Dmitry Kozlov | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |