summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp/internal: handle localhost and 0.0.0.0 DNS/NTP servers speciallyth/dhcp-internal-mulitple-routersThomas Haller2019-02-191-7/+9
* dhcp/internal: handle multiple Router options in internal DHCP clintThomas Haller2019-02-191-16/+35
* systemd: network: avoid inet_ntoa() in favor of inet_ntop()Thomas Haller2019-02-192-8/+12
* systemd: dhcp: move filtering of bogus DNS/NTP addresses out of DHCP clientThomas Haller2019-02-195-34/+43
* systemd: dhcp: handle multiple addresses for "Router" (option 3) in DHCP libraryThomas Haller2019-02-194-29/+37
* systemd: network: don't return allocated buffer of zero length from deseriali...Thomas Haller2019-02-191-1/+1
* dhcp/internal: cleanup logging and failure handling in lease_to_ip4_config()Thomas Haller2019-02-191-46/+46
* shared: add nm_ip4_addr_is_localhost() utilThomas Haller2019-02-192-0/+20
* docs: use numeric values in enum definitions in public headersThomas Haller2019-02-196-52/+51
* wifi-p2p: merge branch 'benzea/fix-p2p-crash'Thomas Haller2019-02-192-0/+14
|\
| * device: Recheck P2P availability after setting a supplicant interfaceBenjamin Berg2019-02-191-0/+4
| * device: Destroy P2P device with its parent Wifi deviceBenjamin Berg2019-02-191-0/+6
| * device: Ensure P2P device is unavailable without wpa_supplicantBenjamin Berg2019-02-191-0/+4
|/
* libnm: fix leaking checkpoints from NMManagerThomas Haller2019-02-191-0/+2
* libnm: fix memleak for NMDeviceTun:hw-addressThomas Haller2019-02-191-0/+1
* libnm: fix duplicate free in nm_client_checkpoint_rollback()Thomas Haller2019-02-191-1/+1
* shared: add nm_g_type_find_implementing_class_for_property() helperThomas Haller2019-02-192-0/+52
* platform/wireguard: fix parsing WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL from n...Thomas Haller2019-02-181-1/+1
* all: merge branch 'th/c-list-move'Thomas Haller2019-02-183-44/+51
|\
| * all: use nm_c_list_move_*() helpersThomas Haller2019-02-182-44/+15
| * shared: add nm_c_list_move_*() helpersThomas Haller2019-02-181-0/+36
|/
* ovs: merge branch 'bg/ovs-leaks'Beniamino Galvani2019-02-172-41/+40
|\
| * ovs: fix dispose()Beniamino Galvani2019-02-171-5/+11
| * ovs: don't leak a GCancellable on connection failureBeniamino Galvani2019-02-171-3/+1
| * ovs: fix leak of json objectsBeniamino Galvani2019-02-171-4/+5
| * ovs: use nm_auto_decref_jsonBeniamino Galvani2019-02-171-29/+20
| * shared: add nm_auto_decref_jsonBeniamino Galvani2019-02-171-0/+3
|/
* wifi/iwd: fix compiler warning about pointer cast in powered_changed()Thomas Haller2019-02-171-1/+1
* release: update NEWSThomas Haller2019-02-151-0/+3
* settings/ifupdown: fix ifupdown plugin after merging eni_ifaces and connectio...Thomas Haller2019-02-151-2/+4
* all: merge branch 'th/various-for-wireguard-3'Thomas Haller2019-02-1421-230/+946
|\
| * platform: print persistent-keepalive setting of WireGuard peersThomas Haller2019-02-141-2/+7
| * platform: add peer_flags argument to nm_platform_link_wireguard_change()Thomas Haller2019-02-144-52/+121
| * platform: add flags for setting individual WireGuard options of linkThomas Haller2019-02-144-15/+32
| * platform: add change-flags argument to platform's link_wireguard_change()Thomas Haller2019-02-144-11/+21
| * device: add mechanism to invoke act_stage2_config() function also for externa...Thomas Haller2019-02-142-2/+10
| * device: split activate_stage2_device_config() steps for assumed/external checkThomas Haller2019-02-141-6/+11
| * device: abort device activation if tc_commit() fails in stage2Thomas Haller2019-02-141-0/+1
| * policy: treat WireGuard devices as VPN for DNSThomas Haller2019-02-144-13/+41
| * clients/secret-agent: allow suppressing prompting the entry-id when requestin...Thomas Haller2019-02-143-7/+18
| * clients/secret-agent: split creation of secret-request dataThomas Haller2019-02-142-125/+123
| * clients/secret-agent: fail request_secrets_from_ui() if there are no secrets ...Thomas Haller2019-02-141-0/+3
| * clients/secret-agent: keep setting-name in request-dataThomas Haller2019-02-141-0/+7
| * libnm: add NMSockAddrEndpoint APIThomas Haller2019-02-144-0/+446
| * libnm: add internal _nm_utils_secret_flags_validate() utilThomas Haller2019-02-142-0/+62
| * libnm/trivial: rename NM_SETTING_SECRET_FLAG_ALL flag (formerly NM_SETTING_SE...Thomas Haller2019-02-142-3/+3
| * shared: add macros for initializing NMSecretPtrThomas Haller2019-02-131-0/+25
| * shared: make nm_streq() and nm_streq0() inline functionsThomas Haller2019-02-131-2/+12
| * shared: add NM_STR_HAS_SUFFIX()Thomas Haller2019-02-131-1/+12
| * libnm: fix usage of nm_streq() macroThomas Haller2019-02-131-7/+7
|/