about summary refs log tree commit diff
path: root/debian/patches/series
AgeCommit message (Collapse)Author
2024-01-25Rebase patchesMichael Biebl
2023-11-18core: propagate the user-requested reason for act-request disconnectionMichael Biebl
This avoids that deactivating a Wireguard VPN connection triggers an error notification. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1405
2023-03-09Rebase patchesMichael Biebl
Remove patches that have been merged upstream.
2023-03-03dnsmasq: process both global and per-device configurationMichael Biebl
Cherry-pick upstream patch to fix a regression introduced in 1.42 when using the dnsmasq DNS backend and a global DNS configuration. Closes: #1031891
2023-02-23Drop patches merged upstreamMichael Biebl
2023-02-10Cherry-pick upstream patch to fix regression in gtk-doc generationMichael Biebl
2022-06-17Rebase patchesMichael Biebl
2022-05-18Cherry-pick a couple of fixes from upstream nm-1-38 branchMichael Biebl
2022-05-04Rebase patchesMichael Biebl
2022-04-04supplicant: enable WPA3 transition mode only when interface supports PMFMichael Biebl
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003907
2022-03-08Rebase patchesMichael Biebl
2022-02-26core: initialize l3cd dns-priority for ppp and wwanMichael Biebl
Patch taken from https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1122 Closes: #1006396
2021-08-16Rebase patchesMichael Biebl
2021-04-12core: fix crash in nm_wildcard_match_check()Michael Biebl
CVE-2021-20297 Closes: #986809
2021-02-18Rebase patchesMichael Biebl
2021-02-16Cherry-pick fixes from upstream nm-1-30 branchMichael Biebl
- Fixes assertion when running the python-dbusmock test suite - Replaces our custom polkit-agent-helper-1 patch Closes: #982613
2021-02-11Fix polkit-agent-helper-1 pathMichael Biebl
2021-02-11Rebase patchesMichael Biebl
2020-12-06Rebase patchesMichael Biebl
2020-11-25Revert "dns: change default DNS priority of VPNs to -50"Michael Biebl
Closes: #972688
2020-10-20Rebase patchesMichael Biebl
2020-10-09Adjust syscall numbers for x32 vs. amd64, fixes FTBFS on x32Thorsten Glaser
2020-10-08Cherry-pick a couple of upstream patchesMichael Biebl
Hopefully fixes the build and test-suite failures on some of the more exotic architectures.
2020-05-09Drop Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patchMichael Biebl
2020-01-31Rebase patchesMichael Biebl
2020-01-15n-dhcp4: fix integer context in n_dhcp4_client_probe_transition_nak() on 32 bitMichael Biebl
2020-01-15Rebase patchesMichael Biebl
2020-01-09More nettools DHCP fixesMichael Biebl
Closes: #947613
2019-12-26Rebase patchesMichael Biebl
2019-12-23dhcp: nettools: fix parsing of search domains optionMichael Biebl
Closes: #947003
2019-03-26Rebase patchesMichael Biebl
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-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-04-23Rebase 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