summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: team: add NMTeamLinkWatcher boxed typeFrancesco Giudici2017-12-081-0/+18
* build: adjust libnm symbol versioning after backporting update2 API for 1.10.2Thomas Haller2017-12-061-3/+6
* libnm: add nm_remote_connection_update2()Thomas Haller2017-12-053-0/+124
* all: add new D-Bus API org.freedesktop.NetworkManager.Settings.Connection.Upd...Thomas Haller2017-12-052-31/+31
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-282-4/+4
* libnm: add nm_setting_vpn_get_data_keys() and nm_setting_vpn_get_secret_keys(...Thomas Haller2017-11-231-0/+2
* libnm: use cleanup attribute in nm_vpn_service_plugin_read_vpn_details()Thomas Haller2017-11-231-16/+5
* libnm: use nm_free_secret()Thomas Haller2017-11-231-10/+1
* libnm: use stack allocated temporary string for property nameThomas Haller2017-11-231-22/+20
* libnm: reuse implementation for NMVpnPluginOld's util functionsThomas Haller2017-11-221-120/+3
* all: use nm_str_hash() instead of g_str_hash()Thomas Haller2017-11-166-8/+8
* all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2017-11-161-1/+1
* all: don't use g_direct_equal() for hash table equality functionThomas Haller2017-11-161-1/+1
* libnm-core: add explicit team properties to NMSettingTeamPortFrancesco Giudici2017-11-091-0/+5
* libnm-core: add explicit team properties to NMSettingTeamFrancesco Giudici2017-11-091-0/+18
* libnm: add checkpoint supportBeniamino Galvani2017-11-098-0/+1005
* libnm: don't invert order in array propertiesBeniamino Galvani2017-11-091-1/+1
* libnm: register empty NMClient and NetworkManager when loading libnm with GIRLubomir Rintel2017-11-064-0/+108
* all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller2017-11-021-0/+1
* libnm/client: proxy *_enabled and metered properties to the right objectLubomir Rintel2017-11-021-4/+4
* libnm: add nm_connection_get_settings()Thomas Haller2017-10-301-0/+1
* clients: add support for ovs-bridge settingLubomir Rintel2017-10-301-0/+1
* clients: add support for ovs-port settingLubomir Rintel2017-10-301-0/+1
* clients: add support for ovs-interface settingLubomir Rintel2017-10-301-0/+1
* clients: add support for ovs-patch settingLubomir Rintel2017-10-301-0/+1
* libnm: add support for ovs-bridge devicesLubomir Rintel2017-10-306-0/+147
* libnm: add support for ovs-port devicesLubomir Rintel2017-10-306-0/+146
* libnm: add support for ovs-interface devicesLubomir Rintel2017-10-306-30/+177
* introspection: add o.fd.NM.Device.OvsBridge interfaceLubomir Rintel2017-10-301-0/+3
* introspection: add o.fd.NM.Device.OvsPort interfaceLubomir Rintel2017-10-301-0/+3
* introspection: add o.fd.NM.Device.OvsInterface interfaceLubomir Rintel2017-10-301-0/+3
* libnm-core: add ovs-bridge settingLubomir Rintel2017-10-301-0/+6
* libnm-core: add ovs-port settingLubomir Rintel2017-10-301-0/+8
* libnm-core: add ovs-interface settingLubomir Rintel2017-10-301-0/+3
* libnm-core: add ovs-patch settingLubomir Rintel2017-10-301-0/+3
* generate-setting-docs: error out on missing documentationLubomir Rintel2017-10-301-0/+3
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-091-2/+1
* libnm: add NMActivationStateFlagsThomas Haller2017-10-053-0/+44
* libnm: update property in the manager after connectivity checkBeniamino Galvani2017-10-031-3/+17
* libnm: add nm_ip_route_equal_full() functionThomas Haller2017-09-271-0/+1
* libnm,cli: add IP setting "route-table-sync"Thomas Haller2017-09-261-0/+2
* {vpn,remote}-connection: disconnect signal handlers when disposedIain Lane2017-09-222-5/+5
* manager: Disconnect from signals on the proxy when we're disposedIain Lane2017-09-221-2/+2
* libnm/generate-plugin-docs: ignore files without a setting nameBeniamino Galvani2017-09-051-3/+5
* libnm: disconnect signal handlers from old object-managerBeniamino Galvani2017-09-051-0/+1
* libnm/build: un-export wrong symbols for nm-manager.hThomas Haller2017-08-211-3/+0
* libnm/connectivity: fix exporting new connectivity ABI in linker version scriptThomas Haller2017-08-171-0/+6
* libnm: add gtk-doc Since markers for new API and missing enum documentationThomas Haller2017-08-173-0/+22
* client: expose connectivity-check-{available,enabled} propertiesJames Henstridge2017-08-174-1/+168
* device: add NMDevicePPPBeniamino Galvani2017-08-056-0/+83