Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing some memory leaks | Tobias Brunner | 2008-04-02 | 1 | -0/+1 |
| | |||||
* | stopping connectivity checks on the responders side after receiving an ↵ | Tobias Brunner | 2008-04-01 | 1 | -3/+20 |
| | | | | IKE_SA_INIT request with the proper ME_CONNECTID | ||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 1 | -29/+29 |
| | | | | of the draft. note: the external interface (config, autotools) has not yet been changed | ||||
* | added equals() method to peer_cfg, ike_cfg, proposals, auth_info | Martin Willi | 2008-03-26 | 1 | -17/+14 |
| | | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -51/+71 |
| | |||||
* | NAT-T conditions were not inherited during IKE_SA rekeying | Andreas Steffen | 2008-01-29 | 1 | -1/+8 |
| | |||||
* | removed c++ style comments4.1.9 | Martin Willi | 2007-12-04 | 1 | -6/+7 |
| | | | | | fixed compiler warnings | ||||
* | moved AUTH_LIFETIME handling in its own task (cleaner separation, proper ↵ | Martin Willi | 2007-12-03 | 1 | -1/+17 |
| | | | | payload order) | ||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 1 | -38/+134 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | fixed NO_PROPOSAL_CHOSEN response on IKE_SA_INIT | Martin Willi | 2007-11-14 | 1 | -0/+2 |
| | |||||
* | adding new virtual ip before deleting old one to keep IP on reauthentication | Martin Willi | 2007-10-25 | 1 | -7/+7 |
| | |||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 1 | -8/+155 |
| | |||||
* | moved force_encap to ike_config, enables responder to enforce udp encapsulation | Martin Willi | 2007-10-01 | 1 | -1/+1 |
| | | | | fixed bugs in force_encap code | ||||
* | implemented IKEv2 force_encap connection parameter | Martin Willi | 2007-10-01 | 1 | -1/+7 |
| | | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls | ||||
* | improved MOBIKE roaming between interfaces | Martin Willi | 2007-09-24 | 1 | -2/+2 |
| | |||||
* | put IKE_SA and CHILD_SA names in single quotes | Andreas Steffen | 2007-09-15 | 1 | -1/+1 |
| | |||||
* | log name of IKE_SA in state changes | Andreas Steffen | 2007-09-15 | 1 | -1/+2 |
| | |||||
* | implemented routeability checks for mobike (experimental) | Martin Willi | 2007-09-03 | 1 | -22/+8 |
| | |||||
* | added mobike=yes|no connection option | Martin Willi | 2007-08-29 | 1 | -6/+15 |
| | | | | | | | yes: include mobike support notifies as initiator no: only enable mobike as responder when initiator supports it default: yes | ||||
* | rerouting CHILD_SA if its IKE_SA gets deleted | Martin Willi | 2007-08-27 | 1 | -99/+149 |
| | |||||
* | changed mobike behavior to NOT use additional responder addresses until we ↵ | Martin Willi | 2007-07-04 | 1 | -95/+3 |
| | | | | have path discovery | ||||
* | improved MOBIKE: | Martin Willi | 2007-07-03 | 1 | -9/+73 |
| | | | | | | | | prefer address family already used do not change address implicit when mobike supported handle multiple simultaneous roaming requests more properly proper enabling/disabling of UDP encapsulation | ||||
* | fixed mobike address update from and to NAT | Martin Willi | 2007-07-02 | 1 | -1/+6 |
| | |||||
* | proper update of IPsec SA when roaming a host-to-host tunnel | Martin Willi | 2007-07-02 | 1 | -60/+91 |
| | | | | roaming of IPsec SAs using virtual IPs | ||||
* | fixed dpd=hold when using virtual IPs | Martin Willi | 2007-06-29 | 1 | -6/+19 |
| | |||||
* | fixed IKE_SA reestablishment after DPD using port 500 | Martin Willi | 2007-06-28 | 1 | -65/+71 |
| | |||||
* | further mobike improvements, regarding to NAT-T | Martin Willi | 2007-06-27 | 1 | -3/+10 |
| | |||||
* | simple roaming of the client works (not MOBIKE conform yet!) | Martin Willi | 2007-06-26 | 1 | -144/+144 |
| | |||||
* | further fixed for mobike roaming | Martin Willi | 2007-06-25 | 1 | -12/+21 |
| | |||||
* | further MOBIKE stuff: | Martin Willi | 2007-06-21 | 1 | -46/+180 |
| | | | | | | | | | kernel properly reports network reconfiguration and informs all IKE_SAs MOBIKE in IKE_AUTH: MOBIKE_SUPPORTED notify and address exchange reestablishment of IKE_SAs on network reconfiguration kinda works not stable yet! | ||||
* | added extensions management to IKE_SA | Martin Willi | 2007-06-18 | 1 | -0/+24 |
| | | | | fixed NATD payload (port) when using route lookup | ||||
* | source address lookup in kernel interface | Martin Willi | 2007-06-18 | 1 | -1/+1 |
| | | | | | | use it for NAT detection if no source address known from config support for %any...%any connections | ||||
* | fixed memleak when initiating to %any | Martin Willi | 2007-06-14 | 1 | -0/+1 |
| | |||||
* | proper reauthentication: | Martin Willi | 2007-06-14 | 1 | -71/+10 |
| | | | | | IKE_SA is closed completely before the new is initiated, resolves some issues when a dynamic IP is requested from a pool | ||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 1 | -13/+13 |
| | | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere | ||||
* | proper thread cancellation when using the charon->interfaces | Martin Willi | 2007-05-23 | 1 | -0/+1 |
| | |||||
* | added set_other_ca() and get_other_ca() | Andreas Steffen | 2007-05-17 | 1 | -44/+68 |
| | |||||
* | removed route_job, handled all in interface_manager | Martin Willi | 2007-05-16 | 1 | -1/+0 |
| | |||||
* | routing/unrouting through interface | Martin Willi | 2007-05-16 | 1 | -3/+3 |
| | |||||
* | properly implemented interface_managers initiate, terminte_[ike|child] | Martin Willi | 2007-05-09 | 1 | -3/+0 |
| | | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues | ||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -2/+2 |
| | | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP | ||||
* | properly checking received IDr as initiator | Martin Willi | 2007-04-25 | 1 | -3/+4 |
| | |||||
* | added support for EAP methods not establishing an MSK | Martin Willi | 2007-04-19 | 1 | -33/+28 |
| | |||||
* | not using %m printf handler, as late errno interpration over bus may be ↵ | Martin Willi | 2007-04-12 | 1 | -7/+12 |
| | | | | problematic | ||||
* | removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to go | Martin Willi | 2007-04-11 | 1 | -48/+13 |
| | |||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 1 | -10/+7 |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | ||||
* | fixed bug with roadwarrior and wildcard IDs | Andreas Steffen | 2007-04-10 | 1 | -11/+19 |
| | |||||
* | requesting the same virtual IP on reauthentication | Martin Willi | 2007-04-10 | 1 | -49/+54 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -215/+161 |
| | | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads | ||||
* | added IKE_SA_INIT retransmission detection | Martin Willi | 2007-03-29 | 1 | -10/+4 |
| | | | | fixed thread exhaustion when IKE_SA is blocked for a longer time |