Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Throw an alert if authentication of the peer fails (not only for initiator). | Tobias Brunner | 2011-08-12 | 2 | -36/+29 | |
| | ||||||
* | Throw an alert when the peer address cannot be resolved during initiation. | Tobias Brunner | 2011-08-12 | 2 | -0/+3 | |
| | ||||||
* | Throw an alert via bus_t when remote authentication fails. | Tobias Brunner | 2011-08-12 | 2 | -11/+18 | |
| | ||||||
* | support capability metadata | Andreas Steffen | 2011-08-11 | 3 | -35/+105 | |
| | ||||||
* | define server_cert in strongswan.conf | Andreas Steffen | 2011-08-10 | 1 | -6/+16 | |
| | ||||||
* | getting rid of axis2.html configuration | Andreas Steffen | 2011-08-10 | 3 | -27/+59 | |
| | ||||||
* | output PEP device addresses as metadata | Andreas Steffen | 2011-08-10 | 3 | -1/+100 | |
| | ||||||
* | classify an EAP identity as a username | Andreas Steffen | 2011-08-10 | 3 | -10/+18 | |
| | ||||||
* | refactoring of tnc-ifmap plugin | Andreas Steffen | 2011-08-10 | 2 | -269/+253 | |
| | ||||||
* | publish all IKE_SA metadata after tnc-ifmap plugin reload | Andreas Steffen | 2011-08-10 | 3 | -6/+56 | |
| | ||||||
* | implemented tnc-ifmap reload method | Andreas Steffen | 2011-08-10 | 1 | -1/+20 | |
| | ||||||
* | moved ifmap code into tnc_ifmap_soap | Andreas Steffen | 2011-08-10 | 5 | -482/+641 | |
| | ||||||
* | free device_name in destroy() | Andreas Steffen | 2011-08-10 | 1 | -1/+2 | |
| | ||||||
* | set device_name via strongswan.conf | Andreas Steffen | 2011-08-10 | 1 | -4/+15 | |
| | ||||||
* | fixed delete filters | Andreas Steffen | 2011-08-10 | 1 | -8/+13 | |
| | ||||||
* | check for publishReceived response | Andreas Steffen | 2011-08-10 | 1 | -0/+13 | |
| | ||||||
* | added authenticated-by metadata | Andreas Steffen | 2011-08-10 | 1 | -5/+58 | |
| | ||||||
* | first working publish of metadata | Andreas Steffen | 2011-08-10 | 1 | -25/+143 | |
| | ||||||
* | added some XML syntax checking | Andreas Steffen | 2011-08-10 | 1 | -10/+85 | |
| | ||||||
* | implemented purgePublisher command | Andreas Steffen | 2011-08-10 | 1 | -0/+49 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2011-08-10 | 1 | -1/+1 | |
| | ||||||
* | combined newSession and newSessionResult | Andreas Steffen | 2011-08-10 | 1 | -35/+39 | |
| | ||||||
* | newSession and endSession work | Andreas Steffen | 2011-08-10 | 2 | -26/+90 | |
| | ||||||
* | created tnc-ifmap plugin | Andreas Steffen | 2011-08-10 | 6 | -0/+377 | |
| | ||||||
* | Fixed syntax in MySQL script. | Tobias Brunner | 2011-08-08 | 1 | -2/+3 | |
| | ||||||
* | Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers ↵ | Martin Willi | 2011-08-08 | 58 | -1362/+405 | |
| | | | | registered by name | |||||
* | Add a non-clonig variant of eap_payload_create_data | Martin Willi | 2011-08-08 | 2 | -2/+23 | |
| | ||||||
* | Migrated peer_cfg_t to INIT/METHOD macros. | Tobias Brunner | 2011-08-03 | 2 | -173/+122 | |
| | ||||||
* | Show error code of Microsoft specific error notify | Martin Willi | 2011-08-03 | 1 | -3/+17 | |
| | ||||||
* | Added Microsoft specific error notify | Martin Willi | 2011-08-03 | 2 | -2/+9 | |
| | ||||||
* | Added tnc Doxygen group to libcharon. | Tobias Brunner | 2011-08-03 | 1 | -0/+3 | |
| | ||||||
* | ha plugin does not need Linux headers anymore | Martin Willi | 2011-08-02 | 1 | -1/+1 | |
| | ||||||
* | Check for kernel version and use appropriate jhash version in HA plugin | Martin Willi | 2011-08-02 | 1 | -10/+101 | |
| | ||||||
* | Properly initialize ike_sa_t. | Tobias Brunner | 2011-08-01 | 1 | -1/+1 | |
| | ||||||
* | Properly initialize the UCI plugin. | Tobias Brunner | 2011-08-01 | 1 | -2/+2 | |
| | ||||||
* | Build libtncif on Android. | Tobias Brunner | 2011-07-29 | 1 | -2/+3 | |
| | ||||||
* | File lists in Android.mk files updated. | Tobias Brunner | 2011-07-29 | 1 | -1/+1 | |
| | ||||||
* | Update fallback drop policies if required. | Tobias Brunner | 2011-07-29 | 1 | -2/+20 | |
| | ||||||
* | Install fallback drop policies for all three directions. | Tobias Brunner | 2011-07-28 | 1 | -65/+66 | |
| | ||||||
* | Install fallback drop policies to avoid transmitting unencrypted packets. | Tobias Brunner | 2011-07-27 | 1 | -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 Brunner | 2011-07-27 | 3 | -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 rekeying | Martin Willi | 2011-07-25 | 1 | -0/+16 | |
| | ||||||
* | Added a log message when roam jobs get created. | Tobias Brunner | 2011-07-21 | 1 | -0/+2 | |
| | ||||||
* | fixed esn type | Andreas Steffen | 2011-07-20 | 1 | -2/+2 | |
| | ||||||
* | fixed some more misspellings | Andreas Steffen | 2011-07-20 | 1 | -3/+3 | |
| | ||||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 24 | -48/+48 | |
| | | | | Mostly found by 'codespell'. | |||||
* | Count running load-tester threads properly. | Tobias Brunner | 2011-07-18 | 1 | -6/+2 | |
| | ||||||
* | Fix load-tester.shutdown_when_complete option. | Tobias Brunner | 2011-07-18 | 1 | -4/+8 | |
| | | | | It didn't work when used together with delete_after_established=yes. | |||||
* | Fix listener registration in load-tester plugin. | Tobias Brunner | 2011-07-18 | 1 | -3/+2 | |
| | | | | This fixes the load-tester.shutdown_when_complete option. | |||||
* | added log and status output for ESN | Andreas Steffen | 2011-07-16 | 1 | -0/+7 | |
| |