Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | put IKE_SA and CHILD_SA names in single quotes | Andreas Steffen | 2007-09-15 | 3 | -6/+6 | |
| | ||||||
* | log name of IKE_SA in state changes | Andreas Steffen | 2007-09-15 | 1 | -1/+2 | |
| | ||||||
* | log name of established IKE_SA | Andreas Steffen | 2007-09-15 | 1 | -4/+8 | |
| | ||||||
* | log name of established CHILD_SA | Andreas Steffen | 2007-09-15 | 1 | -2/+4 | |
| | ||||||
* | added missing 'break' in checkout_by_peer | Tobias Brunner | 2007-09-13 | 1 | -0/+1 | |
| | ||||||
* | only switch to port 4500 if we are on 500: fixed reauthentication in NAT | Martin Willi | 2007-09-12 | 1 | -2/+9 | |
| | | | | scenarios | |||||
* | removed unused chunk variable | Andreas Steffen | 2007-09-12 | 1 | -3/+1 | |
| | ||||||
* | moving virtual IP when interface changes due mobike | Martin Willi | 2007-09-12 | 1 | -0/+11 | |
| | ||||||
* | fixed NAT detection with mobike | Martin Willi | 2007-09-12 | 2 | -7/+7 | |
| | ||||||
* | overwrite shared_key with random bytes before freeing it | Andreas Steffen | 2007-09-11 | 1 | -2/+2 | |
| | ||||||
* | replaced get_rsa_private_key() by rsa_signature() in order restrict the ↵ | Andreas Steffen | 2007-09-11 | 1 | -18/+5 | |
| | | | | distribution of private key material | |||||
* | implemented routeability checks for mobike (experimental) | Martin Willi | 2007-09-03 | 4 | -48/+156 | |
| | ||||||
* | added mobike=yes|no connection option | Martin Willi | 2007-08-29 | 2 | -17/+33 | |
| | | | | | | | 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 | |
| | ||||||
* | corrected debug output | Andreas Steffen | 2007-08-10 | 1 | -1/+1 | |
| | ||||||
* | backports from the p2p-nat-t branch: | Tobias Brunner | 2007-07-19 | 1 | -2/+2 | |
| | | | | | | * double assignment of function ''destroy'' in some jobs * typos | |||||
* | not touching IKE_SA_INIT from ike_mobike_t anymore | Martin Willi | 2007-07-19 | 1 | -1/+1 | |
| | ||||||
* | fixed payload order (Nonce, KE) for IKE_SA_INIT | Martin Willi | 2007-07-16 | 1 | -3/+11 | |
| | ||||||
* | changed mobike behavior to NOT use additional responder addresses until we ↵ | Martin Willi | 2007-07-04 | 1 | -95/+3 | |
| | | | | have path discovery | |||||
* | fixed responder initiated CHILD_SA rekeying when using virtual IPs | Martin Willi | 2007-07-04 | 1 | -11/+45 | |
| | ||||||
* | fixed firewall script invocation when interface is not available anymore | Martin Willi | 2007-07-03 | 1 | -17/+28 | |
| | ||||||
* | improved MOBIKE: | Martin Willi | 2007-07-03 | 6 | -52/+183 | |
| | | | | | | | | 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 | |||||
* | DBG1 level for 'peer supports MOBIKE' debug message | Andreas Steffen | 2007-07-02 | 1 | -1/+1 | |
| | ||||||
* | fixed mobike address update from and to NAT | Martin Willi | 2007-07-02 | 2 | -34/+20 | |
| | ||||||
* | proper update of IPsec SA when roaming a host-to-host tunnel | Martin Willi | 2007-07-02 | 2 | -69/+127 | |
| | | | | roaming of IPsec SAs using virtual IPs | |||||
* | fixed dpd=hold when using virtual IPs | Martin Willi | 2007-06-29 | 2 | -10/+25 | |
| | ||||||
* | removed accidently checked in debbuging code | Martin Willi | 2007-06-29 | 1 | -2/+0 | |
| | ||||||
* | 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 | 6 | -49/+74 | |
| | ||||||
* | simple roaming of the client works (not MOBIKE conform yet!) | Martin Willi | 2007-06-26 | 6 | -269/+220 | |
| | ||||||
* | further fixed for mobike roaming | Martin Willi | 2007-06-25 | 4 | -29/+119 | |
| | ||||||
* | further MOBIKE stuff: | Martin Willi | 2007-06-21 | 12 | -99/+701 | |
| | | | | | | | | | 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 | 3 | -1/+64 | |
| | | | | fixed NATD payload (port) when using route lookup | |||||
* | source address lookup in kernel interface | Martin Willi | 2007-06-18 | 2 | -18/+34 | |
| | | | | | | use it for NAT detection if no source address known from config support for %any...%any connections | |||||
* | implemented more flexible iterator hook API | Martin Willi | 2007-06-15 | 1 | -4/+4 | |
| | | | | kernel interface handles interface changes and updates address list | |||||
* | implemented address change notification (for MOBIKE) | Martin Willi | 2007-06-14 | 1 | -6/+5 | |
| | | | | | implemented up to date address list cache to list interfaces | |||||
* | fixed memleak when initiating to %any | Martin Willi | 2007-06-14 | 1 | -0/+1 | |
| | ||||||
* | added missing files to the last commit | Martin Willi | 2007-06-14 | 2 | -0/+232 | |
| | ||||||
* | proper reauthentication: | Martin Willi | 2007-06-14 | 5 | -77/+26 | |
| | | | | | 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 | 4 | -17/+17 | |
| | | | | | | | | | | | | 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 | |
| | ||||||
* | removed misleading warning when rekeying | Martin Willi | 2007-05-23 | 1 | -1/+0 | |
| | ||||||
* | support for virtual IP definition on client side: | Martin Willi | 2007-05-22 | 2 | -4/+13 | |
| | | | | | | | if leftsourceip is defined, it is requested. server may define rightsourceip=%config to accept any, or it may overwrite it using rightsourceip. if server does not return an IP, client enforces its configured leftsourceip. | |||||
* | fixed memleak | Martin Willi | 2007-05-22 | 1 | -0/+1 | |
| | ||||||
* | support of CA-based ipsec policies | Andreas Steffen | 2007-05-18 | 2 | -9/+12 | |
| | ||||||
* | output of eap_type_names requires %N format | Andreas Steffen | 2007-05-18 | 1 | -1/+1 | |
| | ||||||
* | added set_other_ca() and get_other_ca() | Andreas Steffen | 2007-05-17 | 1 | -44/+68 | |
| | ||||||
* | added set_other_ca() and get_other_ca() | Andreas Steffen | 2007-05-17 | 1 | -2/+19 | |
| | ||||||
* | 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 | 2 | -5/+6 | |
| |