summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: add configuration flag to choose slaves activation orderbg/slaves-order-conf-rh1452585Beniamino Galvani2017-05-197-20/+52
* all: merge branch 'th/sanitize-non-utf8-rh1443114'Thomas Haller2017-05-197-140/+449
|\
| * libnm: UTF-8 sanitize strings from UDev in NMDeviceThomas Haller2017-05-191-121/+152
| * device: sanitze UTF-8 values for D-BusThomas Haller2017-05-192-8/+38
| * shared: add nm_utils_str_utf8safe_*() API to sanitize UTF-8 stringsThomas Haller2017-05-193-0/+249
| * device: make UDI property construct-onlyThomas Haller2017-05-191-6/+3
| * device: fix setting device's UDI propertyThomas Haller2017-05-191-2/+2
| * libnm: don't cunescape \x00 encoding in nm_udev_utils_property_decode()Thomas Haller2017-05-191-3/+4
| * libnm: fix unterminated NUL string when parsing UDev propertiesThomas Haller2017-05-191-0/+1
|/
* build: enable -Wlogical-op and -Wshift-negative-value compiler warningThomas Haller2017-05-181-0/+2
* wifi: fix check for PSK for new WPS credentialsThomas Haller2017-05-181-1/+1
* contrib/rpm: drop explicit dependency on libnl3 packageThomas Haller2017-05-181-1/+0
* 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
* merge: cli pagerThomas Haller2017-05-156-100/+288
|\
| * cli: allow the GNU option formatlr/nmcli-improvementsLubomir Rintel2017-05-151-87/+126
| * cli: spawn a pager when running on a terminalLubomir Rintel2017-05-155-8/+132
| * cli: shorten setting names to aliases in "nmcli c show" connection listLubomir Rintel2017-05-151-6/+31
* | device: merge branch 'th/device-carrier-wait-rh1450444'Thomas Haller2017-05-153-60/+80
|\ \
| * | 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-153-4/+4
* | cli: fix use-after-free in _get_fcn_gobject_enum()Thomas Haller2017-05-151-1/+1
|/
* merge: branch 'lr/wps2'Lubomir Rintel2017-05-1515-23/+525
|\
| * dbus/secret-agent: add a flag indicating WPS PBC is activeLubomir Rintel2017-05-151-0/+4
| * cli: add support for the WPS propertyLubomir Rintel2017-05-151-1/+8
| * ifcfg-rh: save/restore WPS propertiesLubomir Rintel2017-05-153-1/+27
| * 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
| * setting-wireless: add wps-method propertyLubomir Rintel2017-05-154-2/+97
| * dbus: add WPS methods to AP flagsLubomir Rintel2017-05-151-1/+7
| * ifcfg-rh: don't skip 802-11-security if there's no WPA-PSKLubomir Rintel2017-05-151-2/+5
|/
* contrib: update fedora's REQUIRED_PACKAGES listThomas Haller2017-05-151-25/+26
* 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
* core: merge branch 'th/async-bgo781643'Thomas Haller2017-05-1220-1212/+1996
|\
| * 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