aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault on 'ipsec stroke up ]' commandThomas Egerer2010-07-291-0/+5
* Implemented a HA enabled in-memory address poolMartin Willi2010-07-286-4/+468
* Added a function to segmentate a generic integerMartin Willi2010-07-282-18/+48
* Reserving does not work, as our pools do not support acquiring arbitrary addr...Martin Willi2010-07-271-30/+0
* Flush any remaining cache state if an IKE_SA goes downMartin Willi2010-07-271-2/+2
* Synchronize EAP-Identity of remote peerMartin Willi2010-07-264-0/+16
* Reserve virtual IP of passive IKE_SAs in the local poolMartin Willi2010-07-261-0/+30
* Added strongswan.conf options for HA heartbeatMartin Willi2010-07-261-4/+20
* Log CHILD_SA segment responsibilityMartin Willi2010-07-269-18/+95
* Pass initiator parameter to distinguish between original and exchange initiatorMartin Willi2010-07-264-1/+8
* Pass the CREATE_CHILD_SA initiator flag to the child_keys parameterMartin Willi2010-07-261-1/+1
* Use a sync message cache to resynchronize IKE_SAs without rekeyingMartin Willi2010-07-2616-169/+594
* Log received HA message typesMartin Willi2010-07-261-3/+9
* Add enum names for HA message typesMartin Willi2010-07-262-0/+19
* Delay resynchronization request until starter has loaded the configurationsMartin Willi2010-07-261-2/+4
* Replaces in_segment() by a more generic get_segment() functionMartin Willi2010-07-263-17/+13
* Use distinct message types for HA message ID updatesMartin Willi2010-07-264-22/+60
* Migrated ha plugin to INIT/METHOD macrosMartin Willi2010-07-2610-257/+202
* Implemented support for multiple RADIUS serversMartin Willi2010-07-2110-423/+911
* Migrated eap-radius plugin to INIT/METHOD macrosMartin Willi2010-07-214-142/+105
* in a ESP_IN_UDP situation make UDP port available in the updown scriptAndreas Steffen2010-07-171-1/+23
* make xfrm marks available in the updown scriptsAndreas Steffen2010-07-171-1/+44
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-132-9/+15
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-133-6/+6
* Moved X509 ipAddrBlock checking to the addrblock pluginMartin Willi2010-07-134-1/+216
* Moved addrblock plugin to libcharonMartin Willi2010-07-135-0/+293
* Moved credential manager to libstrongswanMartin Willi2010-07-1318-42/+36
* updated SQL templates to support attribute pool and identity parametersAndreas Steffen2010-07-122-1/+29
* Added missing pool parameter in DHCP attribute provider.Tobias Brunner2010-07-121-1/+2
* Do not interpret long class attributes (such as from NPS) as groupMartin Willi2010-07-091-2/+10
* configuration of different marks for inbound and outbound directionAndreas Steffen2010-07-098-13/+25
* Implemented missing bypass_socket() method in load-testers faked kernel inter...Martin Willi2010-07-071-0/+7
* Show mallinfo() data in statusall, if availableMartin Willi2010-07-061-1/+12
* Added missing markt_t in load tester, also migrated to INIT/METHOD macros.Tobias Brunner2010-07-061-89/+58
* Some Doxygen fixes.Tobias Brunner2010-07-0510-13/+11
* Added support for group membership information containted in the RADIUS class...Martin Willi2010-07-051-0/+40
* Use the group constraint in a more generic fashion, not only for attribute ce...Martin Willi2010-07-052-5/+4
* support of xfrm marks for IKEv2Andreas Steffen2010-07-0211-79/+322
* The signature of keystore_get changed again.Tobias Brunner2010-06-281-1/+3
* Compiler warning fixed.Tobias Brunner2010-06-281-1/+3
* Increased the loglevel for the arguments received via Android control socket.Tobias Brunner2010-06-241-1/+1
* Terminate charon from the Android plugin if the tunnel goes down after it was...Tobias Brunner2010-06-241-0/+24
* Initiate the tunnel in the Android plugin asynchronously.Tobias Brunner2010-06-241-6/+39
* Implement the listener_t interface in the Android plugin to track the status ...Tobias Brunner2010-06-242-2/+47
* Helper function added to notify the Android frontend about status changes.Tobias Brunner2010-06-241-4/+14
* Initiate consumes a child_sa reference, so get an additional one.Tobias Brunner2010-06-241-0/+2
* Use the same error code constants as in the Java frontend.Tobias Brunner2010-06-241-1/+15
* Do not install routes in the PF_KEY kernel interface if interface lookup failed.Tobias Brunner2010-06-231-15/+23
* The signature of keystore_get was changed with Android 2.x.Tobias Brunner2010-06-221-2/+12
* Avoid a segmentation fault if opening the Android control socket failed.Tobias Brunner2010-06-221-1/+1