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

2019-05-21 Thread D. Hugh Redelmeier
New commits:
commit 88b3e8aaebe607bcaebb04b1eba945cae3629702
Author: D. Hugh Redelmeier 
Date:   Tue May 21 18:46:40 2019 -0400

pluto: virtual.c: check_virtual_net_allowed simplify code and highlight 
anomalies

I suspect there are mistakes and I highlight them with ".

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit 04e56ff3e87ab80b41a31e233b70ffd8f98306bd
Author: Andrew Cagney 
Date:   Wed Jan 9 12:37:12 2019 -0500

kernel: cleanup fmt_common_shell_out()'s interface

Return success/fail bool (length was never used).
Pass in array size as size_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

2019-05-21 Thread Andrew Cagney
New commits:
commit 8f8f7f2b45d3727de577a879b9873286fd6b377d
Author: Andrew Cagney 
Date:   Tue Feb 12 17:42:59 2019 -0500

proposals: simplify name lookup; call alg_byname() and encrypt_alg_byname() 
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/master

2019-05-21 Thread Andrew Cagney
New commits:
commit 88985f2c9fa396601dd4df66f0b010d458c9dd55
Author: Andrew Cagney 
Date:   Tue Feb 12 17:35:31 2019 -0500

algparse: add --ignore so parser errors can be ignored

For instance, when in fips mode, the proposal suite contains
a non-fips algorithm.

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit 11b8f0d15af97f6fe17b58e23e7e94afba7a6e04
Author: Andrew Cagney 
Date:   Tue Feb 12 17:17:41 2019 -0500

proposals: use bool flags to indicate what algorithms ESP/AH/IKE expect

was using lookup functions but then just testing if they were non-NULL

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit de416f991d081dace7ea33daf40451d199f16a65
Author: Andrew Cagney 
Date:   Tue Feb 12 16:28:12 2019 -0500

proposals: drop enum proposal_algorithm parameter to append_algorithm()

instead compute using the algorithm's type

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit 3b297006d55987d921f8fb752e2a26f7eaeec897
Author: Andrew Cagney 
Date:   Mon Feb 11 10:28:56 2019 -0500

proposals: debug-log when a duplicate proposal is tossed

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit 2fd8b6749047ff91dc8db476e8532713cc86e348
Author: Andrew Cagney 
Date:   Mon Feb 11 10:22:23 2019 -0500

ike_alg: change .names from a static sized array to a comma separated string

___
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

2019-05-21 Thread D. Hugh Redelmeier
New commits:
commit 3fc3187dcee16c2a6064109b02b5d750a236a7a4
Author: D. Hugh Redelmeier 
Date:   Tue May 21 13:21:58 2019 -0400

pluto: kernel.c: simplify lset examination

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit 64aeb10b75ddbb5ea1a80c7c20caf862e6d12581
Author: Andrew Cagney 
Date:   Sat Feb 16 10:30:46 2019 -0500

algs: replace oakley_group with far shorter dh

While "dh_group_desc" is more correct it's still long.

For the moment leave the OAKLEY_GROUP_... enums specifying IANA
Diffie-Hellman Group Transform IDs unchanged.

IKEv1 (rfc2409) described the "Oakley Groups" as:

   With IKE, the group in which to do the Diffie-Hellman exchange is
   negotiated. Four groups-- values 1 through 4-- are defined below.
   These groups originated with the Oakley protocol and are therefore
   called "Oakley Groups".

and everything since then has been refered to as a Diffie-Hellman
group.

___
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

2019-05-21 Thread D. Hugh Redelmeier
New commits:
commit 820d852e1d295e3c698f4b1415fa888c5f45fb8d
Author: D. Hugh Redelmeier 
Date:   Tue May 21 13:07:58 2019 -0400

pluto: kernel_ops poke_ipsec_policy: never close file descriptor (used to 
sometimes close it)

Don't divide responsibility.
Tidy too.

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit be156c5896eb2a6dc6aa62dd6e4f00177b7caa4a
Author: Andrew Cagney 
Date:   Tue May 21 13:04:21 2019 -0400

proposals: drop never-read .protoid field

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit a2f60de94e7368945928f69209eeb479e83d3006
Author: Andrew Cagney 
Date:   Fri Apr 26 12:39:23 2019 -0400

events: replace pluto_event_add() with simpler add_fd_read_event_handler() 
since that is its only use

___
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

2019-05-21 Thread D. Hugh Redelmeier
New commits:
commit b1fbbde6f35abf64a05ee9df031b8af5ba1d40d0
Author: D. Hugh Redelmeier 
Date:   Tue May 21 12:50:36 2019 -0400

pluto/ikev2_ts.c: use correct format for ptrdiff_t

Re-enables a debug log suppresssed by 
a5f69aa1136f63432d57005c3ed47af05f4cbb04

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit a5f69aa1136f63432d57005c3ed47af05f4cbb04
Author: Andrew Cagney 
Date:   Tue May 21 12:44:27 2019 -0400

events: delete unimplemented declaration pluto_event_reschedule()

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit 046c72992e0d68e5d0dfaab8a27aa47986f05d5c
Author: Andrew Cagney 
Date:   Tue May 21 12:28:15 2019 -0400

state: in find_v2_sa_by_request_msgid() don't also check IKEv1's .st_msgid

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit e72378cc3389a23ae81dcf83feca2584a00b3748
Author: Andrew Cagney 
Date:   Wed May 8 13:28:22 2019 -0400

state: replace O(#STATES) flush_pending_children() with O(#CHILDREN) 
flush_incomplete_children()

It's assumed that both IKEv1 and IKEv2 children share the same IKE
SPIs as their parent (should probably start looking at IKE SA's
maintaining a proper list of children).

___
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

2019-05-21 Thread Andrew Cagney
New commits:
commit 5d83f9af1f9ccf16570bcb613447d91c81a0c95a
Author: Andrew Cagney 
Date:   Wed May 8 12:35:09 2019 -0400

deltatime: increase precision to 1/100s

___
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

2019-05-21 Thread Tuomo Soini
New commits:
commit d530d284120b543b8b6182dd6f01471a124db9f3
Author: Tuomo Soini 
Date:   Tue May 21 18:35:09 2019 +0300

packaging/rhel6: remove -lrt, not needed any more

5db185497dcfff703391db955138b6c5d54a8893 added -lrt to necessary places.

commit 5db185497dcfff703391db955138b6c5d54a8893
Author: Tuomo Soini 
Date:   Tue May 21 17:31:35 2019 +0300

Makefiles: Use RT_LDFLAGS for glibc < 2.17 support

commit 4b93354f3575e4c6abe91a4e95f6fd43f4a99b0c
Author: Tuomo Soini 
Date:   Tue May 21 17:07:44 2019 +0300

userland-cflags.mk: add RT_LDFLAGS= for older glibc

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