summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* ppp: split ppp manager into a pluginBeniamino Galvani2016-12-061-0/+3
* libnm-core/man: add a warning on static link negotiation parameterspoma2016-12-011-0/+2
* libnm: force unsigned integer comparisong in nm_utils_bin2hexstr()Thomas Haller2016-11-281-1/+1
* libnm: merge hwaddr_aton() and nm_utils_hexstr2bin()Thomas Haller2016-11-282-45/+52
* libnm/trivial: rename internal function _bin2str()Thomas Haller2016-11-281-5/+5
* libnm: drop _bin2str() utilThomas Haller2016-11-271-15/+10
* libnm: implement nm_utils_bin2hexstr() via _bin2str_buf()Thomas Haller2016-11-271-26/+15
* libnm/trivial: move codeThomas Haller2016-11-271-77/+77
* libnm-core: make normalizable ethernet_link properties _VERIFY_NORMALIZABLEFrancesco Giudici2016-11-251-4/+6
* libnm-core: normalize ethernet_link properties when auto-negotiate is offFrancesco Giudici2016-11-242-8/+22
* libnm-core: remove INFERRABLE flag from dhcp-hostname propertyFrancesco Giudici2016-11-231-1/+0
* libnm-core: refactor NMSettingWired:verify() to use NM_IN_STRSET()Thomas Haller2016-11-221-6/+3
* nmcli: add get functions for 802-3.speed and 802-3.duplex propertiesFrancesco Giudici2016-11-222-6/+6
* ifcfg-rh: add support to 802-3.[auto-negotiate,speed,duplex] propertiesFrancesco Giudici2016-11-222-7/+69
* libnm-core/vpn-editor-plugin: add missing documentationLubomir Rintel2016-11-211-0/+1
* libnm/trivial: move hexstr<>bin conversion functionsThomas Haller2016-11-131-101/+101