summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: merge branch 'th/nm-config-intern-bgo750558' (early part)th/nm-1-0Thomas Haller2015-07-0336-397/+1333
|\
| * config: only handle 'option+' and 'option-' keys for known settingsThomas Haller2015-07-036-31/+134
| * core: add nm_match_spec_join() functionThomas Haller2015-07-033-1/+95
| * libnm: add @deep_copy argument to _nm_utils_strv_to_slist() and _nm_utils_sli...Thomas Haller2015-07-036-24/+34
| * libnm: expose strv utils function in internal header nm-core-internal.hThomas Haller2015-07-032-6/+6
| * config/trivial: add code commentThomas Haller2015-07-031-0/+7
| * config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller2015-07-035-25/+70
| * config: strip white space from configuration valuesThomas Haller2015-07-032-5/+5
| * utils: strip whitespace for device spec in nm_match_spec_split()Thomas Haller2015-07-032-10/+54
| * config: add config utility accessorsThomas Haller2015-07-032-0/+56
| * config: ensure nm_config_get_plugins() to return stripped valuesThomas Haller2015-07-032-7/+4
| * config: fix usage of g_key_file_get_value() vs. g_key_file_get_string()Thomas Haller2015-07-034-29/+37
| * config: log configuration at startup and on reloadThomas Haller2015-07-035-0/+95
| * config: add defines for keyfile groups to "nm-config.h"Thomas Haller2015-07-037-37/+47
| * config: use nm_config_data_get_value_boolean()Thomas Haller2015-07-032-30/+12
| * config: add nm_config_data_get_value_boolean()Thomas Haller2015-07-032-0/+15
| * config: add nm_config_parse_boolean() functionThomas Haller2015-07-032-29/+46
| * config: add macros NM_CONFIG_GET_DATA and NM_CONFIG_GET_DATA_ORIGThomas Haller2015-07-035-8/+12
| * config: get rid of @error argument to nm_config_data_get_value()Thomas Haller2015-07-035-37/+25
| * libnm: consider ordering for _nm_keyfile_equals()Thomas Haller2015-07-034-7/+63
| * libnm-keyfile/test: fix missing assertion in testThomas Haller2015-07-031-2/+2
| * libnm/keyfile: fix compile warning about uninitialized variableThomas Haller2015-07-031-1/+1
| * libnm: add keyfile utility functionsThomas Haller2015-07-034-64/+88
| * config: reload also no-auto-default stateThomas Haller2015-07-031-1/+4
| * config: fix evaluation of no-auto-default settingThomas Haller2015-07-033-82/+97
| * config: refactor processing of 'option+' and 'option-' config settingsThomas Haller2015-07-036-23/+87
| * config: add nm_config_keyfile_set_string_list() utils functionThomas Haller2015-07-032-0/+38
| * config: add NM_CONFIG_KEYFILE_LIST_SEPARATOR defineThomas Haller2015-07-032-1/+3
| * config/trivial: rename defines for default settingsThomas Haller2015-07-031-17/+17
| * config: change examples for command line arguments to system defaultThomas Haller2015-07-034-14/+13
| * test: add nmtst_assert_success() utilThomas Haller2015-07-031-0/+8
| * macros: add nm_strstrip() utilThomas Haller2015-07-031-0/+9
| * libnm: add _nm_utils_strv_cleanup() functionThomas Haller2015-07-032-0/+35
| * glib-compat: backport g_key_file_save_to_file()Thomas Haller2015-07-031-0/+37
| * config: fix order of processing [connection] sections in NMConfigThomas Haller2015-07-037-42/+211
| * libnm-keyfile: ensure g_key_file_get_groups() sets the length argumentThomas Haller2015-07-031-0/+2
|/
* config: backport refactoring to no_auto_default_merge_from_file()Thomas Haller2015-07-031-10/+10
* config: add configure and quit command line optionLubomir Rintel2015-07-031-0/+7
* core: merge branch 'th/keyfile-owner-check-bgo701112'Thomas Haller2015-07-036-5/+97
|\
| * core: replace g_test_initialized() by nm_utils_get_testing()Thomas Haller2015-07-031-1/+2
| * keyfile: readd owner check of files (bgo #701112)Thomas Haller2015-07-033-4/+15
| * core/tests: add nm_utils_get_testing() functionThomas Haller2015-07-033-0/+80
|/
* build: use compat version of g_clear_pointer()Lubomir Rintel2015-07-031-0/+2
* keyfile/test: refactor and cleanup _keyfile_convert()Thomas Haller2015-07-031-58/+113
* fix typo and do not translate an empty stringYuri Chornoivan2015-07-031-1/+1
* libnm/keyfile: fix format string for unsigned integerThomas Haller2015-07-031-1/+1
* keyfile: merge branch 'th/libnm-keyfile-bgo744699'Thomas Haller2015-07-0335-2396/+4098
|\
| * test: add nmtst_create_connection_from_keyfile()Thomas Haller2015-07-032-0/+37
| * keyfile: support writing certificates as blob inside the keyfileThomas Haller2015-07-0313-98/+992
| * libnm: add define for cert scheme prefix file:// for NMSetting8021xThomas Haller2015-07-036-30/+27