summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli/tests: add unit test for nmc_utils_parse_passwd_file()th/nmcli-passwd-file-parsingThomas Haller2020-05-121-0/+73
* cli: split parsing from nmc_utils_read_passwd_file()Thomas Haller2020-05-122-7/+22
* cli: move nmc_utils_read_passwd_file() to "common/nm-client-utils.c"Thomas Haller2020-05-123-180/+184
* cli: refactor error handling in parse_passwords()Thomas Haller2020-05-121-26/+53
* cli: support backslash escaping in passwd-fileThomas Haller2020-05-121-34/+118
* shared: add NM_UTILS_NAMED_VALUE_INIT() macroThomas Haller2020-05-122-0/+5
* shared: support stripping whitespace from nm_utils_buf_utf8safe_unescape()Thomas Haller2020-05-127-21/+50
* shared: assert that nm_utils_buf_utf8safe_unescape() doesn't reallocate memoryThomas Haller2020-05-122-2/+23
* wifi: drop extra conditions in nm_wifi_utils_parse_ies() and use NM_SET_OUT()Thomas Haller2020-05-121-11/+8
* core: add FIXME(release-blocker) comments for match.kernel-command-line behaviorThomas Haller2020-05-122-1/+23
* libnm: add comment and assertions for handling gendata based setting in init_...Thomas Haller2020-05-111-0/+11
* ethtool: accept %NULL as argument for nm_ethtool_data_get_by_optname()/nm_eth...Thomas Haller2020-05-111-1/+2
* ethtool: use NM_MORE_ASSERT_ONCE() in _ASSERT_data() to assert immutable data...Thomas Haller2020-05-111-2/+3
* release: bump version to 1.25.1-dev after 1.25.0 release1.25.1-devThomas Haller2020-05-08106-2292/+4724
|\
| * contrib/rpm: log MD5/SHA sums of release tarball during build_clean.shThomas Haller2020-05-082-0/+10
| * ovs: enable trace logging not only with NM_MORE_LOGGINGThomas Haller2020-05-081-10/+11
| * all: use "int/char" instead of "gint/gchar" typedefsThomas Haller2020-05-083-4/+4
| * libnm: use nm_str_is_empty() in "nm-setting-match.c"Thomas Haller2020-05-081-3/+3
| * shared: add nm_str_is_empty() helperThomas Haller2020-05-081-2/+9
| * man: extents -> extends in man pageBenjamin Porter2020-05-081-1/+1
| * bridge: merge branch 'th/bridge-default-value-cleanup'Thomas Haller2020-05-087-288/+346
| |\
| | * bridge: refactor definition of options array to use a macro and C99 designate...Thomas Haller2020-05-081-106/+138
| | * libnm: use boolean values for range of NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE in...Thomas Haller2020-05-081-1/+1
| | * libnm: adjust bridge defines NM_BRIDGE_VLAN_DEFAULT_PVID_DEFThomas Haller2020-05-082-3/+3
| | * libnm: adjust bridge defines NM_BRIDGE_VLAN_STATS_ENABLED_DEFThomas Haller2020-05-083-4/+5
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_STARTUP_QUERY_INTERVAL_*Thomas Haller2020-05-083-4/+7
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_STARTUP_QUERY_COUNT_*Thomas Haller2020-05-083-4/+7
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_SNOOPING_DEFThomas Haller2020-05-083-4/+5
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERY_USE_IFADDR_DEFThomas Haller2020-05-083-5/+6
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERY_RESPONSE_INTERVAL_*Thomas Haller2020-05-083-4/+7
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERY_INTERVAL_*Thomas Haller2020-05-083-4/+7
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERIER_DEFThomas Haller2020-05-083-4/+6
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERIER_INTERVAL_*Thomas Haller2020-05-083-4/+7
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_MEMBERSHIP_INTERVAL_*Thomas Haller2020-05-083-4/+7
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL_*Thomas Haller2020-05-083-4/+7
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_LAST_MEMBER_COUNT_*Thomas Haller2020-05-083-4/+7
| | * libnm: adjust bridge defines NM_BRIDGE_PORT_PATH_COST_*Thomas Haller2020-05-083-5/+6
| | * libnm: adjust bridge defines NM_BRIDGE_PORT_PRIORITY_*Thomas Haller2020-05-083-5/+6
| | * libnm: adjust bridge defines NM_BRIDGE_PRIORITY_*Thomas Haller2020-05-083-4/+7
| | * libnm: adjust bridge defines NM_BRIDGE_MAX_AGE_*Thomas Haller2020-05-083-8/+8
| | * libnm: adjust bridge defines NM_BRIDGE_HELLO_TIME_*Thomas Haller2020-05-083-8/+8
| | * libnm: adjust bridge defines NM_BRIDGE_STP_DEFThomas Haller2020-05-083-4/+5
| | * libnm: adjust bridge defines NM_BRIDGE_FORWARD_DELAY_*Thomas Haller2020-05-083-8/+8
| | * libnm: adjust bridge defines NM_BRIDGE_AGEING_TIME_*Thomas Haller2020-05-083-8/+8
| | * libnm: adjust bridge defines NM_BRIDGE_MULTICAST_HASH_MAX_*Thomas Haller2020-05-083-6/+6
| | * libnm: move defines for bridge defaults to "nm-core-internal.h" headerThomas Haller2020-05-082-21/+21
| | * ifcfg-rh/trivial: rename variable i in write_bridge_*setting() to indicate in...Thomas Haller2020-05-081-35/+35
| | * ifcfg: refactor GObject accessors in write_bridge_setting()Thomas Haller2020-05-081-62/+29
| | * device: use NM_G_PARAM_SPEC_GET_DEFAULT_*() in NMDeviceBridge's commit_option()Thomas Haller2020-05-081-7/+4
| | * shared: add NM_G_PARAM_SPEC_GET_DEFAULT_*() helper macrosThomas Haller2020-05-081-0/+19