summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* example: add example configuration snippet '30-anon.conf'th/stable-id-bgo776904Thomas Haller2017-01-092-0/+57
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-0910-29/+388
* core: add assertions for network_id/stable_typeThomas Haller2017-01-096-16/+26
* keyfile: fix interpreting missing wifi.mac-address-randomization as permanent...Thomas Haller2017-01-092-8/+0
* utils: add nm_utils_get_boot_id() util to read "/proc/sys/kernel/random/boot_id"Thomas Haller2017-01-092-0/+35
* shared: add nm_str_realloc()Thomas Haller2017-01-091-0/+19
* vpn: add device route to VPN gateway if parent has no gatewayBeniamino Galvani2017-01-071-14/+16
* libnm-core/8021x: fix up scheme handling in settersLubomir Rintel2017-01-061-39/+56
* merge: branch 'lr/pkcs11'Lubomir Rintel2017-01-069-133/+471
|\
| * supplicant: allow accessing certs and keys in PKCS#11 tokenslr/pkcs11Lubomir Rintel2017-01-061-0/+32
| * supplicant: allow specifying a replacement string for hidden itemsLubomir Rintel2017-01-061-40/+40
| * cli: add support for pkcs11: URI scheme on relevant propertiesLubomir Rintel2017-01-061-13/+10
| * cli: support printing the pkcs11: URI schemeLubomir Rintel2017-01-061-24/+66
| * keyfile: add support for pkcs11: URI schemeLubomir Rintel2017-01-064-7/+33
| * libnm-core/8021x: make cert/key setters handle pkcs11 URI schemeLubomir Rintel2017-01-061-23/+39
| * libnm-core/8021x: add pkcs11: scheme for certificates and keysLubomir Rintel2017-01-063-19/+251
| * cli: do not require a password when setting a PKLubomir Rintel2017-01-061-13/+6
|/
* merge: branch 'lr/ifname-validation'Lubomir Rintel2017-01-0619-61/+107
|\
| * libnm-core: deprecate nm_utils_iface_valid_name()lr/ifname-validationLubomir Rintel2017-01-062-0/+3
| * all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-0616-54/+65
| * libnm-core: add nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-063-7/+39
|/
* keyfile: merge branch 'th/keyfile-parsing-bgo776484'Thomas Haller2017-01-0511-207/+324
|\
| * keyfile: write also empty byte arrays to keyfilesThomas Haller2017-01-051-9/+13
| * keyfile: assert that write_array_of_uint() writes valid integer listThomas Haller2017-01-052-10/+21
| * keyfile: use nm_keyfile_plugin_kf_set_integer_list_uint8() helperThomas Haller2017-01-051-29/+10
| * keyfile: add nm_keyfile_plugin_kf_set_integer_list_uint8() helperThomas Haller2017-01-052-0/+30
| * keyfile: refactor parsing in get_bytes() to replace regexThomas Haller2017-01-051-64/+107
| * shared: move nm_utils_strbuf_*() helper to shared/nm-utilsThomas Haller2017-01-054-94/+98
| * keyfile/tests: add test for reading dcb connectionThomas Haller2017-01-053-0/+44
| * keyfile: fix memleak in keyfile reader's read_array_of_uint()Thomas Haller2017-01-051-1/+1
|/
* systemd: merge branch systemd into masterThomas Haller2017-01-0427-155/+434
|\
| * systemd: update code from upstreamThomas Haller2017-01-0425-155/+430
* | device: merge branch 'th/device-parent-bgo776719'Thomas Haller2017-01-0421-476/+536
|\ \
| * | device: drop unused hook nm_device_notify_new_device_added()Thomas Haller2017-01-043-31/+0
| * | device: move tracking of peer device from NMDeviceVeth to NMDeviceThomas Haller2017-01-041-48/+28
| * | device: move tracking of parent device from NMDeviceVxlan to NMDeviceThomas Haller2017-01-042-47/+19
| * | device: move tracking of parent device from NMDeviceVlan to NMDeviceThomas Haller2017-01-042-96/+65
| * | device: move tracking of parent device from NMDeviceMacvlan to NMDeviceThomas Haller2017-01-043-93/+49
| * | device: move tracking of parent device from NMDeviceIPTunnel to NMDeviceThomas Haller2017-01-043-34/+9
| * | device: track parent device in NMDeviceThomas Haller2017-01-043-0/+202
| * | device: only emit notify::ifindex when the value actually changesThomas Haller2017-01-041-2/+4
| * | device: cleanup setting of ip-ifaceThomas Haller2017-01-041-36/+70
| * | platform: use wrappers for if_nametoindex() and if_indextoname()Thomas Haller2017-01-042-8/+5
| * | platform: add wrappers for if_nametoindex() and if_indextoname()Thomas Haller2017-01-044-0/+44
| * | device: mark _nm_device_log_self_to_device() as unusedThomas Haller2017-01-041-1/+1
| * | trivial: rename reload_tun_properties() to update_properties()Thomas Haller2017-01-041-2/+2
| * | device: have realize_start_notify() call link_changed()Thomas Haller2017-01-048-60/+10
| * | device/ethernet: refactor loading s390 subchannels during realizeThomas Haller2017-01-041-14/+12
| * | device/vlan: update vlan properties when link changesThomas Haller2017-01-041-2/+11
| * | device: do nothing in NMDevice's link_changed() functionThomas Haller2017-01-042-8/+9