summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* contrib/rpm: remove avahi-autoipd dependency and filesbg/wip/ipv4ll-systemdBeniamino Galvani2015-04-071-3/+0
* callouts: avahi-autoipd-action is no moreBeniamino Galvani2015-04-073-151/+2
* device: replace occurrences of 'aipd' with 'autoip4'Beniamino Galvani2015-04-071-24/+23
* autoip4: use internal implementationBeniamino Galvani2015-04-076-161/+56
* autoip4: import systemd IPv4LL codeBeniamino Galvani2015-04-076-0/+907
* build: move systemd DHCP files to a common directoryBeniamino Galvani2015-04-0754-70/+70
* supplicant-manager, wifi: (trivial) fix signal argument typesDan Winship2015-04-063-6/+6
* libnm-core: add libnm-core/nm-dbus-utils.c to POTFILES.inThomas Haller2015-04-051-0/+1
* dispatcher: belatedly remove no-longer-used dbus-glib defineDan Winship2015-04-041-4/+0
* core: merge branch 'more-gdbus-bgo746901'Dan Winship2015-04-0319-984/+1094
|\
| * firewall: clean up call completion and use GCancellableDan Williams2015-04-031-71/+40
| * core: port NMManager's aipd proxy to GDBusDan Winship2015-04-031-30/+17
| * bluetooth: port bluez4 code to gdbusDan Winship2015-04-033-177/+87
| * core: port the daemon side of the dispatcher to gdbusDan Winship2015-04-033-332/+290
| * core: port nm-sleep-monitor-upower to gdbusDan Winship2015-04-031-27/+24
| * core: trivial NMSleepMonitor fixesDan Winship2015-04-032-60/+60
| * firewall: port nm-firewall-manager to gdbusDan Winship2015-04-031-116/+78
| * core: use _nm_dbus_error_has_name()Dan Winship2015-04-031-15/+2
| * libnm-core: add _nm_dbus_error_has_name()Dan Winship2015-04-032-0/+28
| * libnm, core: use typechecked proxy_call methodsDan Winship2015-04-037-61/+55
| * libnm-core: add _nm_dbus_proxy_call_sync(), _nm_dbus_proxy_call_finish()Dan Winship2015-04-032-0/+102
| * libnm, core: use _nm_dbus_signal_connect()Dan Winship2015-04-037-148/+175
| * libnm-core: add _nm_dbus_signal_connect()Dan Winship2015-04-033-0/+189
|/
* device,cli: allow re-activation of already active connections (bgo #730492)Lubomir Rintel2015-04-034-33/+89
|\
| * cli: don't look up a device for activation request unless we have tolr/conn-reactivation-bgo730492Lubomir Rintel2015-04-031-2/+3
| * manager: remove a connection from device if we're activating it on another de...Lubomir Rintel2015-04-033-30/+48
| * manager: pick an available device if none was specified upon connection activ...Lubomir Rintel2015-04-031-1/+24
| * manager: reuse a device connection is active on if none was given upon activa...Lubomir Rintel2015-04-031-1/+15
|/
* bridge/bond/team: device availability shouldn't depend on IFF_UP (bgo #746918)Dan Williams2015-04-023-9/+3
* team: respawn teamd instead of exiting (rh #1145988) (bgo #745903)Dan Williams2015-04-021-118/+176
|\
| * team: ratelimit teamd spawningDan Williams2015-04-021-57/+79
| * team: respawn teamd when it exits instead of failing activation (rh #1145988)Dan Williams2015-04-021-79/+115
|/
* wifi: clear WPAS_REMOVED_TAG when scanning Wi-Fi APBernd Edlinger2015-04-021-3/+18
* device: use UNMANAGED reason instead of REMOVED when unmanaging devices upon ...Lubomir Rintel2015-04-021-2/+2
* build: fix compile warnings in DNS managerBeniamino Galvani2015-04-011-2/+5
* build: fix compile error in DNS managerBeniamino Galvani2015-04-011-5/+3
* dbus-manager: disconnect thre private server before destroying itLubomir Rintel2015-04-011-0/+1
* device: progress the device activation if it has a valid assumed connectionLubomir Rintel2015-04-011-0/+2
* crypto: only use gnutls crypto API, remove libgcrypt dependency (bgo #730294)Jiří Klimeš2015-04-015-162/+112
* core: add "fatal-warnings" option to NM_DEBUGThomas Haller2015-04-012-9/+24
* platform: load libnl-3.so.200, not libnl-3.so (rh #1205195)Jiří Klimeš2015-03-301-1/+1
* libnl/trivial: add code comment to NM_UTILS_UUID_NSThomas Haller2015-03-301-0/+1
* po: update German (de) translation (bgo #746855)Christian Kirbach2015-03-301-2185/+3654
* contrib/fedora: update REQUIRED_PACKAGES file with perl-YAML packageThomas Haller2015-03-291-0/+1
* merge: respawn DNS plugin children if they quit unexpectedly (bgo #728342)Dan Williams2015-03-275-93/+131
|\
| * dns: refresh DNS if plugin child quits unexpectedly (bgo #728342)Dan Williams2015-03-271-1/+22
| * dns: ensure that update_dns() always returns a GError on failureDan Williams2015-03-274-63/+63
| * dns: refactor building IP config lists for plugins (bgo #728342)Dan Williams2015-03-271-27/+43
| * dns: kill plugin child synchronously to avoid restart race (rh #1161232) (bgo...Dan Williams2015-03-271-2/+3
|/
* merge: use dev_id when constructing interface identifiers (rh #1101809)Dan Williams2015-03-277-6/+85
|\