about summary refs log tree commit diff
path: root/debian/patches
AgeCommit message (Collapse)Author
2019-02-26supplicant: fix setting pmf when the supplicant doesn't advertise supportMichael Biebl
2019-02-26Do not manage Docker bridge interfacesMichael Biebl
Closes: #875127
2019-02-26Rebase patchesMichael Biebl
2018-11-05cli: wait for all wifi scans to finish before displaying the resultMichael Biebl
Otherwise devices are displayed in an inconsistent order. Replaces debian/patches/Ignore-client-tests-failures.patch.
2018-10-30dhcp6: Make sure we have enough space for the DHCP6 option headerMichael Biebl
Fixes out-of-bounds heap write in systemd-networkd dhcpv6 option handling which also affects the "internal" DHCP plugin of NetworkManager. CVE-2018-15688 LP: #1795921
2018-10-25Ignore client/tests failuresMichael Biebl
check-local-clients-tests-test-client appears to be flaky and prone to fail on slower architectures. Ignore failures of this test until this has been properly investigated. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/39
2018-10-21Drop debian/patches/Fix-iscsiadm-path.patchMichael Biebl
No longer needed.
2018-10-20Rebase patchesMichael Biebl
2018-09-15Rebase patchesMichael Biebl
2018-09-08Refresh patchesMichael Biebl
2018-08-23Apply patch from upstream to fix FTBFS with GLib 2.57Simon McVittie
2018-08-05Fix compile error due to NM_AVAILABLE_IN_1_12_2 macroMichael Biebl
Closes: #905372
2018-07-25Rebase patchesMichael Biebl
2018-07-12manager: accept non-null device for VPN activationsMichael Biebl
Closes: #903109
2018-07-05Increase timeout in test-nm-client to 30sMichael Biebl
On slow architectures it can take longer then 3s for the test service to start up.
2018-07-01Rebase patchesMichael Biebl
2018-06-18Cherry-pick upstream fixes to make test suite pass on slower builddsMichael Biebl
2018-06-17Rebase patchesMichael Biebl
2018-06-11Rebase patchesMichael Biebl
2018-04-23Rebase patchesMichael Biebl
2018-03-13Rebase patchesMichael Biebl
2018-02-07Rebase patchesMichael Biebl
2018-01-25platform: fix crash hashing NMPlatformTfilter and NMPlatformQdiscMichael Biebl
Closes: #888291
2018-01-21secret-agent: construct the dbus proxy for async agent with the correct bus nameMichael Biebl
2018-01-21libnm-core/tc-config: remove deprecation guards from typedefsMichael Biebl
Closes: #887815
2017-12-12Rebase patchesMichael Biebl
2017-11-10Rebase patchesMichael Biebl
2017-11-07Register empty NMClient and NetworkManager when loading libnm via GIRMichael Biebl
This prevents the real modules from being loaded because they would in turn load libnm-glib and abort() and crash as loading libnm and libnm-glib in the same process is not allowed. In particular this prevents the GNOME shell from crashing with libnm-glib abort and allows gracefully disabling the extensions which use the obsolete library. Patch cherry-picked from upstream Git.
2017-11-07Rebase patchesMichael Biebl
2017-10-22{vpn,remote}-connection: disconnect signal handlers when disposedMichael Biebl
Fixes a crash on VPN connection changes.
2017-10-12manager: Disconnect from signals on the proxy when we're disposedMichael Biebl
Fixes a segfault in manager_recheck_permissions() when unlocking.
2017-09-20Rebase patchesMichael Biebl
2017-07-12Rebase patchesMichael Biebl
2017-06-17device: capture the IP6 configuration on the IP interfaceMichael Biebl
Fixes a crash with Bluetooth devices where the device is the BlueZ device and iface stays 0 while the IP interface is the actual BNEP link. Closes: #864071
2017-05-12core: fix reading device state fileMichael Biebl
Properly setup devices which were marked as managed=unknown when restoring from state file.
2017-05-11Rebase patchesMichael Biebl
2017-03-17device/wifi: block autoconnect while scanning is in progressMichael Biebl
We should only start autoconnecting after the scan is complete. Otherwise, we might activate a shared connection or pick a connection based on an incomplete scan list. Closes: #854078
2017-03-14dhcp/dhclient: parse "interface" statementsMichael Biebl
Until now any "interface" statement was ignored and any enclosed statement for which we have a special handling was considered, even if belonging to a different interface. This can cause wrong options to be set in the generated dhclient configuration. Closes: #855910
2017-03-14libnm: disconnect signal from D-Bus proxies on disposeMichael Biebl
Closes: #854810
2017-02-16Rebase patchesMichael Biebl
2017-01-25Rebase patchesMichael Biebl
2017-01-24Rebase patchesMichael Biebl
2017-01-17Rebase patchesMichael Biebl
2016-12-20Refresh patches, dropping ones that are included upstream:Aron Xu
* manager-fix-state-transition-on-resuming-from-sleep.patch * wifi-notify-the-AccessPoint-change-after-an-AP-is-removed.patch
2016-11-25Cherry-pick a few fixes from upstream as requested by andrewshMichael Biebl
* Notify the AccessPoint change after an AP is removed. Patch cherry-picked from upstream Git. * Fix state transition on resuming from sleep so we don't end up with unmanaged devices. Patch cherry-picked from upstream Git.
2016-10-01Rebase patchesMichael Biebl
2016-09-24Don't try to decrypt PKCS#8 key if no password is suppliedMichael Biebl
This fixes failures with GnuTLS 3.5.4 which supports PBES1-DES-CBC-MD5 now. Closes: #838594
2016-09-23Fix MAC address randomizationMichael Biebl
Cherry-pick a couple of upstream commits which work around driver bugs when MAC address randomization is used. Closes: #835822 Closes: #835553
2016-08-28Export _IO_stdin_used symbol in NetworkManager.verMichael Biebl
This symbol is required to decide which version of certain IO functions to use on various architectures. So we can't strip away the symbol from the NetworkManager binary as this will lead to segfaults on those architectures. Thanks James Cowgill and Aurelien Jarno for the bug report and detailed analysis. Closes: #835550
2016-08-26Correctly set the connectivity state if we enforce online mode with ↵Michael Biebl
unmanaged devices