summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns: refresh DNS if plugin child quits unexpectedly (bgo #728342)dcbw/dns-plugin-children-bgo728342Dan Williams2015-03-091-1/+22
* fixup! dns: ensure that update_dns() always returns a GError on failureDan Williams2015-03-092-3/+20
* dns: ensure that update_dns() always returns a GError on failureDan Williams2015-03-094-65/+49
* dns: refactor building IP config lists for plugins (bgo #728342)Dan Williams2015-03-091-27/+43
* dns: kill plugin child synchronously to avoid restart race (rh #1161232) (bgo...Dan Williams2015-03-091-2/+3
* route-manager: refactor: a readability improvementLubomir Rintel2015-03-091-2/+4
* examples: add a Python example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+83
* examples: add a Lua example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+84
* build: fix typo in configure script failing detection of libsystemdThomas Haller2015-03-041-1/+1
* supplicant: remove unused variableThomas Haller2015-03-041-1/+0
* session: check for libsystemd-logind and fallback to libsystemdPavel Šimerda2015-03-041-1/+1
* session: check for libsystemd and fallback to libsystemd-loginPavel Šimerda2015-03-041-1/+1
* dhcp: sd-dhcp6-client: delay setting the DUID and don't fail constructorThomas Haller2015-03-042-11/+13
|\
| * dhcp: update systemd DHCP codeThomas Haller2015-03-042-7/+13
* | vpn: convert NMVpnConnection <-> VPN service communication to GDBus (bgo #745...Dan Williams2015-03-034-592/+485
* | merge: replace usage of dbus-glib in supplicant code with GDBus (bgo #744598)Dan Williams2015-03-0314-1469/+1025
|\ \
| * | supplicant: remove unused nm-call-store.c/.hdcbw/wifi-gdbusDan Williams2015-03-034-163/+0
| * | supplicant: convert interface/config to GDBusDan Williams2015-03-038-1096/+888
| * | supplicant: clean up some whitespaceDan Williams2015-03-031-28/+28
| * | supplicant: make NMSupplicantInterface independent of NMSupplicantManagerDan Williams2015-03-035-89/+39
| * | supplicant: clean up NMSupplicantInterface::dispose()Dan Williams2015-03-031-27/+23
| * | supplicant: convert NMSupplicantManager to GDBusDan Williams2015-03-031-93/+81
| * | supplicant: clean up NMSupplicantManager::dispose()Dan Williams2015-03-031-16/+9
|/ /
* | dhcp: revert "remove local modifications initializing cleanup variables"Thomas Haller2015-03-035-6/+6
* | dhcp: merge branch 'th/systemd-dhcp-integration' (bgo #742719)Thomas Haller2015-03-0337-825/+3496
|\ \
| * | dhcp: add prefix to logging lines from systemd libraryThomas Haller2015-03-031-1/+1
| * | dhcp: avoid compilation error in macro.h due to undefined __STDC_VERSION__ va...Thomas Haller2015-03-031-1/+1
| * | dhcp: include sys/resource.h in nm-sd-adapt.hThomas Haller2015-03-031-0/+1
| * | dhcp: include net/if_arp.h in nm-sd-adapt.hThomas Haller2015-03-031-0/+2
| * | dhcp: remove sd_dhcp6_client_set_ifname() functionThomas Haller2015-03-033-21/+0
| * | dhcp: add systemd's dhcp-identifier.c for dhcp_identifier_set_duid_en()Thomas Haller2015-03-033-0/+16
| * | dhcp: add systemd's sd-id128.c for sd_id128_get_machine()Thomas Haller2015-03-033-1/+8
| * | dhcp: add systemd's path-util.c for path_kill_slashes()Thomas Haller2015-03-034-0/+14
| * | dhcp: add systemd's 'log.h' to provide logging macrosThomas Haller2015-03-034-24/+30
| * | dhcp: comment-out unused systemd utility functionsThomas Haller2015-03-032-2/+2
| * | dhcp: comment-in now needed string_table_lookup() function in util.cThomas Haller2015-03-031-0/+2
| * | dhcp: comment-in now needed filename_is_valid() function in util.cThomas Haller2015-03-031-0/+2
| * | dhcp: remove local modifications initializing cleanup variablesThomas Haller2015-03-035-6/+8
| * | dhcp/trivial: remove unused fixes to our copy of the systemd codeThomas Haller2015-03-032-5/+6
| * | dhcp/trivial: remove code commentThomas Haller2015-03-031-2/+0
| * | dhcp: merge branch 'master' into th/systemd-dhcp-integrationThomas Haller2015-03-03692-36420/+61398
| |\ \ | |/ / |/| / | |/
* | wwan: refactor nm_modem_ip_type_to_string() and fix return typeThomas Haller2015-03-031-19/+9
* | wwan: don't warn on disconnect if ModemManager isn't runningDan Williams2015-03-021-1/+2
* | trivial: don't run wifi tests if the tests are disabledLubomir Rintel2015-03-021-0/+2
* | dhcp: cleanup internal systemd dhcp libraryThomas Haller2015-03-0245-78/+100
|\ \
| * | dhcp: ensure every systemd dhcp file includes 'nm-sd-adapt.h' firstThomas Haller2015-03-0224-2/+48
| * | dhcp: don't include config.h in systemd sourceThomas Haller2015-03-0217-31/+3
| * | logging: add error argument to _nm_log() to support "%m" format specifierThomas Haller2015-03-023-3/+9
| * | dhcp/trivial: add '/* NM_IGNORED */' comment to #endif added by NetworkManagerThomas Haller2015-03-029-40/+40
| * | dhcp/trivial: remove shaddowed '#if 0 /* NM_IGNORED */' blockThomas Haller2015-03-021-2/+0
|/ /