aboutsummaryrefslogtreecommitdiffstats
path: root/src/libradius/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-0/+7
| | | | | | | | | | The flag is required to convince libtool on Cygwin to build DLLs. But on Windows these shared libraries can not have undefined symbols, so we have to link them explicitly to the libraries they reference. For plugins this is currently not done, so only the monolithic build is supported. The plugin loader wouldn't be able to load DLLs anyway, as it tries to load files that don't exist on Cygwin.
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+2
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* implemented MS_MPPE encryptionAndreas Steffen2012-03-131-1/+2
|
* created libradius shared by eap-radius and tnc-pdp pluginsAndreas Steffen2012-03-131-0/+1
|
* Renamed radius_server to radius_config, as some real RADIUS server ↵Martin Willi2012-03-051-1/+1
| | | | functionality is coming
* Moved generic RADIUS protocol support to a dedicated libradiusMartin Willi2012-03-051-0/+9