summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! core: use GUnixSignalWatchSource to simplify signal handlingdanw/signals-bgo743052Jiří Klimeš2015-01-191-1/+1
* core: add nm_utils_setpgid(), and use itDan Winship2015-01-1610-82/+32
* core, dispatcher: drop unnecessary setpgid() callsDan Winship2015-01-165-47/+5
* nm-iface-helper: small signal handling fixupDan Winship2015-01-161-16/+6
* core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-1620-271/+43
* connectivity: fix compile error no WITH_CONCHECKThomas Haller2015-01-161-0/+2
* libnm-core: fix compile error in set_property_from_dbus() for missing return ...Thomas Haller2015-01-161-1/+1
* libnm-core: merge branch 'danw/validate-proptype-rh1182567'Dan Winship2015-01-152-20/+232
|\
| * libnm-core: validate property types from D-Bus (rh #1182567)Dan Winship2015-01-152-7/+225
| * libnm-core: simplify _nm_setting_new_from_dbus()Dan Winship2015-01-151-9/+1
| * libnm-core: fix a leak in _nm_setting_new_from_dbus()Dan Winship2015-01-151-4/+6
|/
* platform: avoid storing unknown netlink object types (bgo #742928)Aleksander Morgado2015-01-151-1/+44
* Revert "platform: avoid storing unknown netlink object types (bgo #742928)"Dan Williams2015-01-151-45/+1
* platform: don't read past end of address array (bgo #742937)Dan Williams2015-01-151-1/+8
* platform: avoid storing unknown netlink object types (bgo #742928)Aleksander Morgado2015-01-151-1/+45
* connectivity: merge branch 'danw/connectivity-bgo742823'Dan Winship2015-01-152-24/+57
|\
| * connectivity: avoid redundant connectivity checksDan Winship2015-01-151-9/+17
| * connectivity: simplify redundant codeDan Winship2015-01-152-5/+5
| * connectivity: fix manager state during connectivity check (bgo #742823)Dan Winship2015-01-151-9/+5
| * connectivity: improve debug loggingDan Winship2015-01-151-1/+30
|/
* ifcfg-rh: update test files not to use obsolete GATEWAY<n> variablesJiří Klimeš2015-01-156-7/+50
* man: add description of BOOTPROTO to nm-settings-ifcfg-rh manpageJiří Klimeš2015-01-151-1/+11
* ifcfg-rh: read custom IP address for shared connections (rh #1174632)Jiří Klimeš2015-01-154-3/+76
* bond: allow overriding the MTUlr/bond-mtu-rh1177582Lubomir Rintel2015-01-141-0/+21
* settings: merge branch 'th/uuid-duplicate-rh1171751'Thomas Haller2015-01-1319-372/+633
|\
| * settings: update year in copyright text of plugin-info for keyfile and ifcfg-rhThomas Haller2015-01-132-2/+2
| * ifcfg-rh: don't reload connection in connection_ifcfg_changed() if monitoring...Thomas Haller2015-01-131-3/+10
| * ifcfg-rh: refactor update_connection()Thomas Haller2015-01-133-227/+231
| * ifcfg-rh: sort paths in read_connections()Thomas Haller2015-01-131-7/+63
| * ifcfg-rh/trivial: rename connection_new_or_changed() and variableThomas Haller2015-01-131-60/+66
| * ifcfg-rh: add logging macros _LOGX() to plugin.cThomas Haller2015-01-131-19/+37
| * settings: avoid duplicate UUID in settingsThomas Haller2015-01-135-4/+53
| * keyfile: ignore GFileMonitor change flags in dir_changed()Thomas Haller2015-01-131-3/+6
| * keyfile: reuse duplicate check from update_connection() in add_connection()Thomas Haller2015-01-131-58/+100
| * keyfile: cleanup loggingThomas Haller2015-01-132-11/+26
| * keyfile: read_connections() must skip duplicate connectionsThomas Haller2015-01-131-10/+72
| * keyfile: merge update_connection() and new_connection()Thomas Haller2015-01-131-102/+90
| * keyfile/trival: move codeThomas Haller2015-01-131-17/+17
| * keyfile: simplify g_return() checks for _internal_write_connection()Thomas Haller2015-01-131-5/+2
| * settings: log connection diffs in replace_settings only where appropriateThomas Haller2015-01-1310-4/+16
| * settings: no need to check nm_connection_compare() before nm_settings_connect...Thomas Haller2015-01-131-5/+3
| * settings: fix wrong assertions for calling nm_settings_connection_replace_set...Thomas Haller2015-01-133-4/+8
| * core: log object type in nm_utils_log_connection_diff()Thomas Haller2015-01-131-4/+4
| * core: log ignored property notification with level TRACEThomas Haller2015-01-131-2/+2
|/
* ifnet: fix a crash in ifnet settings plugin (bgo #737645)Jiří Klimeš2015-01-132-2/+6
* merge: accept numeric bonding modes (bgo #704666) (rh #1133544) (rh #1171009)Jiří Klimeš2015-01-139-14/+152
|\
| * ifcfg-rh: add a testcase for numeric bonding mode values in BONDING_OPTSJiří Klimeš2015-01-134-1/+40
| * bond: normalize bond mode to string notation (rh #1171009)Jiří Klimeš2015-01-132-3/+41
| * libnm-core: accept numeric bond modes (bgo #704666) (rh #1133544)Jiří Klimeš2015-01-131-10/+5
| * utils: add functions for converting string <-> numeric bonding modesJiří Klimeš2015-01-133-1/+67
|/