about summary refs log tree commit diff
path: root/debian/patches
AgeCommit message (Collapse)Author
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
2016-08-26Rebase patchesMichael Biebl
2016-08-09Clear WiFi requested_scan if wpa_supplicant exits or goes inactiveMichael Biebl
Patches cherry-picked from upstream Git.
2016-08-04Rebase patchesMichael Biebl
2016-06-02Properly hook up network.target and network-online.targetMichael Biebl
* Let NetworkManager.service pull in network.target. This will provide a proper ordering on shutdown. * Enable NetworkManager-wait-online.service. This ensures that mounting of network file systems works properly and SysV init scripts depending on $network will be delayed until network is available (or a timeout is reached).
2016-05-11Rebase patchesMichael Biebl
2016-04-25Rebase patchesMichael Biebl
2016-04-12Rebase patchesMichael Biebl
2016-04-06Rebase patchesMichael Biebl
2016-03-30Rebase patchesMichael Biebl
2016-03-13Add a hack for wext devices reporting IW_MODE_AUTO configuration modeMichael Biebl
Patch cherry-picked from upstream Git. Closes: #817115
2016-03-01Fix bashism in tools/run-test-dbus-session.shMichael Biebl
2016-03-01Rebase patchesMichael Biebl
2016-02-11Fix NMSettingVxlan ageing and limit max values to be G_MAXUINT32Michael Biebl
Patch cherry-picked from upstream Git. Closes: #813739
2016-02-05Clean up error paths in dns-managerMichael Biebl
Specifically for resolvconf, if the write succeeded, but the pclose() failed, error would be left NULL and SR_ERROR would be returned, which caused a crash in nm_dns_manager_end_updates(). Patch cherry-picked from upstream Git. Closes: #813803
2016-01-27Use bash when running the tests for nm_utils_kill_childMichael Biebl
The trap handling in dash seems to have issues, see #390433.
2016-01-27Add chroot capability to systemd service fileMichael Biebl
Needed for running openvpn. Patch cherry-picked from upstream Git.
2016-01-21Use dbus-run-session instead of dbus-launch within the test suiteMichael Biebl
2016-01-20Restore export of nm_vpn_plugin_old_* symbolsMichael Biebl
Patch cherry-picked from upstream Git.
2016-01-20Rebase patchesMichael Biebl
2016-01-20Fix patch to actually install nm-settings man pageMichael Biebl
2016-01-20Switch from user-mode PPPoE client back to kernel-mode PPPoEMichael Biebl
We switched to rp-pppoe some time ago to workaround a bug in detecting disconnects which has seen been fixed in the kernel and could be worked around fairly simply with the right configuration. In addition, the kernel mode PPPoE implementation is faster and provides more features. Closes: #783525
2016-01-20Fix failure to configure routes due to wrong device-route for IPv4 ↵Michael Biebl
peer-addresses Patch cherry-picked from upstream Git. Closes: #809195
2015-12-24Add refs to upstream bug reportsMichael Biebl
2015-12-24Rebase patchesMichael Biebl
2015-11-25Check errors of polkit_unix_session_new_for_process_sync()Michael Biebl
Patch cherry-picked from upstream Git.
2015-11-24Rebase patches.Michael Biebl
2015-08-28Fix command line parsing in nmcliMichael Biebl
Patch cherry-picked from upstream Git.
2015-08-28Use GnuTLS crypto API instead of gcryptMichael Biebl
Patch cherry-picked from upstream Git. Closes: #748675
2015-08-28Drop debian/patches/Mark-virtual-ethernet-interfaces-as-unmanaged.patchMichael Biebl
This patch is obsolete, since upstream provides a udev rules based mechanism now to mark virtual interfaces as unmanaged. Closes: #794083
2015-08-28Refresh patches.Michael Biebl
2015-07-14Use g_signal_handlers_disconnect_by_func() to simplify some codeMichael Biebl
2015-07-14Refresh patches.Michael Biebl
2015-05-07Fix fallback paths when writing resolv.confMichael Biebl
Closes: #784587
2015-05-06Fix path to the iscsiadm binary in the ibft pluginMichael Biebl
2015-05-06Rebase patches.Michael Biebl
2015-03-31Merge changes from master branch.Michael Biebl
* Don't make NetworkManager D-Bus activatable. If the daemon has been stopped manually, we don't want it to be autostarted by client requests. (Closes: #760998) * Don't block network.target on NetworkManager-wait-online.service. While at it, add a few other minor fixes like the addition of Documentation or RemainAfterExit=yes.
2015-03-31Don't block network.target on NetworkManager-wait-online.serviceMichael Biebl
While at it, add a few other minor fixes like the addition of Documentation or RemainAfterExit=yes.
2015-03-31Don't make NetworkManager D-Bus activatableMichael Biebl
If the daemon has been stopped manually, we don't want it to be autostarted by client requests. Closes: #760998
2015-02-09Do not assert when a device is enslaved externallyMichael Biebl
Fixes crash when running something like 'brctl addif br0 eth0'. Closes: #773216
2015-02-09Detect at runtime whether to start ModemManagerMichael Biebl
When not running under systemd, start ModemManager via dbus activation. Closes: #770871
2015-02-09Don't install nm-settings-ifcfg-rh.5 man pageMichael Biebl
We don't enable the ifcfg-rh plugin in the Debian package.
2015-02-09Detect at runtime whether to start ModemManagerMichael Biebl
When not running under systemd, start ModemManager via dbus activation. Closes: #770871
2015-01-23Fix incorrect dependencies in libnm.pc.Michael Biebl
2015-01-22Rebase patches.Michael Biebl