summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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