Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | remove leading zero in ASN.1 encoded serial numbers | Andreas Steffen | 2012-04-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | moved chunk_skip_zero to chunk.h | Andreas Steffen | 2012-04-03 | 1 | -2/+3 | |
| | | | ||||||
* | | | Doxygen fixes. | Tobias Brunner | 2012-04-03 | 2 | -2/+2 | |
| | | | ||||||
* | | | Don't cast second argument of mem_printf_hook (%b) to size_t. | Tobias Brunner | 2012-03-27 | 3 | -10/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also treat the given number as unsigned int. Due to the printf hook registration the second argument of mem_printf_hook (if called via printf etc.) is always of type int*. Casting this to a size_t pointer and then dereferencing that as int does not work on big endian machines if int is smaller than size_t (e.g. on ppc64). In order to make this change work if the argument is of a type larger than int, size_t for instance, the second argument for %b has to be casted to (u_)int. | |||||
* | | | smp: Use proper signed type to get return value of read(2). | Tobias Brunner | 2012-03-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Don't include individual glib headers in nm plugin. | Tobias Brunner | 2012-03-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Expections are glib/gi18n.h, glib/gi18n-lib.h, glib/gprintf.h and glib/gstdio.h. | |||||
* | | | fixed parsing of IF-MAP SOAP responses | Andreas Steffen | 2012-03-21 | 1 | -35/+30 | |
|/ / | ||||||
* | | added the strongswan.conf options of the tnc-pdp plugin | Andreas Steffen | 2012-03-16 | 1 | -1/+1 | |
| | | ||||||
* | | eliminate unneeded private variable | Andreas Steffen | 2012-03-14 | 1 | -3/+3 | |
| | | ||||||
* | | use MAX_RADIUS_ATTRIBUTE_SIZE constant from radius_message header file | Andreas Steffen | 2012-03-14 | 2 | -4/+3 | |
| | | ||||||
* | | make the mppe salt unique | Andreas Steffen | 2012-03-14 | 1 | -8/+18 | |
| | | ||||||
* | | implemented MS_MPPE encryption | Andreas Steffen | 2012-03-13 | 1 | -14/+93 | |
| | | ||||||
* | | use RADIUS_TUNNEL_TYPE_ESP defined in header file | Andreas Steffen | 2012-03-13 | 1 | -3/+1 | |
| | | ||||||
* | | implemented RADIUS Filter-ID attribute | Andreas Steffen | 2012-03-13 | 3 | -24/+87 | |
| | | ||||||
* | | removed double library entry | Andreas Steffen | 2012-03-13 | 1 | -2/+0 | |
| | | ||||||
* | | adapted debug output | Andreas Steffen | 2012-03-13 | 1 | -1/+1 | |
| | | ||||||
* | | keep a list of RADIUS connections with EAP method states | Andreas Steffen | 2012-03-13 | 4 | -12/+320 | |
| | | ||||||
* | | apply maximum RADIUS attribute size to outbound EAP messages | Andreas Steffen | 2012-03-13 | 1 | -0/+9 | |
| | | ||||||
* | | read PDP server name from strongswan.conf | Andreas Steffen | 2012-03-13 | 1 | -7/+29 | |
| | | ||||||
* | | define MAX_RADIUS_ATTRIBUTE_SIZE | Andreas Steffen | 2012-03-13 | 1 | -4/+5 | |
| | | ||||||
* | | define peer and server identities | Andreas Steffen | 2012-03-13 | 1 | -2/+9 | |
| | | ||||||
* | | added EAP_SUCCESS/FAILURE message to RADIUS Accept/Reject | Andreas Steffen | 2012-03-13 | 1 | -2/+7 | |
| | | ||||||
* | | added msg_auth flag in radius_message_t sign() method | Andreas Steffen | 2012-03-13 | 2 | -2/+2 | |
| | | ||||||
* | | simple RADIUS server example works | Andreas Steffen | 2012-03-13 | 1 | -14/+187 | |
| | | ||||||
* | | first use of libradius | Andreas Steffen | 2012-03-13 | 1 | -2/+2 | |
| | | ||||||
* | | created libradius shared by eap-radius and tnc-pdp plugins | Andreas Steffen | 2012-03-13 | 3 | -2/+19 | |
| | | ||||||
* | | created tnc-pdp policy decision point plugin | Andreas Steffen | 2012-03-13 | 5 | -0/+457 | |
| | | ||||||
* | | Fixed crash and locking issues while unrouting connections via stroke | Martin Willi | 2012-03-13 | 1 | -7/+8 | |
| | | ||||||
* | | Clear peer addresses during HA update. | Tobias Brunner | 2012-03-09 | 1 | -1/+6 | |
| | | ||||||
* | | Renamed list of additional peer addresses as it now stores all known addresses. | Tobias Brunner | 2012-03-09 | 4 | -9/+8 | |
| | | ||||||
* | | Include radattr RADIUS attribute only if an EAP payload is present | Martin Willi | 2012-03-06 | 1 | -1/+2 | |
| | | ||||||
* | | By default include radattr RADIUS attribute in any IKE_AUTH exchange | Martin Willi | 2012-03-06 | 1 | -2/+3 | |
| | | ||||||
* | | farp plugin sends ARP responses for any tunneled address, not only virtual IPs | Martin Willi | 2012-03-06 | 3 | -81/+91 | |
| | | ||||||
* | | Renamed radius_server to radius_config, as some real RADIUS server ↵ | Martin Willi | 2012-03-05 | 1 | -29/+29 | |
| | | | | | | | | functionality is coming | |||||
* | | Prefer EAP-Identity to read radattr RADIUS attribute file | Martin Willi | 2012-03-05 | 1 | -2/+11 | |
| | | ||||||
* | | Inject RADIUS attribute in radattr plugin read from an identity specific file | Martin Willi | 2012-03-05 | 1 | -0/+92 | |
| | | ||||||
* | | Added a radattr plugin that prints any received RADIUS notify to console | Martin Willi | 2012-03-05 | 5 | -0/+301 | |
| | | ||||||
* | | Moved generic RADIUS protocol support to a dedicated libradius | Martin Willi | 2012-03-05 | 15 | -1839/+55 | |
| | | ||||||
* | | Removed libcharon dependencies from generic RADIUS protocol support | Martin Willi | 2012-03-05 | 4 | -3/+10 | |
| | | ||||||
* | | Forward specifcied RADIUS attributes between AAA backend and client | Martin Willi | 2012-03-05 | 5 | -0/+545 | |
| | | ||||||
* | | Implemented RADIUS DAE response retransmission | Martin Willi | 2012-03-05 | 1 | -21/+126 | |
| | | ||||||
* | | Process RADIUS DAE CoA updates, updating lifetimes | Martin Willi | 2012-03-05 | 1 | -2/+91 | |
| | | ||||||
* | | Use faster ike_sa_id and a delete job to handle RADIUS DAE Delete-Request | Martin Willi | 2012-03-05 | 1 | -6/+8 | |
| | | ||||||
* | | Refactored RADIUS DAE IKE_SA lookup | Martin Willi | 2012-03-05 | 1 | -17/+41 | |
| | | ||||||
* | | Pass RADIUS DAE client address a host_t instead of sockaddr struct | Martin Willi | 2012-03-05 | 1 | -22/+25 | |
| | | ||||||
* | | Send RADIUS DAE Disconnect-ACK/NAK on Disconnect-Request | Martin Willi | 2012-03-05 | 1 | -5/+45 | |
| | | ||||||
* | | Support signing of RADIUS response messages | Martin Willi | 2012-03-05 | 3 | -15/+26 | |
| | | ||||||
* | | Act on RADIUS DAE Disconnect requests | Martin Willi | 2012-03-05 | 1 | -1/+56 | |
| | | ||||||
* | | Verify received RADIUS DAE requests | Martin Willi | 2012-03-05 | 1 | -9/+51 | |
| | | ||||||
* | | Support verification of RADIUS request messages | Martin Willi | 2012-03-05 | 2 | -3/+10 | |
| | |