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

D. Hugh Redelmeier hugh at vault.libreswan.fi
Sat Aug 18 08:00:15 UTC 2018


New commits:
commit 448263e0bf0ba85ab86d397ef3c1ef915602513f
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Sat Aug 18 03:58:58 2018 -0400

    pluto: build payloads with struct initializers; tidy
    
    These changes are linked by changes to np (next payload) emitting.
    
    - for output payload structs, switch to using struct initializer to
      fill in fields where possible.  This replaced field assignment subsequent
      to the struct declaration
    
    - fix leaks of auth_chain and add comments to explain required discipline
    
    - sprinkle more "const"
    
    - reduce scope of auto variables by declaring them as late as possible.
    
    - try to combine declaration of each auto variable with its initial
      assignment
    
    - eliminate out_modify_previous_np

commit 078039811827db0cc97cc30190dd615318a02578
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Sat Aug 18 03:58:13 2018 -0400

    pluto: simplify ikev1_close_message; add a couple of pexpects



More information about the Swan-commit mailing list