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

2019-08-12 Thread D. Hugh Redelmeier
New commits: commit 57bcf6c319bab1998d69559f1c024310cc8f9eb6 Author: D. Hugh Redelmeier Date: Tue Aug 13 00:39:41 2019 -0400 pluto: sprinkle const on struct raw_iface *ifp parameters ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2019-08-12 Thread D. Hugh Redelmeier
New commits: commit 93097b6f4edd20be727c2d7e09b276c6d510c8a1 Author: D. Hugh Redelmeier Date: Tue Aug 13 00:27:30 2019 -0400 pluto: server.c: create_socket(): simplify port handling The previous version overwrote ifp->addr's port, used ifp->addr, and then rewrote it to

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

2019-08-12 Thread D. Hugh Redelmeier
New commits: commit 33da1c2fbb3cf728213137df27ff7fba33bc47f6 Author: D. Hugh Redelmeier Date: Tue Aug 13 00:03:42 2019 -0400 libswan: modernize and simplify sameaddr.c ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2019-08-12 Thread Andrew Cagney
New commits: commit 7dce6d453ff57b6078e4bc34353614ca8dc10173 Author: Andrew Cagney Date: Mon Aug 12 13:21:19 2019 -0400 ip: move all the old port manipulation functions to ip_endpoint.[hc] Since, presumably, it is the endpoints that have the ports.

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

2019-08-12 Thread Andrew Cagney
New commits: commit 033fdf060896616d669a229a045dde5f84f2d70c Author: Andrew Cagney Date: Thu Aug 8 22:14:58 2019 -0400 crypto: eliminate all the append_{symkey,chunk,bytes}_{symkey,chunk,bytes}() functions The append*() functions are sufficient.

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

2019-08-12 Thread Andrew Cagney
New commits: commit df8a8210846886073d997a11ca57570836fc6079 Author: Andrew Cagney Date: Sat Aug 10 13:34:52 2019 -0400 ipcheck: test *_type() ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2019-08-12 Thread Andrew Cagney
New commits: commit dd18b5ddde1414cce4e6436d32c60b3d387065d2 Author: Andrew Cagney Date: Sun Aug 11 08:53:44 2019 -0400 ip: adopt {address,endpoint,subnet}_type() as name for getting IP info/type/version The code: address_type(a) == subnet_type(s) is more meaningful