| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2016-08-26 | Rebase patches | Michael Biebl | |
| 2016-08-09 | Clear WiFi requested_scan if wpa_supplicant exits or goes inactive | Michael Biebl | |
| Patches cherry-picked from upstream Git. | |||
| 2016-08-04 | Rebase patches | Michael Biebl | |
| 2016-06-02 | Properly hook up network.target and network-online.target | Michael 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-11 | Rebase patches | Michael Biebl | |
| 2016-04-25 | Rebase patches | Michael Biebl | |
| 2016-04-12 | Rebase patches | Michael Biebl | |
| 2016-04-06 | Rebase patches | Michael Biebl | |
| 2016-03-30 | Rebase patches | Michael Biebl | |
| 2016-03-13 | Add a hack for wext devices reporting IW_MODE_AUTO configuration mode | Michael Biebl | |
| Patch cherry-picked from upstream Git. Closes: #817115 | |||
| 2016-03-01 | Fix bashism in tools/run-test-dbus-session.sh | Michael Biebl | |
| 2016-03-01 | Rebase patches | Michael Biebl | |
| 2016-02-11 | Fix NMSettingVxlan ageing and limit max values to be G_MAXUINT32 | Michael Biebl | |
| Patch cherry-picked from upstream Git. Closes: #813739 | |||
| 2016-02-05 | Clean up error paths in dns-manager | Michael 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-27 | Use bash when running the tests for nm_utils_kill_child | Michael Biebl | |
| The trap handling in dash seems to have issues, see #390433. | |||
| 2016-01-27 | Add chroot capability to systemd service file | Michael Biebl | |
| Needed for running openvpn. Patch cherry-picked from upstream Git. | |||
| 2016-01-21 | Use dbus-run-session instead of dbus-launch within the test suite | Michael Biebl | |
| 2016-01-20 | Restore export of nm_vpn_plugin_old_* symbols | Michael Biebl | |
| Patch cherry-picked from upstream Git. | |||
| 2016-01-20 | Rebase patches | Michael Biebl | |
| 2016-01-20 | Fix patch to actually install nm-settings man page | Michael Biebl | |
| 2016-01-20 | Switch from user-mode PPPoE client back to kernel-mode PPPoE | Michael 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-20 | Fix 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-24 | Add refs to upstream bug reports | Michael Biebl | |
| 2015-12-24 | Rebase patches | Michael Biebl | |
| 2015-11-25 | Check errors of polkit_unix_session_new_for_process_sync() | Michael Biebl | |
| Patch cherry-picked from upstream Git. | |||
| 2015-11-24 | Rebase patches. | Michael Biebl | |
| 2015-08-28 | Fix command line parsing in nmcli | Michael Biebl | |
| Patch cherry-picked from upstream Git. | |||
| 2015-08-28 | Use GnuTLS crypto API instead of gcrypt | Michael Biebl | |
| Patch cherry-picked from upstream Git. Closes: #748675 | |||
| 2015-08-28 | Drop debian/patches/Mark-virtual-ethernet-interfaces-as-unmanaged.patch | Michael Biebl | |
| This patch is obsolete, since upstream provides a udev rules based mechanism now to mark virtual interfaces as unmanaged. Closes: #794083 | |||
| 2015-08-28 | Refresh patches. | Michael Biebl | |
| 2015-07-14 | Use g_signal_handlers_disconnect_by_func() to simplify some code | Michael Biebl | |
| 2015-07-14 | Refresh patches. | Michael Biebl | |
| 2015-05-07 | Fix fallback paths when writing resolv.conf | Michael Biebl | |
| Closes: #784587 | |||
| 2015-05-06 | Fix path to the iscsiadm binary in the ibft plugin | Michael Biebl | |
| 2015-05-06 | Rebase patches. | Michael Biebl | |
| 2015-03-31 | Merge 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-31 | Don't block network.target on NetworkManager-wait-online.service | Michael Biebl | |
| While at it, add a few other minor fixes like the addition of Documentation or RemainAfterExit=yes. | |||
| 2015-03-31 | Don't make NetworkManager D-Bus activatable | Michael Biebl | |
| If the daemon has been stopped manually, we don't want it to be autostarted by client requests. Closes: #760998 | |||
| 2015-02-09 | Do not assert when a device is enslaved externally | Michael Biebl | |
| Fixes crash when running something like 'brctl addif br0 eth0'. Closes: #773216 | |||
| 2015-02-09 | Detect at runtime whether to start ModemManager | Michael Biebl | |
| When not running under systemd, start ModemManager via dbus activation. Closes: #770871 | |||
| 2015-02-09 | Don't install nm-settings-ifcfg-rh.5 man page | Michael Biebl | |
| We don't enable the ifcfg-rh plugin in the Debian package. | |||
| 2015-02-09 | Detect at runtime whether to start ModemManager | Michael Biebl | |
| When not running under systemd, start ModemManager via dbus activation. Closes: #770871 | |||
| 2015-01-23 | Fix incorrect dependencies in libnm.pc. | Michael Biebl | |
| 2015-01-22 | Rebase patches. | Michael Biebl | |