strongswan/src/libradius
Tobias Brunner 9af44ef5d9 Build all shared libraries with -no-undefined and link them properly
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.
2013-09-12 01:44:49 +02:00
..
Makefile.am Build all shared libraries with -no-undefined and link them properly 2013-09-12 01:44:49 +02:00
radius_client.c Send NAS-Port, NAS-IP and Calling/Called-Station-ID in Access-Request 2013-03-13 15:20:11 +01:00
radius_client.h Renamed radius_server to radius_config, as some real RADIUS server functionality is coming 2012-03-05 18:31:30 +01:00
radius_config.c Moved data structures to new collections subfolder 2012-10-24 16:00:49 +02:00
radius_config.h Renamed radius_server to radius_config, as some real RADIUS server functionality is coming 2012-03-05 18:31:30 +01:00
radius_message.c libradius: support encryption of User-Password attributes 2013-07-29 09:00:48 +02:00
radius_message.h libradius: refactor generic RADIUS en-/decryption function to a message method 2013-07-29 09:00:48 +02:00
radius_mppe.h straightene radius_mppe header file 2012-03-14 06:52:26 +01:00
radius_socket.c libradius: refactor generic RADIUS en-/decryption function to a message method 2013-07-29 09:00:48 +02:00
radius_socket.h Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +02:00