aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed common misspellings.Tobias Brunner2011-07-2085-146/+146
* Removed old ikev2bis draft.Tobias Brunner2011-07-201-7224/+0
* Added missing load-tester options to man page.Tobias Brunner2011-07-181-0/+18
* Count running load-tester threads properly.Tobias Brunner2011-07-181-6/+2
* Fix load-tester.shutdown_when_complete option.Tobias Brunner2011-07-181-4/+8
* Fix listener registration in load-tester plugin.Tobias Brunner2011-07-181-3/+2
* removed stray codeAndreas Steffen2011-07-181-2/+1
* added libimcv.plugins.imv_scanner options to strongswan.confAndreas Steffen2011-07-181-1/+10
* added ikev2/net2net-esn scenarioAndreas Steffen2011-07-169-0/+121
* added log and status output for ESNAndreas Steffen2011-07-162-1/+12
* added IKEv2 exchange type IKE_SESSION_RESUME from RFC 5723Andreas Steffen2011-07-152-4/+10
* version bump to 4.5.3rc1Andreas Steffen2011-07-141-1/+1
* alice is now master in the ha/both-active scenarioAndreas Steffen2011-07-141-6/+6
* short form changedAndreas Steffen2011-07-141-2/+2
* Fix parentheses in write() to CLUSTERIP control filesMartin Willi2011-07-141-1/+1
* shunt manager installs policies with %any hostsAndreas Steffen2011-07-141-3/+6
* added HOME_AGENT_ADDRESS CP attribute typeAndreas Steffen2011-07-142-7/+10
* fixed typoAndreas Steffen2011-07-142-2/+2
* updated IANA IKEv2 Notify Message TypesAndreas Steffen2011-07-142-8/+28
* NEWS for the 4.5.3dr8 releaseAndreas Steffen2011-07-141-4/+14
* check if violating_ports have been assignedAndreas Steffen2011-07-131-0/+5
* support of error_offset in PA-TNC INVALID PARAMETER error messagesAndreas Steffen2011-07-1310-17/+161
* add relative PB-TNC message offsetAndreas Steffen2011-07-131-1/+1
* return offset valueAndreas Steffen2011-07-131-0/+1
* add PID/Program Name to netstat outputAndreas Steffen2011-07-071-1/+1
* adapted tnc scenarios to new imcvs library pathAndreas Steffen2011-07-0633-43/+99
* install IMC and IMV dynamic libraries in imcvs directoryAndreas Steffen2011-07-065-20/+17
* Added news about policy history.Tobias Brunner2011-07-061-0/+3
* Record usage history of policies in PF_KEY kernel interface.Tobias Brunner2011-07-061-169/+457
* Simplified destruction of policy_sa_t objects in Netlink interface.Tobias Brunner2011-07-061-12/+7
* Adapted shunt manager to changed kernel interface (reqid in del_policy).Tobias Brunner2011-07-061-3/+6
* Some code cleanup in Netlink kernel interface.Tobias Brunner2011-07-061-108/+119
* Some code cleanup in PF_KEY kernel interface.Tobias Brunner2011-07-061-118/+142
* Reduce memory usage of policy history caching.Tobias Brunner2011-07-061-131/+270
* Use has_more in decrypt_payloads instead of calling enumerate twice.Tobias Brunner2011-07-061-1/+1
* Added linked_list_t.has_more which checks if any elements follow an enumerato...Tobias Brunner2011-07-062-0/+19
* Make sure the enumerator stops after all items have been enumerated.Tobias Brunner2011-07-062-4/+23
* Keep the mutex locked as long as possible when deleting policies.Tobias Brunner2011-07-061-61/+57
* Properly unlock the policy if no change in the kernel is required.Tobias Brunner2011-07-061-0/+1
* Make sure access to policy is thread-safe during installation of route.Tobias Brunner2011-07-061-2/+17
* Linked list style cleanupsMartin Willi2011-07-061-47/+46
* Finally removed deprecated iterator_t.Tobias Brunner2011-07-067-357/+22
* Removed unneeded and confusing insert_after method from linked_list_t.Tobias Brunner2011-07-062-25/+6
* Replaced more complex iterator usages.Tobias Brunner2011-07-064-72/+46
* Added a function to reset the enumerator of a linked list.Tobias Brunner2011-07-062-0/+14
* Replaced ike_sa_t.create_additional_address_iterator with enumerator.Tobias Brunner2011-07-064-35/+37
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-0616-119/+140
* Replaced pkcs7_t.create_certificate_iterator with enumerator.Tobias Brunner2011-07-062-8/+8
* Replaced simple iterator usages.Tobias Brunner2011-07-0617-196/+196
* "this" removed from comments.Tobias Brunner2011-07-069-20/+4