~kzapalowicz/snappy-hwe-snaps/+git/network-manager:fix/nm-cve-2018-15688

Last commit made on 2018-12-07
Get this branch:
git clone -b fix/nm-cve-2018-15688 https://git.launchpad.net/~kzapalowicz/snappy-hwe-snaps/+git/network-manager
Only Konrad Zapałowicz can upload to this branch. If you are Konrad Zapałowicz please log in for upload directions.

Branch merges

Branch information

Name:
fix/nm-cve-2018-15688
Repository:
lp:~kzapalowicz/snappy-hwe-snaps/+git/network-manager

Recent commits

ef24bab... by Lennart Poettering <email address hidden>

dhcp6: make sure we have enough space for the DHCP6 option header

Fixes a vulnerability originally discovered by Felix Wilhelm from
Google.

CVE-2018-15688
LP: #1795921
https://bugzilla.redhat.com/show_bug.cgi?id=1639067

(cherry picked from commit 4dac5eaba4e419b29c97da38a8b1f82336c2c892)
(cherry picked from commit 01ca2053bbea09f35b958c8cc7631e15469acb79)
(cherry picked from commit fc230dca139142f409d7bac99dbfabe9b004e2fb)
(cherry picked from commit cc1e5a7f5731f223d1eb8473fa0eecbedfc0ae5f)
(cherry picked from commit c3221cb0c5b4a2936c198e33b6f7853141991277)
(cherry picked from commit f4f765534191ed3c5d8e78b97333f3fd978a2b63)
(cherry picked from commit 2a25872910606d83f0532d668e73ab4809ee7f90)
(cherry picked from commit ec471872e47f389d88a0dc6a12164feed378de39)

98773dc... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-warning

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/354757

Author: Alfonso Sanchez-Beato <email address hidden>

Initialize properly variable in sd-ipv4acd.c

To avoid compiler warning.

a155a16... by Alfonso Sanchez-Beato

Initialize properly variable in sd-ipv4acd.c

To avoid compiler warning.

04d207d... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-dhcp-busy-loop

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/354462

Author: Alfonso Sanchez-Beato <email address hidden>

Use recv() instead of read() when reading DHCP packets

This applies systemd commit cf447cb62 to fix a busy loop when an empty
DHCP UDP package has been (LP: #1790974).

f3a9eb6... by Alfonso Sanchez-Beato

ipv4acd/ipv4ll: stop using read() on SOCK_DGRAM sockets

This applies systemd commit e095f51d to fix the same sort of issues
as those exposed in LP: #1790974.

ebbca3d... by Alfonso Sanchez-Beato

Use recv() instead of read() when reading DHCP packets

This applies systemd commit cf447cb62 to fix a busy loop when an empty
DHCP UDP package has been (LP: #1790974).

b562572... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch tweak-timeouts

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/336819

Author: Alfonso Sanchez-Beato <email address hidden>

Delay reconnect retries for modems: for modems it is better to wait a bit before re-trying to connect, to give a chance for network conditions to change.

344e3d6... by Alfonso Sanchez-Beato

Delay reconnect retries for modems

For modems it is better to wait a bit before re-trying to connect,
to give a chance for network conditions to change.

bdd5c3d... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-wowlan

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/323046

f6a5e4a... by Alfonso Sanchez-Beato

Do not unconfigure Wo(W)LAN devices when quitting

We actually needed the reverse of the curren logic.