summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.19.0 (development)1.19.0-devThomas Haller2019-04-134-3/+18
* release: bump version to 1.17.90 (1.18-rc1)1.18-rc1Thomas Haller2019-04-132-2/+2
* release: update NEWSThomas Haller2019-04-131-0/+6
* platform: merge branch 'th/platform-rules-cleanup'Thomas Haller2019-04-134-67/+150
|\
| * platform: support weakly tracked routing rules in NMPRulesManagerThomas Haller2019-04-132-23/+65
| * platform: add nmp_rules_manager_track_from_platform()Thomas Haller2019-04-132-0/+40
| * platform: minor fixes in NMPRuleManager (assert and types)Thomas Haller2019-04-132-3/+7
| * platform/trivial: rename priority in NMPRuleManager to track_priorityThomas Haller2019-04-132-37/+37
| * platform: drop track_default argument from nmp_rules_manager_new()Thomas Haller2019-04-134-11/+8
|/
* libnm: merge branch 'lr/tc-attrs-part1'Thomas Haller2019-04-135-20/+251
|\
| * core/qdisc: add support for attributesLubomir Rintel2019-04-124-4/+219
| * core/qdisc: drop useless codeLubomir Rintel2019-04-121-8/+0
| * nmcli: fix an error message when the tc qdisc kind is missingLubomir Rintel2019-04-122-8/+32
|/
* merge: branch 'bg/sanitizers'Beniamino Galvani2019-04-129-1379/+1402
|\
| * device: fix memory leakbg/sanitizersBeniamino Galvani2019-04-121-1/+1
| * policy: fix memory leakBeniamino Galvani2019-04-121-1/+1
| * libnm-core: fix wrong memory access in testsBeniamino Galvani2019-04-121-1/+1
| * clients: disable asan leak detection in client testsBeniamino Galvani2019-04-125-1374/+1375
| * build: fix build with sanitizersBeniamino Galvani2019-04-121-2/+24
|/
* all: merge branch 'th/strsplit-pt2'Thomas Haller2019-04-127-217/+188
|\
| * ifcfg-rh: refactor parsing bond optionsThomas Haller2019-04-121-20/+20
| * ifcfg-rh: refactor parse_full_ip6_address() to use nm_utils_parse_inaddr_pref...Thomas Haller2019-04-122-35/+23
| * dispatcher/tests: cleanup testsThomas Haller2019-04-122-137/+126
| * ifupdown: replace g_strsplit_set() by nm_utils_strsplit_set()Thomas Haller2019-04-122-25/+17
| * shared: add nm_auto_clear_variant_builderThomas Haller2019-04-121-0/+2
|/
* merge: branch 'bg/unmanaged-sw-dev-rh1679230'Beniamino Galvani2019-04-123-2/+43
|\
| * core: don't realize unmanaged software devicesbg/unmanaged-sw-dev-rh1679230Beniamino Galvani2019-04-123-1/+37
| * device: allow matching device spec from any stateBeniamino Galvani2019-04-121-1/+6
|/
* cli: fix typo in nmcli usage outputThomas Haller2019-04-1269-81/+81
* libnm,shared: bzero secrets on failure in nm_utils_base64secret_decode()Thomas Haller2019-04-124-6/+13
* systemd: merge branch systemd into masterThomas Haller2019-04-1210-65/+210
|\
| * systemd: update code from upstream (2019-04-11)Thomas Haller2019-04-129-64/+209
* | clients: fix assertion when requesting gsm pin secretBeniamino Galvani2019-04-111-1/+1
* | Revert "contrib/rpm: drop --with-libnm-glib from build_clean"Thomas Haller2019-04-111-0/+1
* | connectivity: fix build with --disable-concheckThomas Haller2019-04-101-2/+8
* | all: merge branch 'th/strsplit'Thomas Haller2019-04-1020-562/+883
|\ \
| * | shared: pre-calculate number of tokens in nm_utils_strsplit_set_full()Thomas Haller2019-04-101-44/+66
| * | ifcfg-rh: various cleanups using the cleanup attributeThomas Haller2019-04-101-53/+29
| * | all: replace g_strsplit_set() by nm_utils_strsplit_set*()Thomas Haller2019-04-104-47/+40
| * | cli: cleanup split_required_fields_for_con_show()Thomas Haller2019-04-101-49/+43
| * | cli: cleanup nm_vpn_openconnect_authenticate_helper()Thomas Haller2019-04-101-31/+30
| * | ibft: cleanup read_connections()Thomas Haller2019-04-104-60/+54
| * | dcb: cleanup do_helper() in "nm-dcb.c"Thomas Haller2019-04-101-20/+18
| * | dhcp: cleanup nm_dhcp_dhclient_create_config()Thomas Haller2019-04-101-24/+27
| * | dhcp: cleanup nm_dhcp_dhclient_read_duid()Thomas Haller2019-04-101-18/+22
| * | dhcp: cleanup grab_request_options()Thomas Haller2019-04-101-17/+28
| * | dhcp: cleanup nm_dhcp_dhclient_save_duid()Thomas Haller2019-04-101-23/+20
| * | dhcp: cleanup ip4_process_dhclient_rfc3442_routes()Thomas Haller2019-04-101-57/+44
| * | shared: add NM_UTILS_STRSPLIT_SET_FLAGS_PRESERVE_EMPTY flag for nm_utils_strs...Thomas Haller2019-04-103-48/+365
| * | shared: refactor allowed-escaped handling in nm_utils_strsplit_set_full()Thomas Haller2019-04-101-28/+21