| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-26 | supplicant: fix setting pmf when the supplicant doesn't advertise support | Michael Biebl | |
| 2019-02-26 | Do not manage Docker bridge interfaces | Michael Biebl | |
| Closes: #875127 | |||
| 2019-02-26 | Rebase patches | Michael Biebl | |
| 2018-11-05 | cli: wait for all wifi scans to finish before displaying the result | Michael Biebl | |
| Otherwise devices are displayed in an inconsistent order. Replaces debian/patches/Ignore-client-tests-failures.patch. | |||
| 2018-10-30 | dhcp6: Make sure we have enough space for the DHCP6 option header | Michael 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-25 | Ignore client/tests failures | Michael 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-21 | Drop debian/patches/Fix-iscsiadm-path.patch | Michael Biebl | |
| No longer needed. | |||
| 2018-10-20 | Rebase patches | Michael Biebl | |
| 2018-09-15 | Rebase patches | Michael Biebl | |
| 2018-09-08 | Refresh patches | Michael Biebl | |
| 2018-08-23 | Apply patch from upstream to fix FTBFS with GLib 2.57 | Simon McVittie | |
| 2018-08-05 | Fix compile error due to NM_AVAILABLE_IN_1_12_2 macro | Michael Biebl | |
| Closes: #905372 | |||
| 2018-07-25 | Rebase patches | Michael Biebl | |
| 2018-07-12 | manager: accept non-null device for VPN activations | Michael Biebl | |
| Closes: #903109 | |||
| 2018-07-05 | Increase timeout in test-nm-client to 30s | Michael Biebl | |
| On slow architectures it can take longer then 3s for the test service to start up. | |||
| 2018-07-01 | Rebase patches | Michael Biebl | |
| 2018-06-18 | Cherry-pick upstream fixes to make test suite pass on slower buildds | Michael Biebl | |
| 2018-06-17 | Rebase patches | Michael Biebl | |
| 2018-06-11 | Rebase patches | Michael Biebl | |
| 2018-04-23 | Rebase patches | Michael Biebl | |
| 2018-03-13 | Rebase patches | Michael Biebl | |
| 2018-02-07 | Rebase patches | Michael Biebl | |
| 2018-01-25 | platform: fix crash hashing NMPlatformTfilter and NMPlatformQdisc | Michael Biebl | |
| Closes: #888291 | |||
| 2018-01-21 | secret-agent: construct the dbus proxy for async agent with the correct bus name | Michael Biebl | |
| 2018-01-21 | libnm-core/tc-config: remove deprecation guards from typedefs | Michael Biebl | |
| Closes: #887815 | |||
| 2017-12-12 | Rebase patches | Michael Biebl | |
| 2017-11-10 | Rebase patches | Michael Biebl | |
| 2017-11-07 | Register empty NMClient and NetworkManager when loading libnm via GIR | Michael 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-07 | Rebase patches | Michael Biebl | |
| 2017-10-22 | {vpn,remote}-connection: disconnect signal handlers when disposed | Michael Biebl | |
| Fixes a crash on VPN connection changes. | |||
| 2017-10-12 | manager: Disconnect from signals on the proxy when we're disposed | Michael Biebl | |
| Fixes a segfault in manager_recheck_permissions() when unlocking. | |||
| 2017-09-20 | Rebase patches | Michael Biebl | |
| 2017-07-12 | Rebase patches | Michael Biebl | |
| 2017-06-17 | device: capture the IP6 configuration on the IP interface | Michael 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-12 | core: fix reading device state file | Michael Biebl | |
| Properly setup devices which were marked as managed=unknown when restoring from state file. | |||
| 2017-05-11 | Rebase patches | Michael Biebl | |
| 2017-03-17 | device/wifi: block autoconnect while scanning is in progress | Michael 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-14 | dhcp/dhclient: parse "interface" statements | Michael 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-14 | libnm: disconnect signal from D-Bus proxies on dispose | Michael Biebl | |
| Closes: #854810 | |||
| 2017-02-16 | Rebase patches | Michael Biebl | |
| 2017-01-25 | Rebase patches | Michael Biebl | |
| 2017-01-24 | Rebase patches | Michael Biebl | |
| 2017-01-17 | Rebase patches | Michael Biebl | |
| 2016-12-20 | Refresh 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-25 | Cherry-pick a few fixes from upstream as requested by andrewsh | Michael 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-01 | Rebase patches | Michael Biebl | |
| 2016-09-24 | Don't try to decrypt PKCS#8 key if no password is supplied | Michael Biebl | |
| This fixes failures with GnuTLS 3.5.4 which supports PBES1-DES-CBC-MD5 now. Closes: #838594 | |||
| 2016-09-23 | Fix MAC address randomization | Michael 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-28 | Export _IO_stdin_used symbol in NetworkManager.ver | Michael 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-26 | Correctly set the connectivity state if we enforce online mode with ↵ | Michael Biebl | |
| unmanaged devices | |||