summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* device: avoid assertion in nm_device_get_supplicant_timeout() for Wi-Fi conne...Thomas Haller2017-02-211-5/+5
* ifcfg: drop strlen() call from svEscape()Thomas Haller2017-02-211-6/+4
* ifcfg: some refactoring of reader using vGetValueStr()/vGetValue_cp()Thomas Haller2017-02-212-18/+11
* ifcfg: complete shvar API with svGetValue_cp() and svGetValueStr()Thomas Haller2017-02-212-8/+65
* ifcfg/trivial: rename svGetValueString() to svGetValueStr_cp()Thomas Haller2017-02-215-393/+393
* ifcfg: set error for failure reading unrecognized connection in connection_fr...Thomas Haller2017-02-211-2/+4
* ifcfg: don't g_strstrip() value in read_dcb_bool_array()Thomas Haller2017-02-211-3/+0
* ifcfg: return early on error using cleanup attributes in readerThomas Haller2017-02-211-192/+119
* ifcfg: add nm_auto_shvar_file_close cleanup macroThomas Haller2017-02-211-0/+12
* 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-212-0/+11
* 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
* ifcfg: also read DEFROUTE and GATEWAY from alias filesThomas Haller2017-02-204-16/+78
* ifcfg: refactor creation of numered tag lables to use stack allocated bufferThomas Haller2017-02-201-81/+69
* ifcfg-rh: support 802-1x.phase1-auth-algBeniamino Galvani2017-02-203-0/+35
* libnm/wifi: rework NMSetting8021xAuthFlags to explicitly disable TLS versionThomas Haller2017-02-201-13/+6
* supplicant: allows disabling select TLS versions on phase 1 authenticationLeorize2017-02-202-1/+20
* device: apply the mtu property of gsm and cdma settingsBeniamino Galvani2017-02-205-0/+44
* device/wifi: fix #if check for more-loggingThomas Haller2017-02-191-1/+1
* 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-172-0/+2
* 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
* ifcfg-rh: reuse file-suffix from NMSetting8021xSchemeVtablelr/pkcs11-pinThomas Haller2017-02-175-29/+22
* keyfile: reuse NMSetting8021xSchemeVtable in NMKeyfileWriteTypeDataCertThomas Haller2017-02-171-11/+11
* 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-171-106/+62
* 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
* supplicant: set PIN for objects on PKCS#11 tokensLubomir Rintel2017-02-171-12/+84
* ifcfg-rh: add support for certificate passwordsLubomir Rintel2017-02-172-23/+62
* ifcfg-rh: support the pkcs11 scheme for certs/keysLubomir Rintel2017-02-172-56/+60
* settings: make "ready"/"flags" property read-onlyThomas Haller2017-02-171-8/+4
* core: use define for atomic-section-prefix setting for NMConfigThomas Haller2017-02-173-4/+10
* ifcfg: ensure ipv4.method is not "disabled" when reading IP addresses from al...Thomas Haller2017-02-161-0/+2