summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shared/systemd: fix gettid() compat implementation shadowing function from glibcnm-1-10Thomas Haller2020-03-061-1/+2
* device: fix reapplying changes to connection ID and UUIDThomas Haller2019-07-181-1/+1
* core: fix mangling static IPv6 routes in nm_ip6_config_merge_setting()Thomas Haller2019-07-091-1/+1
* manager: don't update ifindex of existing devicesBeniamino Galvani2019-02-201-3/+15
* device: clear queued IP config sources when the device is unrealizedBeniamino Galvani2019-02-201-0/+3
* libnm: fix memleak for NMDeviceTun:hw-addressThomas Haller2019-02-191-0/+1
* connectivity: fix determining the global connectivity stateThomas Haller2018-12-111-3/+15
* libnm: add nm_connectivity_state_cmp() helperThomas Haller2018-12-112-0/+73
* platform/tests: increase wait timeout in test_cleanup_internal()Thomas Haller2018-11-301-1/+1
* platform/tests: fix race in testsThomas Haller2018-11-301-0/+16
* tests: expose current state in local context of NMTST_WAIT()Thomas Haller2018-11-301-1/+7
* platform/tests: fix generating IPv6 link local address in fake-platformThomas Haller2018-11-301-1/+1
* dnsmasq/shared: fix setting DNS nameserver and search for shared dnsmasqThomas Haller2018-11-291-0/+2
* platform/tests: fix assertion for unit test for address lifetimeThomas Haller2018-11-281-2/+0
* clients: Fix typo in _dump_team_link_watcher outputPatrick Talbert2018-11-231-1/+1
* libnm-core: fix documentation for connection.mdnsBeniamino Galvani2018-11-222-5/+3
* lldp: fix parsing of vlan-name attributeBeniamino Galvani2018-11-222-4/+5
* ndisc: mark a keep-alive variable unusedLubomir Rintel2018-11-221-1/+1
* device: clear the dhcp grace-period source idBeniamino Galvani2018-11-221-0/+4
* ifcfg-rh: fix parse of tc qdiscs and filtersBeniamino Galvani2018-11-221-6/+14
* release: bump version to 1.10.15 (development)1.10.15-devBeniamino Galvani2018-11-202-2/+3
* release: bump version to 1.10.141.10.14Beniamino Galvani2018-11-202-2/+2
* release: update NEWSBeniamino Galvani2018-11-201-0/+19
* systemd: fix crash by unrefing event sources before re-adding themBenjamin Berg2018-11-151-0/+2
* libnm: fix GObject Introspection annotations for functions returning a GPtrArrayCorentin Noël2018-11-123-3/+3
* systemd: merge branch 'CVE-2018-15688' into nm-1-10Thomas Haller2018-10-294-40/+34
|\
| * dhcp6: make sure we have enough space for the DHCP6 option headerLennart Poettering2018-10-291-1/+1
| * sd-dhcp: remove unreachable route after rebinding return NAKLi Song2018-10-291-0/+2
| * sd-dhcp6: make dhcp6_option_parse_domainname() not store empty domainYu Watanabe2018-10-291-37/+29
| * sd-dhcp-lease: fix memleaksYu Watanabe2018-10-291-0/+2
| * dhcp6: fix an off-by-one error in dhcp6_option_parse_domainnameEvgeny Vereshchagin2018-10-291-1/+1
| * systemd/dhcp: fix assertion starting DHCP client without MAC addressThomas Haller2018-10-291-2/+0
|/
* libnm: fix crash in activate_info_complete() when cancellingThomas Haller2018-10-251-7/+5
* dns: merge branch 'bg/dns-1-10'Beniamino Galvani2018-10-1933-856/+1324
|\
| * libnm-core: fix validation of connection.mdns settingBeniamino Galvani2018-10-191-1/+1
| * dns: dnsmasq: avoid crash when no reverse domains existBeniamino Galvani2018-10-191-4/+6
| * dns: merge branch 'bg/dns-bgo746422'Beniamino Galvani2018-10-1911-269/+322
| |\
| | * libnm-core: document dns priorityBeniamino Galvani2018-10-192-18/+28
| | * dns: sd-resolved: honor dns-priorityBeniamino Galvani2018-10-191-38/+16
| | * dns: dnsmasq: honor dns-priorityBeniamino Galvani2018-10-191-140/+22
| | * dns: fix compilation errorBeniamino Galvani2018-10-191-1/+1
| | * dns: use dns-priority to provide a preprocessed domain list to pluginsBeniamino Galvani2018-10-194-0/+210
| | * core: reject invalid domains from ip configurationsBeniamino Galvani2018-10-195-74/+47
| | * dns: dnsmasq: fix adding multiple domainsBeniamino Galvani2018-10-191-1/+1
| |/
| * dns: merge branch 'bg/dns-domains-pt1-bgo746422'Beniamino Galvani2018-10-197-84/+117
| |\
| | * dns: introduce routing domainsBeniamino Galvani2018-10-197-27/+64
| | * dns: systemd-resolved: use generic ip-config functionsBeniamino Galvani2018-10-191-35/+10
| | * dns: export search list in the D-Bus "domain" attributeBeniamino Galvani2018-10-191-9/+20
| | * dns: add @dup argument to add_dns_domains() and add_string_item()Beniamino Galvani2018-10-191-13/+14
| | * dns: split out domains retrievalBeniamino Galvani2018-10-191-16/+25
| |/