summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | all: merge branch 'benzea/dbus-service-specific-connection'Thomas Haller2018-11-1916-17/+734
|\ \
| * | libnm: drop "_async" suffix from nm_client_add_and_activate_connection_options()Thomas Haller2018-11-193-20/+20
| * | libnm: add missing NM_AVAILABLE_IN_1_16 macros for new APIth/pr/37Thomas Haller2018-11-181-0/+2
| * | manager: prefer nm_streq over strcmp in impl_manager_add_and_activate_connect...Thomas Haller2018-11-181-13/+11
| * | manager: fix checking for bind-lifetime setting in add-and-activateThomas Haller2018-11-181-6/+7
| * | manager: allow add-and-activate option "bind" with non-volatile profilesThomas Haller2018-11-182-6/+2
| * | policy: don't check for valid error in active_connection_keep_alive_changed()Thomas Haller2018-11-171-14/+12
| * | keep-alive: minor cleanup of nm_keep_alive_set_dbus_client_watch()Thomas Haller2018-11-171-20/+26
| * | keep-alive: cleanup tracking visible state of connectionThomas Haller2018-11-171-12/+29
| * | keep-alive: cache the alive-state and only emit the signal when it changedThomas Haller2018-11-171-15/+39
| * | keep-alive: various style fixesThomas Haller2018-11-172-32/+49
| * | keep-alive: drop unused error argumentThomas Haller2018-11-173-7/+5
| * | libnm: Add support to pass options to AddAndActivateConnectionBenjamin Berg2018-11-176-8/+141
| * | core: Add option to AddAndActivateConnection2 to bind the lifetimeBenjamin Berg2018-11-174-1/+44
| * | core: Add persist option to AddAndActivateConnection2Benjamin Berg2018-11-172-11/+45
| * | core: Add an AddAndActivateConnection2 routine with options parameterBenjamin Berg2018-11-172-1/+68
| * | core: Introduce helper class to track connection keep aliveBenjamin Berg2018-11-178-2/+385
|/ /
* | 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