- 13 Dec, 2010 3 commits
-
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
- 11 Dec, 2010 4 commits
-
-
Dan Williams authored
We only want to prevent regression to > READY after READY has been reached, since the interface state will track the supplicant connection state which legitimately jumps around.
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
-
- 09 Dec, 2010 2 commits
-
-
Michael Biebl authored
Parse bridge configurations in /etc/network/interfaces and add interfaces defined via bridge_ports to well_known_interfaces. This allows to mark those interfaces as unmanaged if managed=false. The "all" keyword and regexes are not supported and simply skipped. Example: iface br0 inet manual bridge_ports eth0 eth1 (→ eth0/1 will be marked as unmanaged) See also: http://manpages.ubuntu.com/manpages/maverick/man5/bridge-utils-interfaces.5.html Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530335
-
Michael Biebl authored
If we find a "iface ..." line, add the interface to well_known_interfaces no matter if there is a connection for it or not. Otherwise we fail to mark devices as unmageded in cases like iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf as NM does not know how to parse such a interface configuration. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569215
-
- 07 Dec, 2010 4 commits
-
-
Dan Williams authored
This branch now requires wpa_supplicant 0.7 or later with the new D-Bus interface enabled. It also prefers the "nl80211" supplicant driver over the WEXT one, but will ask the supplicant to fall back to the WEXT driver if the device in question does not support the kernel's nl80211/cfg80211 stack.
-
Dan Williams authored
Now that it's only used in one place we can get rid of the prototype.
-
Dan Williams authored
Looks like it got left out of 6ab5a959
-
Dan Williams authored
If the supplicant cannot be service activated, wait until it shows up on the bus instead of sitting around doing nothing. This fixes a small regression introduced when the _READY state was added to the supplicant interface object.
-
- 06 Dec, 2010 6 commits
-
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
-
Canek Peláez authored
See Gentoo #318365
-
Andrey Borzenkov authored
Don't emit "unmanaged-specs-changed" signal in read_one_connection(), because it causes that next connections are not listed (get_connections() is called prematurely and only connections read so far are available). Steps to reproduce the bug: 1) create ifcfg-fake DEVICE=loremipsum HWADDR=01:02:03:04:05:06 NM_CONTROLLED=no 2) restart NetworkManager 3) only connections read *before* ifcfg-fake are available Thanks to Robert Vogelgesang <vogel@users.sourceforge.net> for updating the patch and analysis!
-
- 24 Nov, 2010 3 commits
-
-
Jiří Klimeš authored
GATEWAY0=0.0.0.0 was erroneously denied. Also, missing GATEWAY0 entry caused ifcfg-rh plugin to regard the connection as invalid. The commit fixes that and makes it behave in accordance with initscripts.
-
Jiří Klimeš authored
Reported and tested by Raymond Wooninck. Thanks!
-
Dan Williams authored
Don't bother trying to initialize the user settings proxy when it isn't even active. Would trigger a warning to syslog if PolicyKit permissions changed via changes to /usr/share/polkit-1/actions/.
-
- 23 Nov, 2010 7 commits
-
-
Dan Williams authored
-
Dan Williams authored
By the time we get the udev device removal notification we may not be able to read properties, since the device has already been removed from sysfs. That means we can't get the ifindex, so we need to fall back to the interface name. But we always want to prefer the ifindex since that will never change as long as the device is connected, unlike the interface name.
-
Jiří Klimeš authored
The Crash appeared on some platforms in glib while processing variable arguments.
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
Dan Williams authored
-
Dan Williams authored
-
- 22 Nov, 2010 5 commits
-
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
-
- 19 Nov, 2010 2 commits
-
-
Mikhail Efremov authored
On restart ensure that the client we're trying to kill has actually exited even if it's not our child.
-
Mathieu Trudel-Lapierre authored
-
- 18 Nov, 2010 2 commits
-
-
Dan Williams authored
-
Dan Williams authored
Since NM is already handling that.
-
- 16 Nov, 2010 1 commit
-
-
Dan Williams authored
Bump master branch version way past stable branch version for development purposes.
-
- 10 Nov, 2010 1 commit
-
-
Jiří Klimeš authored
It occurs, for example, when NM updates connection's timestamp.
-