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

2021-09-03 Thread Andrew Cagney
New commits:
commit c14fb90885359a8e68c1bf20d3f5494cb07bd506
Author: Andrew Cagney 
Date:   Thu Sep 2 21:35:10 2021 -0400

enums: ikev2_notify_names -> v2_notification_names

match v2_notification_t

commit 4ab26e8d166d29ac7207bc497ca915e61435902d
Author: Andrew Cagney 
Date:   Thu Sep 2 21:24:41 2021 -0400

ikev2: pexpect() when STF_FAIL+notification

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


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

2021-09-03 Thread Andrew Cagney
New commits:
commit 992e1cc5e28fccda5085856f8c960d2f6829db80
Author: Andrew Cagney 
Date:   Fri Sep 3 12:54:44 2021 -0400

connections: re-indent wipe_old_v2_connections()

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


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

2021-09-03 Thread Andrew Cagney
New commits:
commit 09b88e21bbf099ca4013396891e9c616fccd2b05
Author: Andrew Cagney 
Date:   Fri Sep 3 12:58:55 2021 -0400

connections: never wipe an authed connection with nullauth (regardless of 
ip)

Was seemingly allowing an authnull connection to trump an authed
connection when the remote address changed.

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


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

2021-09-03 Thread Andrew Cagney
New commits:
commit ba925827b5e0027de5355d97c5d4f4dabfa977ce
Author: Andrew Cagney 
Date:   Fri Sep 3 14:11:42 2021 -0400

packaging: drop SLES 10 - it tries to build KLIPS

commit 5ea466e4ea0aa94546d8e1922dc443d67a7ff4a8
Author: Andrew Cagney 
Date:   Fri Sep 3 13:56:16 2021 -0400

building: delete Makefile.inc

Instead include mk/config.mk directly.

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


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

2021-09-03 Thread Andrew Cagney
New commits:
commit 3569f4048f1037a5dc26b0f2e914c2c71fa051dd
Author: Andrew Cagney 
Date:   Fri Sep 3 14:23:01 2021 -0400

packaging: delete suse/kernelsrc.patch

Missed in: packaging: drop SLES 10 - it tries to build KLIPS

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


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

2021-09-03 Thread Andrew Cagney
New commits:
commit 5e9265ad4be81725ff42b8bd3230917e858beae6
Author: Andrew Cagney 
Date:   Fri Sep 3 14:59:19 2021 -0400

packaging: replace SUSE packaging with README.suse pointing upstream

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


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

2021-09-03 Thread Andrew Cagney
New commits:
commit b16ee6ae2432ab407b59bac1c082a10aa5b4e403
Author: Andrew Cagney 
Date:   Fri Sep 3 15:18:32 2021 -0400

packaging: in makerelease, use mk/version.mk as a topdir check

not Makefile.ver

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


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

2021-09-03 Thread Andrew Cagney
New commits:
commit 88fd6e8b462ae7c5f64ed9a66ada20b5d02f4810
Author: Andrew Cagney 
Date:   Fri Sep 3 15:32:17 2021 -0400

building: delete Makefile.ver, everything should use mk/version.mk

commit 59a68c344553c68dd09c56ff7ed9aaca1d92bec8
Author: Andrew Cagney 
Date:   Fri Sep 3 15:20:58 2021 -0400

building: improve transformed file dependencies

Depend on:
  mk/config.mk
  mk/version.mk
  Makefile.inc.local (if present)
and drop dependency on Makefile.ver

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


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

2021-09-03 Thread Andrew Cagney
New commits:
commit 5e1673820852bb0362ea88dfc4cff18cb0f64251
Author: Andrew Cagney 
Date:   Fri Sep 3 13:06:50 2021 -0400

ikev2: in wipe_old_v2_connections() use an exact ID match

Replace the fuzzy same_id(), which would match ID_NONE with anything,
with id_eq() which performs an exact match.

Here:

- the new established connection should have set this/that.id to
  ID[ir] so shouldn't have ID_NONE

- any old connection that needs to be wiped out was presumably
  established so also has this/that.id set to something other than
  ID_NONE

true?

(I suspect same_id() is good for matching a template ID with an
instance?)

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


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

2021-09-03 Thread D. Hugh Redelmeier
New commits:
commit d51d4458707febf44719f98144dd7e4faea97f6b
Author: D. Hugh Redelmeier 
Date:   Fri Sep 3 18:55:07 2021 -0400

libswan: ike_alg_dh_nss_modp_ops.c: nss_modp_clone_local_secret_ke: add a 
???

??? if pexpect fails, and we are going to clone anyway, should we not use 
publicValue.len as len?

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


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

2021-09-03 Thread Andrew Cagney
New commits:
commit c5350659ce0cb5314a3a21161692126e4e0d490d
Author: Andrew Cagney 
Date:   Fri Sep 3 21:43:47 2021 -0400

ikev2: hash the connection's spd.that.id, used by wipe_old_v2_connections()

The function match_end_cert_id(), which can update .spd.that.id as a
side effect, makes this a bit messy.

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