summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth-manager: watch PolicyKit name owner to emit changed signal when name own...th/auth-manager-name-ownerThomas Haller2020-04-211-27/+144
* NEWS: updateThomas Haller2020-04-211-22/+24
* dhcp-helper: retry in case of failure connecting to D-Bus unix socketBeniamino Galvani2020-04-211-9/+36
* wifi: change return type of p2p-connect D-Bus method callBeniamino Galvani2020-04-201-1/+1
* libnm: cleanup _nm_utils_dns_option_validate()Thomas Haller2020-04-201-40/+38
* dns: add trust-ad DNS option only if all contributing settings agreeThomas Haller2020-04-203-10/+39
* libnm: document supported "ipv[46].dns-option" valuesThomas Haller2020-04-202-2/+7
* tests: abort test runner if exec failsThomas Haller2020-04-201-0/+1
* libnm-core: add 'no-reload' and 'trust-ad' resolv.conf optionsBeniamino Galvani2020-04-202-0/+4
* build: remove subshells and fix invalid test syntaxGilles Dartiguelongue2020-04-203-29/+29
* contrib/rpm: fix spec file using bare wordsThomas Haller2020-04-181-2/+2
* contrib/rpm: fix spec file using bare wordsThomas Haller2020-04-181-1/+1
* ifcfg-rh: add PKEY_ID to well-known keysBeniamino Galvani2020-04-172-1/+2
* clients: merge branch 'ac/cli_hide_if_default'Antonio Cardace2020-04-163-13/+32
|\
| * ethtool: refactor how options are hidden if defaultac/cli_hide_if_defaultAntonio Cardace2020-04-161-1/+1
| * bridge: make some advanced options hidden if defaultAntonio Cardace2020-04-161-0/+6
| * cli: let _print_fill() hide option if NM_META_ACCESSOR_GET_OUT_FLAGS_HIDE is setThomas Haller2020-04-161-3/+3
| * clients: allow properties to be hidden if they have the default valueAntonio Cardace2020-04-162-9/+22
|/
* keyfile: minor cleanup handling error in read_array_of_uint()Thomas Haller2020-04-151-2/+3
* keyfile: avoid assertion failure in nm_keyfile_plugin_kf_get_{string,integer}...Thomas Haller2020-04-151-1/+0
* dbus: pretty format "org.freedesktop.NetworkManager.conf"Thomas Haller2020-04-151-146/+106
* dbus: indent by 4 space in "nm-ifcfg-rh.conf" D-Bus configuration fileThomas Haller2020-04-152-8/+6
* dbus: don't use tabs in "nm-dispatcher.conf" D-Bus configuration fileThomas Haller2020-04-151-5/+5
* keyfile: cleanup mac_address_parser()Thomas Haller2020-04-152-54/+29
* po: mark broken translations as fuzzyPiotr Drąg2020-04-144-7/+7
* po: update Polish (pl) translationPiotr Drąg2020-04-141-1504/+1600
* examples: fix copy/paste comment error from another scriptDavid Drinn2020-04-111-1/+1
* release: bump version to 1.25.0 (development)1.25.0-devBeniamino Galvani2020-04-104-3/+18
* release: bump version to 1.23.90 (1.24-rc1)1.24-rc1Beniamino Galvani2020-04-102-2/+2
* release: update NEWSAntonio Cardace2020-04-101-3/+37
* bond: merge branch 'ac/bond_mode_fix'Antonio Cardace2020-04-103-29/+49
|\
| * bond: small cleanupsac/bond_mode_fixAntonio Cardace2020-04-103-29/+42
| * nm-setting-bond: also accept bond mode as a numerical idAntonio Cardace2020-04-101-0/+7
|/
* man: fix obsolete references to monitor-connection-files in manual pagesThomas Haller2020-04-105-20/+11
* po: update Russian (ru) translationGennadij Latyshev2020-04-101-113/+283
* shared/trivial: fix typo in code comment and rewordThomas Haller2020-04-101-2/+2
* cli: merge branch 'th/cli-command-cleanup'Thomas Haller2020-04-1024-889/+1083
|\
| * cli/polkit: make parsing polkit-agent-helper-1 protocol more conformingThomas Haller2020-04-103-140/+162
| * cli/polkit: suppress stderr from polkit-agent-helper when prompting for polki...Thomas Haller2020-04-101-1/+1
| * cli/polkit: rework parsing identities for polkit requestThomas Haller2020-04-101-64/+72
| * cli/polkit: reject unknown D-Bus methodsThomas Haller2020-04-101-3/+25
| * cli/polkit: rename NM_POLKIT_LISTENER_SIGNAL_REQUEST signal to "request-sync"Thomas Haller2020-04-103-7/+7
| * cli/polkit: avoid G_DECLARE_FINAL_TYPE() in nm-polkit-listener.hThomas Haller2020-04-102-11/+22
| * shared: fix returning EAGAIN from nm_utils_fd_read()Thomas Haller2020-04-101-8/+6
| * shared/strbuf: fix signedness of integer comparison in nm_str_buf_append_prin...Thomas Haller2020-04-101-1/+1
| * shared/strbuf: rename private, mutable fields in NMStrBuf structureThomas Haller2020-04-102-63/+69
| * shared/strbuf: add nm_str_buf_is_initalized() helperThomas Haller2020-04-101-0/+11
| * shared/strbuf: add nm_str_buf_erase() helperThomas Haller2020-04-102-0/+73
| * shared/strbuf: add nm_str_buf_get_str_unsafe() helper function to give direct...Thomas Haller2020-04-101-0/+7
| * shared/strbuf: add nm_str_buf_set_size() helper functionThomas Haller2020-04-101-0/+49