summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting.c
Commit message (Expand)AuthorAgeFilesLines
* libnm-util: return empty hash, not NULL in nm_setting_to_hash() (bgo #740681)Jiří Klimeš2014-11-251-6/+0
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-util: add _nm_setting_get_property() functionThomas Haller2014-10-121-0/+21
* libnm: add function _nm_setting_get_setting_priority()Thomas Haller2014-10-121-2/+13
* libnm-util: let nm_setting_diff() be symetric not to return properties that a...Thomas Haller2014-10-121-10/+49
* libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2014-10-121-6/+26
* libnm-core, libnm-util: remove some useless code in nm-settings.cDan Winship2014-09-041-20/+2
* libnm-core: fix NMSettingConnection:verify() not to modify interface-nameThomas Haller2014-08-221-1/+1
* libnm-util: don't warn about unrecognized propertiesDan Winship2014-08-081-2/+4
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-14/+13
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-5/+2
* libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller2014-06-301-0/+82
* libnm-util: add function nm_connection_normalizeThomas Haller2014-06-301-3/+14
* libnm-util: remove NMSetting* GParamSpec docsDan Winship2014-06-191-8/+4
* libnm-util: various NMSetting* property doc fixes/improvementsDan Winship2014-06-191-1/+1
* libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship2014-06-191-4/+4
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-271-0/+2
* libnm-util: add nm_utils_check_virtual_device_compatibility()Dan Winship2014-03-061-10/+16
* docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš2014-02-241-4/+4
* libnm-util: raise CHANGED signal in nm_connection_update_secrets only on changeThomas Haller2014-01-151-20/+45
* libnm-util: raise CHANGED signal in nm_connection_clear_secrets only on changeThomas Haller2014-01-151-15/+47
* libnm-util: refactor NMSetting name and register_settingsThomas Haller2013-12-121-60/+81
* libnm-util: bugfix wrong diff result in nm_connection_diffThomas Haller2013-12-091-7/+9
* libnm-util: call virtual compare_property in nm_connection_diffThomas Haller2013-12-051-10/+7
* libnm-util: add INFERRABLE flag and remove CANDIDATEDan Williams2013-12-051-0/+6
* libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams2013-12-021-16/+11
* Revert "libnm-util: refactor NMSetting construction, assert of setting name"Jiří Klimeš2013-11-281-3/+27
* libnm-util: refactor NMSetting construction, assert of setting nameThomas Haller2013-11-271-27/+3
* doc: fix description of nm_setting_set_secret_flags()Jiří Klimeš2013-11-181-1/+1
* libnm-util: centralize find_setting_by_name codeDan Winship2013-10-241-0/+22
* libnm-util: fix hashing of secrets broken by 4d326182Dan Williams2013-05-201-5/+1
* libnm-util: correct documentation for nm_setting_update_secrets()Dan Williams2013-05-041-2/+2
* libnm-util: handle "empty" connection-type settings correctlyDan Winship2013-05-031-2/+2
* libnm-util: move setting priority functions to nm-setting.cDan Winship2013-05-031-0/+161
* Use %NULL macro in doc stringsMartin Pitt2013-04-191-1/+1
* libnm-util: Fix transfer annotations of nm_{connection,setting}_need_secrets()Martin Pitt2013-04-191-4/+4
* libnm-util: convert nm_setting_new_from_hash() to GHashTableIterDan Williams2013-04-011-45/+37
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-251-8/+8
* all: remove redundant return-if-fail checksDan Winship2013-03-071-5/+0
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-21/+0
* libnm-util: fix some introspection annotationsDan Williams2011-12-221-1/+2
* bonding: add nm_connection_get_virtual_iface_name() to abstract kernel interf...Thomas Graf2011-12-081-0/+20
* libnm-util: add some more introspection annotations to silence warningsDan Winship2011-10-141-4/+4
* settings: preserve agent secrets the right wayDan Williams2011-08-161-0/+55
* libnm-util: add new compare flags for ignoring various types of secretsDan Williams2011-06-071-34/+87
* libnm-util: fix some GObject Introspection annotationsDan Williams2011-05-101-12/+13
* libnm-util: simplify nm_setting_update_secrets()Dan Williams2011-02-231-2/+2
* libnm-util: remove nm_warning/nm_info/nm_error macrosDan Williams2011-02-231-4/+4
* libnm-util: add nm_connection_diff()Dan Williams2011-02-221-13/+137