summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! cli: wait for changed signal after updating a connectionbg/cli-editor-save-rh1546805Beniamino Galvani2018-11-191-12/+12
* cli: wait for changed signal after updating a connectionBeniamino Galvani2018-11-191-3/+44
* cli: editor: reload secrets after updating connectionBeniamino Galvani2018-11-191-1/+2
* libnm-core: macsec: don't require a cak in verify()Beniamino Galvani2018-11-191-0/+6
* po: update zh_CN.po fix "Infra" translationgarywill2018-11-161-1/+1
* device: ignore "carrier-wait" when device is already activatedThomas Haller2018-11-151-1/+11
* systemd: fix crash by unrefing event sources before re-adding themBenjamin Berg2018-11-151-0/+2
* build: dist initrd meson.build filesBeniamino Galvani2018-11-151-0/+2
* man: fix typo in nmcli manualThomas Haller2018-11-141-1/+1
* man: add an early reference to nmcli-examples in nmcli man pageFrancesco Giudici2018-11-141-1/+3
* man: add OTP-based VPN activation exampleFrancesco Giudici2018-11-141-0/+13
* dhcp: merge branch 'th/dhcp-client-id-mac-rh1640494'Thomas Haller2018-11-1429-642/+1038
|\
| * dhcp: initialize hostname as construct-propertyThomas Haller2018-11-143-12/+16
| * 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