summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: support dummy connectionsbg/dummy-bgo777863Beniamino Galvani2017-02-215-1/+20
* core: add support for dummy devicesBeniamino Galvani2017-02-2115-0/+422
* libnm-core: add dummy connection settingBeniamino Galvani2017-02-219-0/+154
* merge: branch 'bg/802-1x-auth-timeout-bgo723084'Beniamino Galvani2017-02-2112-36/+162
|\
| * settings: log changes to NMSettingsConnection's autoconnect_retriesThomas Haller2017-02-211-2/+5
| * device: honor the connection.autoconnect-retries for 802.1XBeniamino Galvani2017-02-212-25/+32
| * device: add support for 802-1x.auth-timeoutBeniamino Galvani2017-02-215-7/+46
| * ifcfg-rh: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-213-0/+18
| * cli: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-211-1/+12
| * libnm-core: add auth-timeout property to the 802.1x settingBeniamino Galvani2017-02-213-1/+49
|/
* ifcfg: don't check for empty string after svGetValueString()Thomas Haller2017-02-211-41/+35
* ifcfg: stack-allocate tag for DNS value lookupThomas Haller2017-02-211-12/+7
* ifcfg: return binary address from read_ip4_address()Thomas Haller2017-02-211-78/+79
* build: fix type on Makefile.amThomas Haller2017-02-211-1/+1
* ifcfg: also read DEFROUTE and GATEWAY from alias filesThomas Haller2017-02-205-16/+80
* ifcfg: refactor creation of numered tag lables to use stack allocated bufferThomas Haller2017-02-201-81/+69
* 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