Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change behavior of responder during roaming. | Tobias Brunner | 2010-10-12 | 1 | -16/+17 | |
| | | | | | | If the current source address is not available anymore, the responder uses ike_mobike_t.roam, thus, uses multiple address combinations when trying to notify the initiator. | |||||
* | Allow responder to use ike_mobike_t.roam. | Tobias Brunner | 2010-10-12 | 1 | -1/+7 | |
| | | | | After getting a response the responder updates the IPsec SAs. | |||||
* | Send list of additional addresses even if current path is still valid. | Tobias Brunner | 2010-10-12 | 1 | -0/+11 | |
| | ||||||
* | Extracted path checking in ike_sa_t.roam into separate functions. | Tobias Brunner | 2010-10-12 | 1 | -46/+68 | |
| | ||||||
* | Added support for responders to change their address via MOBIKE. | Tobias Brunner | 2010-10-12 | 1 | -0/+20 | |
| | | | | | | | If the original responder updates its list of additional addresses we check if the remote endpoint changed and update the IPsec SAs if it did, as we assume the original address became unavailable and the responder already updated the SAs on its side. | |||||
* | Explicitly configure MOBIKE tasks to update the list of additional addresses. | Tobias Brunner | 2010-10-12 | 3 | -2/+15 | |
| | ||||||
* | Improved check for first IKE_AUTH message in ike_mobike task. | Tobias Brunner | 2010-10-12 | 1 | -3/+6 | |
| | | | | | If the original responder initiated a MOBIKE exchange, the previous check was not always correct. | |||||
* | Migrated ike_mobike task to INIT/METHOD macros. | Tobias Brunner | 2010-10-12 | 1 | -67/+46 | |
| | ||||||
* | Simplified apply_port function in mobike task. | Tobias Brunner | 2010-10-12 | 1 | -16/+9 | |
| | ||||||
* | Do not fire roam events based on local route changes. | Tobias Brunner | 2010-10-12 | 1 | -2/+3 | |
| | | | | | These kernel events are triggered on address changes, which is problematic when deleting virtual IP addresses. | |||||
* | If a changed route has no src, try to find it via interface. | Tobias Brunner | 2010-10-12 | 1 | -37/+48 | |
| | ||||||
* | Get source address from interface if the route does not provide one. | Tobias Brunner | 2010-10-12 | 1 | -2/+49 | |
| | ||||||
* | Do not update hosts based on retransmitted messages. | Tobias Brunner | 2010-10-12 | 2 | -15/+23 | |
| | ||||||
* | Do not update remote host if we are behind a NAT. | Tobias Brunner | 2010-10-12 | 1 | -4/+2 | |
| | ||||||
* | scenarios without RADIUS server can use default iptables script | Andreas Steffen | 2010-10-11 | 2 | -168/+0 | |
| | ||||||
* | fixed some evaltest.dat files | Andreas Steffen | 2010-10-11 | 3 | -5/+5 | |
| | ||||||
* | added ikev2/rw-eap-tnc-block scenario | Andreas Steffen | 2010-10-11 | 20 | -0/+269 | |
| | ||||||
* | added eap-radius-filter_id option to strongswan.conf | Andreas Steffen | 2010-10-11 | 1 | -0/+13 | |
| | ||||||
* | updated keyexchange entry in ipsec.conf.5 man page | Andreas Steffen | 2010-10-11 | 1 | -3/+6 | |
| | ||||||
* | updated strongswan.conf | Andreas Steffen | 2010-10-11 | 1 | -4/+10 | |
| | ||||||
* | explicit ikev1 key exchange for ikev1/esp-alg-null scenario | Andreas Steffen | 2010-10-09 | 2 | -0/+2 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2010-10-09 | 1 | -1/+1 | |
| | ||||||
* | *** HISTORICAL MOMENT: IKEv2 becomes the default! *** | Andreas Steffen | 2010-10-09 | 2 | -2/+2 | |
| | ||||||
* | define explicit IKEv1 key exchange mode II | Andreas Steffen | 2010-10-09 | 136 | -0/+136 | |
| | ||||||
* | use DBG_TNC for TNC debugging output | Andreas Steffen | 2010-10-09 | 13 | -28/+34 | |
| | ||||||
* | changed filter attribute from access to allow | Andreas Steffen | 2010-10-09 | 4 | -6/+6 | |
| | ||||||
* | added ikev2/rw-eap-tnc scenario | Andreas Steffen | 2010-10-09 | 20 | -0/+286 | |
| | ||||||
* | TNCCS debug cosmetics | Andreas Steffen | 2010-10-09 | 1 | -4/+4 | |
| | ||||||
* | revert to standard TNCC/TNCS Initialization function | Andreas Steffen | 2010-10-09 | 2 | -17/+2 | |
| | ||||||
* | implemented TNC isolation via group memberships | Andreas Steffen | 2010-10-09 | 1 | -6/+33 | |
| | ||||||
* | implemented a makeshift non-scalable send buffer | Andreas Steffen | 2010-10-08 | 1 | -25/+82 | |
| | ||||||
* | imc/imv cosmetics | Andreas Steffen | 2010-10-08 | 2 | -4/+7 | |
| | ||||||
* | fixed notation | Andreas Steffen | 2010-10-07 | 1 | -2/+2 | |
| | ||||||
* | created tnc-imc and tnc-imv plugins | Andreas Steffen | 2010-10-07 | 16 | -47/+365 | |
| | ||||||
* | deactivate start_phase2_tnc flag after start | Andreas Steffen | 2010-10-07 | 1 | -1/+1 | |
| | ||||||
* | added server side support for EAP-TNC | Andreas Steffen | 2010-10-07 | 1 | -2/+28 | |
| | ||||||
* | Show result of RADIUS authentication along with EAP identity | Martin Willi | 2010-10-07 | 1 | -5/+6 | |
| | ||||||
* | added --debug-tls to charon usage() function | Andreas Steffen | 2010-10-07 | 1 | -1/+1 | |
| | ||||||
* | define explicit IKEv1 key exchange mode | Andreas Steffen | 2010-10-07 | 61 | -1/+61 | |
| | ||||||
* | host venus is used in ikev2/rw-eap-tnc-radius scenario | Andreas Steffen | 2010-10-06 | 1 | -2/+2 | |
| | ||||||
* | added ikev2/rw-eap-tnc-radius-block scenario | Andreas Steffen | 2010-10-06 | 30 | -0/+536 | |
| | ||||||
* | added tnccs-11 plugin options to strongswan.conf | Andreas Steffen | 2010-10-06 | 1 | -1/+7 | |
| | ||||||
* | version bump to 4.5.0dr5 | Andreas Steffen | 2010-10-06 | 1 | -1/+1 | |
| | ||||||
* | configure tnc_config path and preferred_language via strongswan.conf | Andreas Steffen | 2010-10-05 | 1 | -2/+8 | |
| | ||||||
* | created hull for TNCCS 2.0 plugin | Andreas Steffen | 2010-10-05 | 7 | -0/+260 | |
| | ||||||
* | use group membership to implement access/isolate redirection in filter-based ↵ | Andreas Steffen | 2010-10-05 | 1 | -4/+14 | |
| | | | | TNC scenario | |||||
* | final version of ikev2/rw-eap-tnc-radius scenario | Andreas Steffen | 2010-10-05 | 5 | -8/+33 | |
| | ||||||
* | fixed typo in image path | Andreas Steffen | 2010-10-05 | 1 | -1/+1 | |
| | ||||||
* | moved CHILD_SA selection out of attribute loop | Andreas Steffen | 2010-10-05 | 1 | -5/+6 | |
| | ||||||
* | receive name of preferred CHILD_SA via RADIUS Filter-Id attribute | Andreas Steffen | 2010-10-05 | 1 | -0/+59 | |
| |