Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | message: Fragment and reassemble IKEv2 messages | Tobias Brunner | 2014-10-10 | 2 | -133/+366 | |
| | ||||||
* | message: Handle encrypted fragment payload similar to the encrypted payload | Tobias Brunner | 2014-10-10 | 1 | -16/+91 | |
| | ||||||
* | ikev2: Add encrypted fragment payload | Tobias Brunner | 2014-10-10 | 5 | -12/+455 | |
| | ||||||
* | encrypted_payload: Encrypted payload can be constructed from plaintext | Tobias Brunner | 2014-10-10 | 2 | -0/+38 | |
| | ||||||
* | encrypted_payload: Expose generate() to generate the plaintext | Tobias Brunner | 2014-10-10 | 2 | -1/+17 | |
| | ||||||
* | encrypted_payload: Extract some utility functions | Tobias Brunner | 2014-10-10 | 1 | -74/+110 | |
| | ||||||
* | message: Split generate() in multiple functions | Tobias Brunner | 2014-10-10 | 1 | -67/+122 | |
| | ||||||
* | ikev2: Negotiate support for IKEv2 fragmentation | Tobias Brunner | 2014-10-10 | 2 | -1/+24 | |
| | ||||||
* | ikev2: Add notify for IKEv2 fragmentation | Tobias Brunner | 2014-10-10 | 2 | -7/+15 | |
| | ||||||
* | ikev1: Move defragmentation to message_t | Tobias Brunner | 2014-10-10 | 3 | -169/+240 | |
| | ||||||
* | ike: Move fragmentation to ike_sa_t | Tobias Brunner | 2014-10-10 | 3 | -62/+94 | |
| | | | | | | | | | The message() hook on bus_t is now called exactly once before (plain) and once after fragmenting (!plain), not twice for the complete message and again for each individual fragment, as was the case in earlier iterations. For inbound messages the hook is called once for each fragment (!plain) and twice for the reassembled message. | |||||
* | message: fragment() generates message and fragments and caches them | Tobias Brunner | 2014-10-10 | 3 | -58/+109 | |
| | ||||||
* | message: Make packet argument optional in generate() | Tobias Brunner | 2014-10-10 | 1 | -1/+4 | |
| | ||||||
* | ikev1: Move fragment generation to message_t | Tobias Brunner | 2014-10-10 | 4 | -136/+247 | |
| | ||||||
* | ike: Rename encryption_payload to encrypted_payload | Tobias Brunner | 2014-10-10 | 10 | -102/+98 | |
| | ||||||
* | ipsec: Remove unsupported listcards and rereadgroups commands | Tobias Brunner | 2014-10-08 | 1 | -10/+0 | |
| | ||||||
* | ipsec: Document missing commands | Tobias Brunner | 2014-10-08 | 1 | -1/+11 | |
| | ||||||
* | ipsec: Update usage output | Tobias Brunner | 2014-10-08 | 1 | -18/+17 | |
| | ||||||
* | ipsec: Remove duplicate check for internal commands | Tobias Brunner | 2014-10-08 | 1 | -4/+0 | |
| | ||||||
* | ipsec: Only set PATH if it is not already set | Tobias Brunner | 2014-10-08 | 1 | -1/+1 | |
| | | | | | | | | | | The comment indicated this but it was always set anyway. All internal commands are called via their absolute paths, so the script only uses PATH for the uname command, but if that is not located in one of the configured directories the script will fail. Also, since the internal commands are called via their absolute paths there is no need to add the directories to PATH. | |||||
* | ikev1: Fix handling of UNITY_LOAD_BALANCE | Tobias Brunner | 2014-10-07 | 1 | -3/+3 | |
| | | | | | The re-authentication is now handled within the original IKE_SA if it has not yet been established, so we don't want to destroy it. | |||||
* | ikev1: Don't queue more than one mode config or XAuth task | Tobias Brunner | 2014-10-07 | 1 | -7/+22 | |
| | | | | | | | | At the time we reset an IKE_SA (e.g. when re-authenticating a not yet established SA due to a roaming event) such tasks might already be queued by one of the phase 1 tasks. If the SA is initiated again another task will get queued by the phase 1 task. This results in e.g. multiple mode config requests, which most gateways will have problems with. | |||||
* | ext-auth: Add an ext-auth plugin invoking an external authorization script | Martin Willi | 2014-10-06 | 6 | -0/+492 | |
| | | | | Original patch courtesy of Vyronas Tsingaras. | |||||
* | updown: Use process abstraction to invoke updown script | Martin Willi | 2014-10-06 | 1 | -246/+215 | |
| | ||||||
* | process: Add a wrapper to invoke a command under the system default shell | Martin Willi | 2014-10-06 | 3 | -0/+110 | |
| | ||||||
* | process: Port child process spawning to the Windows platform | Martin Willi | 2014-10-06 | 2 | -1/+315 | |
| | ||||||
* | process: Provide an abstraction to spawn child processes with redirected I/O | Martin Willi | 2014-10-06 | 7 | -3/+490 | |
| | ||||||
* | Incremental parsing fixes | Andreas Steffen | 2014-10-05 | 2 | -14/+9 | |
| | ||||||
* | Added add_segment() method to TCG/PTS attributes | Andreas Steffen | 2014-10-05 | 18 | -26/+157 | |
| | ||||||
* | Added add_segment() method to TCG/SEG attributes | Andreas Steffen | 2014-10-05 | 3 | -25/+49 | |
| | ||||||
* | OS IMV proposes IF-M segmentation contract | Andreas Steffen | 2014-10-05 | 6 | -108/+153 | |
| | | | | | | | The OS IMV sends a TCG IF-M Segmentation contract request. All IETF standard attributes support segmentation. Additionally the IETF Installed Packages standard attributes supports incremental processing while segments are received. | |||||
* | SWID IMC proposes IF-M segmentation contracts | Andreas Steffen | 2014-10-05 | 3 | -24/+42 | |
| | ||||||
* | unit-tests: Updated libimcv test suite | Andreas Steffen | 2014-10-05 | 1 | -22/+125 | |
| | ||||||
* | Added add_segment() method to IETF attributes | Andreas Steffen | 2014-10-05 | 12 | -0/+95 | |
| | ||||||
* | Added add_segment() method to ITA attributes | Andreas Steffen | 2014-10-05 | 6 | -0/+47 | |
| | ||||||
* | Implemented incremental processing of SWID tag [ID] inventory attribute | Andreas Steffen | 2014-10-05 | 8 | -199/+253 | |
| | ||||||
* | Implemented add_segment method for PA-TNC attributes | Andreas Steffen | 2014-10-05 | 11 | -90/+208 | |
| | ||||||
* | Added total length parameter in PA-TNC attribute constructor | Andreas Steffen | 2014-10-05 | 91 | -319/+957 | |
| | ||||||
* | Assignment of flags starts with bit 0 | Andreas Steffen | 2014-10-05 | 2 | -5/+5 | |
| | ||||||
* | Register the reception of the AIK attribute | Andreas Steffen | 2014-10-05 | 3 | -2/+9 | |
| | ||||||
* | Unit tests for libimcv | Andreas Steffen | 2014-10-05 | 5 | -0/+649 | |
| | ||||||
* | Compacted chunk creation in ita_attr_command constructor | Andreas Steffen | 2014-10-05 | 1 | -2/+1 | |
| | ||||||
* | Merged libpts into libimcv | Andreas Steffen | 2014-10-05 | 158 | -430/+229 | |
| | ||||||
* | Added out message queue for imv_msg receive method | Andreas Steffen | 2014-10-05 | 8 | -86/+81 | |
| | ||||||
* | Implemented IF-M segmentation | Andreas Steffen | 2014-10-05 | 24 | -320/+1660 | |
| | ||||||
* | Added request variable to get_info_string method | Andreas Steffen | 2014-10-03 | 5 | -11/+12 | |
| | ||||||
* | Implemented IF-M segmentation contracts | Andreas Steffen | 2014-10-03 | 32 | -63/+1354 | |
| | ||||||
* | Allow to treat specified Attribute-Type-Not-Supported errors as non-fatal | Andreas Steffen | 2014-10-03 | 10 | -16/+110 | |
| | ||||||
* | starter: Allow specifying the ipsec.conf location in strongswan.conf | Shea Levy | 2014-10-02 | 1 | -1/+2 | |
| | ||||||
* | stroke: Allow specifying the ipsec.secrets location in strongswan.conf | Shea Levy | 2014-10-02 | 2 | -5/+17 | |
| |