summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-macsec.c
Commit message (Expand)AuthorAgeFilesLines
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-4/+4
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-231-7/+10
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-16/+1
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: use NM_DEVICE_CLASS_DECLARE_TYPES() to set connection_type_supported ...Thomas Haller2018-07-241-3/+1
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename NMDeviceClass.connection_type to connection_type_suppo...Thomas Haller2018-07-241-1/+1
* device/trivial: rename parent-class variable in device class constructorThomas Haller2018-07-241-13/+13
* macsec: enable send-sci by default and make the option configurableBeniamino Galvani2018-06-141-0/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* device: return early from handle_auth_or_fail() on failureThomas Haller2018-04-121-5/+4
* device: let macsec connection fail on supplicant timeout if no secrets are re...Thomas Haller2018-04-121-1/+3
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-6/+28
* device: set properties before emitting the change notificationThomas Haller2018-03-121-3/+6
* wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports themBeniamino Galvani2018-01-221-1/+1
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-3/+0
* core: refactor NMActRequestGetSecretsCallId typedef not to be a pointer to st...Thomas Haller2017-11-241-2/+2
* device: move tracking auth_retry to NMDeviceThomas Haller2017-11-021-15/+1
* all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller2017-11-021-4/+4
* device: handle authentication retries using 802-1x.auth-retries settingThomas Haller2017-10-311-9/+18
* settings: add and use nm_settings_connection_autoconnect_retries_try_next()Thomas Haller2017-10-311-5/+1
* device: move resetting autoconnect retries from subtype to NMDeviceThomas Haller2017-10-311-16/+1
* settings/trivial: rename settings-connection's autoconnect functionsThomas Haller2017-10-311-3/+3
* core: cleanup autoconnect retry handlingThomas Haller2017-10-041-1/+0
* manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-201-1/+1
* platform: pass string buffer to nm_platform_error_to_string() and print numer...Thomas Haller2017-08-241-1/+1
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-3/+3
* device: mark uses of device's state-reason with nm_device_state_reason_check()Thomas Haller2017-02-231-1/+1
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-4/+4
* device: honor the connection.autoconnect-retries for 802.1XBeniamino Galvani2017-02-211-12/+16
* device: add support for 802-1x.auth-timeoutBeniamino Galvani2017-02-211-3/+6
* supplicant: rework nm_supplicant_interface_set_config() to invoke result call...Thomas Haller2017-02-171-42/+14
* wifi: introduce enum type NMSupplicantInterfaceState instead of plain intThomas Haller2017-02-141-2/+4
* core: use cached GQuark and g_object_[gs]et_qdata()Thomas Haller2017-02-101-4/+4
* core: support macsec connectionsBeniamino Galvani2017-01-161-2/+646
* core,libnm: introduce NMDeviceMacsecBeniamino Galvani2017-01-161-0/+365