summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_utils_name_to_uid() instead of getpwnam()th/getpwuidThomas Haller2020-09-253-24/+1
* all: use nm_utils_uid_to_name() instead of getpwuid()Thomas Haller2020-09-256-58/+26
* shared: add nm_utils_uid_to_name()/nm_utils_name_to_uid() helpersThomas Haller2020-09-252-0/+82
* systemd: merge branch systemd into masterThomas Haller2020-09-2448-790/+1317
|\
| * systemd: update code from upstream (2020-09-24)Thomas Haller2020-09-2447-786/+1311
* | shared,libnm: avoid mixing signed and unsigned integers in netmask_to_prefix(...Thomas Haller2020-09-242-4/+4
* | initrd: merge branch 'bg/initrd-mac-iface'Beniamino Galvani2020-09-242-28/+133
|\ \
| * | initrd: fix parsing IPv6 prefix lengthbg/initrd-mac-ifaceBeniamino Galvani2020-09-232-3/+5
| * | initrd: accept mac address as interface specifierBeniamino Galvani2020-09-232-25/+128
* | | l3cfg: merge branch 'th/l3cfg-10'Thomas Haller2020-09-2419-538/+1361
|\ \ \
| * | | l3cfg/tests: add unit test for NML3CfgThomas Haller2020-09-245-9/+377
| * | | l3cfg/device: drop NML3Cfg references from NMDevice for nowThomas Haller2020-09-241-297/+2
| * | | l3cfg: fix leaking l3_config_datas array in NML3CfgThomas Haller2020-09-241-37/+42
| * | | l3cfg: various fixes for l3cfgThomas Haller2020-09-245-147/+244
| * | | platform/tests: add nmtstp_platform_ip_addresses_assert() test helperThomas Haller2020-09-242-0/+153
| * | | platform/tests: add nmtstp_platform_ip_address_find() test utilThomas Haller2020-09-242-0/+63
| * | | platform: add NM_PLATFORM_IP[46]_ADDRESS_INIT() helper macrosThomas Haller2020-09-241-1/+7
| * | | tests: use in_addr_t type for IPv4 addresses in test helpersThomas Haller2020-09-241-2/+2
| * | | tests: mark static variables in test helpers as thread localThomas Haller2020-09-241-4/+4
| * | | l3cfg: add nm_l3_config_data_log() functionThomas Haller2020-09-242-0/+270
| * | | l3cfg: let l3cfg emit signal on idle handler for platform changesThomas Haller2020-09-244-2/+40
| * | | l3cfg: add nm_l3cfg_has_commited_ipv6_pending_dad() functionThomas Haller2020-09-242-0/+54
| * | | l3cfg: add nm_l3_config_data_lookup_address_6() helperThomas Haller2020-09-242-0/+25
| * | | platform: refactor nm_platform_ip6_address_get() function to accept pointer i...Thomas Haller2020-09-246-16/+18
| * | | l3cfg: track both the commited and the currently merged l3cd instanceThomas Haller2020-09-242-40/+72
| * | | l3cfg: allow %NULL argument for nm_l3_config_data_ref()Thomas Haller2020-09-241-2/+4
| * | | shared: add NM_PRINT_FMT_QUOTED2() helper macroThomas Haller2020-09-241-0/+3
|/ / /
* | | license: add Daniel to RELICENSE.mdThomas Haller2020-09-241-0/+1
* | | libnm, shared: merge branch 'th/hwaddr-cleanup'Thomas Haller2020-09-236-88/+83
|\ \ \
| * | | libnm: relax asserting argument for nm_utils_hwaddr_len()Thomas Haller2020-09-231-6/+8
| * | | cloud-setup: add code comment to nmcs_utils_hwaddr_normalize()Thomas Haller2020-09-231-1/+3
| * | | shared: move nm_utils_hwaddr_ntoa_buf() to shared/ as _nm_utils_hwaddr_ntoa()Thomas Haller2020-09-235-22/+20
| * | | shared: move _nm_utils_hwaddr_aton() to shared/Thomas Haller2020-09-233-40/+37
| * | | libnm: cleanup nm_utils_hwaddr_canonical() and nm_utils_hwaddr_valid()Thomas Haller2020-09-231-21/+17
|/ / /
* | | all/style: remove duplicate semicolon (";;") in sourcesThomas Haller2020-09-2313-17/+17
* | | license: add Kjartan to RELICENSE.mdThomas Haller2020-09-231-0/+1
* | | all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-2310-19/+19
* | | clang-format: proposed styleAntonio Cardace2020-09-231-2/+2
* | | contrib/release: implement "rc1" release modeThomas Haller2020-09-231-19/+71
* | | libnm: hide nm_setting_ip_config_next_valid_dns_option() function from headersThomas Haller2020-09-223-4/+3
* | | shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairsThomas Haller2020-09-228-8/+67
|/ /
* | po: correct Chinese translationvb/mr-testingletmestudy2020-09-211-1/+1
* | license: add SUSE LLC to RELICENSE.mdThomas Haller2020-09-181-3/+3
* | l3cfg: merge branch 'th/l3cfg-9'Thomas Haller2020-09-1819-149/+709
|\ \
| * | core: assert that nm_dbus_utils_get_property() returns a variant of the expec...Thomas Haller2020-09-181-4/+18
| * | core: fix D-Bus type for "org.freedesktop.NetworkManager.Capabilities" propertyThomas Haller2020-09-181-1/+1
| * | device: return same singleton variant for NM_DEVICE_IP4_ADDRESS propertyThomas Haller2020-09-181-5/+6
| * | shared: add m_g_variant_singleton_u_0()Thomas Haller2020-09-182-0/+30
| * | device: break deprecated "Ip4Address" D-Bus property of Device interfaceThomas Haller2020-09-183-33/+4
| * | l3cd/ndisc: add nm_ndisc_data_to_l3cd() helperThomas Haller2020-09-152-0/+129