| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | child-rekey: Don't install outbound SA in case of lost collisions | Tobias Brunner | 2017-08-07 | 4 | -46/+123 | |
| | | | | | | | | This splits the SA installation also on the initiator, so we can avoid installing the outbound SA if we lost a rekey collision, which might have caused traffic loss depending on the timing of the DELETEs that are sent in both directions. | |||||
| * | bus: Don't trigger child_updown() for rekeyed CHILD_SAs | Tobias Brunner | 2017-08-07 | 1 | -1/+4 | |
| | | | | | We don't trigger it either when they are deleted individually. | |||||
| * | charon-tkm: Don't select new outbound SA until the policy is installed | Tobias Brunner | 2017-08-07 | 1 | -22/+40 | |
| | | | | | | | | | | This tries to avoid packet loss during rekeying by delaying the usage of the new outbound IKE_SA until the old one is deleted. Note that esa_select() is a no-op in the current TKM implementation. And the implementation also doesn't benefit from the delayed deletion of the inbound SA as it calls esa_reset() when the outbound SA is deleted. | |||||
| * | charon-tkm: Claim to support SPIs on policies | Tobias Brunner | 2017-08-07 | 1 | -0/+7 | |
| | | | | | | This fixes rekeying as the delayed installation of the outbound SA caused the nonce context to be expired already. | |||||
| * | child-sa: Install outbound SA immediately if kernel supports SPIs on policies | Tobias Brunner | 2017-08-07 | 3 | -26/+47 | |
| | | ||||||
| * | child-sa: Use flags to track installation of outbound SA and policies separately | Tobias Brunner | 2017-08-07 | 3 | -29/+46 | |
| | | ||||||
| * | kernel-netlink: Set SPI on outbound policy | Tobias Brunner | 2017-08-07 | 1 | -4/+10 | |
| | | | | | | This should cause the right SA to get used if there are multiple outbound SAs and the policies are installed properly. | |||||
| * | kernel-interface: Not all kernel interfaces support SPIs on policies | Tobias Brunner | 2017-08-07 | 1 | -0/+2 | |
| | | ||||||
| * | swid-gen: Share SWID generator between sw-collector, imc-swima and imc-swid | Andreas Steffen | 2017-08-04 | 11 | -430/+552 | |
| | | ||||||
| * | sw-collector: Added --full option | Andreas Steffen | 2017-08-03 | 2 | -28/+107 | |
| | | ||||||
| * | sw-collector: Added --installed/removed options | Andreas Steffen | 2017-08-03 | 5 | -43/+109 | |
| | | ||||||
| * | unit-tests: Double escape backslashes in Windows paths in settings test | Tobias Brunner | 2017-07-28 | 1 | -2/+6 | |
| | | | | | | That's required when these are used as include paths in settings file strings. | |||||
| * | unit-tests: Stringify direction in message asserts early | Tobias Brunner | 2017-07-28 | 1 | -6/+6 | |
| | | | | | x86_64-w64-mingw32-gcc on Windows requires this. | |||||
| * | unit-tests: iv_gen_seq has a dependency on RNG_STRONG | Tobias Brunner | 2017-07-28 | 1 | -1/+1 | |
| | | | | | We currently don't have an RNG in Windows builds. | |||||
| * | peer-cfg: Use an rwlock instead of a mutex to safely access child-cfgs | Tobias Brunner | 2017-07-27 | 1 | -15/+15 | |
| | | | | | | | | | | | If multiple threads want to enumerate child-cfgs and potentially lock other locks (e.g. check out IKE_SAs) while doing so a deadlock could be caused (as was the case with VICI configs with start_action=start). It should also improve performance for roadwarrior connections and lots of clients connecting concurrently. Fixes #2374. | |||||
| * | credential-manager: Log issuer identity if not found | Tobias Brunner | 2017-07-27 | 1 | -0/+2 | |
| | | ||||||
| * | auth-cfg: Don't limit subjectAltName check to received certificates | Tobias Brunner | 2017-07-27 | 1 | -1/+1 | |
| | | | | | Otherwise this won't work if the certificate is only locally available. | |||||
| * | swanctl: Read default socket from swanctl.socket option | Tobias Brunner | 2017-07-27 | 1 | -0/+4 | |
| | | | | | | | | Also read from swanctl.plugins.vici.socket so we get libstrongswan.plugins.vici.socket if it is defined. Fixes #2372. | |||||
| * | swanctl: Include config snippets from conf.d subdirectory | Tobias Brunner | 2017-07-27 | 2 | -0/+3 | |
| | | | | | Fixes #2371. | |||||
| * | curl: Enable following redirects | Tobias Brunner | 2017-07-27 | 1 | -0/+9 | |
| | | | | | | | | The maximum number of redirects can be limited. The functionality can also be disabled. Fixes #2366. | |||||
| * | ikev2: AES-CMAC-PRF-128 only uses the first 64 bits of each nonce | Tobias Brunner | 2017-07-27 | 1 | -2/+5 | |
| | | | | | References #2377. | |||||
| * | error-notify: Don't stop sending notifies after removing a disconnected listener | Tobias Brunner | 2017-07-27 | 1 | -2/+1 | |
| | | | | | | | | This prevented new listeners from receiving notifies if they joined after another listener disconnected previously, and if they themselves disconnected their old connection would prevent them again from getting notifies. | |||||
| * | farp: Only remove one tracked entry | Tobias Brunner | 2017-07-27 | 1 | -0/+1 | |
| | | | | | | | | | | Multiple CHILD_SAs sharing the same traffic selectors (e.g. during make-before-break reauthentication) also have the same reqid assigned. If all matching entries are removed we could end up without entry even though an SA exists that still uses these traffic selectors. Fixes #2373. | |||||
| * | ike: Trigger CHILD_INSTALLED state change after corresponding log message | Tobias Brunner | 2017-07-27 | 2 | -10/+9 | |
| | | | | | | | | | This way we get the log message in stroke and swanctl as last message when establishing a connection. It's already like this for the IKE_SA where IKE_ESTABLISHED is set after the corresponding log message. Fixes #2364. | |||||
| * | sw-collector: sw-collector.first_file setting retrieves creation date from ↵ | Andreas Steffen | 2017-07-26 | 1 | -2/+49 | |
| | | | | | file stats | |||||
| * | swima-collector: Fix compile error if SWID_DIRECTORY is not defined | Tobias Brunner | 2017-07-24 | 1 | -1/+10 | |
| | | ||||||
| * | libimcv: Add missing files to Android.mk | Tobias Brunner | 2017-07-24 | 1 | -0/+11 | |
| | | ||||||
| * | checksum: Compile sw-collector before checksum | Andreas Steffen | 2017-07-18 | 1 | -4/+4 | |
| | | ||||||
| * | checksum: Added pt-tls-client and sw-collector | Andreas Steffen | 2017-07-18 | 1 | -0/+8 | |
| | | ||||||
| * | sw-collector: Moved to its own directory and added man page | Andreas Steffen | 2017-07-18 | 17 | -22/+130 | |
| | | ||||||
| * | pt-tls-client: Added man page | Andreas Steffen | 2017-07-16 | 4 | -4/+140 | |
| | | ||||||
| * | sw-collector: strip arch suffix from package names | Andreas Steffen | 2017-07-13 | 5 | -34/+22 | |
| | | ||||||
| * | sw-collector: Check for epoch-less Debian package versions | Andreas Steffen | 2017-07-12 | 12 | -314/+881 | |
| | | ||||||
| * | libtpmtss: Support of Intel TABRMD interface | Andreas Steffen | 2017-07-12 | 1 | -14/+80 | |
| | | ||||||
| * | pt-tls-client: Support for TPM keyids | Andreas Steffen | 2017-07-08 | 1 | -10/+27 | |
| | | ||||||
| * | imv-swima: Implemented SW event processing | Andreas Steffen | 2017-07-08 | 5 | -85/+162 | |
| | | ||||||
| * | sw-collector: Query central collector database | Andreas Steffen | 2017-07-08 | 8 | -42/+589 | |
| | | ||||||
| * | libimcv: Moved REST API from imv_swid and imv_swima to libimcv | Andreas Steffen | 2017-07-08 | 9 | -240/+110 | |
| | | ||||||
| * | swidtag: strongSwan swidtag file with double underscores | Andreas Steffen | 2017-07-08 | 4 | -12/+10 | |
| | | ||||||
| * | sw-collector: Collects endpoint software events | Andreas Steffen | 2017-07-08 | 8 | -2/+1415 | |
| | | ||||||
| * | imv-swima: Created SWIMA IMV plugin | Andreas Steffen | 2017-07-08 | 9 | -0/+1671 | |
| | | ||||||
| * | imc-swima: Created SWIMA IMC plugin | Andreas Steffen | 2017-07-08 | 7 | -0/+687 | |
| | | ||||||
| * | unit-tests: Added IETF SWIMA PA-TNC attribute tests | Andreas Steffen | 2017-07-08 | 3 | -2/+1127 | |
| | | ||||||
| * | libimcv: Implemented IETF SW PA-TNC attributes | Andreas Steffen | 2017-07-08 | 26 | -14/+3532 | |
| | | ||||||
| * | libimcv: Fixed memory leak | Andreas Steffen | 2017-07-08 | 1 | -0/+2 | |
| | | ||||||
| * | libimcv: Corrected order of subscription flags | Andreas Steffen | 2017-07-08 | 2 | -4/+4 | |
| | | ||||||
| * | libimcv: Added IETF Software PA-TNC attributes | Andreas Steffen | 2017-07-08 | 4 | -13/+70 | |
| | | ||||||
| * | libtncif: Added IETF Software PA-TNC message subtype | Andreas Steffen | 2017-07-08 | 2 | -6/+7 | |
| | | ||||||
| * | libimcv: SWID tag generation and discovery | Andreas Steffen | 2017-07-08 | 11 | -271/+40 | |
| | | ||||||
| * | libimcv: Update database to ISO 19770-2:2015 SWID standard | Andreas Steffen | 2017-07-08 | 6 | -155/+257 | |
| | | ||||||
