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

2019-09-03 Thread Andrew Cagney
New commits: commit 3ece9ae4f883bef050e66cb24dcaa6f00d185205 Author: Andrew Cagney Date: Sat Aug 31 17:41:47 2019 -0400 address pool: use ntohl_address() to convert the, assumed, IPv4 address into a uint32_t commit 7620bc67b9b91f066ac0888c5b72f83b656e543b Author: Andrew Cagney Date: Su

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

2019-09-03 Thread D. Hugh Redelmeier
New commits: commit f69269add8a4793be8c9156fab5721fb9884368f Author: D. Hugh Redelmeier Date: Tue Sep 3 11:26:24 2019 -0400 pervasive: fix calls to idtoa() and dntoa() to use sizeof - "idtoa(a, abuf, IDTOA_BUF)" => "idtoa(a, abuf, sizeof(abuf));" This is correct, even if the

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

2019-09-03 Thread Andrew Cagney
New commits: commit 1aa77cbf74912e59062f417d3b6462fc5fe20ee3 Author: Andrew Cagney Date: Tue Sep 3 12:21:12 2019 -0400 ip: delete goodmask(), masktobits(), mask6tobits(); unused ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https:/

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

2019-09-03 Thread Andrew Cagney
New commits: commit 52f2cc8813a07887537c05f59cb820ed7916bafb Author: Andrew Cagney Date: Sat Aug 31 09:52:30 2019 -0400 ikev1: in isakmp_add_attr(), use ntohl_address() to hack up CISCO payload along with subnet_mask() and subnet_endpoint()

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

2019-09-03 Thread Andrew Cagney
New commits: commit 799dabfb8e5ab0e54320848cc657d595f6141801 Author: Andrew Cagney Date: Tue Sep 3 12:34:23 2019 -0400 ip: delete bitstomask() and bitstomask6(); unused (last use zapped by previous commit) ___ Swan-commit mailing list Sw

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

2019-09-03 Thread Andrew Cagney
New commits: commit 2bad6cc6ee877a5cc8d4691a3bb1985f6ba1f42e Author: Andrew Cagney Date: Tue Sep 3 13:58:05 2019 -0400 testing: only build/install the KLIPS kernel module when KVM_KLIPS_MODULE=true (default is false) Not to be confused with {KVM_,}USE_KLIPS which enables

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

2019-09-03 Thread Andrew Cagney
New commits: commit 805d6e12baefa711f241a6b0c0e4e25752f4ba2b Author: Andrew Cagney Date: Tue Sep 3 14:23:22 2019 -0400 testing: skip tests requiring the KLIPS kernel module ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://list

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

2019-09-03 Thread D. Hugh Redelmeier
New commits: commit 60956ab1eb15e13ab69aa8e010187ea653cdf4ef Author: D. Hugh Redelmeier Date: Tue Sep 3 15:32:50 2019 -0400 pervasive: exploit str_id(); shrink scopes of some local variables ___ Swan-commit mailing list Swan-commit@lists.libreswa

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

2019-09-03 Thread Andrew Cagney
New commits: commit 8b77b407eea804462eab6b5aa76d73fcbd8ae1c6 Author: Andrew Cagney Date: Tue Sep 3 15:54:47 2019 -0400 building: in set libreswanversion, don't pass --dirty to git describe it cripples build performance ___ Swan-commit ma

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

2019-09-03 Thread Andrew Cagney
New commits: commit 708a5d571e10c75718833147dae404fe3ad9b169 Author: Andrew Cagney Date: Tue Sep 3 10:21:47 2019 -0400 ip: replace subnet_endpoint() with subnet_prefix(), test (as in the subnet's routing prefix, but that's a little long) ___

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

2019-09-03 Thread Andrew Cagney
New commits: commit 764bde04b0f3626c4d46076f323ca36e02d62fa9 Author: Andrew Cagney Date: Sat Aug 31 17:53:15 2019 -0400 address pool: in check_connection_end() and extract_end() guard calls with range_type() and range_is_specified() and not pool_range.start.u.v4.sin_addr.s_addr!=0

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

2019-09-03 Thread D. Hugh Redelmeier
New commits: commit cdc2acd1f621d3375f574b1a4bee24057247654b Author: D. Hugh Redelmeier Date: Tue Sep 3 17:20:56 2019 -0400 pluto/state.c: tweak formatting calls to make code more readable (no change in output) ___ Swan-commit mailing list Swan-

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

2019-09-03 Thread Andrew Cagney
New commits: commit 634b932e1c75542d36af713d0ffd8d2b191302b5 Author: Andrew Cagney Date: Wed Sep 4 00:35:16 2019 -0400 ip: pass PREFIX:PORT to has_bare_hold() Fix core dump in newoe-10-expire-inactive introduced by 708a5d571e10c75718833147dae404fe3ad9b169 _