]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libcharon/plugins/ha
Version bump to 6.0.2dr3
[thirdparty/strongswan.git] / src / libcharon / plugins / ha /
2025-05-28  Tobias BrunnerMerge branch 'per-cpu-sas'
2025-05-28  Tobias Brunnerha: Ignore per-CPU CHILD_SAs
2025-05-28  Tobias Brunnerchild-sa: Add support for per-CPU SAs
2025-05-13  Tobias Brunnerha: Fix arguments in debug statement when destroying...
2025-04-10  Tobias Brunnerha: Support sync of private IKE_SA extensions and condi...
2025-04-10  Tobias Brunnerpeer-cfg: Use flags for boolean options
2025-03-19  Tobias BrunnerCast uses of return_*(), nop() and enumerator_create_em...
2025-03-19  Tobias Brunnercallback-job: Replace return_false() in constructors...
2025-02-28  Tobias BrunnerMerge branch 'ha-multi-ke'
2025-02-28  Tobias Brunnerha: Destroy incomplete IKE_SAs after de-/activating...
2025-02-28  Tobias Brunnerha: Add support to sync IKE and Child SAs with multiple...
2024-08-07  Tobias BrunnerMerge branch 'multi-ke'
2024-08-07  Tobias Brunnerbus: Support multiple key exchanges in ike/child_keys...
2024-08-07  Tobias Brunnerkeymat_v2: Support key derivation with multiple key...
2024-02-29  Tobias BrunnerRemove obvious empty statements (i.e. stray semicolons)
2023-05-16  Tobias BrunnerMerge branch 'debug-level-build'
2023-05-08  Tobias Brunnerha: Fix build with DEBUG_LEVEL < 1
2022-06-29  Tobias BrunnerMerge branch 'multi-ke-backport'
2022-06-29  Tobias BrunnerRename diffie_hellman_t to key_exchange_t and change...
2022-06-28  Tobias BrunnerUpdate copyright headers after acquisition by secunet
2022-02-15  Thomas Egererha: Streamline handling of conditions and extensions
2021-06-21  Tobias Brunnerha: Register the correct IKE_SA with the manager after...
2021-02-12  Tobias Brunnerha: Register new IKE_SAs before calling inherit_post()
2020-06-12  Tobias Brunnerike: Send AEAD ESP default proposal first
2020-02-11  Josh SorefSpelling fixes
2019-04-25  Tobias BrunnerMerge branch 'childless'
2019-04-25  Tobias Brunnerike-cfg: Pass arguments as struct
2019-04-04  Tobias BrunnerMerge branch 'xfrmi'
2019-04-04  Tobias Brunnerchild-sa: Pass default interface ID inherited from...
2019-04-03  Tobias Brunnerchild-sa: Configure interface ID on SAs and policies
2018-12-07  Thomas Egererha: Add auth method for HA IKEv1 key derivation
2018-12-07  Tobias BrunnerMerge branch 'ha-pool-offset'
2018-12-07  Tobias Brunnerha: Divide virtual IPs evenly among all segments
2018-12-07  Tobias Brunnerha: Add getter for the number of segments
2018-12-07  Tobias Brunnerha: Improve distribution of pool addresses over segments
2018-09-17  Tobias BrunnerFixed some typos, courtesy of codespell
2018-05-23  Tobias BrunnerFixed some typos, courtesy of codespell
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2018-02-22  Tobias BrunnerMerge branch 'trap-manager-uninstall'
2018-02-22  Tobias Brunnertrap-manager: Remove reqid parameter from install(...
2018-02-22  Tobias Brunnertrap-manager: Uninstall trap policies by name and not...
2018-02-14  Tobias Brunnerha: Double receive buffer size for HA messages and...
2018-02-13  Tobias BrunnerFixed some typos, courtesy of codespell
2017-05-26  Tobias BrunnerMerge branch 'variadic-enumerators'
2017-05-26  Tobias BrunnerMigrate all enumerators to venumerate() interface change
2017-05-23  Tobias BrunnerMerge branch 'avoid-rekey-loss'
2017-05-23  Tobias Brunnerchild-sa: Change API used to set/install policies
2017-01-25  Tobias Brunnerha: Fix assignment of IP addresses if multiple pools...
2017-01-25  Tobias Brunnerha: Delete passive IKE_SA on other node after half...
2016-04-11  Andreas SteffenMerge branch 'kernel-policies'
2016-04-09  Tobias Brunnerpeer-cfg: Use struct to pass data to constructor
2016-04-09  Tobias Brunnerchild-cfg: Use struct to pass data to constructor
2016-03-24  Andreas SteffenUse standard unsigned integer types
2016-03-23  Thomas Egererha: Delete cache entry inside the locked mutex
2016-03-03  Tobias BrunnerMerge branch 'libhydra-bye-bye'
2016-03-03  Tobias Brunnerlibhydra: Remove empty unused library
2016-02-01  Tobias Brunnerha: Properly sync IKEv1 IV if gateway is initiator
2016-02-01  Tobias Brunnerha: Add DH group to CHILD_ADD message
2016-02-01  Tobias Brunnerha: Add DH group to IKE_ADD message
2015-11-10  Tobias Brunnertraffic-selector: Don't end printf'ed list of traffic...
2015-08-27  Tobias Brunnerha: Close control FIFO if it is not valid
2015-08-17  Tobias Brunnerha: Recreate the control FIFO if the file exists but...
2015-08-04  Tobias Brunnerha: Properly initialize algo variables when installing...
2015-08-04  Thomas Egererha: Sync remote address in HA_IKE_ADD, too
2015-07-31  Tobias Brunnerha: Use the same init values for jhash() as Linux 4.1
2015-05-27  Tobias Brunnerha: Document tunnel parameter
2015-05-26  Tobias Brunnerha: Skip SA for sync messages when resyncing HA segments
2015-05-26  Tobias Brunnerha: Move plugin initialization from constructor to...
2015-03-23  Martin WilliMerge branch 'dh-checks'
2015-03-23  Martin Willidiffie-hellman: Add a bool return value to get_my_publi...
2015-03-23  Martin Willidiffie-hellman: Use bool instead of status_t as get_sha...
2015-03-10  Martin Williha: Destroy synced IKE_SA if no configuration is found...
2015-03-09  Martin WilliRevert "ha: Always install the CHILD_SAs with the inbou...
2015-02-27  Martin Williha: Always install the CHILD_SAs with the inbound flag...
2015-02-20  Martin WilliMerge branch 'attr-migrate'
2015-02-20  Martin Williattribute-provider: Pass full IKE_SA to provider backends
2015-02-20  Martin Williattributes: Move the configuration attributes framework...
2015-02-20  Martin WilliMerge branch 'reqid-alloc'
2015-02-20  Martin Williike: Consistently log CHILD_SAs with their unique_id...
2015-02-20  Martin Willichild-sa: Replace reqid based marks by "unique" marks
2015-02-19  Thomas Egererha: Perform child rekeying outside of CHILD_SA enumerator
2014-08-28  Martin Williha: Don't adopt IKEv1 children when building without...
2014-06-04  Martin WilliMerge branch 'win'
2014-06-04  Martin Williplugins: Don't link with -rdynamic on Windows
2014-05-16  Martin WilliMerge branch 'aead-proposal'
2014-05-16  Martin Williike: Add an additional but separate AEAD proposal to...
2014-05-16  Martin Williike: Add an additional but separate AEAD proposal to...
2014-04-17  Martin Williikev2: Add inherit_pre() to apply config and hosts...
2014-03-31  Tobias BrunnerProperly hash pointers for hash tables where appropriate
2014-02-12  Tobias BrunnerMerge branch 'modular-load'
2014-02-12  Tobias Brunnerlibcharon: Use lib->ns instead of charon->name
2013-10-29  Tobias BrunnerUse exact mask when calling umask(2)
2013-09-04  Martin WilliMerge branch 'ike-address-ranges'
2013-09-04  Martin Williike: support multiple addresses, ranges and subnets...
2013-09-04  Martin WilliMerge branch 'ikev1-pushmode'
2013-09-04  Martin Willipeer-cfg: add a pull/push mode option to use with mode...
2013-07-18  Tobias Brunnercapabilities: Some plugins don't actually require capab...
2013-07-18  Martin Williautomake: replace INCLUDES by AM_CPPFLAGS
2013-07-17  Martin WilliMerge branch 'array'
2013-07-17  Martin Willichild-sa: replace get_traffic_selectors() with create_t...
next