summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: add nm_setting_option_clear_by_name()Thomas Haller2020-05-221-15/+32
* libnm: add nm_setting_option_get_names()Thomas Haller2020-05-221-8/+6
* libnm: add nm_setting_option_get_uint32(), nm_setting_option_set_uint32()Thomas Haller2020-05-221-33/+67
* libnm: add nm_setting_option_set(), nm_setting_option_get_boolean(), nm_setti...Thomas Haller2020-05-221-0/+140
* libnm: add API for setting gendata options to NMSetting (nm_setting_option_ge...Thomas Haller2020-05-221-14/+26
* libnm: rename nm_setting_gendata_*() API to nm_setting_option_*()Thomas Haller2020-05-221-22/+22
* libnm: drop unused internal API _nm_setting_gendata_reset_from_hash() and _nm...Thomas Haller2020-05-221-65/+0
* libnm: drop unused internal function nm_setting_gendata_get_all_values()Thomas Haller2020-05-221-27/+0
* nm-setting: add internal gendata API to clear value(s)Antonio Cardace2020-05-201-0/+42
* nm-setting: add internal gendata API to get/set uint32Antonio Cardace2020-05-201-0/+33
* libnm: add comment and assertions for handling gendata based setting in init_...Thomas Haller2020-05-111-0/+11
* libnm-core,cli: add VRF settingBeniamino Galvani2020-01-141-6/+9
* libnm-core: assert that setting's compare_property() is symetricThomas Haller2019-10-101-1/+13
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* libnm: don't special case "vpn.secrets" property in property_to_dbus()Thomas Haller2019-09-301-8/+3
* libnm: drop unused NM_SETTING_PARAM_GENDATA_BACKED property flagThomas Haller2019-09-301-3/+0
* libnm: copy list of property-infos instead of keeping buffer from GArrayThomas Haller2019-09-301-2/+4
* libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller2019-09-301-1/+1
* libnm: cleanup _properties_override_add*() functionsThomas Haller2019-09-301-5/+3
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-301-3/+26
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-187/+84
* settings: fix updating agent-owned VPN secretsBeniamino Galvani2019-09-241-1/+8
* libnm/test: add unit test with consistency checks about NMSetting type infoThomas Haller2019-09-211-0/+6
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-7/+14
* libnm: add NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED serialization flagThomas Haller2019-06-171-7/+16
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: add init_from_dbus() virtual function to NMSettingThomas Haller2019-05-231-29/+60
* libnm: unify property-to-dbus handling of NMSettingThomas Haller2019-05-011-62/+46
* libnm: rename function pointers of NMSettInfoPropertyThomas Haller2019-05-011-66/+72
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-19/+53
* libnm: cleanup converting properties to GVariantThomas Haller2019-05-011-60/+97
* libnm: cleanup get_property_for_dbus()Thomas Haller2019-05-011-45/+51
* all: goodbye libnm-glibLubomir Rintel2019-04-161-15/+0
* Revert "all: goodbye libnm-glib"Lubomir Rintel2019-04-031-0/+15
* all: goodbye libnm-glibLubomir Rintel2019-03-191-15/+0
* nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)2019-03-071-1/+1
* libnm: add NMWireGuardPeer and libnm support for peersThomas Haller2019-02-221-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* libnm-core: drop unused includes from "nm-setting.c"Thomas Haller2019-02-041-9/+0
* libnm,core: make for-each-secret implementation virtual functions of NMSettingThomas Haller2019-02-041-0/+21
* libnm: rework _nm_setting_aggregate() to delegate to setting classThomas Haller2019-02-041-27/+37
* libnm: extend nm_setting_enumerate_values() to support non-GObject base prope...Thomas Haller2019-02-041-10/+26
* libnm: emit "notify:name" signal when changing gendata property (NMSettingEth...Thomas Haller2019-02-041-3/+8
* libnm: add _nm_setting_emit_property_changed() functionThomas Haller2019-02-041-1/+30
* all: fix misspellingsRafael Fontenelle2019-01-241-3/+3
* libnm: always call clear_secrets() function for all propertiesThomas Haller2019-01-221-46/+41
* libnm: merge _nm_setting_clear_secrets() and *_with_flags()Thomas Haller2019-01-221-51/+21
* libnm: support nm_setting_duplicate() for non-GObject base propertiesThomas Haller2019-01-221-48/+66