aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/ike_sa.c
Commit message (Collapse)AuthorAgeFilesLines
* using fixed size keys in key derivation for AES-XCBC PRFMartin Willi2008-05-211-7/+24
|
* IPComp for IKEv2Tobias Brunner2008-05-081-1/+1
|
* added close_action as a seperate config option to dpd_actionMartin Willi2008-04-141-6/+23
|
* fixed jumping IKE_SA unique idsMartin Willi2008-04-141-28/+53
|
* using dpd actions to enforce connection stateMartin Willi2008-04-111-147/+135
| | | | dpd actions a per child-, not peer ike-sa
* enabling acquire for mediated connectionsTobias Brunner2008-04-101-53/+33
|
* enabling reauthentication on mediation connectionsTobias Brunner2008-04-101-1/+6
|
* fixing a problem if the mediation server initiates the rekeyingTobias Brunner2008-04-101-0/+10
|
* mediation connections should now properly rekeyTobias Brunner2008-04-091-3/+30
|
* implementation of an CFG attribute framework, currently supporting virtual IPsMartin Willi2008-04-091-1/+10
| | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool
* fixed two other memory leaksTobias Brunner2008-04-031-2/+3
|
* fixing some memory leaksTobias Brunner2008-04-021-0/+1
|
* stopping connectivity checks on the responders side after receiving an ↵Tobias Brunner2008-04-011-3/+20
| | | | IKE_SA_INIT request with the proper ME_CONNECTID
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-261-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_infoMartin Willi2008-03-261-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 trunkMartin Willi2008-03-131-51/+71
|
* NAT-T conditions were not inherited during IKE_SA rekeyingAndreas Steffen2008-01-291-1/+8
|
* removed c++ style comments4.1.9Martin Willi2007-12-041-6/+7
| | | | | fixed compiler warnings
* moved AUTH_LIFETIME handling in its own task (cleaner separation, proper ↵Martin Willi2007-12-031-1/+17
| | | | payload order)
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-38/+134
| | | | | changed %V printf handler to take a time delta, %#V now takes two arguments
* fixed NO_PROPOSAL_CHOSEN response on IKE_SA_INITMartin Willi2007-11-141-0/+2
|
* adding new virtual ip before deleting old one to keep IP on reauthenticationMartin Willi2007-10-251-7/+7
|
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-031-8/+155
|
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-011-1/+1
| | | | fixed bugs in force_encap code
* implemented IKEv2 force_encap connection parameterMartin Willi2007-10-011-1/+7
| | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls
* improved MOBIKE roaming between interfacesMartin Willi2007-09-241-2/+2
|
* put IKE_SA and CHILD_SA names in single quotesAndreas Steffen2007-09-151-1/+1
|
* log name of IKE_SA in state changesAndreas Steffen2007-09-151-1/+2
|
* implemented routeability checks for mobike (experimental)Martin Willi2007-09-031-22/+8
|
* added mobike=yes|no connection optionMartin Willi2007-08-291-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 deletedMartin Willi2007-08-271-99/+149
|
* changed mobike behavior to NOT use additional responder addresses until we ↵Martin Willi2007-07-041-95/+3
| | | | have path discovery
* improved MOBIKE:Martin Willi2007-07-031-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 NATMartin Willi2007-07-021-1/+6
|
* proper update of IPsec SA when roaming a host-to-host tunnelMartin Willi2007-07-021-60/+91
| | | | roaming of IPsec SAs using virtual IPs
* fixed dpd=hold when using virtual IPsMartin Willi2007-06-291-6/+19
|
* fixed IKE_SA reestablishment after DPD using port 500Martin Willi2007-06-281-65/+71
|
* further mobike improvements, regarding to NAT-TMartin Willi2007-06-271-3/+10
|
* simple roaming of the client works (not MOBIKE conform yet!)Martin Willi2007-06-261-144/+144
|
* further fixed for mobike roamingMartin Willi2007-06-251-12/+21
|
* further MOBIKE stuff:Martin Willi2007-06-211-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_SAMartin Willi2007-06-181-0/+24
| | | | fixed NATD payload (port) when using route lookup
* source address lookup in kernel interfaceMartin Willi2007-06-181-1/+1
| | | | | | use it for NAT detection if no source address known from config support for %any...%any connections
* fixed memleak when initiating to %anyMartin Willi2007-06-141-0/+1
|
* proper reauthentication:Martin Willi2007-06-141-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 Willi2007-06-111-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->interfacesMartin Willi2007-05-231-0/+1
|
* added set_other_ca() and get_other_ca()Andreas Steffen2007-05-171-44/+68
|
* removed route_job, handled all in interface_managerMartin Willi2007-05-161-1/+0
|
* routing/unrouting through interfaceMartin Willi2007-05-161-3/+3
|