summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-09keyfile: fix interpreting missing wifi.mac-address-randomization as permanent...Thomas Haller2-8/+0
2017-01-09utils: add nm_utils_get_boot_id() util to read "/proc/sys/kernel/random/boot_id"Thomas Haller2-0/+35
2017-01-09shared: add nm_str_realloc()Thomas Haller1-0/+19
2017-01-07vpn: add device route to VPN gateway if parent has no gatewayBeniamino Galvani1-14/+16
2017-01-06libnm-core/8021x: fix up scheme handling in settersLubomir Rintel1-39/+56
2017-01-06merge: branch 'lr/pkcs11'Lubomir Rintel9-133/+471
2017-01-06supplicant: allow accessing certs and keys in PKCS#11 tokensLubomir Rintel1-0/+32
2017-01-06supplicant: allow specifying a replacement string for hidden itemsLubomir Rintel1-40/+40
2017-01-06cli: add support for pkcs11: URI scheme on relevant propertiesLubomir Rintel1-13/+10
2017-01-06cli: support printing the pkcs11: URI schemeLubomir Rintel1-24/+66
2017-01-06keyfile: add support for pkcs11: URI schemeLubomir Rintel4-7/+33
2017-01-06libnm-core/8021x: make cert/key setters handle pkcs11 URI schemeLubomir Rintel1-23/+39
2017-01-06libnm-core/8021x: add pkcs11: scheme for certificates and keysLubomir Rintel3-19/+251
2017-01-06cli: do not require a password when setting a PKLubomir Rintel1-13/+6
2017-01-06merge: branch 'lr/ifname-validation'Lubomir Rintel19-61/+107
2017-01-06libnm-core: deprecate nm_utils_iface_valid_name()Lubomir Rintel2-0/+3
2017-01-06all: use nm_utils_is_valid_iface_name()Lubomir Rintel16-54/+65
2017-01-06libnm-core: add nm_utils_is_valid_iface_name()Lubomir Rintel3-7/+39
2017-01-05keyfile: merge branch 'th/keyfile-parsing-bgo776484'Thomas Haller11-207/+324
2017-01-05keyfile: write also empty byte arrays to keyfilesThomas Haller1-9/+13
2017-01-05keyfile: assert that write_array_of_uint() writes valid integer listThomas Haller2-10/+21
2017-01-05keyfile: use nm_keyfile_plugin_kf_set_integer_list_uint8() helperThomas Haller1-29/+10
2017-01-05keyfile: add nm_keyfile_plugin_kf_set_integer_list_uint8() helperThomas Haller2-0/+30
2017-01-05keyfile: refactor parsing in get_bytes() to replace regexThomas Haller1-64/+107
2017-01-05shared: move nm_utils_strbuf_*() helper to shared/nm-utilsThomas Haller4-94/+98
2017-01-05keyfile/tests: add test for reading dcb connectionThomas Haller3-0/+44
2017-01-05keyfile: fix memleak in keyfile reader's read_array_of_uint()Thomas Haller1-1/+1
2017-01-04systemd: merge branch systemd into masterThomas Haller27-155/+434
2017-01-04systemd: update code from upstreamThomas Haller25-155/+430
2017-01-04device: merge branch 'th/device-parent-bgo776719'Thomas Haller21-476/+536
2017-01-04device: drop unused hook nm_device_notify_new_device_added()Thomas Haller3-31/+0
2017-01-04device: move tracking of peer device from NMDeviceVeth to NMDeviceThomas Haller1-48/+28
2017-01-04device: move tracking of parent device from NMDeviceVxlan to NMDeviceThomas Haller2-47/+19
2017-01-04device: move tracking of parent device from NMDeviceVlan to NMDeviceThomas Haller2-96/+65
2017-01-04device: move tracking of parent device from NMDeviceMacvlan to NMDeviceThomas Haller3-93/+49
2017-01-04device: move tracking of parent device from NMDeviceIPTunnel to NMDeviceThomas Haller3-34/+9
2017-01-04device: track parent device in NMDeviceThomas Haller3-0/+202
2017-01-04device: only emit notify::ifindex when the value actually changesThomas Haller1-2/+4
2017-01-04device: cleanup setting of ip-ifaceThomas Haller1-36/+70
2017-01-04platform: use wrappers for if_nametoindex() and if_indextoname()Thomas Haller2-8/+5
2017-01-04platform: add wrappers for if_nametoindex() and if_indextoname()Thomas Haller4-0/+44
2017-01-04device: mark _nm_device_log_self_to_device() as unusedThomas Haller1-1/+1
2017-01-04trivial: rename reload_tun_properties() to update_properties()Thomas Haller1-2/+2
2017-01-04device: have realize_start_notify() call link_changed()Thomas Haller8-60/+10
2017-01-04device/ethernet: refactor loading s390 subchannels during realizeThomas Haller1-14/+12
2017-01-04device/vlan: update vlan properties when link changesThomas Haller1-2/+11
2017-01-04device: do nothing in NMDevice's link_changed() functionThomas Haller2-8/+9
2017-01-04device: make @pllink argument in link_changed() function constThomas Haller7-18/+20
2017-01-04wifi: merge refactor tracking of APsThomas Haller4-78/+110
2017-01-04wifi: fix nm_wifi_ap_get_id() to parse the ID as guint64 from the exported pathThomas Haller3-6/+16