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

2018-09-05 Thread Andrew Cagney
New commits:
commit b537a899475c2ee74935a999668bc23fe4043226
Author: Andrew Cagney 
Date:   Wed Sep 5 19:01:57 2018 -0400

testing: update addconn output - , f22 interface list

Will need re-update when f28

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread Andrew Cagney
New commits:
commit 7684ae8f30838959a500c086696b6bf42e219c21
Author: Andrew Cagney 
Date:   Wed Sep 5 18:43:11 2018 -0400

pluto: fix non-portable attempts to print struct timeval

Replaces gettimeofday() with realtime_t/deltatime_t et.al.

Follow-up ed4a6cb56ec3ad75742eb41126cf2fa18f1fff47

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread Andrew Cagney
New commits:
commit d9a83e995de73a03935c70965ec97a9e9d3acd8f
Author: Andrew Cagney 
Date:   Wed Sep 5 17:29:28 2018 -0400

confread: sed -i -e 's/u_int/uint/g'

Just one.

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread Andrew Cagney
New commits:
commit 8ae190998e1aa32aa8903d541b7c0365934d4735
Author: Andrew Cagney 
Date:   Wed Sep 5 17:16:17 2018 -0400

bsd: sed -i -e 's/u_int\([0-9]*\)_t/uint\1_t/g' -e 
's/u_int\([^0-9]\)/unsigned\1/g'

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread Andrew Cagney
New commits:
commit d6b293889c9ad75a01fb2c59f062b36046256897
Author: Andrew Cagney 
Date:   Wed Sep 5 16:42:07 2018 -0400

ike_alg: sed -i -e 's/u_int\(.*\)_t/uint\1_t/'

Seems u_int*_t even leaks into new code.

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread Andrew Cagney
New commits:
commit 66b65276296cf12de651d503fcd7b0fb8d77c880
Author: Andrew Cagney 
Date:   Wed Sep 5 16:38:46 2018 -0400

cavp: s/u_int.*_t/uint.*_t/

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread Andrew Cagney
New commits:
commit 08ad6f29bda135507e55ad39d69e6c710cbe9d99
Merge: ef8fb84 9527dcd
Author: Andrew Cagney 
Date:   Wed Sep 5 16:29:56 2018 -0400

algparse: warn, not error, when !PFS is combined with ESP/AH DH

Merge commit '9527dcdcfcbc4e9c6111ebaa6cb1dc1b7f1f34f8'

commit 9527dcdcfcbc4e9c6111ebaa6cb1dc1b7f1f34f8
Author: Andrew Cagney 
Date:   Wed Sep 5 16:25:38 2018 -0400

algparse: treat combining !PFS with DH as a warning, not error

commit 7c95bef1492230e9f04e2ddde1045165e76e7956
Author: Andrew Cagney 
Date:   Wed Sep 5 16:25:11 2018 -0400

testing: expect !PFS combined with DH to get a warning, not error

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread D. Hugh Redelmeier
New commits:
commit ef8fb84610b540d2a80ba20abe1f4aa16b35b1d5
Author: D. Hugh Redelmeier 
Date:   Wed Sep 5 14:15:26 2018 -0400

kernel: eliminate casts where possible

This can allow the compiler to detect more errors.

In most cases, using the "z" length modifier in format strings (for
size_t and sssize_t) did the trick.  "t" was used for ptrdiff_t.

In ipsec_rcv_ah_checks(): changed grouping to avoid overflow.

In pfkey_msg_build(): simplify a contorted memcpy.

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread Andrew Cagney
New commits:
commit 223e7477e05fb0737eb5a244b2572e621d074905
Author: Andrew Cagney 
Date:   Wed Sep 5 13:00:26 2018 -0400

ike_alg: check that audit and tcp names are valid

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread Andrew Cagney
New commits:
commit 742bc6ad4ecc24aea86c692776456ad520401823
Author: Andrew Cagney 
Date:   Wed Sep 5 12:44:17 2018 -0400

ike_alg: use pexpect_ike_alg() et.al. when checking algorithms

instead of passert_ike_alg().  This way all the things wrong
with the algorithm table get reported; and testing an incomplete
alg entry is possible.

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread Andrew Cagney
New commits:
commit 6086c50925eaeca352ceae8e96700a01dad7384e
Author: Andrew Cagney 
Date:   Wed Sep 5 11:47:40 2018 -0400

ike_alg: replace lswlog_ike_alg() with libreswan_log_ike_alg()

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-09-05 Thread Andrew Cagney
New commits:
commit 0bce41fee81d696d676612593d07f5531d5cb6eb
Author: Andrew Cagney 
Date:   Wed Sep 5 09:49:35 2018 -0400

retransmits: delete dead --impair retransmits code in retransmits.c

Was only used by IKEv1 tests and they have all switched to either
--impair delete-on-retransmit or --impair --suppress-retransmits.

There's still some code lurking in ikev2.c.

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit