aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merged libpts into libimcvAndreas Steffen2014-10-05158-430/+229
* Added out message queue for imv_msg receive methodAndreas Steffen2014-10-058-86/+81
* Implemented IF-M segmentationAndreas Steffen2014-10-0524-320/+1660
* Added request variable to get_info_string methodAndreas Steffen2014-10-035-11/+12
* Implemented IF-M segmentation contractsAndreas Steffen2014-10-0332-63/+1354
* Allow to treat specified Attribute-Type-Not-Supported errors as non-fatalAndreas Steffen2014-10-0310-16/+110
* starter: Allow specifying the ipsec.conf location in strongswan.confShea Levy2014-10-021-1/+2
* stroke: Allow specifying the ipsec.secrets location in strongswan.confShea Levy2014-10-022-5/+17
* library: Allow specifying the path to strongswan.conf in the STRONGSWAN_CONF ...Shea Levy2014-10-021-1/+1
* Don't fail to install if sysconfdir isn't writableShea Levy2014-09-261-1/+1
* ikev1: Be more verbose if a peer config would match, but is unusable for ModeMartin Willi2014-09-251-0/+12
* ikev2: Reorder task activation for established IKE SAsTobias Brunner2014-09-251-11/+11
* Revert "ikev2: Insert MOBIKE tasks at the front of the queue"Tobias Brunner2014-09-251-6/+1
* curl: For SSL features, depend on thread-safety provided by our crypto pluginsMartin Willi2014-09-243-7/+57
* curl: Dynamically query supported protocols and register appropriate featuresMartin Willi2014-09-241-10/+64
* leak-detective: Whitelist libssl SSL_COMP_get_compression_methods()Martin Willi2014-09-241-0/+2
* curl: Try to initialize with SSL support to handle https:// URIsMartin Willi2014-09-241-1/+6
* watcher: Add a method to query the watcher stateMartin Willi2014-09-242-7/+45
* kernel-netlink: Define and use rtnetlink message typesMartin Willi2014-09-241-1/+22
* kernel-netlink: Pass protocol specific enum names to socket constructorMartin Willi2014-09-244-12/+13
* kernel-netlink: Clean up socket initialization, handle 0 as valid socket fdMartin Willi2014-09-241-9/+6
* kernel-netlink: Clean up response buffer managementMartin Willi2014-09-241-24/+16
* kernel-netlink: Use recv() instead of recvfrom()Martin Willi2014-09-241-11/+3
* kernel-netlink: Avoid casting the NLMSG_DATA() return valueMartin Willi2014-09-243-26/+26
* kernel-netlink: Define netlink buffer as an union having a netlink headerMartin Willi2014-09-244-21/+24
* systemd: Discover and check systemd libraries with pkg-config during configureMartin Willi2014-09-221-1/+2
* systemd: Add a native systemd journal loggerMartin Willi2014-09-222-2/+186
* plugin-loader: Support a reload() callback for static featuresMartin Willi2014-09-229-12/+44
* systemd: Provide a charon-systemd daemon targeting full systemd integrationMartin Willi2014-09-224-0/+242
* swanctl: Complete --load-creds command summaryMartin Willi2014-09-221-1/+1
* swanctl: Fix description of load-pools command summaryMartin Willi2014-09-221-1/+1
* swanctl: Add a --load-all command, performing --load-{creds,pools,conns}Martin Willi2014-09-2210-97/+329
* swanctl: Add a --reload-settings commandMartin Willi2014-09-225-2/+93
* vici: Add a command to reload strongswan.confMartin Willi2014-09-221-0/+12
* encoding: Accept all exchange types for non IKEv1/IKEv2 major versionsMartin Willi2014-09-221-5/+11
* settings: Make loading a NULL or empty pattern a (nop-)successMartin Willi2014-09-221-1/+1
* settings: Use strongswan.conf used during library initialization for reloadMartin Willi2014-09-224-14/+4
* library: Store the used root strongswan.conf configurationMartin Willi2014-09-222-7/+12
* swanctl: Document --stats commandTobias Brunner2014-09-191-0/+3
* ikev2: Don't treat initial messages as MOBIKE exchangesTobias Brunner2014-09-161-6/+9
* ikev1: Don't cache last block of INFORMATIONAL messages as IVTobias Brunner2014-09-121-2/+2
* ikev1: Log IV when encrypting messagesTobias Brunner2014-09-121-0/+1
* ikev1: Skip unusable IPComp proposalsTobias Brunner2014-09-121-1/+1
* ikev1: Properly handle different proposal numbering schemesTobias Brunner2014-09-121-5/+10
* kernel-netlink: Optionally install protocol and ports on transport mode SAsTobias Brunner2014-09-121-6/+18
* ikev2: Reduce timeout if path probing was enabledTobias Brunner2014-09-121-6/+13
* ikev2: Defer MOBIKE updates if no path is availableTobias Brunner2014-09-121-7/+14
* ike-mobike: Allow calling transmit() even when not currently path probingTobias Brunner2014-09-121-5/+17
* ikev2: Defer path probing if no path is currently availableTobias Brunner2014-09-121-1/+20
* ike-mobike: Return FALSE in transmit() if no path was availableTobias Brunner2014-09-122-3/+7