- 03 Feb, 2012 1 commit
-
-
Jiří Klimeš authored
- the first uses dbus-glib and D-Bus "NameOwnerChanged" signal directly - the second uses GIO's g_bus_watch_name() - the third uses Qt and QDBusServiceWatcher class
-
- 02 Feb, 2012 10 commits
-
-
Dan Winship authored
Most of the code was using dbus_g_proxy_call() directly, but there were some leftover uses of the generated bindings. Make things more consistent by using dbus_g_proxy_call() everywhere, and stop building the -bindings.h files.
-
Dan Winship authored
The code hasn't been used in a very long time.
-
Dan Winship authored
including <gio/gio.h> will drag in some additional system headers that result in new -Wshadow warnings. Fix those.
-
Dan Winship authored
This property existed as a #define and a get method, but the actual GObject property itself was accidentally never implemented.
-
Dan Winship authored
dbus-glib returns 'as' results as G_TYPE_STRV (NULL-terminated char**), not DBUS_TYPE_G_ARRAY_OF_STRING (GPtrArray of char*).
-
Dan Winship authored
-
Dan Winship authored
-
Evan Broder authored
All of the information in the configuration files for local caching dnsmasq or BIND servers are accessible already over the D-Bus interface, so there's no sensitive information here.
-
Thomas Bechtold authored
Allows clients to retrieve the reason a device changed to the given state along with the state itself, preventing race conditions if the state were retrieved separately from the reason. Reason codes were not previously accessible without listening to the StateChanged signal.
-
Thomas Bechtold authored
The documentation said they were allowed, and that's clearly the correct behavior.
-
- 01 Feb, 2012 7 commits
-
-
Dan Williams authored
Using --with-session-tracking=xxx you can select the backend you want from among CK, systemd, or none.
-
Dan Williams authored
Allows all access; used when neither ConsoleKit or systemd are selected.
-
Dan Williams authored
And reformat the systemd session manager for NM code style.
-
Matthias Clasen authored
When configured with --enable-systemd, this patch makes NetworkManager use systemd for session tracking instead of ConsoleKit.
-
Dan Williams authored
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
- 30 Jan, 2012 2 commits
-
-
Jiří Klimeš authored
It is the case e.g. for EAP-TLS. This regression was caused by commit b08e2b89.
-
Jiří Klimeš authored
We do not want to break other methods, when EAP-FAST specific error condition is detected: no PAC file provided and automatic PAC provisioning is disabled.
-
- 27 Jan, 2012 4 commits
-
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
- 26 Jan, 2012 4 commits
-
-
Dan Williams authored
-
Dan Williams authored
-
Jiří Klimeš authored
-
Dan Winship authored
Add transport-mode property to NMSettingInfiniband (and parse it correctly in ifcfg-rh), and set it up properly on the device in NMDeviceInfiniband.
-
- 25 Jan, 2012 3 commits
-
-
Thomas Bechtold authored
Some NMDeviceStateReason 's are not available in introspection/nm-device.xml Tom
-
Thomas Graf authored
This is a proposal to include the NMActiveConnection master property in nmcli con status. Feel free to suggest a more user friendly method of printing this information. Signed-off-by:
Thomas Graf <tgraf@redhat.com>
-
Thomas Graf authored
Adds a new "master" property to NMActiveConnection containing the path of the master NMDevice if the connection has a master. Signed-off-by:
Thomas Graf <tgraf@redhat.com>
-
- 23 Jan, 2012 1 commit
-
-
Dan Williams authored
We used to require wireless-tools. We no longer do, so use the kernel includes header here that we checked for at configure time.
-
- 17 Jan, 2012 8 commits
-
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
Gabor Kelemen authored
-
Gabor Kelemen authored
-
Gabor Kelemen authored
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
Jiří Klimeš authored
Speed is gotten via ethtool on 'carrier on' event. If there is a more suitable netlink event we should use it instead. Nonetheless, it appears to be working fine with carrier change, because interface speed change does emit carrier offi and on events.
-