summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* settings: log changes to NMSettingsConnection's autoconnect_retriesbg/802-1x-auth-timeoutThomas Haller2017-02-201-2/+5
* device: honor the connection.autoconnect-retries for 802.1XBeniamino Galvani2017-02-202-25/+32
* device: add support for 802-1x.auth-timeoutBeniamino Galvani2017-02-205-7/+46
* ifcfg-rh: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-203-0/+18
* cli: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-201-1/+12
* libnm-core: add auth-timeout property to the 802.1x settingBeniamino Galvani2017-02-203-1/+49
* tui: generate names for bonds, teams and bridgesLubomir Rintel2017-02-201-1/+39
* merge branch 'th/8021x-auth-flags-tls-disable-bgo765059'Thomas Haller2017-02-2013-113/+406
|\
| * ifcfg-rh: support 802-1x.phase1-auth-algBeniamino Galvani2017-02-204-0/+43
| * cli: support 802-1x.phase1-auth-flagsBeniamino Galvani2017-02-201-50/+112
| * libnm/wifi: rework NMSetting8021xAuthFlags to explicitly disable TLS versionThomas Haller2017-02-203-39/+25
| * supplicant: allows disabling select TLS versions on phase 1 authenticationLeorize2017-02-202-1/+20
| * libnm-core/8021x: add phase1-auth-flags configuration itemsLeorize2017-02-203-0/+87
| * utils: support unknown numeric values in nm_utils_enum_to_str() and nm_utils_...Thomas Haller2017-02-203-48/+133
| * libnm-core: add _nm_utils_enum_to_str_full()Beniamino Galvani2017-02-202-16/+27
| * libnm-core: add missing transfer annotation for nm_utils_enum_to_str()Beniamino Galvani2017-02-201-1/+1
|/
* merge: branch 'bg/wwan-mtu-rh1388613'Beniamino Galvani2017-02-2011-2/+160
|\
| * cli: support the cdma.mtu propertyBeniamino Galvani2017-02-201-1/+12
| * cli: support the gsm.mtu propertyBeniamino Galvani2017-02-201-1/+12
| * device: apply the mtu property of gsm and cdma settingsBeniamino Galvani2017-02-205-0/+44
| * libnm-core: add mtu property to cdma settingBeniamino Galvani2017-02-203-0/+47
| * libnm-core: add mtu property to gsm settingBeniamino Galvani2017-02-203-0/+45
|/
* device/wifi: fix #if check for more-loggingThomas Haller2017-02-191-1/+1
* libnm: disconnect signal from D-Bus proxies on disposeBeniamino Galvani2017-02-182-1/+17
* device/wifi: silence some logging for AP changesThomas Haller2017-02-171-12/+16
* shared: move NMSetting8021xSchemeVtable to "shared/nm-setting-metadata.h"Thomas Haller2017-02-177-105/+113
* all: add new "shared/nm-setting-metadata.h" fileThomas Haller2017-02-173-0/+56
* device/wifi: merge branch 'th/device-wifi-wait-for-scan-bgo770938'Thomas Haller2017-02-1712-613/+720
|\
| * device/wifi: block autoconnect while scanning is in progressth/device-wifi-wait-for-scan-bgo770938Thomas Haller2017-02-171-1/+16
| * device: add get_autoconnect_allowed() virtual functionThomas Haller2017-02-172-1/+15
| * device: separately handle NMDevice's autoconnect by user and internal decisionThomas Haller2017-02-175-20/+44
| * wifi: also show the NM D-Bus path for the Wi-Fi AP in nm_wifi_ap_to_string()Thomas Haller2017-02-171-3/+11
| * wifi: only react on AP update signal when there are actual changesThomas Haller2017-02-173-67/+109
| * supplicant: delay SCAN_DONE signal until all BSS are initializedThomas Haller2017-02-171-55/+113
| * wifi: check for invalid BSSID in nm_wifi_ap_update_from_properties()Thomas Haller2017-02-171-22/+22
| * supplicant: merge NEW_BSS signal with BSS_UPDATEDThomas Haller2017-02-173-94/+49
| * supplicant: cleanup network when cancelling "AddNetwork" requestThomas Haller2017-02-171-6/+52
| * supplicant: remove unused return value from nm_supplicant_interface_request_s...Thomas Haller2017-02-173-19/+10
| * supplicant: use nm_clear_g_cancellable() helperThomas Haller2017-02-171-14/+4
| * supplicant/trivial: move code aroundThomas Haller2017-02-171-55/+59
| * supplicant: rework nm_supplicant_interface_set_config() to invoke result call...Thomas Haller2017-02-175-276/+236
|/
* merge: branch 'lr/pkcs11-pin'Lubomir Rintel2017-02-1715-506/+1070
|\
| * ifcfg-rh: reuse file-suffix from NMSetting8021xSchemeVtablelr/pkcs11-pinThomas Haller2017-02-177-36/+29
| * keyfile: reuse NMSetting8021xSchemeVtable in NMKeyfileWriteTypeDataCertThomas Haller2017-02-173-35/+22
| * ifnet: merge ObjectType with NMSetting8021xSchemeVtable in ifnet parserThomas Haller2017-02-171-106/+50
| * ifcfg-rh: merge ObjectType with NMSetting8021xSchemeVtable in ifcfg-rh writerThomas Haller2017-02-173-106/+76
| * ifcfg-rh: refactor duplicate ObjectType instance to handle PKCS#12 typesThomas Haller2017-02-171-39/+22
| * ifcfg-rh: refactor ObjectType structs to make it more similar to NMSetting802...Thomas Haller2017-02-171-81/+81
| * libnm-core: add and use internal struct NMSetting8021xSchemeVtable in keyfileThomas Haller2017-02-173-67/+100
| * core/8021x: request secrets for keys and certificates PKCS#11 tokensLubomir Rintel2017-02-171-16/+38