summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* shared: move _nm_utils_strv_cleanup() to shared utilsThomas Haller2017-04-052-35/+0
* libnm: move enum utils to new shared file shared/nm-utils/nm-enum-utils.hThomas Haller2017-03-302-287/+1
* cli: move utils function from common.h to nm-meta-setting-desc.cThomas Haller2017-03-301-1/+1
* cli: split nm-meta-setting-desc out of settingsThomas Haller2017-03-301-1/+1
* libnm: handler numeric values more gracefully in nm_utils_enum_from_str()Thomas Haller2017-03-301-3/+25
* libnm: return zero flags value from nm_utils_enum_to_str()Thomas Haller2017-03-302-10/+16
* libnm: fix error message for invalid ipv6.addr-gen-modeThomas Haller2017-03-301-1/+1
* release: bump version to 1.9.0 (development)1.9.0-devLubomir Rintel2017-03-281-0/+14
* libnm: add NMSettingUserThomas Haller2017-03-285-1/+615
* libnm: document to allow omitting argument to get-options functionsThomas Haller2017-03-282-2/+6
* libnm: fix type annotation for nm_utils_enum_from_str()Thomas Haller2017-03-251-1/+1
* build: don't link against libm.soThomas Haller2017-03-231-1/+0
* core,libnm-core: use same route attribute names of iproute2Beniamino Galvani2017-03-223-26/+26
* all: fix typos in documentation and commentsYuri Chornoivan2017-03-174-8/+8
* libnm: revert coercing NMVpnConnectionStateReason to NMActiveConnectionStateR...Thomas Haller2017-03-171-2/+1
* trivial/whitespace: remove non-leading tabsThomas Haller2017-03-171-12/+12
* libnm-core: drop NMVpnConnectionStateReasonLubomir Rintel2017-03-171-13/+24
* active-connection: emit a StateChanged signal on state changesLubomir Rintel2017-03-171-0/+58
* libnm-core/trivial: include literals next to NMVPNStateReason valuesLubomir Rintel2017-03-171-12/+12
* libnm-core: sensible docstrings for NMSettings*Lubomir Rintel2017-03-1733-2/+68
* libnm-core/8021x: add a missing colon in gtk-docLubomir Rintel2017-03-171-1/+1
* all: use "unsigned" instead of "unsigned int"Thomas Haller2017-03-142-2/+2
* all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-141-1/+1
* include: use double-quotes to include our own headersThomas Haller2017-03-0928-33/+33
* ifcfg-rh: support route optionsBeniamino Galvani2017-03-061-1/+1
* keyfile: support route optionsBeniamino Galvani2017-03-062-1/+49
* libnm-core: define known route attribute names and validation functionBeniamino Galvani2017-03-064-0/+311
* libnm-core: add attribute parsing/format helpersBeniamino Galvani2017-03-063-0/+275
* libnm-core: remove a redundant docstringLubomir Rintel2017-03-051-8/+0
* libnm-core: normalize invalid bridge|team slave-port settingsth/ifcfg-reread-rh1427482Thomas Haller2017-03-023-14/+72
* libnm-core: expose internal _nm_connection_verify() functionThomas Haller2017-03-023-21/+19
* all: use stack-allocated uuid at various placesThomas Haller2017-03-021-6/+6
* libnm-core: add ethernet setting for vlan connectionThomas Haller2017-03-022-2/+27
* libnm-core/trivial: fix a typo in doc commentLubomir Rintel2017-02-251-1/+1
* libnm-core: require interface name for dummy connectionsBeniamino Galvani2017-02-231-0/+14
* core: add support for dummy devicesBeniamino Galvani2017-02-221-0/+3
* libnm-core: add dummy connection settingBeniamino Galvani2017-02-226-0/+148
* libnm: fix gtk-doc comment for nm_setting_802_1x_get_phase2_ca_cert_password()Thomas Haller2017-02-221-1/+1
* ifcfg-rh: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-211-0/+7
* libnm-core: add auth-timeout property to the 802.1x settingBeniamino Galvani2017-02-212-1/+48
* ifcfg-rh: support 802-1x.phase1-auth-algBeniamino Galvani2017-02-201-0/+8
* libnm/wifi: rework NMSetting8021xAuthFlags to explicitly disable TLS versionThomas Haller2017-02-202-26/+19
* libnm-core/8021x: add phase1-auth-flags configuration itemsLeorize2017-02-202-0/+85
* utils: support unknown numeric values in nm_utils_enum_to_str() and nm_utils_...Thomas Haller2017-02-203-48/+133
* libnm-core: add _nm_utils_enum_to_str_full()Beniamino Galvani2017-02-202-16/+27
* libnm-core: add missing transfer annotation for nm_utils_enum_to_str()Beniamino Galvani2017-02-201-1/+1
* libnm-core: add mtu property to cdma settingBeniamino Galvani2017-02-202-0/+46
* libnm-core: add mtu property to gsm settingBeniamino Galvani2017-02-202-0/+44
* shared: move NMSetting8021xSchemeVtable to "shared/nm-setting-metadata.h"Thomas Haller2017-02-173-105/+1
* ifcfg-rh: reuse file-suffix from NMSetting8021xSchemeVtablelr/pkcs11-pinThomas Haller2017-02-172-7/+7