summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: don't bounce disable_ipv6 when assuming connections (rh #1170530)jk/ipv6-assume-rh1170530Jiří Klimeš2014-12-041-1/+1
* libnm-core: fix the rule for parsing 'gateway' out of 'addresses' (rh #1170199)Dan Winship2014-12-032-26/+84
* core: fix leak of generated connection if device is activeDan Williams2014-12-031-5/+4
* devices: don't release slaves on exit (rh #1169936)Dan Winship2014-12-031-1/+1
* ifcfg-rh: don't include nm-utils-private.h outside of libnm-core/Thomas Haller2014-12-033-5/+4
* cli: g_strdup(NULL) returns NULL; simplify code for thatJiří Klimeš2014-12-031-40/+40
* contrib/rpm: ignore libgsystem/ repository in build_clean.shThomas Haller2014-12-031-1/+1
* cli: additional fix for nmcli connection downJiří Klimeš2014-12-031-6/+13
* cli: fix deactivation for multiple connections (bgo #740775) (rh #1168383)Jiří Klimeš2014-12-032-43/+65
* device: Deal with links that vanish during initializationLubomir Rintel2014-12-023-4/+9
* cli: wait for "con down" to deactivate the connection (bgo #740775) (rh #1168...Dan Williams2014-12-011-3/+73
* iface-helper: disambiguate route priority for IPv4 and IPv6Thomas Haller2014-12-012-16/+20
* core: rename NM_PLATFORM_ROUTE_METRIC_DEFAULT to NM_PLATFORM_ROUTE_METRIC_DEF...Thomas Haller2014-12-013-6/+12
* nmcli/bash-completion: complete [+-] modifier for `connection modify` propertyThomas Haller2014-12-011-1/+6
* keyfile: assert in writer to have valid connection idThomas Haller2014-11-281-5/+1
* cli: fix setting ethernet.s390-subchannelsJiří Klimeš2014-11-281-12/+7
* devices: NM_SETTING_WIRED_S390_SUBCHANNELS is now G_TYPE_STRV (rh #1168764)Jiří Klimeš2014-11-281-9/+8
* core: adjust values for default route-metrics per device typeThomas Haller2014-11-262-21/+28
* vpn: don't choose route priority for VPN connections based on the parent deviceThomas Haller2014-11-261-12/+2
* libnm: (trivial) correct an example in NMSecretAgentOldGetSecretsFunc docsJiří Klimeš2014-11-261-1/+1
* build: fix wrongly linking against libreadline in all applicationsThomas Haller2014-11-261-0/+2
* core: merge branch 'th/bgo723178_device_route_metric'Thomas Haller2014-11-2613-37/+90
|\
| * iface-helper: make priority variable guint32Thomas Haller2014-11-251-3/+4
| * core: fix route metrics for subnet routesThomas Haller2014-11-257-13/+54
| * platform: add paramter to ip4_route_add to set src (RTA_PREFSRC)Thomas Haller2014-11-258-21/+32
|/
* libnm-util: return empty hash, not NULL in nm_setting_to_hash() (bgo #740681)Jiří Klimeš2014-11-252-7/+1
* tui: fix a bug that hid the IP method popup (rh #1167710)Dan Winship2014-11-251-0/+1
* libnm: add missing (transfer) annotation for nm_device_vlan_get_parent()Jiří Klimeš2014-11-252-2/+2
* libnm: allow zero prefix length for NMIPRouteThomas Haller2014-11-247-11/+33
* dhcp: fix printf format string for printing guint32 variableThomas Haller2014-11-241-1/+1
* dhcp: pass device specific route metric to nm_dhcp_systemd_get_lease_ip_confi...Thomas Haller2014-11-246-8/+14
* dhcp: fix expiry time logging/exportingDan Winship2014-11-241-5/+12
* merge: reflect parent device manage/unmanage state for VLANs (rh #1114681)Jiří Klimeš2014-11-2411-23/+131
|\
| * cli: add parent device information for VLAN devicesJiří Klimeš2014-11-241-4/+7
| * libnm: add :parent property for VLAN devicesJiří Klimeš2014-11-243-1/+37
| * libnm-glib: add :parent property for VLAN devicesJiří Klimeš2014-11-243-1/+43
| * core: add NM_UNMANAGED_PARENT flag for a dependency on parent deviceJiří Klimeš2014-11-242-10/+11
| * vlan: export parent device for VLANs as D-Bus propertyJiří Klimeš2014-11-243-7/+33
|/
* po: updated Ukranian translation (bgo #740533)Yuri Chornoivan2014-11-231-2374/+3842
* libnm: merge branch 'secret-agent-old-bgo740345'Dan Winship2014-11-2117-460/+440
|\
| * libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-2114-410/+407
| * clients: merge nm_secret_agent_simple_set_connection_path() into nm_secret_ag...Dan Williams2014-11-216-40/+25
| * clients: NMSecretAgentSimple API fixupsDan Winship2014-11-216-37/+35
|/
* libnm-core: Add a missing initializerLubomir Rintel2014-11-211-1/+1
* nmtui: Add a not reached assert to make compiler happyLubomir Rintel2014-11-211-0/+2
* tui: merge branch 'tui-sections-bgo719768'Dan Winship2014-11-2142-964/+1067
|\
| * tui: tweak NmtEditorGrid column rulesDan Winship2014-11-212-27/+32
| * tui: simplify DSL page handlingDan Winship2014-11-213-30/+76
| * tui: rework how editor pages workDan Winship2014-11-2134-269/+515
| * tui: merge NmtPageMain into NmtEditorDan Winship2014-11-215-387/+193