Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-29 | fix buffer overflow when receive radius packet | Sergey V. Lobanov | |
This patch fixes buffer overflow if radius packet contains invalid atribute length and attrubute type from the following list: ipv4addr, ipv6addr, ipv6prefix or ifid Reported-by: Chloe Ong Reported-by: Eugene Lim <spaceraccoon@users.noreply.github.com> Reported-by: Kar Wei Loh Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2020-10-21 | radius: sanity check for vendor attribute length | Dmitry Kozlov | |
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 | |
2017-12-21 | radius: allocate memory for string attributes | Dmitry Kozlov | |
2017-12-14 | radius: fixed memory leak | Dmitry Kozlov | |
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 | |