aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* check for publishReceived responseAndreas Steffen2011-08-101-0/+13
|
* added authenticated-by metadataAndreas Steffen2011-08-101-5/+58
|
* first working publish of metadataAndreas Steffen2011-08-101-25/+143
|
* added some XML syntax checkingAndreas Steffen2011-08-101-10/+85
|
* implemented purgePublisher commandAndreas Steffen2011-08-101-0/+49
|
* fixed typoAndreas Steffen2011-08-101-1/+1
|
* combined newSession and newSessionResultAndreas Steffen2011-08-101-35/+39
|
* newSession and endSession workAndreas Steffen2011-08-102-26/+90
|
* created tnc-ifmap pluginAndreas Steffen2011-08-106-0/+377
|
* Fixed syntax in MySQL script.Tobias Brunner2011-08-081-2/+3
|
* Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers ↵Martin Willi2011-08-0858-1362/+405
| | | | registered by name
* Add a non-clonig variant of eap_payload_create_dataMartin Willi2011-08-082-2/+23
|
* Migrated peer_cfg_t to INIT/METHOD macros.Tobias Brunner2011-08-032-173/+122
|
* Show error code of Microsoft specific error notifyMartin Willi2011-08-031-3/+17
|
* Added Microsoft specific error notifyMartin Willi2011-08-032-2/+9
|
* Added tnc Doxygen group to libcharon.Tobias Brunner2011-08-031-0/+3
|
* ha plugin does not need Linux headers anymoreMartin Willi2011-08-021-1/+1
|
* Check for kernel version and use appropriate jhash version in HA pluginMartin Willi2011-08-021-10/+101
|
* Properly initialize ike_sa_t.Tobias Brunner2011-08-011-1/+1
|
* Properly initialize the UCI plugin.Tobias Brunner2011-08-011-2/+2
|
* Build libtncif on Android.Tobias Brunner2011-07-291-2/+3
|
* File lists in Android.mk files updated.Tobias Brunner2011-07-291-1/+1
|
* Update fallback drop policies if required.Tobias Brunner2011-07-291-2/+20
|
* Install fallback drop policies for all three directions.Tobias Brunner2011-07-281-65/+66
|
* Install fallback drop policies to avoid transmitting unencrypted packets.Tobias Brunner2011-07-271-0/+17
| | | | | | | During the update of a CHILD_SA (e.g. caused by MOBIKE) the old policy is first uninstalled and then the new one is installed. In the short time in between, where no policy is available in the kernel, unencrypted packets could have been transmitted.
* Remove policies in kernel interfaces based on their priority.Tobias Brunner2011-07-273-23/+32
| | | | | | This allows to unroute a connection while the same connection is currently established. In this case both CHILD_SAs share the same reqid but the installed policies have different priorities.
* Inherit authentication information during IKE_SA rekeyingMartin Willi2011-07-251-0/+16
|
* Added a log message when roam jobs get created.Tobias Brunner2011-07-211-0/+2
|
* fixed esn typeAndreas Steffen2011-07-201-2/+2
|
* fixed some more misspellingsAndreas Steffen2011-07-201-3/+3
|
* Fixed common misspellings.Tobias Brunner2011-07-2024-48/+48
| | | | Mostly found by 'codespell'.
* 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
| | | | It didn't work when used together with delete_after_established=yes.
* Fix listener registration in load-tester plugin.Tobias Brunner2011-07-181-3/+2
| | | | This fixes the load-tester.shutdown_when_complete option.
* added log and status output for ESNAndreas Steffen2011-07-161-0/+7
|
* added IKEv2 exchange type IKE_SESSION_RESUME from RFC 5723Andreas Steffen2011-07-152-4/+10
|
* 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
|
* fixed typoAndreas Steffen2011-07-142-2/+2
|
* updated IANA IKEv2 Notify Message TypesAndreas Steffen2011-07-142-8/+28
|
* add relative PB-TNC message offsetAndreas Steffen2011-07-131-1/+1
|
* return offset valueAndreas Steffen2011-07-131-0/+1
|
* Adapted shunt manager to changed kernel interface (reqid in del_policy).Tobias Brunner2011-07-061-3/+6
|
* Use has_more in decrypt_payloads instead of calling enumerate twice.Tobias Brunner2011-07-061-1/+1
|
* Replaced more complex iterator usages.Tobias Brunner2011-07-063-49/+33
|
* 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-0615-111/+134
| | | | | This required two new methods on ike_sa_t. One returns the number of CHILD_SAs and one allows to remove a CHILD_SA.
* Replaced simple iterator usages.Tobias Brunner2011-07-0610-163/+164
|
* Add the reqid to kernel_ipsec_t.del_policy.Tobias Brunner2011-07-062-8/+14
|
* Don't install the libraries directly in lib/.Tobias Brunner2011-07-051-1/+1
| | | | | Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the plugins from libexec to a subdirectory of that dir.