]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libcharon/sa/ike_sa.h
ike-sa: Add property for interface ID
[thirdparty/strongswan.git] / src / libcharon / sa / ike_sa.h
2019-04-04  Tobias Brunnerike-sa: Add property for interface ID
2018-12-07  Tobias BrunnerMerge branch 'ikev1-adopt-child-tasks'
2018-12-07  Tobias Brunnerike-sa: Expose task_manager_t::remove_task()
2018-12-07  Tobias Brunnerike-sa: Expose task_manager_t::adopt_child_tasks()
2018-09-10  Tobias BrunnerMerge branch 'ikev2-ppk'
2018-09-10  Tobias Brunnerikev2: Mark IKE_SAs that used PPK during authentication
2018-09-10  Tobias Brunnerike-sa: Add flag for PPK extension
2018-05-22  Tobias BrunnerMerge branch 'ikesa-force-destroy'
2018-05-22  Tobias Brunnerike-sa: Add option to force the destruction of an IKE_S...
2018-02-13  Tobias BrunnerFixed some typos, courtesy of codespell
2018-02-09  Tobias BrunnerMerge branch 'mobike-nat'
2018-02-09  Tobias Brunnerike-sa: Remove unused counter for pending MOBIKE updates
2017-11-15  Tobias BrunnerFixed some typos, courtesy of codespell
2017-09-04  Tobias Brunnerike: Reset local SPI if retrying to connect in state...
2017-02-08  Tobias BrunnerMerge branch 'mid-sync'
2017-02-08  Tobias Brunnerikev2: Negotiate support for IKE message ID synchronisa...
2017-02-08  Tobias Brunnerike: Publish getter for the current message ID on IKE_SA
2016-06-17  Tobias BrunnerMerge branch 'exchange-collisions'
2016-06-17  Tobias Brunnerikev2: Add possibility to delay initiation of a queued...
2016-06-17  Tobias Brunnerike: Reduce RETRY_INTERVAL a bit
2016-06-17  Tobias Brunnerikev2: Add a new state to track rekeyed IKE_SAs
2016-03-24  Andreas SteffenUse standard unsigned integer types
2016-03-10  Tobias BrunnerMerge branch 'mbb-reauth-online-revocation'
2016-03-10  Tobias Brunnerike-sa: Add condition to suspend online certificate...
2016-03-10  Tobias Brunnerike-sa: Add method to verify certificates in completed...
2016-03-04  Tobias BrunnerMerge branch 'ike-redirect'
2016-03-04  Tobias Brunnerike-sa: Add limit for the number of redirects within...
2016-03-04  Tobias Brunnerike-sa: Add redirect() method to actively redirect...
2016-03-04  Tobias Brunnerike-sa: Add a condition to mark redirected IKE_SAs
2016-03-04  Tobias Brunnerike-sa: Keep track of the address of the gateway that...
2016-03-04  Tobias Brunnerikev2: Handle REDIRECT notifies during IKE_SA_INIT
2016-03-04  Tobias Brunnerike-sa: Add new extension for IKEv2 redirection (RFC...
2016-03-03  Tobias Brunnerike: Keep track of send keepalive jobs to avoid schedul...
2015-03-04  Tobias BrunnerMerge branch 'ikev2-signature-authentication'
2015-03-04  Tobias Brunnerikev2: Enable signature authentication by transmitting...
2015-02-20  Martin WilliMerge branch 'make-before-break'
2015-02-20  Martin Williikev2: Trigger make-before-break reauthentication inste...
2014-10-10  Volker Rümelinikev1: Add fragmentation support for Windows peers
2014-10-10  Tobias BrunnerMerge branch 'ikev2-fragmentation'
2014-10-10  Tobias Brunnerikev2: Negotiate support for IKEv2 fragmentation
2014-10-10  Tobias Brunnerike: Move fragmentation to ike_sa_t
2014-06-17  Martin WilliMerge branch 'attr-enum'
2014-06-16  Martin Williike: Create an enumerator for (un-)handled configuratio...
2014-06-16  Martin Williike: Store unhandled attributes on IKE_SA as well
2014-04-17  Martin Williikev2: Add inherit_pre() to apply config and hosts...
2013-07-18  Tobias BrunnerFix various API doc issues and typos
2013-03-01  Martin WilliMerge branch 'multi-cert'
2013-02-14  Martin WilliMerge branch 'pt-tls'
2013-01-22  Adrian-Ken RueegseggerFix IKE SA inherit API doc
2013-01-17  Tobias BrunnerMerge branch 'debian-testing'
2013-01-12  Tobias BrunnerMerge branch 'ikev1-fragmentation'
2012-12-24  Tobias BrunnerDetect a peer's support for IKE fragmentation
2012-12-19  Volker RümelinAdd support for draft-ietf-ipsec-nat-t-ike-03 and earlier
2012-10-24  Tobias BrunnerMoved packet_t and tun_device_t to networking folder
2012-09-06  Tobias BrunnerAdd a new condition to mark IKE_SAs that are currently...
2012-09-05  Tobias BrunnerClear virtual IPs before storing assigned ones on the...
2012-09-04  Tobias BrunnerMerge branch 'android-client-cert'
2012-08-31  Martin WilliMerge branch 'multi-vip'
2012-08-30  Martin WilliSupport multiple virtual IPs on peer_cfg and ike_sa...
2012-08-13  Tobias BrunnerMerge branch 'android-app'
2012-08-08  Tobias BrunnerMoved packet_t to libstrongswan
2012-06-25  Andreas Steffensupport Cisco Unity VID
2012-05-30  Tobias BrunnerAvoid queueing more than one retry initiate job.
2012-05-21  Martin WilliWrap task managers flush_queue() in IKE_SA
2012-05-02  Martin WilliMerge branch 'ikev1'
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2012-03-20  Martin WilliDisable DPD checking for peers not supporting it
2012-03-20  Martin WilliSet a condition flag if peer has been authenticated...
2012-03-20  Martin WilliDo not query CHILD_SA during delete if they already...
2012-03-20  Martin WilliSeparated libcharon/sa directory with ikev1 and ikev2...
2012-03-20  Martin WilliRemove executable flag from source code files
2012-03-20  Martin WilliReplace xauth_request task with a new stub where we...
2012-03-20  Clavister OpenSourceHandling of initial contact
2012-03-20  Clavister OpenSourceIKEv1 XAuth: Adding "initiate" flag parameter to the...
2012-03-20  Tobias BrunnerHandle IKEv1 NAT-T vendor ID payload (only RFC 3947...
2012-03-20  Clavister OpenSourceIKEv1 XAuth: Add "initiate xauth" method, which adds...
2012-03-20  Tobias BrunnerAddded ike_sa_t.set_statistic to set timestamps from...
2012-03-20  Clavister OpenSourceRevert "IKEv1 XAuth: Temporarilty add an "initiate_late...
2012-03-20  Clavister OpenSourceIKEv1 XAuth: Added temporary "initiate_xauth" public...
2012-03-20  Martin WilliXAUTH is initiated based on configuration, no need...
2012-03-20  Clavister OpenSourceIKEv1 XAUTH: Added ability to configure XAUTH+PSK....
2012-03-20  Martin WilliDon't compare initiator flag in IKE_SA manager, pass...
2012-03-20  Tobias BrunnerStore IKE version of an SA on ike_sa_t.
2012-03-09  Tobias BrunnerRenamed list of additional peer addresses as it now...
2012-03-05  Martin WilliSend an AUTH_LIFETIME update after updating the lifetim...
2011-08-19  Martin WilliTry to detect Windows Clients by looking for INTERNAL_I...
2011-07-20  Tobias BrunnerFixed common misspellings.
2011-07-06  Tobias BrunnerReplaced ike_sa_t.create_additional_address_iterator...
2011-07-06  Tobias BrunnerReplaced ike_sa_t.create_child_sa_iterator with enumerator.
2011-03-15  Martin WilliMove establish/inherit of rekeyed IKE_SAs to delete...
2011-01-12  Martin WilliForce port update as responder when initiator switches...
2010-08-30  Tobias BrunnerSlightly refactored port floating.
2010-07-13  Martin WilliMoved credential manager to libstrongswan
2010-06-07  Martin WilliWrap task enumerator in ike_sa
2010-03-25  Martin WilliRelease virtual IPs with the same identity as we acquir...
2010-03-24  Tobias BrunnerChanged all usages of lib->attributes to hydra->attributes.
2010-03-19  Tobias BrunnerMoving charon to libcharon.