summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* man/cli: better explain modifying properties regarding +/- modifiersth/cli-modify-enums-and-cleanupThomas Haller2019-08-131-10/+12
* cli: fix handling modifier in nmc_read_connection_properties() for aliasesThomas Haller2019-08-121-31/+28
* cli: add NMMetaAccessorModifier enum instead of using "char" typeThomas Haller2019-08-125-74/+175
* cli: reorder checks in nmc_setting_set_property() for modifier typeThomas Haller2019-08-121-6/+7
* cli: support +/- modifiers for flags propertiesThomas Haller2019-08-121-9/+29
* libnm: fix NMSetting8021xAuthFlags to be a flags typeThomas Haller2019-08-121-1/+4
* shared: use nm_auto_unref_gtypeclass in _nm_utils_enum_from_str_full()Thomas Haller2019-08-121-2/+1
* 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
|\
| * settings: return errno from nms_keyfile_nmmeta_write() for better loggingth/settings-improvementsThomas Haller2019-08-084-34/+42
| * shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-0813-180/+234
| * shared: let nm_utils_file_set_contents() return a errno error codeThomas Haller2019-08-087-36/+33
| * examples: improve usage/synposis for nm-update2.py and nm-add-connection2.pyThomas Haller2019-08-082-4/+14
|/
* secret-agent: merge branch 'th/secret-agent-cleanup'Thomas Haller2019-08-087-478/+407
|\
| * secret-agent: rework secret-agent to better handle service shutdownThomas Haller2019-08-083-313/+351
| * secret-agent: use NMCListElem to track permissions in NMSecretAgentThomas Haller2019-08-081-30/+17
| * secret-agent/trivial: rename dbus_connection field of NMSecretAgentPrivateThomas Haller2019-08-081-11/+11
| * secret-agent: avoid log plain pointer valuesThomas Haller2019-08-081-9/+23
| * dbus-manager: drop unused private-socket functions from "nm-dbus-manager.c"Thomas Haller2019-08-082-90/+0
| * secret-agent: drop unused private-socket code from secret-agentThomas Haller2019-08-081-57/+26
| * secret-agent: enable trace log messagesThomas Haller2019-08-081-5/+5
| * shared: add nm_c_list_elem_find_first() helper macroThomas Haller2019-08-082-10/+21
|/
* n-dhcp4: allocate memory of right size in n_dhcp4_client_probe_option_new()Thomas Haller2019-08-081-1/+1
* firewall: refactor "nm-firewall-manager.c" to not use GDBusProxyThomas Haller2019-08-074-280/+327
* cli/trivial: align property definitions with spaces and not with tabsThomas Haller2019-08-061-2182/+2182
* release: bump version to 1.21.1-dev after 1.20.0 release1.21.1-devThomas Haller2019-08-0620-205/+260
|\
| * libnm/doc: add missing "Since: 1.20" commentsThomas Haller2019-08-063-3/+5
| * ifupdown: fix assertion during logging %NULL storage in load_eni_ifaces()Thomas Haller2019-08-061-1/+1
| * libnm/doc: add Since tag for %NM_SETTING_IP6_CONFIG_METHOD_DISABLEDThomas Haller2019-08-061-0/+2
| * modem: fix memory leakBeniamino Galvani2019-08-061-1/+1
| * build: merge branch 'bg/meson-fixes'Beniamino Galvani2019-08-056-27/+27
| |\
| | * build: fix meson warning about 'install' arg in 'configure_file'Beniamino Galvani2019-08-052-3/+0
| | * build: fix meson warning about wrong custom target argumentBeniamino Galvani2019-08-051-2/+1
| | * build: fix meson warning about path separator in targetBeniamino Galvani2019-08-052-21/+25
| | * build: fix meson warning about invalid 'depends' keywordBeniamino Galvani2019-08-051-1/+1
| |/
| * libnm-core: fix ifcfg-rh variable name for DHCPv6 hostnameBeniamino Galvani2019-08-051-1/+1
| * libnm: when stringifying policy routing rule place "not" specifier after "pri...Thomas Haller2019-08-052-5/+8
| * cli: merge branch 'th/nmcli-add-and-activate-cleanup'Thomas Haller2019-08-051-75/+83
| |\
| | * cli: use cleanup macro for freeing AddAndActivateInfoThomas Haller2019-08-051-57/+57
| | * cli: add helper function to create and initialize AddAndActivateInfo structThomas Haller2019-08-051-21/+29
| |/