summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-20initrd: generate infiniband connectionsBeniamino Galvani2-6/+78
2020-10-12device/wifi: fix leak of NMSupplicantPeerInfo.peer_path in NMSupplicantInterfaceThomas Haller1-0/+2
2020-10-12wifi: re-add code for tracking a peers groupsBenjamin Berg3-3/+23
2020-10-09dns: change default DNS priority of VPNs to -50Beniamino Galvani1-1/+1
2020-10-09dns: add wildcard domain to VPNs with never-default=no and no domainsBeniamino Galvani1-2/+19
2020-10-09core: add never-default field to NMIP{4,6}ConfigBeniamino Galvani4-0/+74
2020-10-09dns: slightly refactor rebuild_domain_lists()Beniamino Galvani1-6/+7
2020-10-07platform/tests: skip test_platform_ip_address_pretty_sort_cmp() on non-amd64 ...Thomas Haller1-0/+14
2020-10-07platform/tests: print details about test failure for test_platform_ip_address...Thomas Haller1-0/+13
2020-10-07platform/tests: adjust regeneration of test code for test_platform_ip_address...Thomas Haller1-4/+6
2020-10-06platform: use also statvfs() to check for udevdAlfonso Sánchez-Beato1-1/+24
2020-10-06iwd: Subscribe to object-added/removed ObjectManager signalsAndrew Zaborowski1-17/+35
2020-10-06iwd: Disable periodic scanning when connectedAndrew Zaborowski1-15/+17
2020-10-06iwd: Disconnect signals in NMDeviceIwd's disposeAndrew Zaborowski1-11/+1
2020-10-05systemd: merge branch systemd into masterBeniamino Galvani2-4/+4
2020-10-05systemd: update code from upstream (2020-10-05)Beniamino Galvani2-4/+4
2020-10-05platform: reorder fields in NMPClass structThomas Haller1-4/+3
2020-10-05test/trivial: rename ASSERT_nmp_cache_is_consistent() function to nmtst_asser...Thomas Haller3-12/+12
2020-10-05platform: add typedefs for casting functions pointers to improve formattingThomas Haller1-214/+115
2020-10-05platform: fix formatting for _vt_cmd_plobj_id_cmp()/_vt_cmd_plobj_id_hash_upd...Thomas Haller1-71/+88
2020-10-01platform/tests: fix bug in nmtstp_ip_address_check_lifetime() calculating tim...Thomas Haller1-2/+2
2020-10-01platform/trivial: use in_addr_t type for address in nm_platform_ip4_address_g...Thomas Haller1-1/+1
2020-10-01shared: add ether_addr field of type NMEtherAddr to NMIPAddr unionThomas Haller3-5/+5
2020-09-30l3cfg: combine notify_type and payload data in NM_L3Cfg_SIGNAL_NOTIFY signalThomas Haller3-88/+74
2020-09-30l3cfg: in NML3Cfg also track the current NMPlatformLink of the platform cacheThomas Haller2-27/+46
2020-09-30l3cfg: cleanup nm_l3cfg_platform_commit() API and function to schedule commit...Thomas Haller3-66/+62
2020-09-30l3cfg: add NM_L3_CONFIG_NOTIFY_TYPE_PLATFORM_CHANGE notificationThomas Haller4-8/+58
2020-09-30l3cfg: add NM_L3_CONFIG_MERGE_FLAGS_ONLY_FOR_ACD merge flagThomas Haller2-9/+24
2020-09-30l3cfg: extend nm_l3cfg_add_config() to accept default route table and metricThomas Haller5-23/+115
2020-09-30l3cfg: add nm_l3cfg_get_multi_idx() accessorThomas Haller1-0/+12
2020-09-30platform: add flags to NMPlatformIP[46]Route to allow overriding the route ta...Thomas Haller3-289/+379
2020-09-30platform: have union in NMPLinkAddress for NMEtherAddrThomas Haller1-1/+8
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller363-363/+363
2020-09-29libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2-25/+35
2020-09-29device: allow non-privileged users to call device.GetAppliedConnection()Thomas Haller1-67/+25
2020-09-29core: add nm_auth_is_invocation_in_acl_set_error() helperThomas Haller2-0/+34
2020-09-29format: manually replace remaining tabs with spaces and reformatThomas Haller15-67/+69
2020-09-28all/systemd: reformat ./{shared,src}/systemd/ with new clang-format styleThomas Haller8-139/+134
2020-09-28format: replace tabs for indentation in code commentsThomas Haller179-6121/+6121
2020-09-28all: reformat all with new clang-format styleAntonio Cardace356-194321/+202737
2020-09-25all: use nm_utils_name_to_uid() instead of getpwnam()Thomas Haller3-24/+1
2020-09-25all: use nm_utils_uid_to_name() instead of getpwuid()Thomas Haller5-40/+13
2020-09-24systemd: merge branch systemd into masterThomas Haller9-22/+29
2020-09-24systemd: update code from upstream (2020-09-24)Thomas Haller9-22/+29
2020-09-24initrd: merge branch 'bg/initrd-mac-iface'Beniamino Galvani2-28/+133
2020-09-24l3cfg/tests: add unit test for NML3CfgThomas Haller2-2/+361
2020-09-24l3cfg/device: drop NML3Cfg references from NMDevice for nowThomas Haller1-297/+2
2020-09-24l3cfg: fix leaking l3_config_datas array in NML3CfgThomas Haller1-37/+42
2020-09-24l3cfg: various fixes for l3cfgThomas Haller5-147/+244
2020-09-24platform/tests: add nmtstp_platform_ip_addresses_assert() test helperThomas Haller2-0/+153