- 06 Dec, 2010 4 commits
-
-
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 5 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
-
- 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 1 commit
-
-
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 3 commits
-
-
Jiří Klimeš authored
It occurs, for example, when NM updates connection's timestamp.
-
Jiří Klimeš authored
Ignore temporary files created by vim editor and temporary files created internally by g_file_set_contents() (mkstemp()) when writing connections.
-
Dan Williams authored
It occurs, for example, when NM updates connection's timestamp.
-
- 08 Nov, 2010 6 commits
-
-
Ionut Biru authored
-
Dan Williams authored
-
Dan Williams authored
So distributions don't have to do it.
-
Dan Williams authored
-
Jiří Klimeš authored
-
Ozan Çağlayan authored
-
- 07 Nov, 2010 2 commits
-
-
Dan Williams authored
PKG_CHECK_MODULES() succeeds even if the module's dependencies are not satisfied, leading to empty CFLAGS and LIBS.
-
Dan Williams authored
-
- 05 Nov, 2010 1 commit
-
-
Wulf C. Krueger authored
-
- 03 Nov, 2010 4 commits
-
-
Dan Williams authored
-
Dan Williams authored
And add a default autoconnect retries value.
-
Jiří Klimeš authored
Presently, when automatic connecting fails, the connection is marked as invalid and is not retried again. This commit adds a configuration parameter to specify how many times the connection should be re-tried.
-
Jiří Klimeš authored
This patch updates timestamps in system connections. The update occurs on connection activation and then periodically every 5 mins while the connection is active. It only works for plugins having write support and for writable connections (not read-only).
-
- 02 Nov, 2010 1 commit
-
-
Jiří Klimeš authored
-
- 01 Nov, 2010 1 commit
-
-
Jiří Klimeš authored
-
- 26 Oct, 2010 1 commit
-
-
Jiří Klimeš authored
-
- 21 Oct, 2010 1 commit
-
-
Dan Williams authored
Add support for Fedora's dhclient's built-in RFC3442 classless static routes format. Since the Fedora format uses the same name as the dhcpcd format, we need to refactor a bunch of the code to ensure we can distinguish between the types. Do this at runtime now by consolidating the classless static routes parsing code into the DHCP Client base class and rework the unit tests so that we can test all variations of the classless static route parsing code at the same time. This also fixes a bug with the dhcpcd classless static route gateway handling that would return the wrong gateway address. Many thanks to Jiri Popelka from Red Hat for the initial patch and explanations.
-
- 20 Oct, 2010 1 commit
-
-
Rimas Kudelis authored
-
- 19 Oct, 2010 3 commits
-
-
Vladimír Machat authored
-
Miloš Popović authored
-
Милош Поповић authored
-