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

2017-08-11 Thread Andrew Cagney
New commits: commit cb5acef7ac01df72afdab1a8d4876c60c94f8672 Author: Andrew Cagney Date: Fri Aug 11 13:59:46 2017 -0400 spi: pass a reall 'struct parser_policy' to the parser; fixes core dump Broken by ddfba3c93b7762326d5c41c1b2ef2824d3c0511a.

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

2017-08-11 Thread Andrew Cagney
New commits: commit 81cde5584b9db8260366c168d5d8218c38bdff8e Merge: cb5acef f5eca17 Author: Andrew Cagney Date: Fri Aug 11 14:53:10 2017 -0400 IKEv2: ensure that 'struct trans_attrs .integ' is non-NULL so kernel code can trust value Merge commit

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

2017-08-11 Thread Antony Antony
New commits: commit 9104c9f9a770c8f775c45ff9e5760fe9e5046b3f Author: Daniel Kahn Gillmor Date: Thu Aug 10 23:06:01 2017 -0400 fix speling Signed-off-by: Antony Antony ___ Swan-commit mailing

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

2017-08-11 Thread Andrew Cagney
New commits: commit 22eb8286c995b6b7237af2f255a7d07d16467815 Merge: 81cde55 58e95f1 Author: Andrew Cagney Date: Fri Aug 11 16:29:19 2017 -0400 parser: make alg-is-implemented (supported) check dynamic (i.e., part of 'struct parser_policy') This way

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

2017-08-11 Thread Andrew Cagney
New commits: commit 6620285d6cfde99c1927be0ee9989587d5ba33e6 Merge: 87558e1 81e9a5b Author: Andrew Cagney Date: Fri Aug 11 10:39:39 2017 -0400 parser: ensure that 'struct proposal_info .integ' is never NULL Which means that 'struct proposal_info .ikev2esp_auth' is

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

2017-08-11 Thread Andrew Cagney
New commits: commit 87558e189e46e4151c68b44a0573454b4de3469f Author: Andrew Cagney Date: Thu Aug 10 16:14:22 2017 -0400 ike_alg: include the algorithm type when reporting failures ___ Swan-commit mailing list

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

2017-08-11 Thread Andrew Cagney
New commits: commit 8aabf55ed885b76a46aa38ad6edd4f737159edf2 Author: Andrew Cagney Date: Thu Aug 10 16:09:09 2017 -0400 ike_alg: use -1 to identify an invalid algorithm id; not 0 IKEv2 uses 0 when negotiating NULL integrity; bah!