summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: reuse file-suffix from NMSetting8021xSchemeVtablelr/pkcs11-pinThomas Haller2017-02-172-7/+7
* keyfile: reuse NMSetting8021xSchemeVtable in NMKeyfileWriteTypeDataCertThomas Haller2017-02-172-24/+11
* ifcfg-rh: merge ObjectType with NMSetting8021xSchemeVtable in ifcfg-rh writerThomas Haller2017-02-172-0/+14
* libnm-core: add and use internal struct NMSetting8021xSchemeVtable in keyfileThomas Haller2017-02-173-67/+100
* core/8021x: request secrets for keys and certificates PKCS#11 tokensLubomir Rintel2017-02-171-16/+38
* core/8021x: add password properties for certificatesLubomir Rintel2017-02-172-17/+434
* dbus: improve the connectivity check and manager state documentationLubomir Rintel2017-02-161-14/+43
* all: use NM_CACHED_QUARK_FCN() to define cached quarksThomas Haller2017-02-102-16/+10
* all: use NM_CACHED_QUARK_FCN() instead of G_DEFINE_QUARK()Thomas Haller2017-02-101-8/+8
* build: fix -Wold-style-declaration warningsThomas Haller2017-02-061-1/+1
* settings: drop redundant range check from NMSettingBridgePort::verify()Thomas Haller2017-02-061-29/+2
* all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-061-1/+1
* all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-043-55/+7
* libnm-core: return NULL from _nm_utils_slist_to_strv for empty listsBeniamino Galvani2017-02-021-0/+2
* libnm-core: clear wifi.mac-address-randomization when unsetting wifi.cloned-m...Thomas Haller2017-01-281-0/+10
* release: bump version to 1.7.0 (development)1.7.0-devThomas Haller2017-01-181-0/+14
* tests: fix tests without libjansson support (--enable-json-validation=no)Thomas Haller2017-01-171-1/+3
* libnm-core: add ifcfg-rh documentation for proxy settingsJiří Klimeš2017-01-171-0/+30
* libnm-core: adjust the documentation of proxy settingJiří Klimeš2017-01-171-15/+15
* libnm-core: (trivial) fix white spaces in proxy settingJiří Klimeš2017-01-171-3/+3
* libnm-core: add NMSettingMacsecBeniamino Galvani2017-01-166-0/+741
* core,libnm: introduce NMDeviceMacsecBeniamino Galvani2017-01-161-0/+3
* libnm: fix leak in nm_setting_802_1x_set_phase2_ca_cert()Thomas Haller2017-01-161-1/+0
* libnm-core: fix documentation warningsBeniamino Galvani2017-01-121-6/+6
* libnm-core/8021x: don't prefix PKCS#11 URIs with "pkcs11:"Lubomir Rintel2017-01-101-15/+15
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-094-12/+31
* keyfile: fix interpreting missing wifi.mac-address-randomization as permanent...Thomas Haller2017-01-092-8/+0
* libnm-core/8021x: fix up scheme handling in settersLubomir Rintel2017-01-061-39/+56
* keyfile: add support for pkcs11: URI schemeLubomir Rintel2017-01-063-7/+30
* 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-062-19/+245
* 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-068-21/+30
* libnm-core: add nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-062-7/+38
* 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
* keyfile: fix memleak in keyfile reader's read_array_of_uint()Thomas Haller2017-01-051-1/+1
* libnm: explicitly set enum values in public nm-dbus-interface.h headersThomas Haller2017-01-041-103/+103
* libnm: add nm_utils_version() function to query libnm version at runtimeThomas Haller2016-12-202-0/+20
* libnm/docs: clarify "ipvx.dns-priority" setting in documentationThomas Haller2016-12-191-5/+9
* libnm-core: (trivial) fix a typoJiří Klimeš2016-12-151-1/+1
* man/ifcfg-rh: mark some ifcfg-rh variables with (+) as NM extensionsJiří Klimeš2016-12-153-4/+4
* ifcfg-rh: write the master device name even if the master property is an UUIDlr/ifcfg-device-rh1369008Lubomir Rintel2016-12-151-5/+9
* libnm-core/utils: remove unused code from nm_utils_hwaddr_matches()Thomas Haller2016-12-131-2/+1
* man: clarify NMSettingIPConfig:dns-options in documentationThomas Haller2016-12-131-1/+1
* libnm: implement support for DNS manager propertiesBeniamino Galvani2016-12-121-0/+3
* proxy: stricter validate the proxy pac script in NMSettingProxyThomas Haller2016-12-061-7/+25