summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * 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-127-499/+764
| * 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
| * ofono: take D-Bus proxy for SimManager asynchronouslyThomas Haller2017-05-121-45/+85
| * modem: prettify logging output about available ModemManager/oFonoThomas Haller2017-05-121-7/+22
| * bt: use logging macros in nm-bluez4-manager.cThomas Haller2017-05-121-3/+8
| * bt: use logging macros in nm-bluez4-adapter.cThomas Haller2017-05-121-12/+17
| * bt: create D-Bus proxy for NMBluez4Manager asynchronouslyThomas Haller2017-05-121-45/+93
| * bt: create D-Bus proxy for NMBluez4Adapter asynchronouslyThomas Haller2017-05-121-25/+68
| * bt: track name-owner changes via NMModemManager and create D-Bus proxy asynch...Thomas Haller2017-05-124-38/+198
| * bt: minor refactoring of mm_name_owner_changed() functionThomas Haller2017-05-121-13/+16
| * bt: move initialization of NMDeviceBt to constructed()Thomas Haller2017-05-121-16/+22
| * modem: make NMModemManager a singletonThomas Haller2017-05-123-2/+8
| * modem: add define for ModemManager D-Bus pathThomas Haller2017-05-125-15/+20
| * modem: cleanup construction of NMModemThomas Haller2017-05-122-33/+10
| * modem/trivial: move code aroundThomas Haller2017-05-121-179/+177
| * modem/trivial: rename functions in nm-modem-manager.cThomas Haller2017-05-121-107/+119
| * manager: make asynchrounous operations cancellableThomas Haller2017-05-121-33/+116
| * modem: use logging macros in nm-modem-manager.cThomas Haller2017-05-121-31/+32
| * modem: make use of cleanup attribute to free data in callbacksThomas Haller2017-05-121-42/+34
| * modem: use our standard pattern for accessing private data of NMModeManagerThomas Haller2017-05-121-55/+83
|/