summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | shared: add typedefs for integers for different endiannessThomas Haller2020-09-301-0/+17
| * | | shared: include "stdint.h" in our base headersThomas Haller2020-09-301-0/+1
| * | | shared: add nm_ether_addr_cmp()/nm_ether_addr_equal() helpersThomas Haller2020-09-301-0/+16
| * | | shared: move NM_CMP*() macros to "nm-std-aux.h"Thomas Haller2020-09-302-120/+102
|/ / /
* | | libnm/trivial: fix indentation for NMSettingWirelessWakeOnWLan enumThomas Haller2020-09-291-16/+16
* | | all: use C-style comments for "clang-format on|off"Thomas Haller2020-09-294-9/+9
* | | all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-29874-874/+874
* | | contrib: add "nm-code-format-container.sh" to reformat working directory in c...Thomas Haller2020-09-291-0/+45
* | | libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2020-09-298-252/+352
* | | core: merge branch 'th/device-get-applied-connection-no-privs'Thomas Haller2020-09-294-67/+61
|\ \ \
| * | | device: allow non-privileged users to call device.GetAppliedConnection()Thomas Haller2020-09-292-67/+27
| * | | core: add nm_auth_is_invocation_in_acl_set_error() helperThomas Haller2020-09-292-0/+34
|/ / /
* | | gitlab-ci: combine tests for checkpatch/black/msgfmt and nm-code-format.shThomas Haller2020-09-291-19/+4
* | | contributing: update CONTRIBUTING file with new style guideThomas Haller2020-09-291-14/+8
* | | format: replace tabs with spaces in sheell scriptsThomas Haller2020-09-292-5/+5
* | | format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-2929-262/+264
* | | format: use spaces instead of indentation for manually formatted parts in "nm...Thomas Haller2020-09-291-3500/+3500
* | | all/systemd: reformat ./{shared,src}/systemd/ with new clang-format styleThomas Haller2020-09-2812-331/+354
* | | contrib: let "nm-code-format.sh" handle files under ./{shared,src}/systemd/Thomas Haller2020-09-281-2/+2
* | | all: merge branch 'ac/clang-format'Antonio Cardace2020-09-28864-361134/+373953
|\ \ \
| * | | format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-28395-15940/+15940
| * | | all: reformat all with new clang-format styleAntonio Cardace2020-09-28859-341016/+353811
| * | | cli: use C comment to not break clang-formattingAntonio Cardace2020-09-281-2/+1
| * | | libnm-core: turn off clang-format for 'glib-mkenums'Antonio Cardace2020-09-283-25/+31
| * | | clients: exclude code region of nm-meta-setting-desc.c from formattingAntonio Cardace2020-09-281-0/+4
| * | | tools: update script for new code-styleAntonio Cardace2020-09-281-5/+20
| * | | gitlab-ci: add clang-format test on fedora 33 which run clang-format 11Antonio Cardace2020-09-281-0/+12
| * | | checkpatch.pl: adjust checking for indentation/tabsThomas Haller2020-09-281-14/+2
| * | | clang-format: add clang-format proposed code-style fileAntonio Cardace2020-09-281-1/+1
|/ / /
* | | all: merge branch 'th/getpwuid'Thomas Haller2020-09-289-82/+109
|\ \ \
| * | | 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