summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: avoid creaing route file twice in make_ip4_setting()th/ifcfg-parse-route-file-cleanupThomas Haller2020-01-101-16/+17
* ifcfg-rh: expose constructor for shvarFile that doesn't read content from fileThomas Haller2020-01-102-26/+46
* ifcfg-rh: split reading file and parsing from read_route_file() functionThomas Haller2020-01-101-21/+46
* ifcfg-rh: split reading file and parsing in utils_has_route_file_new_syntax()...Thomas Haller2020-01-102-4/+19
* ifcfg-rh: don't use GRegex in utils_has_route_file_new_syntax()Thomas Haller2020-01-101-14/+34
* ifcfg-rh/tests: add test for utils_has_route_file_new_syntax()Thomas Haller2020-01-101-0/+37
* shared/tests: add nmtst_file_set_contents_size() helperThomas Haller2020-01-101-2/+14
* shared: improve nm_free_secret() to clear entire memory bufferThomas Haller2020-01-092-8/+27
* po: update Ukrainian (uk) translationYuri Chornoivan2020-01-091-1308/+1309
* license: add Beniamino Galvani to RELICENSE.mdThomas Haller2020-01-091-0/+1
* n-dhcp4: use C_CLAMP() macro instead of c_clamp()Beniamino Galvani2020-01-091-1/+1
* license: add RELICENSE.md file to track consent/disapproval for relicensing u...th/relicenseThomas Haller2020-01-091-0/+74
* platform,device: merge branch 'th/device-ip-tunnel-mac'Thomas Haller2020-01-0910-1129/+618
|\
| * core: set MAC address for IP tunnels when creating deviceThomas Haller2020-01-092-7/+41
| * platform: support setting MAC address during nm_platform_link_gre_add()Thomas Haller2020-01-093-3/+10
| * platform: drop NMPlatformLnkMacvtap typedefThomas Haller2020-01-094-7/+5
| * platform: implement link_macvlan_add via nm_platform_link_add()Thomas Haller2020-01-093-89/+31
| * platform: implement link_macsec_add via nm_platform_link_add()Thomas Haller2020-01-093-101/+43
| * platform: implement link_ipip_add via nm_platform_link_add()Thomas Haller2020-01-093-83/+32
| * platform: implement link_ip6gre_add via nm_platform_link_add()Thomas Haller2020-01-093-108/+48
| * platform: implement link_ip6tnl_add via nm_platform_link_add()Thomas Haller2020-01-093-97/+45
| * platform: implement link_6lowpan_add via nm_platform_link_add()Thomas Haller2020-01-093-74/+9
| * platform: implement link_vxlan_add via nm_platform_link_add()Thomas Haller2020-01-094-140/+66
| * platform: implement link_vlan_add via nm_platform_link_add()Thomas Haller2020-01-094-127/+76
| * platform: implement link_sit_add via nm_platform_link_add()Thomas Haller2020-01-093-79/+31
| * platform: implement link_gre_add via nm_platform_link_add()Thomas Haller2020-01-093-92/+45
| * platform: add parent argument to nm_platform_link_add()Thomas Haller2020-01-094-14/+27
| * platform: move special link-add functions to headerThomas Haller2020-01-092-91/+60
| * platform: extend nm_platform_link_add() to accept type specific extra parameterThomas Haller2020-01-094-35/+63
| * platform: log name of link that gets added by nm_platform_link_add()Thomas Haller2020-01-091-4/+6
| * device: avoid assertion failure when setting MAC address of unexpected addres...Thomas Haller2020-01-091-2/+4
|/
* dhcp: merge branch 'bg/nettools-fixes-pt2'Beniamino Galvani2020-01-094-5/+11
|\
| * dhcp: nettools: handle 'retracted' event as 'expired'Beniamino Galvani2020-01-091-1/+1
| * n-dhcp4: restart the transaction after a NAKBeniamino Galvani2020-01-092-4/+7
| * n-dhcp4: allow calling listen() on already listening connectionBeniamino Galvani2020-01-091-0/+3
|/
* client: add nm_client_get_object_by_path() and nm_object_get_client() APIThomas Haller2020-01-085-2/+57
* wifi: merge branch 'th/ssids-options-to-ptrarray'Thomas Haller2020-01-085-36/+129
|\
| * device/wifi: cleanup ssids_options_to_ptrarray()th/ssids-options-to-ptrarrayThomas Haller2020-01-081-7/+8
| * wifi/tests: add test for ssids_options_to_ptrarray()Thomas Haller2020-01-083-0/+67
| * build: build intermediate library with core wifi for device-plugin and testsThomas Haller2020-01-082-28/+52
| * device/wifi: fix memleak parsing SSID arguments for "RequestScan"Thomas Haller2020-01-081-1/+2
|/
* libnm: merge branch 'th/utils-security-valid'Thomas Haller2020-01-081-97/+87
|\
| * libnm: let nm_utils_security_valid() reject TKIP with SAE (WPA3)Thomas Haller2020-01-081-3/+0
| * libnm: let nm_utils_security_valid() reject adhoc mode with SAEThomas Haller2020-01-081-8/+2
| * libnm: avoid deep nesting in checks of nm_utils_security_valid()Thomas Haller2020-01-081-65/+62
| * libnm: cleanup conditions by moving pre-check in nm_utils_security_valid()Thomas Haller2020-01-081-15/+12
| * libnm: break lines in conditions of nm_utils_security_valid()Thomas Haller2020-01-081-3/+6
| * libnm: add missing braces to multi-line condition in nm_utils_security_valid()Thomas Haller2020-01-081-1/+2
| * libnm: return early from nm_utils_security_valid()Thomas Haller2020-01-081-17/+18
|/
* platform/linux: add support for /31 prefixes on IPv4 point-to-point linksAntonio Cardace2020-01-071-0/+1