summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* trival: fix whitespaceThomas Haller2015-12-081-1/+1
* config: add defines for key names for keyfileThomas Haller2015-12-081-4/+8
* core: add "real" NMDevice propertyDan Williams2015-12-041-2/+25
* platform: remove NMPlatformReason enumThomas Haller2015-11-271-1/+1
* build: Remove NM_CONFIG_KEYFILE_PATH_DEFAULT from config.hLubomir Rintel2015-11-271-0/+2
* ifcfg-rh: remove unused selinux.h include from "plugin.c"Thomas Haller2015-11-241-4/+0
* ifcfg-rh: support the DHCP_FQDN variableBeniamino Galvani2015-11-232-1/+15
* core: verify secrets when adding connection via D-Bus (bgo #757843)Jiří Klimeš2015-11-201-3/+9
* ifcfg-rh: fix memleak reading mac-address-randomizationThomas Haller2015-11-191-0/+1
* libnm/wwan: add GSM setting device-id, sim-id, and sim-operator-id propertiesDan Williams2015-11-182-140/+34
* ifcfg-rh: add support for NMSettingWireless:mac-address-randomizationThomas Haller2015-11-188-1/+212
* ifcfg-rh: add svSetValueInt64() utilityThomas Haller2015-11-182-0/+10
* exported-object: add support for DBus ObjectManager interfaceDan Williams2015-11-181-1/+1
* ifcfg: fix a possible double-free error on invalid WEP key (rh #1281324)Jiří Klimeš2015-11-181-9/+13
* agent-manager: add a missing break in caseLubomir Rintel2015-11-121-0/+1
* ifcfg-rh: use distinct D-Bus connection for ifcfg-rh serviceThomas Haller2015-11-102-52/+230
* core: explicitly unexport objects when we're done with themDan Williams2015-11-102-7/+2
* ifcfg-rh: fix chaining constructed() method for SettingsPluingIfcfgThomas Haller2015-11-101-0/+2
* agent-manager: cancel pending auth chain for the disappearing agentLubomir Rintel2015-11-061-0/+14
* logging: swap names of logging macros _LOGT() and _LOGt()Thomas Haller2015-11-061-6/+6
* agent-manager: don't try to cancel requests that already finishedLubomir Rintel2015-11-041-2/+4
* libnm-core: default to ip6.addr-gen-mode=stable-privacylr/stable-privacy-rfc7217Lubomir Rintel2015-11-021-0/+5
* ifcfg-rh: add support for addr-gen-mode propertyLubomir Rintel2015-11-022-7/+30
* vlan: (all) add VLAN MVRP flagJiří Klimeš2015-10-272-0/+5
* libnm: sort INGRESS_PRIORITY_MAP, EGRESS_PRIORITY_MAP propertiesJiří Klimeš2015-10-271-5/+5
* ifcfg-rh: read/write VLAN GVRP flags with GVRP= ifcfg file variableJiří Klimeš2015-10-276-7/+144
* agent-manager: fix up bad cherry-pick from 1.0Lubomir Rintel2015-10-231-1/+1
* agent-manager: cancel secrets requests on an errorLubomir Rintel2015-10-231-0/+3
* ifcfg-rh: fix memory leak in reading of LLDP propertyBeniamino Galvani2015-10-211-0/+1
* ifcfg-rh: remove another unused variable in parse_ethtool_option()Thomas Haller2015-10-201-2/+0
* ifcfg-rh: remove unused variable in parse_ethtool_option()Thomas Haller2015-10-201-4/+0
* ifcfg-rh: improve parsing of Wake-on-LAN optionsThomas Haller2015-10-162-36/+81
* wake-on-lan: add option to keep existing settingsBeniamino Galvani2015-10-162-9/+16
* keyfile: make the keyfile location configurableThomas Haller2015-10-144-9/+30
* keyfile: remove "common.h" headerThomas Haller2015-10-146-37/+6
* ifcfg-rh: add support for 'LLDP' connection propertyBeniamino Galvani2015-10-122-0/+20
* ifcfg-rh: split out parsing of boolean values from svTrueValue()Beniamino Galvani2015-10-123-60/+82
* ifcfg-rh/tests: add a missing file to the distributionLubomir Rintel2015-10-091-1/+2
* ifcfg-rh: accept BOOTPROTO=static with missing IPv4 addressesJosef Bacik2015-10-083-6/+26
* ifcfg-rh: write REORDER_HDR as more common "yes", "no"Jiří Klimeš2015-10-071-2/+2
* ifcfg-rh: allow svTrueValue() to accept "0" and "1" valuesJiří Klimeš2015-10-074-4/+114
* libnm/vlan: default to vlan.flags=REORDER_HDR for new connections (rh #1250225)Jiří Klimeš2015-10-074-0/+48
* ifcfg-rh: don't disallow console users from owning the bus nameLubomir Rintel2015-10-061-1/+0
* ifcfg-rh: add IPV4_DHCP_TIMEOUT key for ipv4.dhcp-timeout propertyLubomir Rintel2015-10-062-2/+8
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-3010-0/+10
* all: use glib compatibility functions for g_hash_table_add() and g_hash_table...Thomas Haller2015-09-301-15/+3
* all: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel2015-09-301-0/+12
* core: use NM_UTILS_ERROR_CANCELLED_DISPOSING error reasonThomas Haller2015-09-253-38/+15
* core: separate active and applied connectionLubomir Rintel2015-09-186-209/+404
* secrets: make agent-manager independent from NMSettingsConnectionThomas Haller2015-09-186-24/+59