summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-util: return empty hash rather than NULL in nm_setting_to_hash()jk/bridge-slave-fixJiří Klimeš2014-11-251-5/+6
* 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
| * tui: rename two classesDan Winship2014-11-2132-347/+347
|/
* libnm-core: merge branch 'cert-apis-bgo719768'Dan Winship2014-11-2126-226/+334
|\
| * libnm-core: add nm_utils_file_is_certificate() and _file_is_private_key()Dan Winship2014-11-215-1/+136
| * libnm-core: tweak crypto.c APIsDan Winship2014-11-215-78/+92
| * libnm-core, libnm-util: move test cert files to libnm-core/Dan Winship2014-11-2118-30/+28
| * libnm-core: port test-crypto to g_assert* macrosDan Winship2014-11-211-117/+78
|/
* build: update NEWSDan Williams2014-11-201-0/+46
* cli: add support for secret agent to 'nmcli dev connect' toojk/nmcli-dev-connect-secretsJiří Klimeš2014-11-204-88/+132
* clients: fix processing a secret agent requestJiří Klimeš2014-11-201-1/+1
* cli,vpn: merge branch 'lr/nm-1-0-fixes'Lubomir Rintel2014-11-207-32/+126
|\
| * cli: Process secret agent request for a connection only if we know its pathlr/nm-1-0-fixesLubomir Rintel2014-11-205-21/+103
| * cli: Abort when given name of a non-existent connection for nmcli upLubomir Rintel2014-11-191-1/+7
| * libnm: Don't expect VPN connections to attach to the deviceLubomir Rintel2014-11-191-3/+6
| * vpn: Propagate daemon exec error correctlyLubomir Rintel2014-11-191-5/+5
| * cli: Only escape VPN banner if it's presentLubomir Rintel2014-11-191-2/+5
* | docs: fix build-from-tarball (again)Dan Winship2014-11-201-1/+1
* | device: Remove unmanaged slaves from master when they disappearLubomir Rintel2014-11-203-0/+20
* | docs: fix a typo in ifcfg-rh documenationJiří Klimeš2014-11-201-1/+1
* | translations: avoid preprocessor strings inside translation macroThomas Haller2014-11-203-14/+17
* | dispatcher: Fix testsLubomir Rintel2014-11-203-0/+3
* | platform: stop using private kernel tun device flags (bgo #740380)Dan Williams2014-11-191-1/+1
* | policy: merge branch 'th/bgo735512_route_metric_v2'Thomas Haller2014-11-196-188/+600
|\ \ | |/ |/|
| * policy: enforce absence of default route on never-default VPN connectionsThomas Haller2014-11-191-16/+4
| * policy: fix handling managed devices without default routeThomas Haller2014-11-192-42/+107
| * policy: sort default routes by metrics before adding themThomas Haller2014-11-191-12/+31
| * policy: pick up externally configured default routes for managed interfacesThomas Haller2014-11-193-19/+38