[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Mon Jan 21 19:27:31 UTC 2019


New commits:
commit 821f69b181b576eb438660d1398b8f59eebf22c8
Merge: d5f8799 e7303b7
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Jan 21 14:19:53 2019 -0500

    state: add generic state_by_ike_spis(ike_spis_t) function, use
    
    Abstract searching the IKE_SPIs table (i.e, hide assumption that the
    table is implemented using a hash function).
    
    (It should be noted that some of the lookups, such as for
    find_state_ikev2_child() seem far more complex then needed)
    
    Merge commit 'e7303b79443692ff320f0a42df27b8e938229053'

commit e7303b79443692ff320f0a42df27b8e938229053
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jan 17 13:07:10 2019 -0500

    state: make ike_spis_slot() static, delete ike_spi_slot()

commit 20267fd7123248a954cb03128f927f61afc7baf9
Author: Andrew Cagney <cagney at gnu.org>
Date:   Wed Jan 9 13:40:43 2019 -0500

    state: implement delete_my_family() using state_by_ike_spis()

commit 87a5fc6fddebba339b4d3feef65993a589b08729
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Jan 18 11:18:14 2019 -0500

    ikev2: implement v2_migrate_children() using state_by_ike_spis()

commit c98719758d1179f9f6cd7bb739e5c2fac6641384
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Jan 18 11:12:27 2019 -0500

    ikev1: add find_v1_info_state(ike_spis_t), use state_by_ike_spis()
    
    Replaces ikev1_find_info_state().

commit f3df71091996a2a18462637c2b0880d08c10a970
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Jan 18 11:04:49 2019 -0500

    ikev2: implement find_v2_child_sa_by_outbound_spi() using state_by_ike_spis()

commit 2d11111f6989bb6158f81a38598308557fcc298b
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Jan 18 10:57:57 2019 -0500

    ikev2: pass ike_spis_t to find_state_ikev2_child(), use state_by_ike_spis()

commit 7879bfae2dd2d131ecad759c03fbe4cf76235a48
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jan 17 14:41:13 2019 -0500

    ikev2: implement DBG_v2_sa_by_msgid(SPI[ir]) using state_by_ike_spis()
    
    Replaces DBG_v2_sa_by_message_id(SPIi, SPIr, ...).

commit 5b4b64c7b6bedbbd6d6a6a1f81cf22ae4446d3f3
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jan 17 14:30:20 2019 -0500

    ikev2: in v2_expire_unused_ike_sa() use state_by_ike_spis() when searching for any child

commit e720a3e10aaf8df40baf8315ffe571d9ac10c370
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Jan 14 15:14:26 2019 -0500

    ikev2: pass ike_spis_t to find_v2_ike_sa(), implement using state_by_ike_spis()

commit 34fc773a4f35b2c1ed567bdb629f6cf317da5690
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jan 10 14:29:31 2019 -0500

    ikev1: pass ike_spis_t to find_state_ikev1(), use generic lookup

commit 84e1fb1b6e79d5d72571f35177a7b4fb9957dce5
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jan 10 14:06:11 2019 -0500

    state: add generic state_by_ike_spis() function



More information about the Swan-commit mailing list