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

D. Hugh Redelmeier hugh at vault.libreswan.fi
Wed Sep 5 06:46:47 UTC 2018


New commits:
commit 6d0aea9400c33c4269ed35454826a2c94bc39230
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Wed Sep 5 02:40:10 2018 -0400

    pervasive: eliminate many casts to unsigned long and long
    
    This should allow the compilers to catch more of our mistakes.
    
    In many cases we use inttypes.h macros for formatting (PRI[ux]32 etc.).
    These don't seem to exist in the kernel code environment so we
    often cannot eliminate a cast in kernel code.

commit 5cd319ac093b12e91d0a30e38b52627672ed22fe
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Mon Sep 3 15:43:51 2018 -0400

    pluto: server.c: use temporary macros as if they followed regular scope rule; avoid a couple of casts

commit 3141a3ff8f408097be7e789acab2cb4a4d58e4b8
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Mon Sep 3 15:15:24 2018 -0400

    pluto: simplify and correct indentation of linux_audit_conn()

commit ed4a6cb56ec3ad75742eb41126cf2fa18f1fff47
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Mon Sep 3 14:10:45 2018 -0400

    pluto: fix three broken attempts to print microseconds in ikev2_ipseckey.c

commit c5891a5b1c4bc37a5130b49e1d8ee237008dca28
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Mon Sep 3 11:55:55 2018 -0400

    pluto: clarify packet.c by using modern C features



More information about the Swan-commit mailing list