aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * vici: Document the ruby gem and add some simple examplesMartin Willi2014-10-101-0/+58
| * vici: Add some simple libvici examples to the READMEMartin Willi2014-10-101-2/+116
| * vici: Document the available vici command and event messagesMartin Willi2014-10-101-1/+509
| * vici: Use "gem"-assisted vici ruby gem building and installationMartin Willi2014-10-105-1/+30
| * configure: Add global --enable-ruby-gems and --with-rubygemdir optionsMartin Willi2014-10-101-0/+14
| * vici: Add a ruby gem providing a native vici interfaceMartin Willi2014-10-103-0/+586
| * vici: Return a success result for the clear-creds commandMartin Willi2014-10-101-4/+1
| * vici: Fix message encoding type values in documentationMartin Willi2014-10-101-6/+6
|/
* ikev1: Add fragmentation support for Windows peersVolker RĂ¼melin2014-10-103-13/+58
* eap-radius: Add option to set interval for interim accounting updatesTobias Brunner2014-10-102-1/+15
* NEWS: IKEv2 fragmentation mentionedTobias Brunner2014-10-101-0/+3
* Merge branch 'ikev2-fragmentation'Tobias Brunner2014-10-1036-1211/+2658
|\
| * testing: Add ikev2/net2net-fragmentation scenarioTobias Brunner2014-10-109-0/+116
| * testing: Update ikev1/net2net-fragmentation scenarioTobias Brunner2014-10-101-2/+2
| * message: Limit maximum number of IKEv2 fragmentsTobias Brunner2014-10-101-1/+11
| * packet: Define a global default maximum size for IKE packetsTobias Brunner2014-10-105-18/+9
| * message: Ensure a minimum fragment lengthTobias Brunner2014-10-101-8/+18
| * ikev2: Send retransmits using the latest known addressesTobias Brunner2014-10-101-1/+3
| * ikev2: Send and receive fragmented IKE messagesTobias Brunner2014-10-101-44/+169
| * ike: IKE_SA may fragment IKEv2 messagesTobias Brunner2014-10-101-1/+1
| * ike: Do not cache MID of IKEv2 fragmentsTobias Brunner2014-10-101-2/+3
| * message: Fragment and reassemble IKEv2 messagesTobias Brunner2014-10-102-133/+366
| * message: Handle encrypted fragment payload similar to the encrypted payloadTobias Brunner2014-10-101-16/+91
| * ikev2: Add encrypted fragment payloadTobias Brunner2014-10-105-12/+455
| * encrypted_payload: Encrypted payload can be constructed from plaintextTobias Brunner2014-10-102-0/+38
| * encrypted_payload: Expose generate() to generate the plaintextTobias Brunner2014-10-102-1/+17
| * encrypted_payload: Extract some utility functionsTobias Brunner2014-10-101-74/+110
| * message: Split generate() in multiple functionsTobias Brunner2014-10-101-67/+122
| * ikev2: Negotiate support for IKEv2 fragmentationTobias Brunner2014-10-102-1/+24
| * ikev2: Add notify for IKEv2 fragmentationTobias Brunner2014-10-102-7/+15
| * ikev1: Move defragmentation to message_tTobias Brunner2014-10-103-169/+240
| * ike: Move fragmentation to ike_sa_tTobias Brunner2014-10-103-62/+94
| * message: fragment() generates message and fragments and caches themTobias Brunner2014-10-103-58/+109
| * message: Make packet argument optional in generate()Tobias Brunner2014-10-101-1/+4
| * ikev1: Move fragment generation to message_tTobias Brunner2014-10-105-139/+251
| * ike: Rename encryption_payload to encrypted_payloadTobias Brunner2014-10-1010-102/+98
|/
* ipsec: Remove unsupported listcards and rereadgroups commandsTobias Brunner2014-10-081-10/+0
* ipsec: Document missing commandsTobias Brunner2014-10-081-1/+11
* ipsec: Update usage outputTobias Brunner2014-10-081-18/+17
* ipsec: Remove duplicate check for internal commandsTobias Brunner2014-10-081-4/+0
* ipsec: Only set PATH if it is not already setTobias Brunner2014-10-081-1/+1
* ikev1: Fix handling of UNITY_LOAD_BALANCETobias Brunner2014-10-071-3/+3
* ikev1: Don't queue more than one mode config or XAuth taskTobias Brunner2014-10-071-7/+22
* testing: Don't check for the actual number of SWID tags in PDP scenariosTobias Brunner2014-10-072-8/+8
* testing: Make TNC scenarios agnostic to the actual Debian versionTobias Brunner2014-10-0718-45/+52
* testing: Make TKM related build recipes future-proofTobias Brunner2014-10-076-24/+36
* version bump to 5.2.1rc1Andreas Steffen2014-10-061-1/+1
* Merge branch 'ext-auth'5.2.1dr1Martin Willi2014-10-0618-249/+1644
|\
| * NEWS: Mention new ext-auth pluginMartin Willi2014-10-061-0/+3
| * ext-auth: Add an ext-auth plugin invoking an external authorization scriptMartin Willi2014-10-069-0/+512