summaryrefslogtreecommitdiff
path: root/src/settings/plugins/ifcfg-rh/reader.c
Commit message (Expand)AuthorAgeFilesLines
* WIP: ifcfg-rh: be more strict when parsing IPv6 routesth/wip/bgo697525_ifcfg_rh_route_parsingth/bgo697525_ifcfg_rh_route_parsingThomas Haller2014-11-191-40/+138
* ifcfg-rh: add support for MODE=Aplr/apJiří Klimeš2014-10-231-1/+3
* settings: drop plugin-specific error domainsDan Winship2014-10-221-100/+114
* ifcfg-rh: add support for NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITYThomas Haller2014-10-121-1/+7
* ifcfg-rh: fix build on 32-bitDan Williams2014-10-091-2/+2
* ifcfg-rh: read and write WiFi bands with BAND keywordDan Williams2014-10-081-5/+31
* ifcfg-rh: fix handling VLAN connections as bond/bridge slaves (bgo #737377)Jiří Klimeš2014-09-261-15/+4
* ifcfg-rh: fix typo in function name and enhance testcaseJiří Klimeš2014-09-191-8/+8
* ifcfg-rh: fix reading HWADDR_BLACKLISTJiří Klimeš2014-09-101-23/+32
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-12/+12
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-041-1/+1
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-041-17/+19
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-041-40/+8
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-96/+33
* all: stop using virtual interface-name propertiesDan Winship2014-09-041-8/+0
* ifcfg-rh: remove iBFT handling (use the ibft plugin instead) (bgo #734009) (r...Dan Williams2014-08-291-279/+13
* ifcfg-rh: trivial: remove unused parameterDan Williams2014-08-291-2/+1
* ifcfg-rh: remove verify() connection during readingThomas Haller2014-08-221-34/+0
* all: add nm-core-internal.h headerThomas Haller2014-08-221-2/+2
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-8/+8
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-071-1/+1
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-2/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-071-8/+5
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-11/+11
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow)Thomas Haller2014-08-011-1/+2
* ifcfg-rh: fix reading 802.1x phase2 EAP-GTC methodDan Williams2014-07-031-2/+4
* libnm-util: merge nm-util-private and nm-utils-privateDan Williams2014-07-021-2/+2
* core: remove nm_utils_normalize_connection functionThomas Haller2014-06-301-3/+1
* ifcfg-rh: accept IPv6 routes without "via" in route6 file (bgo #697525)Jiří Klimeš2014-06-111-14/+15
* ifcfg-rh: read/write bridge.mac-address property as MACADDR variableJiří Klimeš2014-05-301-0/+11
* ifcfg-rh: fix crash for reading invalid bridge configurationThomas Haller2014-04-241-8/+7
* settings: use nm_log_info/warning() in settings pluginsDan Winship2014-04-231-139/+114
* wifi: move wifi-utils into platformDan Winship2014-04-171-3/+17
* ifcfg-rh: fix buildDan Winship2014-04-091-2/+4
* ifcfg-rh: return proper error messages from svOpenFile() and svWriteFile()Dan Winship2014-04-091-11/+8
* ifcfg-rh: (trivial) rename svNewFile() to svOpenFile()Dan Winship2014-04-091-7/+7
* ifcfg-rh: fix bugs in the new alias code (rh #1067170)Dan Winship2014-04-011-6/+10
* ifcfg-rh: add support for reading and writing ifcfg alias filesDan Winship2014-03-261-17/+110
* ifcfg-rh: add support for SSID_HIDDEN (rh #1069844)Dan Williams2014-03-121-0/+5
* ifcfg-rh writer: do not set TYPE for team ports (rh #1074160)Jiri Pirko2014-03-121-0/+2
* ifcfg-rh: add missing functionality for reading/writing subject matchesJiří Klimeš2014-02-281-0/+46
* trivial: omit wrong compiler warning in ifcfg-rh reader about uninitialized useThomas Haller2014-02-271-1/+1
* ifcfg-rh: allow missing (empty TEAM_CONFIG), which is valid configurationJiří Klimeš2014-02-141-2/+6
* ifcfg-rh: write SLAVE=yes on bond slave connectionsDan Winship2014-01-301-0/+4
* ifcfg-rh: unescape Team configuration (rh #1051517)Dan Williams2014-01-271-7/+36
* ifcfg-rh: fix handling of DHCP_SEND_HOSTNAME when no hostname is givenDan Williams2014-01-061-5/+6
* ifcfg-rh: read/write dhcp-send-hostname as DHCP_SEND_HOSTNAME (rh #1001529)Jiří Klimeš2013-12-121-2/+6
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-0/+1
* ifcfg-rh: do not un-escape value in TEAM_CONFIG, TEAM_PORT_CONFIGJiří Klimeš2013-11-111-3/+3