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

Andrew Cagney cagney at vault.libreswan.fi
Mon Sep 30 13:56:49 UTC 2019


New commits:
commit c9cce3ab28ffdadf7b1020aab3a9af374b20d989
Merge: 2c7b291 0ea970c
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Sep 30 09:52:39 2019 -0400

    ikev1: fake the missing 'STATE_MAIN_I1: sent MI1, expecting MR1' line
    
    As in replace the wack-only and redundant message "initiate" appearing
    at the end of the first state transition with something (slightly) more
    meaningful:
    
       002 "westnet-eastnet-ah" #1: initiating Main Mode
      -1v1 "westnet-eastnet-ah" #1: STATE_MAIN_I1: initiate
      +1v1 "westnet-eastnet-ah" #1: STATE_MAIN_I1: sent MI1, expecting MR1
       1v1 "westnet-eastnet-ah" #1: STATE_MAIN_I2: sent MI2, expecting MR2
    
    and send it to both whack and log.  Same for quick, same for aggressive.
    
    (Like for newer crypto code, returning the status and then letting
    resume_handler() call complete_v1_state_transition() would be better).
    
    Merge commit '0ea970ca479540b69470120a90b644bc803f653e'

commit 0ea970ca479540b69470120a90b644bc803f653e
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sun Sep 29 15:10:16 2019 -0400

    ikev1: replace whack_log("STATE_MAIN_I1: initiate) with loglog(STATE_MAIN_I1: sent MI1, expecting MR1)
    
    So that the log is consistent with complete_v1_state_transtion().
    
    Same for quick mode and aggressive mode.

commit f370d88a343b2976e6805311b4527293329b629c
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sun Sep 29 17:22:08 2019 -0400

    testing: update "STATE_MAIN_I1: initiate" -> "STATE_MAIN_I1: sent MI1, expecting MR1" et.al.



More information about the Swan-commit mailing list