New commits:
commit 319631624268d4eb5600cbca7b127676458fb0dd
Merge: 183655258d 624f64d3ba
Author: Andrew Cagney <[email protected]>
Date:   Sat Nov 2 15:29:23 2024 -0400

    ikev1: sprinkle IKE (ISAKMP) SA over code base
    
    Where <<struct state>> has to be an IKE SA, change
    it to that.
    
    Understanding IKEv1 is far easier when you realize:
    
    - nothing works without an IKE (ISAKMP) SA
    - there probably isn't an IKE (ISAKMP) SA
    
    Main mode and Aggressive mode are working on an IKE SA.
    And xauth/modecfg is updating the IKE SA.
    
    Even quick/delete need the IKE SA to secure the message
    exchange.  With Quick this really matters when the IKE SA
    has been assigned an address from the pool.  The Quick
    child needs to preserve it.
    
    Merge branch 'ikev1/ike'

commit 624f64d3ba62653466cf82520f147fbd57475859
Author: Andrew Cagney <[email protected]>
Date:   Sat Nov 2 10:45:00 2024 -0400

    ikev1: sprinkle IKE (ISAKMP) SA over ikev1_delete.c

commit 9f532931be5e57d8ac309427fbc04da0b7b42377
Author: Andrew Cagney <[email protected]>
Date:   Sat Nov 2 10:33:06 2024 -0400

    pam: pass IKE SA into pam code

commit f13578c2398d9bd3113072c14758eb6a79c30ac6
Author: Andrew Cagney <[email protected]>
Date:   Sat Nov 2 10:16:31 2024 -0400

    ikev1: pass IKE (ISAKMP) SA into whack_prompt_for()

commit ce5b4388010cb3e51eefa85e723aebed9d74fe8a
Author: Andrew Cagney <[email protected]>
Date:   Fri Nov 1 18:32:21 2024 -0400

    ikev1: pass IKE SA to compute_keymats(), use .st_v1_isakmp_skeyid_d
    
    was using child->sa.st_skeyid_nss
    don't clone in duplicate_state()

commit fd5e113e81a58f6e92f93eb75c81df9a25554ec8
Author: Andrew Cagney <[email protected]>
Date:   Fri Nov 1 15:43:56 2024 -0400

    ikev1: sprinkle IKE (ISAKMP) SA over ikev1_xauth.c

commit 1c0607f2df1a18a1d0dca6162ab51a1f8af07b7d
Author: Andrew Cagney <[email protected]>
Date:   Fri Nov 1 14:41:14 2024 -0400

    ikev1: pass IKE (ISAKMP) SA into send_dpd_notification()
    
    nee send_isakmp_notification()
    make local to ikev1_dpd.c

commit f49b93dd762eefc34d3f02bd8f873fc3971cf53d
Author: Andrew Cagney <[email protected]>
Date:   Fri Nov 1 14:33:31 2024 -0400

    ikev1: pass IKE (ISAKMP) SA into main_mode_hash()

commit bcf6f4a22a85402ab165cc2c9f334a8d3ac09c4f
Author: Andrew Cagney <[email protected]>
Date:   Fri Nov 1 14:31:00 2024 -0400

    ikev1: pass the IKE (ISAKMP) SA into oakley_auth()

commit bc41271b00df669a1a232de3ea6849d02c96a1a7
Author: Andrew Cagney <[email protected]>
Date:   Fri Nov 1 14:20:46 2024 -0400

    ikev1: sprinkle IKE (ISAKMP) SA over ikev1_aggr.c

commit 4ffc6da5044edb89e4a4937b8d25d58c3e47d110
Author: Andrew Cagney <[email protected]>
Date:   Fri Nov 1 12:44:42 2024 -0400

    ikev1: update main-mode debug logs to use ike

_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to