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

2019-09-29 Thread Paul Wouters
New commits:
commit 2c7b2918f97297d277a35a8267de53086e796d03
Author: Paul Wouters 
Date:   Sun Sep 29 22:00:09 2019 -0400

XFRM: log some additional reqid with debugging enabled

___
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-09-29 Thread Andrew Cagney
New commits:
commit 6e1046bc1a7f8b2a3c851dd0a50aa4b1d36da2ea
Merge: a8b2963 f5bde2f
Author: Andrew Cagney 
Date:   Sun Sep 29 10:13:06 2019 -0400

ip: add more structure wrappers

Merge commit 'f5bde2f585'

commit f5bde2f5853d4e9d09721921e2b076e042140a19
Author: Andrew Cagney 
Date:   Thu Sep 26 11:24:55 2019 -0400

ip: add subnet_from_{address,endpoint}() test

commit 590290d45a714eff0c7df4e70943484648549a7e
Author: Andrew Cagney 
Date:   Wed Sep 25 17:07:26 2019 -0400

ip: add subnet_contains_{all,no}_addresses(), test

Since subnets are like sets, use "contains".
Use names consistent with ip_info.subnet_{all,no}_addresses.

commit b144d1dc737538f8acc118e7d504a4da3937c310
Author: Andrew Cagney 
Date:   Fri Sep 13 10:34:22 2019 -0400

ip: add update_{endpoint,subnet}_nport(), test

___
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-09-29 Thread Andrew Cagney
New commits:
commit a8b29633f503660b12e0199dd94e78d1756dc5fc
Author: Andrew Cagney 
Date:   Sun Sep 29 10:01:30 2019 -0400

connections: delete dead #ifdef HAVE_SIN_LEN code

Nothing, not even BSD, defines HAVE_SIN_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/master

2019-09-29 Thread Andrew Cagney
New commits:
commit ac71461481cf8de112229b034279c9697957a65a
Author: Andrew Cagney 
Date:   Fri Aug 23 11:05:59 2019 -0400

ip: re-implement ip_address internals

reduce:

union {
struct sockaddr_in v4;
struct sockaddr_in6 v6;
} u;

to the fields that pluto needs, namely:

int af;
uint8_t bytes[/*16*/sizeof(struct in6_addr)];
uint16_t hport;

(note that the presence of .hport in ip_address is considered a bug -
it should move to ip_endpoint; see ENDPOINT_TYPE)

(#ifdef ADDRESS_TYPE is ripped out)

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