summaryrefslogtreecommitdiff
path: root/src/settings/plugins/ifnet/connection_parser.c
Commit message (Expand)AuthorAgeFilesLines
* ifnet: rename files to "nms-ifnet-*"Thomas Haller2016-10-111-2966/+0
* ifnet: fix memory leaksBeniamino Galvani2016-06-031-1/+1
* ifnet: fix error handlingLubomir Rintel2016-04-291-7/+4
* ifnet: fix error handlingLubomir Rintel2016-03-151-93/+57
* ifnet: fix a possible NULL dereferenceLubomir Rintel2016-03-151-5/+11
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* settings: trivial: rename NMSystemConfigInterface to NMSettingsPluginDan Winship2015-09-101-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64()Thomas Haller2015-03-121-4/+4
* libnm: add a type argument to nm_utils_uuid_generate_from_string()Thomas Haller2014-12-041-1/+1
* libnm: accept additional length argument in nm_utils_uuid_generate_from_string()Thomas Haller2014-12-041-1/+1
* libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-071-20/+21
* all: allow route metrics to be "0"Dan Winship2014-11-071-11/+10
* libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2014-11-071-6/+4
* all: stop pretending to support multiple "gateway"sDan Winship2014-11-071-5/+4
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-57/+56
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-071-124/+95
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-2/+2
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-11/+3
* settings: drop plugin-specific error domainsDan Winship2014-10-221-64/+59
* libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2014-10-121-12/+13
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-32/+41
* 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-13/+6
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-33/+18
* supplicant/ifnet: fix spelling of "private_key2_passwd" optionGeoffrey Thomas2014-08-271-2/+2
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-1/+1
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-5/+5
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-5/+5
* libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow)Thomas Haller2014-08-011-1/+2
* ifnet: refactor to use nm_utils_hwaddr_ntoa_len() instead of printf()Thomas Haller2014-05-301-12/+3
* settings: use nm_log_info/warning() in settings pluginsDan Winship2014-04-231-106/+64
* trivial: more wrong compiler warningsThomas Haller2014-02-271-1/+1
* core: add support for EAP-PWD authenticationjvoisin2013-10-231-0/+1
* core: don't use deprecated 'security' property of wifi settingJiří Klimeš2013-09-021-9/+3
* trivial: fix spelling errors in code comments and README fileThomas Haller2013-08-061-1/+1
* settings: implement ability to add connections without saving them to diskDan Williams2013-05-281-8/+68
* ifnet: track connections by UUID not conf.d net connection nameDan Williams2013-05-281-39/+33
* libnm-util: consolidate hex-string <-> bin conversion functionsJiří Klimeš2013-03-281-3/+3
* settings: read/write NMSettingConnection:interface-nameDan Winship2013-03-131-3/+6
* all: remove more pointless NULL checksDan Winship2013-02-131-7/+0
* ifnet: allow testcase to remove backup files (fixes distcheck)Dan Williams2012-11-301-3/+7
* ifnet: fix srcdir != builddir issue with certificate pathsDan Williams2012-11-301-28/+52
* all: Don't use ctype.h macrosDan Winship2012-09-261-3/+2
* ifnet: remove system prefixMu Qiao2012-03-091-10/+2
* ifnet: remove wep_tx_keyidx only when necessary (bgo #670508)Mu Qiao2012-02-251-2/+2
* ifnet: support reading openrc styleMu Qiao2011-12-121-7/+7
* core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2011-12-061-29/+12