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

2019-08-08 Thread Andrew Cagney
New commits: commit 4d9ca0c86bf625c2f6f328012591335c0490f901 Author: Andrew Cagney Date: Thu Aug 8 13:02:22 2019 -0400 ip_address: replace initaddr() with data_to_address() Replace int af with struct ip_info. Change 'data' to 'const void *' from 'unsigned char *' Add

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

2019-08-08 Thread Andrew Cagney
New commits: commit c7a340e130264e973db2989454cbe0c0f00172da Author: Andrew Cagney Date: Thu Aug 8 17:36:51 2019 -0400 crypto: in key_from_symkey_bytes() explicitly return NULL when zero bytes Rather than call PK11_Derive() and have that return NULL. Turns out

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

2019-08-08 Thread Paul Wouters
New commits: commit 4a753a68a885a5c701e3a112e15a6972e81596d3 Author: Paul Wouters Date: Thu Aug 8 17:32:55 2019 -0400 testing: nic-internet should use eth2 now - use dhclient directly Using dhclient directly avoids init system weirdness, like systemd.nicX not supporting

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

2019-08-08 Thread Andrew Cagney
New commits: commit 7076aaef88533f92817af163e909e3aa87206625 Author: Andrew Cagney Date: Thu Aug 8 13:50:29 2019 -0400 ip_address: use address_from_in_addr() to convert getnetbyname()'s result This code path doesn't support IPv6 (should it?).

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

2019-08-08 Thread Andrew Cagney
New commits: commit ac63367a043f90e49211d43d99665bd9bdcd0c68 Author: Andrew Cagney Date: Wed Aug 7 09:44:20 2019 -0400 crypt: wrap all PK11_Derive() calls using crypt_derive() So that we never loose errors. ___ Swan-commit mailing list

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

2019-08-08 Thread Andrew Cagney
New commits: commit 2e8cd25805937f73c33fae020c4ccb51b7cc571e Author: Andrew Cagney Date: Thu Aug 8 13:28:33 2019 -0400 ip_info: .ia_sz->ip_size, .version->.ip_version, .sa_sz->sockaddr_size I might rembember .ip_size, I never remember .ia_sz.

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

2019-08-08 Thread D. Hugh Redelmeier
New commits: commit 0f4cdd099a4522c930fbcf9ea0e268235cf2a70f Author: D. Hugh Redelmeier Date: Thu Aug 8 11:57:45 2019 -0400 eroute, spi, spigrp commands: improve error_s - reduce scopes - declare with correct type (err_t) - rename as "e" since each scope is now

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

2019-08-08 Thread Andrew Cagney
New commits: commit 2952fa5d7eb4795676bd5b40e139aeeab48e4434 Author: Andrew Cagney Date: Sun Jul 28 10:05:07 2019 -0400 interfaces: in starter_iface_find() clearly handle IPv6 Instead of relying on the sin_addr and sin6_addr mapping to the same struct offset, explictly convert

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

2019-08-08 Thread D. Hugh Redelmeier
New commits: commit d3fbb038df53ed46267c93a71fbe00e481be2df5 Author: D. Hugh Redelmeier Date: Thu Aug 8 11:12:26 2019 -0400 pluto: kernel_netlink.c: finish adjusting indentation of a complex test in netlink_acquire() Started in 73bb9e4437ac4d580d2ca1f056bbeaf40c487bd3