summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core/trivial: add code comment about DHCP client-id/DUIDth/dhcp-client-id-mac-rh1640494Thomas Haller2018-11-131-0/+26
* dhcp: add "ipv4.dhcp-client-id=duid" settingThomas Haller2018-11-133-1/+10
* dhcp: always require hwaddr in internal DHCP clint ip6_start()Thomas Haller2018-11-131-19/+16
* doc: add hint about ipv4.dhcp-client-id=stableThomas Haller2018-11-133-4/+7
* all: add "${MAC}" substituion for "connection.stable-id"Thomas Haller2018-11-136-4/+17
* dhcp: cleanup error handling in internal DHCP client's startThomas Haller2018-11-131-77/+79
* dhcp: don't load IPv4 client-id from lease fileThomas Haller2018-11-133-18/+3
* dhcp: cleanup initializing IPv4 client-id for internal DHCPThomas Haller2018-11-133-74/+84
* dhcp/trivial: wrap lines in calling client_start()Thomas Haller2018-11-132-10/+54
* dhcp: minor refactoring return paths in NMDhcpDhclient.get_duid()Thomas Haller2018-11-132-13/+12
* dhcp: use cleanup attribute for get_dhclient_leasefile()Thomas Haller2018-11-131-15/+10
* dhcp: don't pass duid to client ip6_start() and stop()Thomas Haller2018-11-136-29/+24
* dhcp: refactor nm_dhcp_dhclient_save_duid() to accept original DUIDThomas Haller2018-11-134-38/+49
* dhcp: merge "duid" and "client_id" field in NMDhcpClientThomas Haller2018-11-131-19/+12
* dhcp: drop unused nm_dhcp_dhclient_get_client_id_from_config_file()Thomas Haller2018-11-132-26/+0
* dhcp: don't re-read DHCP client ID from configuration file for dhclientThomas Haller2018-11-134-40/+2
* dhcp: reimplement node-specific DHCP client-id generation from systemdThomas Haller2018-11-135-135/+177
* dhcp: test systemd's default DHCP client identifier generationThomas Haller2018-11-133-1/+152
* core: cleanup generating DUID in nm-device.cThomas Haller2018-11-131-57/+60
* core: pass boot-id to nm_utils_stable_id_parse()Thomas Haller2018-11-132-2/+2
* core: don't persist secret-key for testsThomas Haller2018-11-132-6/+8
* core: refactor loading machine-id and cache itThomas Haller2018-11-138-92/+265
* core: minor cleanup of initializing nm_utils_get_testing()Thomas Haller2018-11-131-6/+17
* all: cleanup GChecksum handlingThomas Haller2018-11-137-116/+55
* shared: add nm_utils_checksum_get_digest*() helperThomas Haller2018-11-131-0/+40
* shared: use atomic operation for accessing global hash seedThomas Haller2018-11-131-19/+32
* man: fix generate settings-docs.h text for 'ipv4.dns-priority'Thomas Haller2018-11-131-2/+2
* man: document global connection default for "ipv4.dns-priority"Thomas Haller2018-11-133-4/+15
* man: clarify blocking autoconnect during `nmcli connection down`Thomas Haller2018-11-131-3/+4
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-1216-12/+29
* build: merge branch 'th/build-libnm-shared'Thomas Haller2018-11-121-131/+171
|\
| * build: create intermediate libraries of shared/nm-utilsThomas Haller2018-11-121-76/+116
| * build: move code for shared libs in Makefile.am aroundThomas Haller2018-11-121-62/+62
|/
* libnm: fix GObject Introspection annotations for functions returning a GPtrArrayCorentin Noël2018-11-123-3/+3
* dns: merge branch 'resolv-search-increase'Thomas Haller2018-11-124-31/+136
|\
| * dns: remove the resolv.conf 6 entry limitKyle Walker2018-11-121-12/+0
| * dns: avoid truncation of searches list due to 256 char limit in glibcThomas Haller2018-11-122-2/+31
| * dns/tests: add test for writing resolv.confThomas Haller2018-11-123-0/+62
| * dns: make strv arguments of create_resolv_conf() constThomas Haller2018-11-121-18/+41
| * shared: add NM_MAKE_STRV() macroThomas Haller2018-11-121-0/+3
|/
* ci: use common script for tests on travis and gitlabThomas Haller2018-11-124-143/+164
* rpm: disable ebpf support on RHELBeniamino Galvani2018-11-091-0/+4
* build: meson: fix wrong man page linkBeniamino Galvani2018-11-081-1/+1
* libnm-core: don't serialize synthetic properties in nm_setting_to_string()Lubomir Rintel2018-11-073-4/+19
* modemu: fall back to a virtual busLubomir Rintel2018-11-071-1/+9
* modemu: fix subsystem hash endiannessLubomir Rintel2018-11-071-3/+4
* rpm: add a bundled(systemd) provideLubomir Rintel2018-11-071-0/+12
* ofono: fix crash when disconnectingBeniamino Galvani2018-11-061-1/+1
* modem: fix crash when disconnectingBeniamino Galvani2018-11-061-1/+1
* man: merge branch 'bg/man'Beniamino Galvani2018-11-055-141/+153
|\