[OpenSIPS-Devel] [OpenSIPS/opensips] 3a5d21: radcli support and radius library autodection from...

ionutrazvanionita ionutionita at opensips.org
Fri May 6 16:27:51 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 3a5d2170ba9dc42d97c3520abf833fe51290fef2
      https://github.com/OpenSIPS/opensips/commit/3a5d2170ba9dc42d97c3520abf833fe51290fef2
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-05-06 (Fri, 06 May 2016)

  Changed paths:
    M Makefile
    M Makefile.defs
    M modules/aaa_radius/aaa_radius.c
    M modules/aaa_radius/rad.c
    M version.h

  Log Message:
  -----------
  radcli support and radius library autodection from makefile
* aaa_radius module can be compiled with radcli library
* Makefile will autodetect the radius library to compile with; the
order is radcli-->freeradius-->radiusclient-ng if more radius
libraries are installed
* new Makefile rule "print_radius_lib"
* if custom library is to be used compile with
RADIUSCLIENT=RADCLI/FREERADIUS/RADIUSCLIENT


  Commit: e00078704ff023f3630f7b7166b77d97519c8250
      https://github.com/OpenSIPS/opensips/commit/e00078704ff023f3630f7b7166b77d97519c8250
  Author: ionutrazvanionita <ionutionita at opensips.org>
  Date:   2016-05-06 (Fri, 06 May 2016)

  Changed paths:
    M modules/aaa_radius/rad.c
    M modules/aaa_radius/rad.h

  Log Message:
  -----------
  [aaa_radius] implement missing function from radcli

	Functions like rc_get_ipaddr are removed from radcli
since they are only compatible with IPv4. Since aaa_radius
implementation is based on this function it had to be rewritten
in our module.


Compare: https://github.com/OpenSIPS/opensips/compare/5e261d7e9f1e...e00078704ff0


More information about the Devel mailing list