summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * shared/strbuf: add nm_str_buf_ensure_trailing_c() helper functionThomas Haller2020-04-101-0/+10
| * shared/strbuf: expose read only value for "allocated" buffer sizeThomas Haller2020-04-101-1/+4
| * shared/strbuf: don't have const values in NMStrBufThomas Haller2020-04-101-1/+1
| * shared/strbuf: allow forward declaring "struct _NMStrBuf"Thomas Haller2020-04-101-1/+1
| * shared/strbuf: only clear the bytes that we actually wrote toThomas Haller2020-04-101-1/+1
| * shared: add NM_UTILS_GET_NEXT_REALLOC_SIZE_1000 defineThomas Haller2020-04-102-0/+25
| * cli: remove redundant return value from NMCCommand funcsThomas Haller2020-04-106-313/+308
| * cli: mark argv argument for command line parsing as constThomas Haller2020-04-1011-151/+171
| * cli: merge implementations for do_networking_on_off()Thomas Haller2020-04-101-17/+7
| * cli: pass cmd to NMCCommand.func()Thomas Haller2020-04-106-70/+70
| * cli: cleanup NMCCommand and declarations of func implementationsThomas Haller2020-04-1012-164/+108
| * shared/tests: avoid undefined behavior in test_nm_utils_get_next_realloc_size...Thomas Haller2020-04-101-1/+1
|/
* libnm: don't use local variable in _bond_get_option_or_default()Thomas Haller2020-04-101-7/+2
* shared: fix static assert in NM_MORE_ASSERT_ONCE()Thomas Haller2020-04-101-1/+1