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

2023-02-10 Thread Andrew Cagney
New commits: commit 8314599d24fbe6307d4500ac5ccdbd1aa53adfd0 Author: Andrew Cagney Date: Fri Feb 10 13:08:15 2023 -0500 connections: connection_down() -> connection_unroute() The terminate*() functions down a connection (i.e., clear UP bit) while the connection_d

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

2023-02-10 Thread Andrew Cagney
New commits: commit 5c649e26856eecb2fb646ba287eb64e6bcc1dd94 Author: Andrew Cagney Date: Fri Feb 10 13:56:20 2023 -0500 connections: replace CK_GOING_AWAY with POLICY_GOING_AWAY bit It is used to signal to delete_state() that the callee is in control of the connection, and

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

2023-02-10 Thread Andrew Cagney
New commits: commit b19740103c519af89e97928712b814ba18be90a1 Author: Andrew Cagney Date: Fri Feb 10 17:20:43 2023 -0500 routing: merge connection_route() into routing m/c commit 90d9b71dc2e998285821766c8469c755b47b8fdf Author: Andrew Cagney Date: Thu Feb 9 16:36:17 2023 -0500

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

2023-02-10 Thread Andrew Cagney
New commits: commit 4dfd8bcc22143c88341bb19c7540b99a3803b196 Author: Andrew Cagney Date: Fri Feb 10 22:19:42 2023 -0500 routing: fix typo break->return ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.

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

2023-02-11 Thread Andrew Cagney
New commits: commit ee254af97ffd8860fc4e798ab9364e63d23a908a Author: Andrew Cagney Date: Sat Feb 11 10:18:52 2023 -0500 routing: don't abort on unexpected events for instance in WIP ikev2-liveness-08 ___ Swan-commit mailing list

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

2023-02-11 Thread Andrew Cagney
New commits: commit ee858e1cfc16d68f56fe426cb45ea92625a76a6c Author: Andrew Cagney Date: Sat Feb 11 15:14:34 2023 -0500 connections: in discard_connection() don't expect offspring for instance a template has no outstanding instances commit 45388842692474452a9e4211dcb258eb4a0

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

2023-02-11 Thread Andrew Cagney
New commits: commit fce15cf7eb0af6d27e9d71fd1c7e30d5cfb4e9bb Author: Andrew Cagney Date: Sat Feb 11 15:59:14 2023 -0500 connections: drop CK_HYBRID, will replace with a policy bit commit 6be6c7404249ea09bc3aa9e50c3e2a96a8093df3 Author: Andrew Cagney Date: Sat Feb 11 15:58:54 2023 -0500

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

2023-02-11 Thread Andrew Cagney
New commits: commit ab5780508a79c4873a466d0b7476eca283034102 Author: Andrew Cagney Date: Sat Feb 11 17:06:43 2023 -0500 connections: only set sec_label in sec_label_child_instantiate() ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2023-02-11 Thread Andrew Cagney
New commits: commit d73603dd15c9c3e3754582619cc1814ced716edc Author: Andrew Cagney Date: Sat Feb 11 21:10:04 2023 -0500 connections: drop sec_label parameter to instantiate() ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-02-12 Thread Andrew Cagney
New commits: commit e73fda7e9d5afb96984239c70771e2036daee7ec Author: Andrew Cagney Date: Sat Feb 11 21:10:51 2023 -0500 whack: make delete_connections_by_name() local to rcv_whack.c commit 53458fd62ff93610c4162449be3bd3e50d6f23e1 Author: Andrew Cagney Date: Sat Feb 11 19:51:11 2023

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

2023-02-12 Thread Andrew Cagney
New commits: commit 46a1d7dc9398b69773d455d316913a5e6ee42c9a Author: Andrew Cagney Date: Sun Feb 12 10:37:06 2023 -0500 connections: merge set_child_kernel_policy_owner() into set_child_routing() both should be updated at the same time; this is a start

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

2023-02-13 Thread Andrew Cagney
New commits: commit 1c25d4cfce200302d98041fa62caece38280 Author: Andrew Cagney Date: Mon Feb 13 09:45:05 2023 -0500 foodgroup: clarify how/why a group is instantiated A CK_GROUP is instantiated into: - as an instance, because it is never negotiate - as an instance

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

2023-02-13 Thread Andrew Cagney
New commits: commit 1e0da9eb7373f1da2bed5cc8b598d58cda14f9a0 Author: Andrew Cagney Date: Mon Feb 13 10:18:18 2023 -0500 testing kvm: add unsintalling test networks to kvm-uninstall While not necessary is hopefully more consistent. For instance: make KVM_PREFIXES='w1

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

2023-02-13 Thread Andrew Cagney
New commits: commit e14d773e7dda9ddc32e8fcaf91c90452e1d33430 Author: Andrew Cagney Date: Mon Feb 13 11:54:04 2023 -0500 groups: drop optimization(?) when remote.host_addr is known Normally a CK_GROUP is instantiated to CK_TEMPLATE (which is routed) and then, on demand or on

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

2023-02-13 Thread Andrew Cagney
New commits: commit 31b84671dff8b321f0d664e7fd6c8d8ca08cc950 Author: Andrew Cagney Date: Mon Feb 13 16:16:49 2023 -0500 ikev2: simplify(?) logic detecting CLEAR/BLOCK and suppressing response commit fa1a2e75d1a656e2854b807a932d33daa51d58e4 Author: Andrew Cagney Date: Mon Feb 13 16:19

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

2023-02-14 Thread Andrew Cagney
New commits: commit b042263ab7fd59e40070d3632d5cd2f356bef7af Author: Andrew Cagney Date: Tue Feb 14 07:59:25 2023 -0500 oppo: use connection_route() commit 73cac3b1c9c5382ac64e6aec641211d3248e6c15 Author: Andrew Cagney Date: Mon Feb 13 23:46:49 2023 -0500 testing: expect shuffled

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

2023-02-14 Thread Andrew Cagney
New commits: commit 3e254d1ab2ef9fdd744ab621adb1bc5dde7da7d4 Author: Andrew Cagney Date: Tue Feb 14 11:09:29 2023 -0500 connections: connection_negotiating() -> connection_ondemand() ___ Swan-commit mailing list Swan-commit@lists.libreswan.

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

2023-02-14 Thread Andrew Cagney
New commits: commit e43a055a0f4901768e6645483fa93aaeb178a69e Author: Andrew Cagney Date: Tue Feb 14 14:12:04 2023 -0500 routing: add missing return to sec-label path ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-02-14 Thread Andrew Cagney
New commits: commit 203646649e3593058570160f35fbe4e1a9e06603 Author: Andrew Cagney Date: Tue Feb 14 18:41:48 2023 -0500 routing: set/clear the ROUTE bit commit f7226899283505bb0bc632f44a90a849c8ae5975 Author: Andrew Cagney Date: Tue Feb 14 18:45:53 2023 -0500 testing: expect

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

2023-02-14 Thread Andrew Cagney
New commits: commit 65721180b09828b246f8503d03b5dacd7219de5a Author: Andrew Cagney Date: Tue Feb 14 19:28:45 2023 -0500 testing: remove debug output from ikev2-liveness-09 ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-02-14 Thread Andrew Cagney
New commits: commit 0894e919badfda97486842a3b0031bd50741ad69 Author: Andrew Cagney Date: Tue Feb 14 18:12:57 2023 -0500 routing: merge connection_ondemand() into routing m/c commit 44e88a4add0355859bf14bb3869e1721231de3ee Author: Andrew Cagney Date: Tue Feb 14 13:54:36 2023 -0500

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

2023-02-15 Thread Andrew Cagney
New commits: commit 246746a892526def5235624f1331f90bf4a4c129 Author: Andrew Cagney Date: Wed Feb 15 13:51:52 2023 -0500 lib: add ttobool(), so pluto can mimic addconn fix #1007 ___ Swan-commit mailing list Swan-commit

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

2023-02-15 Thread Andrew Cagney
New commits: commit 4bba3a8f3166d597fa5511c911fc9c47f5183f8a Author: Andrew Cagney Date: Wed Feb 15 14:08:01 2023 -0500 building: remove host from OBJDIR, KVMs are building into /var/tmp removing need for this fix #989 ___ Swan

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

2023-02-15 Thread Andrew Cagney
New commits: commit 023a379080cf1aa42dd6c19c274cd474fc7673d5 Author: Andrew Cagney Date: Wed Feb 15 14:48:31 2023 -0500 docs: CKAID works for both certificates and host keys fix #980 reported by Maciej S. Szmigiero ___ Swan-commit

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

2023-02-15 Thread Andrew Cagney
New commits: commit 1a2cb12db020e3c174b7b4daa0e585d8a4642fcb Author: Andrew Cagney Date: Wed Feb 15 15:39:17 2023 -0500 testing: add .xml to mk/find.sh commit d1ca37e1387c7850781aa0982835d68c5a8e52e6 Author: Andrew Cagney Date: Wed Feb 15 15:38:26 2023 -0500 testing: delete

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

2023-02-15 Thread Andrew Cagney
New commits: commit 02b041d4dec5b384d6cc8b502d4737475da141ef Author: Andrew Cagney Date: Wed Feb 15 16:12:01 2023 -0500 coverity: fix typo in routing.c ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org

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

2023-02-15 Thread Andrew Cagney
New commits: commit c7b943244b66704b2b0b9f442c2a227e5ca83e02 Author: Andrew Cagney Date: Wed Feb 15 20:52:32 2023 -0500 building: zap more windows files ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org

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

2023-02-15 Thread Andrew Cagney
New commits: commit 31668f85377321885983e7c046316f5fa71811f1 Author: Andrew Cagney Date: Sun Feb 12 14:14:19 2023 -0500 connections: add labeled{,_{template,torp,parent,child}}() Replace sec_label.len checks. ___ Swan-commit mailing

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

2023-02-16 Thread Andrew Cagney
New commits: commit c322f868f514c354781f49298262f51f13e3cdd3 Author: Andrew Cagney Date: Thu Feb 16 07:45:39 2023 -0500 connections: update find_connection_for_packet() - drop unused SPD result - iterate over N+M selectors and not N*M SPDs

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

2023-02-16 Thread Andrew Cagney
New commits: commit f2bd924d8529e3e6a0fc227034715ed7fc321822 Merge: c322f868f5 9ac4e4dd18 Author: Andrew Cagney Date: Thu Feb 16 09:54:06 2023 -0500 crypto: replace groundhogday=date with groundhog=flag Groundhog connections allow certificate chains verified using either

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

2023-02-16 Thread Andrew Cagney
New commits: commit 69b689630c759e10a27987b0bb3c7765f64a0de0 Author: Andrew Cagney Date: Thu Feb 16 11:43:10 2023 -0500 testing: sprinkle ipsec {certutil,pk12util,vfychain} commit 1f424bb4103bf7d3066c8811de8788e455fa6b24 Author: Andrew Cagney Date: Thu Feb 16 11:16:00 2023 -0500

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

2023-02-16 Thread Andrew Cagney
New commits: commit e29627955936176097ab4bcd225ce24ebb2d4762 Author: Andrew Cagney Date: Thu Feb 16 14:00:30 2023 -0500 connections: overhaul initiate_ondemand() - drop call to find_outgoing_opportunistic_template() per, pexpect(), returns same connection as

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

2023-02-16 Thread Andrew Cagney
New commits: commit 3cd3986efa1eec87fd374b10fd1eca44b5f02a63 Author: Andrew Cagney Date: Thu Feb 16 14:12:08 2023 -0500 testing: sanitize ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org/mailman/listinfo

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

2023-02-16 Thread Andrew Cagney
New commits: commit 1d3ab17e0e8b7c37d29e7469228b8f9b9142687b Author: Andrew Cagney Date: Thu Feb 16 14:33:45 2023 -0500 testing: in certoe-12-nat-server, s/sleep/wait-for-s.h/ And drop: -4: ip_vti0@NONE: mtu qdisc noop state DOWN group default -link/ipip 0.0.0.0

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

2023-02-16 Thread Andrew Cagney
New commits: commit 71a79388598dddb0b919a3deb36f69aab0d06ef9 Author: Andrew Cagney Date: Thu Feb 16 14:14:06 2023 -0500 testing: sprinkle ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org/mailman/listinfo

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

2023-02-16 Thread Andrew Cagney
New commits: commit db9c40bfd54576f1040262bc03db2fee61f0ea49 Author: Andrew Cagney Date: Thu Feb 16 15:27:30 2023 -0500 netbsd: drop /usr/pkg path hack see #975 ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-02-16 Thread Andrew Cagney
New commits: commit 8f40ed78bdbe9049c4418f54f156e46a49e0e279 Author: Andrew Cagney Date: Thu Feb 16 15:31:00 2023 -0500 testing: sprinkle ipsec pk12util ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org

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

2023-02-16 Thread Andrew Cagney
New commits: commit 99d20efc1e1ca01d73524f9673dfef132f2e1798 Author: Andrew Cagney Date: Thu Feb 16 21:14:05 2023 -0500 testing: sprinkle ipsec certutil et.al. ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-02-16 Thread Andrew Cagney
New commits: commit c4c15544780842855d89cd3e7f18e814199c30ab Author: Andrew Cagney Date: Thu Feb 16 22:17:00 2023 -0500 testing: sprinkle ipsec crlutil commit d34b52f4854341c8a2460ed36271cf093a982716 Author: Andrew Cagney Date: Thu Feb 16 22:16:42 2023 -0500 ipsec: add ipsec

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

2023-02-20 Thread Andrew Cagney
New commits: commit 181912a3d94c1a941ad95eb283e8ff302f5027ec Author: Andrew Cagney Date: Mon Feb 20 12:40:43 2023 -0500 testing kvm: assume tests are in /testing/pluto/name drop call to parse mount points ___ Swan-commit mailing list

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

2023-02-20 Thread Andrew Cagney
New commits: commit ece292af5a00c5b16be40174af54d6af708cf94f Author: Andrew Cagney Date: Mon Feb 20 13:22:15 2023 -0500 testing kvm: move host->guest path code to pathutil.py ___ Swan-commit mailing list Swan-commit@lists.libreswan.org ht

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

2023-02-20 Thread Andrew Cagney
New commits: commit d318674902ba54bddae7d72060ffa91add2ad591 Author: Andrew Cagney Date: Mon Feb 20 14:24:32 2023 -0500 testing kvm: throw exception when chdir() fails commit 821e15204d651bb3ce8fc78851b17c9f8a160527 Author: Andrew Cagney Date: Mon Feb 20 14:14:25 2023 -0500

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

2023-02-20 Thread Andrew Cagney
New commits: commit 3937c35db00ee346bdc864c92e9adb4bb2fd2c07 Author: Andrew Cagney Date: Mon Feb 20 21:43:28 2023 -0500 testing kvm: make Console() inherit pexpect.spawn commit d97a22d745e5daff42206d2e1a73267e4cc2f5be Author: Andrew Cagney Date: Mon Feb 20 18:02:04 2023 -0500

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

2023-02-21 Thread Andrew Cagney
New commits: commit 9f0b4703104ff1419a777b4b27ebdffdf012 Author: Andrew Cagney Date: Tue Feb 21 14:03:57 2023 -0500 testing: update ikev2-revive-through-nat-02-cleanfail - check for east reviving and then failing - check east's policy when up, reviving, and failed c

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

2023-02-21 Thread Andrew Cagney
New commits: commit e6b63734ecdfeb3cdfe85bc47267448b1d994ff7 Author: Andrew Cagney Date: Tue Feb 21 14:26:47 2023 -0500 testing: update ikev2-revive-through-nat-01-down - check that revival really happens - dump east's kernel p

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

2023-02-21 Thread Andrew Cagney
New commits: commit 8738fdfa2984c0d9ac75dc7e2a32deb6acb1c9c0 Author: Andrew Cagney Date: Tue Feb 21 14:53:33 2023 -0500 server: add/use list of pids when showing processes commit a351425adaf9770104ca263e2501a8354e0dd4f2 Author: Andrew Cagney Date: Tue Feb 21 14:59:22 2023 -0500

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

2023-02-22 Thread Andrew Cagney
New commits: commit f71ee8ed010ee2920ec564c25060ef2ebb33dc48 Author: Andrew Cagney Date: Tue Feb 21 23:30:20 2023 -0500 connections: replace EVENT_CONN_REVIVE with CONNECTION_REVIVAL where latter is per-connection commit eccfe1529db927485d1b18bfabcf47f44518e317 Author: Andrew

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

2023-02-22 Thread Andrew Cagney
New commits: commit 171e67d186da4a27274ceadfbeb1e5ea19c57e21 Author: Andrew Cagney Date: Wed Feb 22 12:16:56 2023 -0500 hash-tables: add REHASH_DB_ENTRY() ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org

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

2023-02-22 Thread Andrew Cagney
New commits: commit 856146dd68744d6139845bb44684f0cc20a84227 Author: Andrew Cagney Date: Wed Feb 22 15:41:01 2023 -0500 testing kvm: fix *BSD host names Commit: testing kvm: simplify console constructor added a missing host prompt check

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

2023-02-22 Thread Andrew Cagney
New commits: commit c044903e8e2b010d1f3dc170d4b987c0e714526b Author: Andrew Cagney Date: Wed Feb 22 22:05:49 2023 -0500 netbsd: more /usr/pkg/* path fixes ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org

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

2023-02-23 Thread Andrew Cagney
New commits: commit 9428b20807bc446c7a27f08c083ecf3d60ee94b1 Author: Andrew Cagney Date: Wed Feb 22 13:59:57 2023 -0500 state: replace PROBABLY_SEND_DELETE assignments with DO/DON'T_SEND_DELETE (but keep in mind that the default is still PROBABLY_SEND_DELETE) c

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

2023-02-23 Thread Andrew Cagney
New commits: commit e09f98d0335983a91982b8e71049e09f855a4cc9 Author: Andrew Cagney Date: Thu Feb 23 16:51:52 2023 -0500 state/connection: update the on-delete flags connection's POLICY_GOING_AWAY -> .going_away state .st_send_delete -> .st_on_delete.send_delete (PER

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

2023-02-24 Thread Andrew Cagney
New commits: commit 3623fd7798ca3617545e802c3d87087b2d74ca54 Author: Andrew Cagney Date: Fri Feb 24 10:48:37 2023 -0500 connections: simplify/rename flush_pending_by_connection() -> remove_connection_from_pending() flush_pending_by_state() can remove and delete lots

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

2023-02-24 Thread Andrew Cagney
New commits: commit 0db2a92048e8e87a011a447b49daad8aac3c3412 Author: Andrew Cagney Date: Fri Feb 24 12:24:16 2023 -0500 foodgroups: eliminate add_to_groups() and struct fg_groups Instead use next_connection_new2old(kind=CK_GROUP) to find groups (note that it isn't accele

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

2023-02-24 Thread Andrew Cagney
New commits: commit c0555a8fee2e1bce67ac3cfcaa2255b3ee589bbf Author: Andrew Cagney Date: Fri Feb 24 13:44:59 2023 -0500 connections: .serialno_from -> .clonedfrom more consistent with struct state's .st_clonedfrom and matches reality (it is created with clone_co

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

2023-02-24 Thread Andrew Cagney
New commits: commit 97c9e32facaaf1c62c72de7e28fd132894dc77a0 Author: Andrew Cagney Date: Fri Feb 24 16:11:34 2023 -0500 state: enum .delete_connection -> bool .skip_connection ___ Swan-commit mailing list Swan-commit@lists.libreswan.org ht

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

2023-02-25 Thread Andrew Cagney
New commits: commit ac99c2a279934010ab4c2f365963c056bedb47e5 Author: Andrew Cagney Date: Sat Feb 25 07:54:56 2023 -0500 ikev2: move record'n'send delete code to its own function ___ Swan-commit mailing list Swan-commit@lists.libreswan

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

2023-02-27 Thread Andrew Cagney
New commits: commit d259e6cc996c3c06f5fad75c1fb5e26fa427e103 Author: Andrew Cagney Date: Mon Feb 27 10:38:49 2023 -0500 testing: in ikev2-delete-02 dump kernel policy at every step ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2023-02-27 Thread Andrew Cagney
New commits: commit 029dc4fb40f2094db6120783138bf3d4a8d765a6 Author: Andrew Cagney Date: Mon Feb 27 18:21:42 2023 -0500 kernel: add enum shunt_kind { PROSPECTIVE, FAILURE, NEGOTIATION, BLOCK } This is so that code manipulating shunts can debug-log what kind. BLOCK, which is

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

2023-02-28 Thread Andrew Cagney
New commits: commit 6840fffcdce1c39d5a4414deb7c79878399de994 Author: Andrew Cagney Date: Tue Feb 28 10:45:35 2023 -0500 testing: in ikev1-rw-multiple-subnets down road Suggested by Wolfgang in #1018 ___ Swan-commit mailing list Swan

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

2023-02-28 Thread Andrew Cagney
New commits: commit 9ece9e58190df3ffd5450be92388b7ce9ab7c8f3 Author: Andrew Cagney Date: Tue Feb 28 14:10:44 2023 -0500 ikev1: only clean up a connection when it isn't deleted fix #1018 reported by Wolfgang. see also ecb9c88910df1fb070488835bf3180096f3ccba3: IKEv1: R

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

2023-02-28 Thread Andrew Cagney
New commits: commit 5d54ba3d8590593e9949f1aeda9e66d25782fa79 Author: Andrew Cagney Date: Tue Feb 28 14:47:48 2023 -0500 testing: when truncated-output, don't also flag output-different redundant ___ Swan-commit mailing list Swan-c

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

2023-02-28 Thread Andrew Cagney
New commits: commit cdb0dcf6d9964c22f4766a8b4bf72599e70658ba Author: Andrew Cagney Date: Tue Feb 28 17:54:36 2023 -0500 testing: add ikev2-impair-10-nr-ts-selectors ref #954 commit 91dfe8a7d1741cef42b63dea909e6d9b682f6c4f Author: Andrew Cagney Date: Tue Feb 28 17:56:04 2023

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

2023-03-01 Thread Andrew Cagney
New commits: commit 5b65ea2e3471608930c3be908a15c955b2234992 Author: Andrew Cagney Date: Wed Mar 1 13:57:30 2023 -0500 logging: make logger passed into llog_error() et.al. constant ref #1024 ___ Swan-commit mailing list Swan-commit

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

2023-03-01 Thread Andrew Cagney
New commits: commit eb8d482fb6b96fb3f3122b9710440d21c702c149 Author: Andrew Cagney Date: Wed Mar 1 14:14:12 2023 -0500 logging: sprinkle const over some of the xfrmi code ref #1024 ___ Swan-commit mailing list Swan-commit

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

2023-03-01 Thread Andrew Cagney
New commits: commit e8b16edb8df2eade319e61490f4d9a7562e53a44 Author: Andrew Cagney Date: Wed Mar 1 14:53:32 2023 -0500 kernel: in delete_kernel_policy() use raw_policy() wrapper so op is logged consistently commit 13478b5acd15f63a2d9e20746349eb46dbfa71fc Author: Andrew Cagney

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

2023-03-02 Thread Andrew Cagney
change unclear bool function returns to either use standard c-style int returns: 0 - success, non-zero - failure or bool returns: true - success, false - failure Signed-off-by: Brady Johnson Signed-off-by: Andrew Cagney

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

2023-03-02 Thread Andrew Cagney
New commits: commit 808d93df8a4b5e5c1d27e87eced835fc4dfcdef5 Author: Andrew Cagney Date: Thu Mar 2 10:08:46 2023 -0500 kernel: pass where+story into raw_policy(), update log message commit bc8c7dadd9c235527f35fb68288122d8689a9417 Author: Andrew Cagney Date: Thu Mar 2 10:09:07 2023

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

2023-03-02 Thread Andrew Cagney
New commits: commit 9407edf49a40d736d2190623a477253c03012de8 Author: Andrew Cagney Date: Thu Mar 2 15:53:35 2023 -0500 memory: pass the logger into delref*() so code can use it; helps with #1024 ___ Swan-commit mailing list Swan-commit

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

2023-03-02 Thread Andrew Cagney
New commits: commit db653fa27ae9ea30e82fc4c196fec0061dd30aac Author: Andrew Cagney Date: Thu Mar 2 11:08:24 2023 -0500 testing kvm: use a script for uninstalling networks ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-03-03 Thread Andrew Cagney
New commits: commit 26772ceb00d87feedcc975c7ed680ca70be5ac91 Author: Andrew Cagney Date: Fri Mar 3 08:12:46 2023 -0500 testing kvm: re-org host/domain make variables ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-03-03 Thread Andrew Cagney
New commits: commit 9e7401616a82d4c77d04cc179fefee3f89f1520d Author: Andrew Cagney Date: Fri Mar 3 08:18:42 2023 -0500 testing kvm: include domain name to a barf error ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-03-03 Thread Andrew Cagney
New commits: commit 8542e43ba147daee42e7ea1de1dcd79190fba094 Author: Andrew Cagney Date: Fri Mar 3 08:40:35 2023 -0500 testing kvm: move uninstall domain code to a script ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-03-03 Thread Andrew Cagney
New commits: commit a193d57f44ecdf612744b8a88744c6d1ca031e45 Author: Andrew Cagney Date: Fri Mar 3 10:51:22 2023 -0500 testing kvm: update network/gateway make variables follow same convention as for domain make variables ___ Swan

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

2023-03-03 Thread Andrew Cagney
New commits: commit eb8c35721360e0b869128863aa4c22f4cd0e57b8 Author: Andrew Cagney Date: Fri Mar 3 15:41:36 2023 -0500 kernel: add {uninstall,replace_ipsec_with_bare}_kernel_policies() use in teardown_ipsec_kernel_policies() ___ Swan

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

2023-03-04 Thread Andrew Cagney
New commits: commit ec85766931cce1a812e5a4a7024bdfe4defdfdfc Author: Andrew Cagney Date: Sat Feb 25 18:17:59 2023 -0500 connection: use connection_delete_child() to delete permanent established Child SA commit a040f4812660f084b58d8767ce6df75d1202beb0 Author: Andrew Cagney Date: Fri

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

2023-03-04 Thread Andrew Cagney
New commits: commit 32626ec3b0f6694ec648c42fdcb670e5454f77f2 Author: Andrew Cagney Date: Sat Mar 4 20:49:06 2023 -0500 kernel: trim raw_policy() log ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org/mailman

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

2023-03-04 Thread Andrew Cagney
New commits: commit 0edd3fa70b0ff7779460dc3a00f772d72c09b8d7 Author: Andrew Cagney Date: Sat Mar 4 20:49:58 2023 -0500 connections: in clone clear .newest_routing_sa At this point the template owns the route, not the instance. ___ Swan

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

2023-03-05 Thread Andrew Cagney
New commits: commit 15259267c4d00359c77b81d03aab41f8d2a0960e Author: Andrew Cagney Date: Sun Mar 5 08:54:53 2023 -0500 testing kvm: handle a kvm being slow to completely shut down it looks like this: ['sudo', 'virsh', '--connect', 'qe

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

2023-03-05 Thread Andrew Cagney
New commits: commit 9570e97c5551f2dd7df9303b5bcd090333b76b4c Author: Andrew Cagney Date: Sun Mar 5 12:13:06 2023 -0500 kernel xfrm: fix reversed logic follow up: Use standard ref counting in pluto kernel xfrmi ref #1024

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

2023-03-05 Thread Andrew Cagney
New commits: commit e23d6893aa05f83f638239762de2e42a306b Author: Andrew Cagney Date: Sat Mar 4 21:07:34 2023 -0500 testing kvm: expand-then-eval instead of eval-then-expand domain macros hopefully works around a GNU Make 3.82 quirk; see #1027

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

2023-03-05 Thread Andrew Cagney
New commits: commit 25c52b75231ea0fac6811cd69776f2bf07051831 Author: Andrew Cagney Date: Sun Mar 5 21:41:58 2023 -0500 testing: showroute doesn't have a <> test commit 2ecdf09d3bcc181862a5744a98b745ec88df4009 Author: Andrew Cagney Date: Sun Mar 5 21:17:48 2023 -0500

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

2023-03-06 Thread Andrew Cagney
New commits: commit 935816d0586b8275f2cd6ad07655d8217f982b96 Author: Andrew Cagney Date: Mon Mar 6 11:18:42 2023 -0500 whack: largely eliminate 64-option limits Replace the lset_t opts2_seen, lst_seen, cd_seen, cdp_seen algo_seen with bool seen[OPTION_ENUM_ROOF]. Note

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

2023-03-06 Thread Andrew Cagney
New commits: commit 1ea11898a2d80171c8a743c320b9ac79625c8d30 Author: Andrew Cagney Date: Mon Mar 6 14:09:01 2023 -0500 whack: disable "no reason for -name" check always fails ___ Swan-commit mailing list Swan-commit@lists.lib

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

2023-03-06 Thread Andrew Cagney
New commits: commit 9052bde25d42448337eff02ed23eed65ee93f79b Author: Andrew Cagney Date: Mon Mar 6 16:58:08 2023 -0500 whack: drop .opt_set and enum whack_opt_set Instead directly check for .nr_impairments and .debugging. The code "worked" because the never expl

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

2023-03-06 Thread Andrew Cagney
New commits: commit d70c2665e336f412250336a4b48a7ab1bc85f390 Author: Andrew Cagney Date: Mon Mar 6 17:12:07 2023 -0500 whack: fix "Also drop .string[1-3], as unused." whacklib.c missed its update ___ Swan-commit mailing list S

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

2023-03-06 Thread Andrew Cagney
New commits: commit 7a94b46cc0824098afb1dcef1e5922da3c4c6e40 Author: Andrew Cagney Date: Mon Mar 6 17:44:49 2023 -0500 whack: eliminate .whack_options use .debugging and .nr_impairments commit 99eddb6ca10bb7bfd340af930d8208b8ee3bc5f7 Author: Andrew Cagney Date: Mon Mar 6 17:22

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

2023-03-06 Thread Andrew Cagney
New commits: commit 8a2604d105a9f91d214b2bd656ec7cb419c84a46 Author: Andrew Cagney Date: Mon Mar 6 14:56:07 2023 -0500 whack: move all but OPT_STATUS and OPT_SHUTDOWN out of first range commit 77b2a91baf20eb0730fb06f7ee9716a51371623f Author: Andrew Cagney Date: Mon Mar 6 14:50:30 2023

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

2023-03-07 Thread Andrew Cagney
New commits: commit 9e243b7b3231253eb9bd25fd4727c6aab00f7760 Author: Andrew Cagney Date: Tue Mar 7 10:13:40 2023 -0500 refcnt: passing HERE to refcnt_alloc() et.al. is no longer broken ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2023-03-07 Thread Andrew Cagney
New commits: commit 9d12783ac3685571d85e4a4affc0094f7720c143 Author: Andrew Cagney Date: Tue Mar 7 11:05:58 2023 -0500 xfrm: don't include <> in log see #1024 ___ Swan-commit mailing list Swan-commit@lists.libreswa

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

2023-03-07 Thread Andrew Cagney
New commits: commit 00cb355571ff4ba3a7a93ad48c7678b153986142 Author: Andrew Cagney Date: Tue Mar 7 10:10:08 2023 -0500 refcnt: drop addref()/delref() use {add,del}ref_where(); all refcnt functions are wrapped ___ Swan-commit mailing

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

2023-03-07 Thread Andrew Cagney
New commits: commit b76b52c97bb69a0fdfcef5b3a35d514274b7d2a9 Author: Andrew Cagney Date: Tue Mar 7 14:11:57 2023 -0500 refcnt: trim #include list commit 506005f70f540e44766bfe875bd9117b7a18fbfd Author: Andrew Cagney Date: Tue Mar 7 10:50:59 2023 -0500 refcnt: revamp delref_where

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

2023-03-07 Thread Andrew Cagney
New commits: commit 0ce0a63aa277af67205ed96313f5494d80a31865 Author: Andrew Cagney Date: Tue Mar 7 15:54:06 2023 -0500 testing kvm: fix ../../../kvm ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org/mailman

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

2023-03-08 Thread Andrew Cagney
New commits: commit 1ab55654f8b6c5c3b81ba93103d9d441ef8cc7dd Author: Andrew Cagney Date: Wed Mar 8 13:30:19 2023 -0500 testing kvm: fix ../../../kvm check diff assume $PWD is implied ___ Swan-commit mailing list Swan-commit

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

2023-03-08 Thread Andrew Cagney
New commits: commit 1f762e584d49aa76e2563ee6aa590c9af0dcc913 Author: Andrew Cagney Date: Wed Mar 8 16:12:18 2023 -0500 ikev2: when CAT and CP always set .has_cat re-org was only setting field when .client was updated ___ Swan-commit

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

2023-03-08 Thread Andrew Cagney
New commits: commit e2b33f039d228f408708d83fc6bd5013169bd537 Author: Andrew Cagney Date: Wed Mar 8 17:12:04 2023 -0500 kernel: drop code trying to delete the negotiation bare_shunt code adding it was dropped ___ Swan-commit mailing list

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

2023-03-08 Thread Andrew Cagney
New commits: commit 8f20c3001af1b862057dd0f576282453487a2e87 Author: Andrew Cagney Date: Wed Mar 8 18:43:26 2023 -0500 kernel: in orphan_holdpass() add bare_shunt matching failure policy commit dd08f6976e43ecf13cf43c893c5026ca03cae731 Author: Andrew Cagney Date: Wed Mar 8 19:13:26 2023

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

2023-03-08 Thread Andrew Cagney
New commits: commit 464c67d6c3af5831d7ce4ea7ad347cf90e8112e4 Author: Andrew Cagney Date: Wed Mar 8 23:31:44 2023 -0500 ikev2: when timeout clear routing owner ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-03-09 Thread Andrew Cagney
New commits: commit ef2bce6ef563b7eaf49c248fed8ab300779d704f Author: Andrew Cagney Date: Thu Mar 9 08:34:54 2023 -0500 kernel: use default: to drop dead routing cases ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

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

2023-03-09 Thread Andrew Cagney
New commits: commit 1f09ed3921d4aca87a368b01dda50f5c4dbdd39f Author: Andrew Cagney Date: Thu Mar 9 10:34:33 2023 -0500 routing: drop #if 0 ondemand_default() ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https

<    4   5   6   7   8   9   10   11   12   13   >