summaryrefslogtreecommitdiff
path: root/src/settings/plugins
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: also check BONDING_OPTS to determine the connection typeBeniamino Galvani2017-03-293-0/+40
* keyfile: log the connection contextLubomir Rintel2017-03-241-1/+3
* logging: log device and connection along with the messageLubomir Rintel2017-03-245-5/+5
* ifcfg-rh: fix coding styleBeniamino Galvani2017-03-233-35/+36
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-38/+52
* core,libnm-core: use same route attribute names of iproute2Beniamino Galvani2017-03-225-18/+18
* ifcfg-rh: drop an unused variableLubomir Rintel2017-03-101-1/+0
* include: use double-quotes to include our own headersThomas Haller2017-03-096-7/+7
* ifcg-rh/writer: stack allocate keys in write_ip4_setting()Thomas Haller2017-03-061-57/+40
* ifcfg-rh: support route optionsBeniamino Galvani2017-03-066-32/+291
* keyfile: support route optionsBeniamino Galvani2017-03-062-1/+27
* ifcfg/trivial: rename svFileSetName() and svFileSetModified() to mark for tes...Thomas Haller2017-03-023-6/+10
* libnm-core: normalize invalid bridge|team slave-port settingsth/ifcfg-reread-rh1427482Thomas Haller2017-03-021-3/+5
* ifcfg-rh: require connections to be fully normalized for writingThomas Haller2017-03-022-3/+6
* keyfile: updated connection when writing keyfileThomas Haller2017-03-022-4/+19
* keyfile: extend internal API to re-read keyfile connection after writingThomas Haller2017-03-027-18/+172
* libnm-core: add ethernet setting for vlan connectionThomas Haller2017-03-021-3/+1
* ifcfg-rh: fix reading team slave types of vlan typeThomas Haller2017-03-022-4/+17
* ifcfg-rh/tests: add test for writing team slaveThomas Haller2017-03-021-0/+59
* ifcfg-rh: add internal API to re-read connection after writeThomas Haller2017-03-025-31/+174
* ifcfg-rh: change "goto error" pattern to return early and nm_auto*Thomas Haller2017-03-021-69/+43
* ifcfg: avoid marking newly created connections as Unsavedlr/nmtui-slaves-after-master-rh1369008Lubomir Rintel2017-02-271-3/+5
* ifcfg-rh: don't shortcut writing if the connection stays the sameLubomir Rintel2017-02-271-24/+1
* ifcfg: drop strlen() call from svEscape()Thomas Haller2017-02-211-6/+4
* ifcfg: some refactoring of reader using vGetValueStr()/vGetValue_cp()Thomas Haller2017-02-212-18/+11
* ifcfg: complete shvar API with svGetValue_cp() and svGetValueStr()Thomas Haller2017-02-212-8/+65
* ifcfg/trivial: rename svGetValueString() to svGetValueStr_cp()Thomas Haller2017-02-215-393/+393
* ifcfg: set error for failure reading unrecognized connection in connection_fr...Thomas Haller2017-02-211-2/+4
* ifcfg: don't g_strstrip() value in read_dcb_bool_array()Thomas Haller2017-02-211-3/+0
* ifcfg: return early on error using cleanup attributes in readerThomas Haller2017-02-211-192/+119
* ifcfg: add nm_auto_shvar_file_close cleanup macroThomas Haller2017-02-211-0/+12
* ifcfg-rh: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-212-0/+11
* ifcfg: don't check for empty string after svGetValueString()Thomas Haller2017-02-211-41/+35
* ifcfg: stack-allocate tag for DNS value lookupThomas Haller2017-02-211-12/+7
* ifcfg: return binary address from read_ip4_address()Thomas Haller2017-02-211-78/+79
* ifcfg: also read DEFROUTE and GATEWAY from alias filesThomas Haller2017-02-204-16/+78
* ifcfg: refactor creation of numered tag lables to use stack allocated bufferThomas Haller2017-02-201-81/+69
* ifcfg-rh: support 802-1x.phase1-auth-algBeniamino Galvani2017-02-203-0/+35
* shared: move NMSetting8021xSchemeVtable to "shared/nm-setting-metadata.h"Thomas Haller2017-02-172-0/+2
* ifcfg-rh: reuse file-suffix from NMSetting8021xSchemeVtablelr/pkcs11-pinThomas Haller2017-02-175-29/+22
* keyfile: reuse NMSetting8021xSchemeVtable in NMKeyfileWriteTypeDataCertThomas Haller2017-02-171-11/+11
* ifnet: merge ObjectType with NMSetting8021xSchemeVtable in ifnet parserThomas Haller2017-02-171-106/+50
* ifcfg-rh: merge ObjectType with NMSetting8021xSchemeVtable in ifcfg-rh writerThomas Haller2017-02-171-106/+62
* ifcfg-rh: refactor duplicate ObjectType instance to handle PKCS#12 typesThomas Haller2017-02-171-39/+22
* ifcfg-rh: refactor ObjectType structs to make it more similar to NMSetting802...Thomas Haller2017-02-171-81/+81
* ifcfg-rh: add support for certificate passwordsLubomir Rintel2017-02-172-23/+62
* ifcfg-rh: support the pkcs11 scheme for certs/keysLubomir Rintel2017-02-172-56/+60
* ifcfg: ensure ipv4.method is not "disabled" when reading IP addresses from al...Thomas Haller2017-02-161-0/+2
* ifcfg-rh: fix interpreting missing MAC_ADDRESS_RANDOMIZATION as permanent add...Thomas Haller2017-01-283-8/+7
* tests: fix tests without libjansson support (--enable-json-validation=no)Thomas Haller2017-01-171-1/+1