summaryrefslogtreecommitdiff
path: root/libnm-core
AgeCommit message (Expand)AuthorFilesLines
2014-11-06vpn: allow plugins to indicate 'can-persist' capabilityDan Williams1-0/+5
2014-11-06libnm/libnm-util: add VPN 'persistent' propertyDan Williams2-0/+42
2014-11-06libnm: cancel NMRemoteSettings/NMManager property reload when NM quitsDan Williams1-0/+6
2014-10-29libnm-core, libnm: introspection annotation fixesDan Winship1-2/+2
2014-10-29build: fix -Wstrict-prototypes warningsThomas Haller1-3/+3
2014-10-28libnm-core: make nm_setting_verify() take an NMConnectionDan Winship32-235/+215
2014-10-28libnm-core: add nm-core-types.h, remove cross-includesDan Winship45-134/+183
2014-10-28libnm-core: #include all nm-core headers from nm-core-internal.hDan Winship1-4/+33
2014-10-28libnm-core: canonicalize hardware addresses in settingsDan Winship8-33/+73
2014-10-28libnm-core: add nm_utils_hwaddr_canonical()Dan Winship3-11/+75
2014-10-28libnm-core: make _get_mac_address_blacklist() methods return arraysDan Winship4-66/+101
2014-10-28libnm-core: fix trivial bug in NMVpnPluginError quarkDan Winship1-1/+1
2014-10-27core: don't use libnm-core private header outside of libnm-core/Thomas Haller2-3/+3
2014-10-23libnm-core: do not leak GValue in _nm_setting_new_from_dbus()Jiří Klimeš1-0/+1
2014-10-23libnm-core: do not leak the path in connectionsJiří Klimeš1-0/+1
2014-10-22libnm-core, libnm: move NMVpnPluginError to nm-errorsDan Winship2-0/+52
2014-10-22libnm-core, libnm, settings: move NMSecretAgentError to nm-errorsDan Winship2-0/+38
2014-10-22libnm-core, settings: move NMAgentManagerError to nm-errorsDan Winship2-0/+36
2014-10-22libnm-core, settings: move NMSettingsError to nm-errorsDan Winship2-0/+35
2014-10-22libnm-core, core: merge NMLoggingError into NMManagerErrorDan Winship1-0/+4
2014-10-22libnm-core, core: move NMManagerError to nm-errorsDan Winship2-0/+44
2014-10-22devices: drop device-type-specific error domainsDan Winship1-0/+9
2014-10-22libnm-core, libnm, devices: merge client and daemon NMDeviceErrorDan Winship2-0/+31
2014-10-22libnm-core, core: register NMConnectionError with D-BusDan Winship4-1/+43
2014-10-22libnm-core: add nm-errors.[ch]Dan Winship9-85/+126
2014-10-22libnm-core: fix up/simplify NMCryptoErrorDan Winship4-101/+84
2014-10-22libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship58-1428/+489
2014-10-22libnm-core: clean up NMConnectionErrorDan Winship9-86/+69
2014-10-22libnm-core: drop nm_setting_lookup_type_by_quark()Dan Winship3-38/+3
2014-10-12libnm-util: add _nm_setting_get_property() functionThomas Haller2-0/+23
2014-10-12libnm: add function _nm_setting_get_setting_priority()Thomas Haller2-2/+15
2014-10-12libnm-util: let nm_setting_diff() be symetric not to return properties that a...Thomas Haller2-11/+72
2014-10-12libnm: hide API for generic handling of secretsThomas Haller4-27/+11
2014-10-12libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2-10/+32
2014-10-12libnm: add NMSettingConnection:autoconnect-priority settingThomas Haller3-0/+50
2014-10-12libnm: make @copy_func argument in _nm_utils_copy_strdict() optionalThomas Haller1-1/+1
2014-10-03libnm-core: make NMSettingSerial:parity an enumDan Winship3-14/+97
2014-10-03libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship14-159/+275
2014-10-02libnm: add bonding option "lacp_rate" to NMSettingBondThomas Haller2-0/+17
2014-09-27libnm-core: add nm_utils_wifi_strength_bars(), use it in nmcli and nmtuiDan Winship2-0/+62
2014-09-22libnm-core: fix crash in update-secrets when trying to clear all settings wit...Thomas Haller2-3/+3
2014-09-19libnm-core: don't return with a value in function returning voidJiří Klimeš1-1/+1
2014-09-18libnm: port to GDBusDan Winship5-641/+1
2014-09-18libnm-core: update tests to be fully variant-basedDan Winship3-38/+23
2014-09-18libnm-core: change connection hash tables to variants in APIDan Winship36-2054/+1101
2014-09-18libnm-core: add GVariant-based versions of IP structure-manipulating utilitiesDan Winship2-0/+522
2014-09-18libnm-core: fix crash while converting permissions to listJiří Klimeš1-0/+3
2014-09-17libnm-core: fix nm_connection_replace_settings()Dan Winship1-1/+1
2014-09-17libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship4-96/+89
2014-09-17libnm-core: drop the ability to verify settings from property overridesDan Winship8-111/+54