summaryrefslogtreecommitdiff
path: root/system-settings
AgeCommit message (Expand)AuthorFilesLines
2010-09-16keyfile: read and write SSIDs as strings by defaultDan Williams5-1/+273
2010-09-16keyfile: clean up directory structureDan Williams11-54/+105
2010-09-16keyfile: be chattier, especially about parsing errorsDan Williams7-181/+236
2010-08-24ifnet: add Gentoo system settings pluginMu Qiao21-0/+8614
2010-08-12ifupdown: make testcase parsing quietDan Williams4-15/+24
2010-08-12ifupdown: make parser for /etc/network/interfaces more robustPeter Marschall1-54/+107
2010-08-12ifupdown: add ifparser testcasesDan Williams20-0/+620
2010-08-12ifupdown: split parsers into convenience library for easier testcase creationDan Williams4-13/+29
2010-08-10ifcfg-rh: add testcase for DHCPv6 only modeDan Williams3-0/+118
2010-08-10ifcfg-rh: unmanaged connections should be invisible to ifup too (rh #619863)Dan Williams1-1/+1
2010-08-09ifcfg-rh: bridge components are now expected to provide a valid connectionDan Williams1-2/+11
2010-08-09Revert "ifcfg-rh: testcases for unmanaged BRIDGE and VLAN"Dan Williams2-15/+4
2010-08-09ifcfg-rh: correct handling of BRIDGE and VLAN unmanaged connections (rh #619863)Dan Williams1-11/+25
2010-08-09ifcfg-rh: emit the right message when ignored connections are deletedDan Williams1-18/+18
2010-08-09ifcfg-rh: ignore .augnew and .augtmp files used by netcfDan Williams3-1/+7
2010-08-04ifcfg-rh: clarify comment about unmanaged connectionsDan Williams1-1/+4
2010-08-04ifcfg-rh: ensure BRIDGE and VLAN connections get completely ignoredDan Williams1-1/+9
2010-08-04ifcfg-rh: testcases for unmanaged BRIDGE and VLANDan Williams2-4/+15
2010-08-04ifcfg-rh: use IFCFG_PLUGIN_ERROR instead of ifcfg_plugin_error_quark ()Dan Williams3-105/+106
2010-08-04ifcfg-rh: be more careful about rewriting ifcfg filesDan Williams1-0/+22
2010-08-04ifcfg-rh: require fewer parameters to connection_from_file()Dan Williams1-15/+21
2010-08-04ifcfg-rh: treat BRIDGE and VLAN connections as unmanaged (rh #619863)Dan Williams2-10/+8
2010-08-04ifupdown: fix connection class inheritanceDaniel Gnoutcheff1-2/+2
2010-08-03ifcfg-rh: ignore BRIDGE and VLAN configs until we support them (rh #619863)Dan Williams7-3/+131
2010-08-03Merge remote branch 'origin/zvm'Dan Williams5-8/+465
2010-08-03build: enable AM_SILENT_RULES (bgo #625263)Pablo Castellano1-1/+1
2010-07-28Merge remote branch 'origin/master' into zvmDan Williams1-10/+9
2010-07-28keyfile: correctly send the 'update' signalDaniel Gnoutcheff1-10/+9
2010-07-27Merge remote branch 'origin/master' into zvmDan Williams3-2/+9
2010-07-27Revert "ip6: remove standalone DHCP method since DHCPv6 can't provide gateway...Dan Williams2-1/+8
2010-07-22ifcfg-rh: fix testcase format stringDan Williams1-1/+1
2010-06-29core: handle s390 options more cleanlyDan Williams3-76/+57
2010-06-25ifcfg-rh: read and write various s390 settingsDan Williams4-2/+146
2010-06-25Merge remote branch 'origin/master' into zvmDan Williams10-21/+701
2010-06-25ifcfg-rh: ensure SSIDs don't get double-quoted when written out (rh #606518)Dan Williams2-5/+30
2010-06-22core: MAC address spoofing/cloning (rh #447827) (bgo #553771)Jiří Klimeš4-16/+65
2010-06-22ifcfg-rh: test case for WEP ASCII keysJiří Klimeš6-1/+607
2010-06-17s390: replace 'zvm' with s390Dan Williams3-16/+16
2010-06-17Merge remote branch 'origin/master' into zvmDan Williams2-5/+21
2010-06-17ifcfg-rh: fix reading/writing ASCII WEP keysJiří Klimeš2-5/+21
2010-05-26ifcfg-rh: handle z/VM subchannels (rh #591533)Dan Williams5-7/+339
2010-05-26keyfile: add testcases for plain GSM connectionsDan Williams3-1/+287
2010-05-26keyfile: fixups for msising settings for mobile broadbandDan Williams2-7/+147
2010-05-26keyfile: add testcase for BT DUN connectionDan Williams3-1/+198
2010-05-26keyfile: add required PPP setting for serial-based connectionsDan Williams1-0/+8
2010-05-26keyfile: ensure wired setting gets added if it's all default valuesDan Williams1-2/+20
2010-05-25keyfile: don't write out default valuesDan Williams1-3/+11
2010-05-25keyfile: parse Bluetooth addresses as MAC addressesDan Williams2-0/+9
2010-05-20ip6: remove standalone DHCP method since DHCPv6 can't provide gatewaysDan Williams2-8/+1
2010-05-03keyfile: fix for IPv6 address gatewaysDan Williams5-16/+362