summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! cli: add nmc_property_set_int() functionth/bgo580018_autoconnect_priority-1Jiří Klimeš2014-08-291-20/+0
* fixup! core: prefer connections with higher autoconnect-priorityJiří Klimeš2014-08-291-1/+1
* fixup! cli: support connection.autoconnect-priority propertyJiří Klimeš2014-08-292-9/+12
* fixup! libnm: add NMSettingConnection:autoconnect-priority settingJiří Klimeš2014-08-292-13/+15
* core: prefer connections with higher autoconnect-priorityThomas Haller2014-08-261-0/+27
* core/policy: refactor auto_activate_device() to use a GPtrArrayThomas Haller2014-08-261-5/+13
* core: remove nm_device_get_best_auto_connection()Thomas Haller2014-08-263-54/+10
* core: add nm_device_can_auto_connect() functionThomas Haller2014-08-262-0/+32
* libnm: add _nm_utils_slist_to_ptr_array()Thomas Haller2014-08-262-0/+29
* cli: support connection.autoconnect-priority propertyThomas Haller2014-08-262-23/+35
* cli: add nmc_property_set_int() functionThomas Haller2014-08-261-0/+20
* cli: fix type when setting variadic argument in nmc_property_set_uint()Thomas Haller2014-08-261-1/+1
* libnm: add NMSettingConnection:autoconnect-priority settingThomas Haller2014-08-253-0/+42
* glib-compat: fix compatibility wrapper for g_type_ensure()Thomas Haller2014-08-251-11/+12
* core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller2014-08-2516-31/+39
* po: fix an error in a plural form of a Russian translation (bgo #735186)Jiří Klimeš2014-08-251-1/+1
* cli: simplify do_connections() now that we don't wait for "connection-read"Jiří Klimeš2014-08-221-129/+79
* cli: fix 'nmcli connection' so that it returns correct exit codeJiří Klimeš2014-08-221-12/+2
* libnm-core: fix compile warning about unused-resultDan Winship2014-08-221-1/+1
* Merge branch 'th/bgo696936_normalize_settings'Thomas Haller2014-08-2245-605/+1700
|\
| * libnm-util: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-08-221-13/+19
| * libnm-core: fix NMSettingConnection:verify() not to modify interface-nameThomas Haller2014-08-226-118/+52
| * libnm-core: allow nm_setting_verify() to succeed individually without @all_se...Thomas Haller2014-08-222-1/+18
| * libnm-core: add normalize of MTU for NMSettingInfinibandThomas Haller2014-08-224-2/+86
| * libnm-core: make failure cases for nm_connection_normalize() more robust agai...Thomas Haller2014-08-221-9/+27
| * keyfile/tests: test reading minimal keyfiles that needs normalization of type...Thomas Haller2014-08-228-0/+115
| * tests: refactor tests to use g_test framework (g_test_add_func)Thomas Haller2014-08-222-135/+146
| * core: add compatibility wrapper for g_test_add_data_func_full() to nm-glib-co...Thomas Haller2014-08-221-0/+25
| * keyfile/tests: add keyfile_read_connection_from_file() utility functionThomas Haller2014-08-221-0/+16
| * keyfile: don't add [connection].type base setting which is done by nm_connect...Thomas Haller2014-08-221-21/+0
| * libnm-core: normalize NMSettingConnection:type propertyThomas Haller2014-08-225-13/+437
| * libnm-core: stricter verification of NMSettingConnection:type propertyThomas Haller2014-08-221-18/+29
| * keyfile: remove ensure_slave_setting() when reading connectionThomas Haller2014-08-221-31/+4
| * libnm-core: normalize slave-type and slave-settings of connectionsThomas Haller2014-08-2210-15/+273
| * libnm-core: move validation of NMSettingConnection:type to NMSettingConnectio...Thomas Haller2014-08-222-40/+23
| * libnm-core: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-08-221-10/+17
| * libnm-core: don't set GError on invalid @connection argument in _nm_connectio...Thomas Haller2014-08-221-10/+2
| * libnm-core: add _nm_setting_find_in_list_required() functionThomas Haller2014-08-222-0/+34
| * ifcfg-rh: remove verify() connection during readingThomas Haller2014-08-221-34/+0
| * keyfile: let reader normalize() the connection, not only verify()Thomas Haller2014-08-222-10/+10
| * keyfile/tests: refactor tests to use nmtst_assert_connection_equals() functionThomas Haller2014-08-221-14/+8
| * keyfile: add NMSettingConnection in reader if missingThomas Haller2014-08-221-30/+32
| * nmtst: add assertion functions for verify() connectionThomas Haller2014-08-221-1/+131
| * nmtst: add nmtst_assert_connection_equals() functionThomas Haller2014-08-221-0/+38
| * nmtst: add nmtst_connection_normalize() functionThomas Haller2014-08-221-0/+65
| * all: use _nm_utils_hash_values_to_slist()Thomas Haller2014-08-224-33/+12
| * libnm-core: add _nm_utils_hash_values_to_slist()Thomas Haller2014-08-222-0/+31
| * libnm: move declaration of NM_SETTING_SECRET_FLAGS_ALL to nm-core-internal.hThomas Haller2014-08-224-8/+10
| * libnm-core: declare NM_SETTING_COMPARE_FLAG_INFERRABLE flag in "nm-core-inter...Thomas Haller2014-08-223-8/+10
| * all: add nm-core-internal.h headerThomas Haller2014-08-2215-83/+82
|/