summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* initrd: disable ipv6 when 'off|none' is set in the 'ip' optionAntonio Cardace2020-10-092-3/+54
* device: in NMDeviceVxlan let address_matches ensure the unused address is NULLThomas Haller2020-10-091-1/+4
* device: cleanup NMDeviceVxlan to use our NMIPAddr helpersThomas Haller2020-10-091-21/+18
* device: ensure unique counter for udi placeholder variableThomas Haller2020-10-091-2/+8
* dns: change default DNS priority of VPNs to -50Beniamino Galvani2020-10-091-1/+1
* dns: add wildcard domain to VPNs with never-default=no and no domainsBeniamino Galvani2020-10-091-2/+19
* core: add never-default field to NMIP{4,6}ConfigBeniamino Galvani2020-10-094-0/+74
* dns: slightly refactor rebuild_domain_lists()Beniamino Galvani2020-10-091-6/+7
* all: use _NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON define for trailing semicolonThomas Haller2020-10-081-4/+4
* systemd: merge branch systemd into masterThomas Haller2020-10-083-14/+88
|\
| * systemd: update code from upstream (2020-10-08)Thomas Haller2020-10-083-14/+88
* | platform/tests: skip test_platform_ip_address_pretty_sort_cmp() on non-amd64 ...Thomas Haller2020-10-071-0/+14
* | platform/tests: print details about test failure for test_platform_ip_address...Thomas Haller2020-10-071-0/+13
* | platform/tests: adjust regeneration of test code for test_platform_ip_address...Thomas Haller2020-10-071-4/+6
* | platform: use also statvfs() to check for udevdAlfonso Sánchez-Beato2020-10-061-1/+24
* | tests: adjust timeouts for test nm_utils_kill_child()Thomas Haller2020-10-061-1/+1
* | iwd: Subscribe to object-added/removed ObjectManager signalsAndrew Zaborowski2020-10-061-17/+35
* | iwd: Disable periodic scanning when connectedAndrew Zaborowski2020-10-061-15/+17
* | iwd: Disconnect signals in NMDeviceIwd's disposeAndrew Zaborowski2020-10-061-11/+1
* | systemd: merge branch systemd into masterBeniamino Galvani2020-10-052-4/+4
|\ \ | |/
| * systemd: update code from upstream (2020-10-05)Beniamino Galvani2020-10-052-4/+4
* | platform: reorder fields in NMPClass structThomas Haller2020-10-051-4/+3
* | test/trivial: rename ASSERT_nmp_cache_is_consistent() function to nmtst_asser...Thomas Haller2020-10-053-12/+12
* | platform: add typedefs for casting functions pointers to improve formattingThomas Haller2020-10-051-214/+115
* | platform: fix formatting for _vt_cmd_plobj_id_cmp()/_vt_cmd_plobj_id_hash_upd...Thomas Haller2020-10-051-71/+88
* | platform/tests: fix bug in nmtstp_ip_address_check_lifetime() calculating tim...Thomas Haller2020-10-011-2/+2
* | platform/trivial: use in_addr_t type for address in nm_platform_ip4_address_g...Thomas Haller2020-10-011-1/+1
* | shared: add ether_addr field of type NMEtherAddr to NMIPAddr unionThomas Haller2020-10-013-5/+5
* | l3cfg: combine notify_type and payload data in NM_L3Cfg_SIGNAL_NOTIFY signalth/l3cfg-11Thomas Haller2020-09-303-88/+74
* | l3cfg: in NML3Cfg also track the current NMPlatformLink of the platform cacheThomas Haller2020-09-302-27/+46
* | l3cfg: cleanup nm_l3cfg_platform_commit() API and function to schedule commit...Thomas Haller2020-09-303-66/+62
* | l3cfg: add NM_L3_CONFIG_NOTIFY_TYPE_PLATFORM_CHANGE notificationThomas Haller2020-09-304-8/+58
* | l3cfg: add NM_L3_CONFIG_MERGE_FLAGS_ONLY_FOR_ACD merge flagThomas Haller2020-09-302-9/+24
* | l3cfg: extend nm_l3cfg_add_config() to accept default route table and metricThomas Haller2020-09-305-23/+115
* | l3cfg: add nm_l3cfg_get_multi_idx() accessorThomas Haller2020-09-301-0/+12
* | platform: add flags to NMPlatformIP[46]Route to allow overriding the route ta...Thomas Haller2020-09-303-289/+379
* | platform: have union in NMPLinkAddress for NMEtherAddrThomas Haller2020-09-301-1/+8
* | all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-29363-363/+363
* | libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2020-09-292-25/+35
* | device: allow non-privileged users to call device.GetAppliedConnection()Thomas Haller2020-09-291-67/+25
* | core: add nm_auth_is_invocation_in_acl_set_error() helperThomas Haller2020-09-292-0/+34
* | format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-2915-67/+69
* | all/systemd: reformat ./{shared,src}/systemd/ with new clang-format styleThomas Haller2020-09-288-139/+134
* | format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-28179-6121/+6121
* | all: reformat all with new clang-format styleAntonio Cardace2020-09-28356-194321/+202737
* | 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-255-40/+13
* | systemd: merge branch systemd into masterThomas Haller2020-09-249-22/+29
|\ \ | |/
| * systemd: update code from upstream (2020-09-24)Thomas Haller2020-09-249-22/+29
* | initrd: merge branch 'bg/initrd-mac-iface'Beniamino Galvani2020-09-242-28/+133
|\ \