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

Andrew Cagney cagney at vault.libreswan.fi
Fri Jun 7 21:30:04 UTC 2019


New commits:
commit 72e4d710218ba8c196df28126ab19e188536da48
Merge: 1e967cf bf4c53c
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Jun 7 17:27:38 2019 -0400

    kernel: construct the environment string using a sequence of jam() calls
    
    Replaces the uber snprintf().
    
    Merge commit 'bf4c53cc6b0a621a0173fee960cdac6485ba6b82'

commit bf4c53cc6b0a621a0173fee960cdac6485ba6b82
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri May 31 15:43:55 2019 -0400

    kernel: implement fmt_common_shell_out() as a wrapper to jam_common_shell_out()

commit 019492d4dac67eef920f1179260f579fe10c2f5e
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu May 30 22:26:13 2019 -0400

    kernel: in jam_common_shell_out() finish cleaning up xauth name

commit 3c5800df6c8e7be2bc81be9f7aa55c5d1864805a
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu May 30 21:58:30 2019 -0400

    kernel: in jam_common_shell_out() use jam_id_escaped()

commit 3a814f18a89bf9aa896b0479c500c0c428e53f6f
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu May 30 21:58:02 2019 -0400

    id: hack up jam_id() and jam_id_escaped()
    
    Implement using idtoa() and escape_metachar() so that the wierd
    sequence of custom sanitization is preserved. idtoa() sanitizes
    using '?' and escape_metachar() sanitizes using '\NNN'.   However,
    the later is only ever used to sanitize idtoa() output so !isprint()
    get sanitized as '?' and not '\NNN'.  Which, of course, is different
    to sanitize_string().  Ulgh!

commit 91257d631321933b78322032bf5e670c97c43639
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu May 30 21:32:45 2019 -0400

    kernel: in jam_common_shell_out() simplify xauth code a little

commit 6e64a1cea02e7ba28d3755c9f83fdf29a4fbed40
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu May 30 21:24:34 2019 -0400

    kernel: in jam_common_shell_out() simplify has_cat logic

commit b51133dafa65a95be106ffa62fcb3e9ae8560238
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu May 30 21:20:05 2019 -0400

    kernel: in jam_common_shell_out() use jam_address_cooked()

commit 9dfafefcec47d8d62878b05314746850a43b3136
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu May 30 21:10:09 2019 -0400

    kernel: in jam_common_shell_out() use jam_subnet()

commit a73a22b4c0d0b6f1efa6c0422ce9194da7f1475f
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu May 30 21:01:01 2019 -0400

    kernel: in jam_common_shell_out() merge <<snprintf(buf, ...); jam("%s", buf)>> sequence

commit 0e37a9a30a791e14532403c9ac4e6e6da440467c
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu May 30 16:49:47 2019 -0400

    kernel: in jam_common_shell_out() intermingle jam() calls with code building strings

commit 4cf72ff9ac5c5a7250aabc9357964b1d2a1961f3
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu May 30 16:30:10 2019 -0400

    kernel: in jam_common_shell_out() move scratch buffers to their first use

commit c7ed385a1176ae40333a9c4d0ff14b9e1ede7e04
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jan 31 13:57:23 2019 -0500

    kernel: in jam_common_shell_out() replace mega jam() with individual jam lines

commit ac49719c3756a3676ee0c6b112ad6a5324ba425e
Author: Andrew Cagney <cagney at gnu.org>
Date:   Wed May 29 17:03:20 2019 -0400

    kernel: clone fmt_common_shell_out() creating jam_common_shell_out()
    
    Have former call latter and compare results.

commit 97063c47da8fd616358d287c0cff2b88e552ed1c
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri May 31 15:38:07 2019 -0400

    kernel: inline single fmt_traffic_str()



More information about the Swan-commit mailing list