summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* l3cfg: implement IPv4 DAD/ACD (address collision detection) in NML3Cfgth/l3cfg-6-acdThomas Haller2020-09-034-108/+1886
* platform: add nm_platform_ip4_address_addr_to_hash() helperThomas Haller2020-09-032-0/+39
* shared: add nm_utils_bin2hexstr_a() macroThomas Haller2020-09-031-0/+25
* shared: add nm_g_timeout_source_new_seconds()Thomas Haller2020-09-032-0/+23
* shared: add nm_g_hash_table_contains() helperThomas Haller2020-09-031-0/+6
* initrd/tests: fix memleak in test_dhcp_vendor_class_id()Thomas Haller2020-09-031-1/+3
* release: bump version to 1.27.2 (development)1.27.2-devThomas Haller2020-09-022-2/+2
* contrib: add git-hook to verify code-styleAntonio Cardace2020-09-021-0/+21
* scripts: better error message for nm-code-format.shAntonio Cardace2020-09-021-1/+1
* all: merge branch 'th/unify-nm-auto-macros'Thomas Haller2020-09-0216-140/+80
|\
| * shared: redefine "gs_*" cleanup macros to their "nm_auto*" counterpartsThomas Haller2020-09-021-87/+11
| * all: replace cleanup macro "gs_free_slist" by "nm_auto_free_slist"Thomas Haller2020-09-023-15/+6
| * all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-0215-46/+38
| * shared: add "nm_auto*" macros as future replacements for "gs_*" cleanup macrosThomas Haller2020-09-021-0/+33
|/
* scripts: add script to format codebase using clang-formatAntonio Cardace2020-09-021-0/+72
* man: expand DEBUGGING section in `man NetworkManager`Thomas Haller2020-09-021-10/+24
* man: update bug tracker in `man NetworkManager`Thomas Haller2020-09-021-1/+1
* core: log message about secret-key version and filenameThomas Haller2020-09-021-5/+14
* man: fix description of v2 secret key in `man NetworkManager`Thomas Haller2020-09-021-6/+6
* man: explain "/var/lib/NetworkManager/secret-key" in `man NetworkManager`Thomas Haller2020-09-023-1/+39
* shared: rename "gs_local_option_context" to "nm_auto_free_option_context"Thomas Haller2020-09-022-9/+4
* initrd: fix memory leakAntonio Cardace2020-09-012-1/+9
* shared/trivial: add code comment about the purpose of "nm-default.h" headerThomas Haller2020-09-011-0/+10
* libnm: fix order of includes in "libnm-core/nm-libnm-core-intern/nm-libnm-cor...Thomas Haller2020-09-011-3/+2
* initrd: merge branch 'ac/dhcpclass-initrd'Antonio Cardace2020-09-017-52/+118
|\
| * initrd: parse 'rd.net.dhcp.vendor-class' kernel cmdline argac/dhcpclass-initrdAntonio Cardace2020-09-012-0/+53
| * core: add 'dhcp-vendor-class-identifier' validation functionAntonio Cardace2020-09-015-52/+65
|/
* po: update Ukrainian (uk) translationYuri Chornoivan2020-08-311-1109/+1015
* contrib: accept missing .sig file for older releases in "release.sh"Thomas Haller2020-08-311-2/+5
* device: fix autoactivating virtual devices after a failureBeniamino Galvani2020-08-311-0/+5
* dhcp: workaround "maybe-uninitialized" in dhcp_event_cb()Thomas Haller2020-08-281-1/+1
* gitlab-ci: fix workarounds for Ubuntu 16.04 in testsThomas Haller2020-08-282-3/+3
* device: fix casting pointer to enum for sriov_reset_on_deactivate_cb()Thomas Haller2020-08-281-2/+2
* core/trivial: replace "XXX" markers with "TODO"Thomas Haller2020-08-275-9/+9
* dhcp: merge branch 'bg/dhcp-reject-servers'Beniamino Galvani2020-08-2629-569/+1081
|\
| * dhcp: nettools: change event handler signatureBeniamino Galvani2020-08-261-6/+4
| * core: honor the ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-2612-2/+122
| * all: add ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-2612-520/+896
| * n-dhcp4: add n_dhcp4_client_lease_get_server_identifier()Beniamino Galvani2020-08-263-0/+28
| * libnm-core: use nm_strvarray_remove_first()Beniamino Galvani2020-08-261-44/+16
| * shared: add nm_strvarray_remove_first()Beniamino Galvani2020-08-261-0/+18
|/
* libnm: move nm_setting_ip4_config_get_dhcp_vendor_class_identifier() to "libn...Antonio Cardace2020-08-261-2/+6
* dhcp: merge branch 'ac/dhcp_vendor_class_opt'Antonio Cardace2020-08-2622-554/+935
|\
| * dhcp: implement dhcp-vendor-class-identifier option for systemd's DHCPAntonio Cardace2020-08-261-0/+19
| * dhcp: implement dhcp-vendor-class-identifier option for internal DHCP clientAntonio Cardace2020-08-261-0/+20
| * core: add support for dhcpv4 vendor class identifier optionAntonio Cardace2020-08-267-16/+96
| * ifcfg-rh: add support for the DHCP_VENDOR_CLASS_IDENTIFIER optionAntonio Cardace2020-08-264-1/+12
| * libnm-core,clients: add support for ipv4.dhcp-vendor-class-identifier optionAntonio Cardace2020-08-269-537/+788
|/
* shared: avoid multiple strlen() calls in _nm_utils_strv_dup_packed()Thomas Haller2020-08-251-10/+22
* shared: add nm_utils_strv_dup_packed() utilThomas Haller2020-08-253-0/+119