summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! vpn: add IpIface and IpIfindex D-Bus property to VpnConnectionjk/vpn-properties-bgo743309Jiří Klimeš2015-01-221-1/+4
* cli: add IP-IFACE and IP-IFINDEX fields for VPN active connectionsJiří Klimeš2015-01-211-7/+14
* libnm: add VpnConnection IpIface and IpIfindex properties to libnmJiří Klimeš2015-01-213-4/+105
* vpn: add IpIface and IpIfindex D-Bus property to VpnConnectionJiří Klimeš2015-01-213-1/+34
* libnm: backport nm_utils_bond_mode_int_to_string() and _string_to_int()Dan Winship2015-01-213-4/+14
* internal: add NM_BACKPORT_SYMBOL()Dan Winship2015-01-212-3/+14
* libnm-core, libnm-util: add 1.0.2 version macrosDan Winship2015-01-212-0/+30
* libnm: fix versioning on new APIs, bump sonamedanw/versioning-bgo742993Dan Winship2015-01-214-6/+15
* libnm-core, libnm-util: belatedly update version macrosDan Winship2015-01-212-16/+46
* cli: add description for certificate properties in editor (rh #1182575)Jiří Klimeš2015-01-201-5/+44
* core: show better error for software device creation failures (rh #1182923)Jiří Klimeš2015-01-201-15/+45
* merge: don't use system() for loading modules (bgo #740651)Dan Williams2015-01-195-20/+43
|\
| * core: use nm_utils_modprobe()Thomas Haller2015-01-193-20/+4
| * utils: add nm_utils_modprobe()Thomas Haller2015-01-192-0/+39
|/
* core: merge branch 'danw/signals-bgo743052'Dan Winship2015-01-1923-417/+87
|\
| * core: add nm_utils_setpgid(), and use itDan Winship2015-01-1910-82/+32
| * core, dispatcher: drop unnecessary setpgid() callsDan Winship2015-01-195-47/+5
| * nm-iface-helper: small signal handling fixupDan Winship2015-01-191-16/+6
| * core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-1920-272/+44
|/
* dispatcher: merge branch 'danw/dispatcher-external-bgo742588'Dan Winship2015-01-1911-24/+107
|\
| * dispatcher: add an env var indicating a connection is "external"Dan Winship2015-01-197-0/+66
| * dispatcher: expose connection D-Bus pathDan Winship2015-01-197-3/+20
| * dispatcher: remove "old" from the test namesDan Winship2015-01-196-21/+21
|/
* cli: fix client bond option countLubomir Rintel2015-01-191-1/+1
* 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