summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wireguard: update TODO list for WireGuard devicesth/wireguard-importThomas Haller2019-03-071-4/+9
* clients/tests: add wireguard import testsLubomir Rintel2019-03-076-0/+135
* cli/wireguard: add import functionality for WireGuardThomas Haller2019-03-076-16/+597
* libnm: rename and expose nm_utils_base64secret_decode() in libnmThomas Haller2019-03-077-38/+41
* libnm: fix return value for nm_wireguard_peer_append_allowed_ip()Thomas Haller2019-03-071-1/+3
* libnm: change nm_wireguard_peer_set_endpoint() API to allow validationThomas Haller2019-03-075-16/+38
* libnm: change nm_wireguard_peer_set_public_key() API to allow validationThomas Haller2019-03-075-15/+30
* libnm: change nm_wireguard_peer_set_preshared_key() API to allow validationThomas Haller2019-03-075-19/+37
* cli: fix completion for `nmcli connection import`Thomas Haller2019-03-071-2/+5
* cli: add nmc_complete_strv() which takes a string array for completion that m...Thomas Haller2019-03-072-10/+28
* platform/wireguard: fix WGPEER_A_LAST_HANDSHAKE_TIME to use int64 typed times...Thomas Haller2019-03-072-3/+18
* core: use nm_utils_memeqzero_secret() for printing WireGuard keyThomas Haller2019-03-071-2/+3
* shared: add nm_utils_memeqzero_secret()Jason A. Donenfeld2019-03-072-0/+29
* wireguard: accept all-zero private-key, public-key and preshared-keyThomas Haller2019-03-071-5/+0
* nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)2019-03-0717-24/+24
* contrib/rpm: merge branch 'th/contrib-rpm-f30'Thomas Haller2019-03-071-1/+49
|\
| * contrib/rpm: remove Group tag for Fedora 30+Thomas Haller2019-03-071-0/+40
| * contrib/rpm: use "%ldconfig_scriptlets" for Fedora 30+Thomas Haller2019-03-071-1/+5
| * contrib/rpm: require "vala" instead of "vala-tools" for Fedora 30+Thomas Haller2019-03-071-0/+4
|/
* wifi-p2p: fix failed assertion when releasing supplicant interfaceBeniamino Galvani2019-03-061-15/+19
* build: fix build dependency for generating libnm enum headers before building...Thomas Haller2019-03-051-0/+1
* core,wireguard: merge branch 'th/wireguard-routes'Thomas Haller2019-03-0526-925/+1072
|\
| * wireguard: implement direct "peer-routes" for WireGuard allowed-ips rangesThomas Haller2019-03-052-1/+137
| * wireguard: add "peer-routes" setting for WireGuard profilesThomas Haller2019-03-055-0/+54
| * wireguard: add "mtu" setting for WireGuard profilesThomas Haller2019-03-058-21/+119
| * device: expose nm_device_ip_config_new() as internal APIThomas Haller2019-03-052-19/+25
| * device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-0513-517/+378
| * device/trivial: rename wwan_ip_config to dev2_ip_configThomas Haller2019-03-053-26/+27
| * device: merge IPv4 and IPv6 variant of nm_device_set_wwan_ip_config()Thomas Haller2019-03-053-19/+23
| * device: avoid setting an empty dev_ip_config_4 for activate_schedule_ip_confi...Thomas Haller2019-03-051-10/+5
| * device/trivial: rename dev_ip4_config fieldThomas Haller2019-03-051-13/+14
| * device: unify IPv4 and IPv6 handling of IP state of deviceThomas Haller2019-03-052-78/+80
| * device/trivial: rename ip-state fields in NMDevicePrivateThomas Haller2019-03-051-61/+61
| * device/trivial: rename IpState to NMDeviceIPStateThomas Haller2019-03-051-103/+103
| * device: unify IPv4 and IPv6 device methods for IP configsThomas Haller2019-03-057-106/+101
| * core: use nm_connection_get_setting_ip_config() helperThomas Haller2019-03-053-37/+10
| * libnm-core: add nm_connection_get_setting_ip_config() helperThomas Haller2019-03-052-0/+17
| * core: accept %NULL as source argument for nm_utils_ipx_address_clear_host_add...Thomas Haller2019-03-052-5/+9
|/
* merge: branch 'bg/nmcli-agent-fixes'Beniamino Galvani2019-03-051-3/+15
|\
| * clients: fix GVariantBuilder memory leakbg/nmcli-agent-fixesBeniamino Galvani2019-03-051-1/+4
| * clients: fix i/o stream memory leaksBeniamino Galvani2019-03-041-0/+6
| * clients: fix keyfile string memory leakBeniamino Galvani2019-03-041-1/+4
| * clients: fix double freeBeniamino Galvani2019-03-041-1/+1
|/
* manager: ignore ovs-system master when assuming connectionsBeniamino Galvani2019-03-041-1/+6
* ifcfg-rh: avoid duplicate cache lookup in is_wifi_device()Thomas Haller2019-03-041-6/+4
* po: update Esperanto (eo) translationKristjan SCHMIDT2019-02-261-1837/+2034
* wifi: merge branch 'bg/pmf-fix-issue129'Beniamino Galvani2019-02-261-17/+20
|\
| * supplicant: fix setting pmf when the supplicant doesn't advertise supportBeniamino Galvani2019-02-261-15/+16
| * supplicant: clarify ready_count usageBeniamino Galvani2019-02-261-13/+15
|/
* examples: fix handling secrets in nm-wg-setThomas Haller2019-02-261-2/+17