summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wifi: support WPA2 ad-hoc (ibss-rsn)bg/ibss-rsnBeniamino Galvani2019-08-236-123/+153
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-2317-258/+23
* wifi: expose IBSS_RSN capabilityBeniamino Galvani2019-08-235-634/+836
* bluetooth: fix leak in get_managed_objects_cb()Thomas Haller2019-08-231-1/+3
* shared/hash: implement nm_hash_obfuscate_ptr() as inline function instead of ...Thomas Haller2019-08-231-9/+9
* core/logging: don't log plain pointer value from nm_log_ptr()Thomas Haller2019-08-231-2/+3
* contrib/rpm: install our dispatcher scripts into /usr/lib/NetworkManagerLubomir Rintel2019-08-231-6/+10
* cli: include BSSID to NMC_FIELDS_DEV_WIFI_LIST_COMMONMaciek Borzecki2019-08-223-925/+1315
* cli: prefer nm_assert() to g_assert*()Francesco Giudici2019-08-221-3/+3
* cli: fix bad indentationFrancesco Giudici2019-08-221-2/+2
* meson: fix build_clean.sh -w meson -w testFrancesco Giudici2019-08-221-0/+6
* shared: allow negative timestamps for nm_utils_monotonic_timestamp_as_boottime()Thomas Haller2019-08-211-7/+11
* wifi: detect FT support per interface and avoid enabling itThomas Haller2019-08-201-9/+26
* cli: cleanup unique_master_iface_ifname()Thomas Haller2019-08-201-12/+12
* cli: cleanup setting default interface-nameThomas Haller2019-08-201-17/+22
* data: fix the ID_NET_DRIVER udev ruleLubomir Rintel2019-08-161-1/+1
* cli: merge branch 'th/cli-modify-enums-and-cleanup'Thomas Haller2019-08-168-126/+249
|\
| * man/cli: better explain modifying properties regarding +/- modifiersThomas Haller2019-08-161-10/+12
| * cli: fix handling modifier in nmc_read_connection_properties() for aliasesThomas Haller2019-08-161-31/+28
| * cli: add NMMetaAccessorModifier enum instead of using "char" typeThomas Haller2019-08-165-74/+175
| * cli: reorder checks in nmc_setting_set_property() for modifier typeThomas Haller2019-08-161-6/+7
| * cli: support +/- modifiers for flags propertiesThomas Haller2019-08-161-9/+29
| * libnm: fix NMSetting8021xAuthFlags to be a flags typeThomas Haller2019-08-161-1/+4
| * shared: use nm_auto_unref_gtypeclass in _nm_utils_enum_from_str_full()Thomas Haller2019-08-161-2/+1
|/
* Revert "po: add Zanata configuration"Lubomir Rintel2019-08-151-16/+0
* contrib/rpm: enable IWD (outside RHEL)Lubomir Rintel2019-08-151-1/+5
* po: RHEL 8.1 translationsLudek Janda2019-08-154-13419/+11232
* po: update Ukrainian translationYuri Chornoivan2019-08-151-1900/+2074
* cli: don't require "ifname" when adding connectionThomas Haller2019-08-131-1/+0
* all: merge branch 'th/static-default-route'Thomas Haller2019-08-138-53/+59
|\
| * all: allow configuring default-routes as manual, static routesThomas Haller2019-08-137-40/+33
| * libnm: avoid heap allocation for checking valid routes in nm_ip_route_attribu...Thomas Haller2019-08-131-11/+14
| * libnm: set errno in nm_key_file_get_boolean() to distinguish between missing ...Thomas Haller2019-08-131-3/+13
|/
* dhcp: merge branch 'th/dhcp-factory-cleanup'Thomas Haller2019-08-1310-35/+79
|\
| * dhcp: minor refactoring to switch default IPv4 DHCP plugin to "nettools" with...Thomas Haller2019-08-133-2/+4
| * dhcp: make "systemd" DHCP plugin configurableThomas Haller2019-08-1310-18/+42
| * dhcp: log effectively used DHCP plugin typeThomas Haller2019-08-131-8/+26
| * dhcp: cleanup selecting GType from DHCP client factoryThomas Haller2019-08-131-14/+14
|/
* bluetooth: merge branch 'th/bluez-rework-1'Thomas Haller2019-08-1212-1239/+156
|\
| * NEWS: mention removal of BlueZ 4 supportThomas Haller2019-08-121-0/+2
| * bluetooth: add _NMLOG() logging macro to NMBluezDeviceThomas Haller2019-08-121-31/+50
| * bluetooth: pass GDBusConnection to NMBluezDeviceThomas Haller2019-08-123-34/+18
| * bluetooth: drop BlueZ 4 support (2)Thomas Haller2019-08-125-235/+88
| * bluetooth: drop BlueZ 4 support (1)Thomas Haller2019-08-127-944/+3
|/
* libnm/doc: fix typoThomas Haller2019-08-121-1/+1
* libnm/doc: clarify NMMetered enum and how metered state in NetworkManager worksThomas Haller2019-08-121-0/+27
* po: update Polish (pl) translationPiotr Drąg2019-08-121-4314/+1725
* auth: drop unused idle-reason for NMAuthManagerCallIdThomas Haller2019-08-101-24/+5
* NEWS: update header for future 1.22 releaseThomas Haller2019-08-101-3/+12
* settings: merge branch 'th/settings-improvements'Thomas Haller2019-08-0918-202/+271
|\