summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: persist the bootfile from DHCPbg/dhcp-filename-rh1979387Beniamino Galvani2021-07-273-11/+28
* dhcp: nettools: parse the filename and the bootfile-name optionBeniamino Galvani2021-07-271-0/+25
* n-dhcp4: add an accessor for the file name in the leaseBeniamino Galvani2021-07-273-0/+38
* n-dhcp4: fix n_dhcp4_client_lease_get_server_identifier()Beniamino Galvani2021-07-272-4/+6
* dhcp: add internal option for the boot file nameBeniamino Galvani2021-07-272-2/+4
* dhcp: escape control characters in DHCP optionsBeniamino Galvani2021-07-272-2/+8
* libnm: minor simplification of nm_setting_user_get_data()Thomas Haller2021-07-261-10/+2
* nm-sudo: fix printf format string in _handle_ping()Thomas Haller2021-07-261-2/+3
* nm-sudo: comment environment variables in "nm-sudo.service.in"Thomas Haller2021-07-261-6/+13
* sudo: merge branch 'th/nm-sudo'Thomas Haller2021-07-2624-43/+1136
|\
| * core: get file descriptor to ovsdb unix socket from nm-sudoThomas Haller2021-07-268-35/+271
| * sudo: introduce nm-sudo D-Bus serviceThomas Haller2021-07-2617-3/+826
| * build: add way to keep unused symbols when linking NetworkManagerThomas Haller2021-07-262-2/+20
| * build: fix calling test "check-local-devices-ovs" to check OVS device pluginThomas Haller2021-07-261-0/+2
| * all: use nm_g_idle_add() instead of g_idle_add()Thomas Haller2021-07-264-4/+4
| * glib-aux: add nm_g_idle_add()Thomas Haller2021-07-262-1/+15
|/
* initrd: support infiniband pkeysbg/initrd-ib-pkeyBeniamino Galvani2021-07-263-0/+98
* wifi: change auth-alg form "open" to NULL when authentication is wpa3xiangnian2021-07-261-18/+3
* libnm: merge branch 'th/setting-more-direct'Thomas Haller2021-07-2324-735/+1070
|\
| * libnm: add from_dbus_fcn for direct NMSettingIPConfig.gateway propertyThomas Haller2021-07-233-17/+38
| * libnm: add from_dbus_fcn for direct propertiesThomas Haller2021-07-235-19/+227
| * libnm: add from_dbus_fcn for direct mac-address propertiesThomas Haller2021-07-232-19/+44
| * libnm: add _nm_property_variant_to_gvalue() helperThomas Haller2021-07-234-16/+82
| * libnm: implement special setter for direct string property for ip addressThomas Haller2021-07-2310-23/+44
| * libnm: implement special setter for direct string property for mac addressThomas Haller2021-07-2311-156/+113
| * libnm: implement special setter for direct string property via g_ascii_strdown()Thomas Haller2021-07-234-30/+35
| * libnm: use direct properties for NMSettingTunThomas Haller2021-07-231-112/+35
| * libnm: use direct properties for NMSettingConnectionThomas Haller2021-07-231-88/+101
| * libnm: use direct properties for NMSettingOvsPortThomas Haller2021-07-231-132/+69
| * libnm: use direct properties for NMSettingWpanThomas Haller2021-07-231-78/+47
| * libnm: use direct properties for NMSettingBluetoothThomas Haller2021-07-231-38/+12
| * libnm: add nm_sett_info_propert_type_direct_int32 property typeThomas Haller2021-07-234-14/+143
| * libnm: add nm_sett_info_propert_type_direct_mac_addressThomas Haller2021-07-2313-109/+190
| * libnm: normalize mac-address properties in GObject property setterThomas Haller2021-07-233-3/+5
| * glib-aux: add NM_G_PARAM_SPEC_GET_DEFAULT_INT() helperThomas Haller2021-07-231-0/+4
|/
* cloud-setup,glib-aux: merge branch 'th/cloud-setup-logging'Thomas Haller2021-07-235-78/+81
|\
| * glib-aux: use nm_vsprintf_buf_or_alloc() to stack allocate logging message in...Thomas Haller2021-07-231-7/+6
| * glib-aux,cloud-setup: add _nm_logging_enabled*() helper APIThomas Haller2021-07-234-28/+32
| * cloud-setup: link with libnm-log-nullThomas Haller2021-07-233-6/+4
| * cloud-setup: use _nm_log_simple_printf() for plain loggingThomas Haller2021-07-232-44/+2
| * glib-aux: add _nm_log_simple_printf() helperThomas Haller2021-07-232-0/+44
|/
* initrd: fix handling "ip=single-dhcp:..." in reader_parse_ip()Thomas Haller2021-07-231-0/+1
* initrd: honor "ip=single-dhcp" option as alias for "dhcp"Thomas Haller2021-07-231-1/+1
* gitlab-ci: regenerate ci-templates's containersThomas Haller2021-07-212-6/+6
* core: merge branch 'th/external-routes-no-sync'Thomas Haller2021-07-216-62/+121
|\
| * platform: don't add routes that are tracked as external routesThomas Haller2021-07-211-10/+34
| * platform: mark routes in NMPlatform cache as "external"Thomas Haller2021-07-213-48/+60
| * core: preserve "is_external" route flag during _nm_ip_config_add_obj()Thomas Haller2021-07-211-0/+5
| * platform: add is-external flag to NMPlatformIPRouteThomas Haller2021-07-212-4/+22
|/
* cloud-setup: configure secondary ip in Aliyun cloudWen Liang2021-07-197-0/+565