| Age | Commit message (Collapse) | Author |
|
|
|
#816719).
(Closes: #699292) Patch cherry-picked from upstream Git.
|
|
|
|
Trying to restore a potentially outdated /e/n/i file most likely does
more harm then good. Someone upgrading from squeeze to wheezy most
likely has adjusted his network configuration by now.
|
|
|
|
This script was used to comment out DHCP type network interface configurations
in /etc/network/interfaces as otherwise NM would mark such devices as
unmanaged. This script was buggy though and sometimes created a broken network
configuration.
Since debian-installer in wheezy (7.0) will create proper configuration for NM
if the network-manager package is part of the installation, this is no longer
necessary.
If users make a minimal system installation and install the network-manager
package afterwards, show a warning in postinst if we find any interface
configurations in /etc/network/interfaces.
(Closes: #688355, #690987, #606268)
|
|
debian/patches/05-force-online-with-unmanaged-devices.patch: If network
interfaces are configured in /etc/network/interfaces, NM will mark those
devices as unmanaged by default. If such a network interface has been
brought up by ifup, set the global online state to CONNECTED.
(Closes: #512286)
|
|
depending on whether the connection has a valid IPv4 or IPv6 address.
Using "NetworkManager" as ADDRFAM type did confuse most ifupdown hook
scripts and e.g. broke async NFS mounts. (Closes: #475188, #656584)
Make sure to also remove "exec" when running run-parts, otherwise the
for loop would exit after the first iteration.
|
|
|
|
By default, when shutting NM down, systemd will kill everything in its
cgroup. But this can cause problems (eg, NM thinking that dhclient
crashed and then taking down an interface that it would otherwise have
left up). Fix this by setting KillMode=process, which tells systemd to
only kill NM itself, and let NM kill its children.
|
|
|
|
|
|
Cherry-pick patches for libnm-glib which fix various segfaults e.g. in
gnome-control-center when switching between overview and network settings
panel or in gnome-shell and nm-applet when restarting NetworkManager.
(Closes: #696143) (bgo: #674473)
|
|
Install a PolicyKit pkla file which allows members of group netdev or
sudo to create system-wide network connections without being prompted
for the admin password. (Closes: #642136)
|
|
|
|
#678965)
* debian/patches/17-dbus-remove_max_replies_per_connection_limit.patch:
Remove 'max_replies_per_connection' limit from D-Bus configuration which
sets it to 512. It was intended to increase the limit from its historical
value of 32. However, since 2007 the default limit has been 8192, so this
is actually a reduction. (Closes: #678965)
|
|
* debian/patches/15-ignore-cached-cloned-routes-ipv6-config.patch,
Don't create static IPv6 routes for cached/cloned routes. Patches
debian/patches/16-ignore-cached-cloned-routes-kernel-notifications.patch:
cherry-picked from upstream Git. (Closes: #686328)
|
|
|
|
|
|
* debian/patches/14-use-same-kernel-API-as-wpa_supplicant.patch: Some
drivers (ipw2x00) have an incomplete nl80211 implementation and only
report capabilities which made NM chose the wrong API to talk to the
device. Instead, match the logic that wpa_supplicant uses to determine
whether to stick with nl80211 or fall back to WEXT. (Closes: #673705)
|
|
|
|
|
|
as recommended by dpkg-maintscript-helper which better handles local
modifications and (bin)NMUs.
|
|
This directory needs to exist so NetworkManager can monitor it for changes
(via inotify) to automatically detect newly installed VPN plugins.
(Closes: #672963)
|
|
|
|
let libgirepository1.0-dev pull those dependencies.
|
|
debian/patches/12-initialize-gerror.patch: Initialize GError, else invalid
free() crash can occur. Fixes a crash in gnome-shell if NetworkManager is
not running. Patch cherry-picked from upstream Git. (Closes: #665791)
Thank a lot to Antti-Juhani Kaijanaho for tracking down this problem!
|
|
|
|
debian/patches/11-initialize-nm-remote-settings.patch: Cherry-pick
patchi from upstream Git which fixes a regression when initializing
NMRemoteSettings. (Closes: #665752)
|
|
|
|
|
|
The D-Bus policy file /etc/dbus-1/system.d/NetworkManager.conf has been
renamed to org.freedesktop.NetworkManager.conf. Update the .install file
and use the dh_install maintscript facility to move the conffile on
upgrades. This requires a newer debhelper, so bump the Build-Depends
accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
format 1.0. (Closes: #652882)
|
|
- IP configuration is now non-blocking; waiting for IPv6 RA no longer
blocks the device from activating if IPv4 is ready and vice versa.
(Closes: #653076)
- Set the correct default route for IPv6. (Closes: #657109)
|
|
using g_set_error_literal().
|
|
|
|
upstream.
|
|
|
|
Upstream version 0.9.4.0
|
|
|
|
|
|
devices. (Closes: #653706)
|
|
* debian/patches/04-ifupdown-support-dns-search-entries.patch
- Support dns-search entries in /etc/network/interfaces as used by
resolvconf and openresolv. (Closes: #651447)
Patch cherry-picked from upstream Git.
|
|
in version 1.16.1, not 1.6.1.
|
|
|