summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* device: when setting back a device to managed, update internal sys statefg/sys-iface-remove-updateFrancesco Giudici2017-05-262-2/+9
* device: add the internal interface state to the state change log messageFrancesco Giudici2017-05-251-4/+7
* core: add configuration flag to choose slaves activation orderBeniamino Galvani2017-05-246-20/+39
* core: don't enable setrlimit(RLIMIT_CORE) when running with address sanitizerThomas Haller2017-05-241-0/+3
* device: release removed devices from master on cleanupBeniamino Galvani2017-05-241-5/+5
* bluetooth: unhook adapter properties callback when the adapter vanishesLubomir Rintel2017-05-231-1/+5
* device: capture the IP6 configuration on the IP interfaceLubomir Rintel2017-05-221-1/+1
* device: fix capture of device config in ipX_config_merge_and_apply()Beniamino Galvani2017-05-211-2/+2
* wifi: reject WPS PSK secret with non-UTF-8 characters (part 2)Thomas Haller2017-05-201-1/+1
* wifi: properly handle floating GVariant in supplicant_iface_wps_credentials_cb()Thomas Haller2017-05-191-0/+1
* wifi: reject WPS PSK secret with non-UTF-8 charactersThomas Haller2017-05-191-6/+10
* ifcfg-rh: omit empty next hop for routes in legacy formatBeniamino Galvani2017-05-191-41/+36
* device: remove useless check and varFrancesco Giudici2017-05-191-5/+1
* device: sanitze UTF-8 values for D-BusThomas Haller2017-05-191-8/+23
* device: make UDI property construct-onlyThomas Haller2017-05-191-6/+3
* device: fix setting device's UDI propertyThomas Haller2017-05-191-2/+2
* wifi: fix check for PSK for new WPS credentialsThomas Haller2017-05-181-1/+1
* device: fix crash in ip6_config_merge_and_apply()Beniamino Galvani2017-05-171-1/+2
* device: update external configuration before commitBeniamino Galvani2017-05-161-2/+19
* dhcp: don't add route to DHCP4 serverBeniamino Galvani2017-05-161-37/+0
* device: fix delaying startup complete waiting for carrierThomas Haller2017-05-151-18/+29
* device: cleanup nm_device_set_carrier_from_platform()Thomas Haller2017-05-151-16/+16
* device: rename and minor refactoring of check_carrier()Thomas Haller2017-05-151-11/+12
* device: downgrade logging messages about (non) pending actionThomas Haller2017-05-151-2/+2
* device: minor cleanup of carrier_disconnected_action_cancel()Thomas Haller2017-05-151-6/+4
* device/trivial: rename functions related to "carrier"Thomas Haller2017-05-151-5/+9
* device: don't call virtual function carrier_changed() directlyThomas Haller2017-05-153-10/+16
* all/trivial: fix few comment typosFrancesco Giudici2017-05-152-3/+3
* ifcfg-rh: save/restore WPS propertiesLubomir Rintel2017-05-152-0/+18
* wifi: attempt a WPS enroll when secrets are missingLubomir Rintel2017-05-151-7/+144
* settings-connection: all method to internally supply new secretsLubomir Rintel2017-05-152-0/+31
* wifi/ap: maintain the WPS flagsLubomir Rintel2017-05-152-2/+14
* wifi/ap: add flags accessorLubomir Rintel2017-05-152-0/+9
* supplicant-interface: add support for WPS enrollmentLubomir Rintel2017-05-152-8/+180
* ifcfg-rh: don't skip 802-11-security if there's no WPA-PSKLubomir Rintel2017-05-151-2/+5
* device: simplify check for ready slavesThomas Haller2017-05-142-41/+9
* device: remove function nm_device_is_enslaved()Thomas Haller2017-05-142-17/+2
* device: remove unused function nm_device_master_get_slave_by_ifindex()Thomas Haller2017-05-132-25/+0
* device: use CList to track SlaveInfoThomas Haller2017-05-131-31/+44
* policy: log policy's orig_hostnameThomas Haller2017-05-122-4/+8
* policy: drop out argument from _get_hostname()Thomas Haller2017-05-121-27/+22
* policy: namespace fields related to DNS reverse lookup for hostnameThomas Haller2017-05-121-24/+26
* policy: add lookup_by_address() function for g_resolver_lookup_by_address_asy...Thomas Haller2017-05-121-10/+15
* hostname: change logging of hostname-modeThomas Haller2017-05-121-1/+11
* hostname: cache hostname-manager's hostname propertyThomas Haller2017-05-126-131/+107
* hostname: split out hostname management from NMSettingsThomas Haller2017-05-126-499/+761
* ofono: clenaup NMModemOfono's disconnect()Thomas Haller2017-05-121-34/+38
* ofono: make asynchrounous operations for context_proxy cancellableThomas Haller2017-05-121-21/+50
* ofono: make asynchrounous operations for modem_proxy cancellableThomas Haller2017-05-121-23/+50
* ofono: take D-Bus proxy for ConnectionManager asynchronouslyThomas Haller2017-05-121-48/+88