summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lr/ap'Lubomir Rintel2014-10-312-1/+5
|\
| * ifcfg-rh: add support for MODE=Aplr/apJiří Klimeš2014-10-232-1/+5
* | Merge branch 'lr/rpm-make-check'Lubomir Rintel2014-10-303-6/+6
|\ \
| * | build: Don't conditionally omit files from distributionLubomir Rintel2014-10-203-6/+6
* | | settings: check file permissions when loading settings pluginsThomas Haller2014-10-291-8/+26
* | | settings: accept missing settings pluginsThomas Haller2014-10-291-12/+22
* | | build: add configure option for ibft pluginThomas Haller2014-10-291-1/+5
* | | build: fix -Wstrict-prototypes warningsThomas Haller2014-10-296-21/+21
* | | libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-289-65/+17
* | | libnm-core: make _get_mac_address_blacklist() methods return arraysDan Winship2014-10-281-26/+12
* | | settings: pass valid error code to g_set_error() in load_plugins()Thomas Haller2014-10-271-3/+3
* | | ibft: fix uninitialized variableDan Williams2014-10-231-1/+1
| |/ |/|
* | libnm-core, settings: move NMAgentManagerError to nm-errorsDan Winship2014-10-222-30/+5
* | settings: drop plugin-specific error domainsDan Winship2014-10-2238-558/+271
* | libnm-core, settings: move NMSettingsError to nm-errorsDan Winship2014-10-228-108/+16
* | libnm-core, core: register NMConnectionError with D-BusDan Winship2014-10-221-3/+3
* | libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-17/+0
* | libnm-core: drop nm_setting_lookup_type_by_quark()Dan Winship2014-10-223-11/+6
* | settings: pass valid error domain to g_set_error() in load_plugins()Thomas Haller2014-10-211-3/+3
|/
* keyfile: fix handling of enum/flags properties after fcfb4b40 (bgo #738585)Dan Williams2014-10-168-2/+232
* core: log connection change with nm_utils_log_connection_diff()Thomas Haller2014-10-122-0/+4
* libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2014-10-124-19/+32
* core: ensure properly comparing boolean values in connection_sort()Thomas Haller2014-10-121-5/+5
* ifcfg-rh: add support for NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITYThomas Haller2014-10-124-1/+17
* ifcfg-rh: add svGetValueInt64() utility functionThomas Haller2014-10-122-0/+39
* ifcfg-rh: fix build on 32-bitDan Williams2014-10-091-2/+2
* ifcfg-rh: read and write WiFi bands with BAND keywordDan Williams2014-10-087-5/+211
* ifnet: fix parsing dhcp configurationThomas Haller2014-10-081-39/+61
* libnm-core: make NMSettingSerial:parity an enumDan Winship2014-10-035-1/+73
* core: fix assertion when comparing missing hwaddr while searching connection ...Thomas Haller2014-09-301-1/+2
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-294-42/+49
* auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller2014-09-293-4/+4
* core: add ClearSecrets() D-Bus callJiří Klimeš2014-09-261-6/+70
* settings: do not clear secrets on Update() without any secrets (bgo #728920)Jiří Klimeš2014-09-261-7/+63
* ifcfg-rh: fix handling VLAN connections as bond/bridge slaves (bgo #737377)Jiří Klimeš2014-09-262-17/+5
* core: add "nm-generated-assumed" flag to NMSettingsConnectionThomas Haller2014-09-242-2/+25
* settings: implement 'unsaved' and 'nm-generated' as #NMSettingsConnectionFlagsThomas Haller2014-09-242-42/+24
* settings: add NMSettingsConnection:flagsThomas Haller2014-09-242-2/+93
* ifcfg-rh: fix typo in function name and enhance testcaseJiří Klimeš2014-09-193-11/+14
* libnm: port to GDBusDan Winship2014-09-184-13/+12
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-184-26/+65
* libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship2014-09-171-25/+22
* settings: create default wired connection from NMDeviceEthernetDan Williams2014-09-115-292/+3
* ifcfg-rh: fix reading HWADDR_BLACKLISTJiří Klimeš2014-09-104-23/+84
* libnm-core: change DCB DBUS_TYPE_G_UINT_ARRAY properties to G_TYPE_ARRAYDan Winship2014-09-042-2/+2
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-047-311/+344
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-042-2/+2
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-0412-385/+195
* libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-043-4/+3
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-047-136/+86