summaryrefslogtreecommitdiff
path: root/src/settings/plugins/ifnet/net_utils.c
Commit message (Expand)AuthorAgeFilesLines
* ifnet: rename files to "nms-ifnet-*"Thomas Haller2016-10-111-826/+0
* ifnet: fix error handlingLubomir Rintel2016-03-151-4/+13
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-4/+4
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-1/+1
* settings: trivial: rename NMSystemConfigInterface to NMSettingsPluginDan Winship2015-09-101-1/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: include internal headers with quotesThomas Haller2015-08-051-3/+3
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* settings: remove hostname handling from pluginsBeniamino Galvani2015-06-121-41/+0
* libnm: allow zero prefix length for NMIPRouteThomas Haller2014-11-241-0/+4
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-6/+6
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-071-67/+41
* ifnet: fix parsing dhcp configurationThomas Haller2014-10-081-39/+61
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-041-5/+2
* settings: use nm_log_info/warning() in settings pluginsDan Winship2014-04-231-36/+17
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-031-8/+8
* settings: implement ability to add connections without saving them to diskDan Williams2013-05-281-11/+0
* settings: use NMConfig directly rather than reparsing NetworkManager.confDan Winship2013-04-031-1/+2
* libnm-util: consolidate hex-string <-> bin conversion functionsJiří Klimeš2013-03-281-82/+0
* ifnet: allow testcase to remove backup files (fixes distcheck)Dan Williams2012-11-301-3/+6
* ifnet: fix some builddir != srcdir issues in testcasesDan Williams2012-11-211-1/+1
* all: Don't use ctype.h macrosDan Winship2012-09-261-4/+3
* ifnet: do not call g_strv_length() on NULLJiří Klimeš2012-04-121-5/+5
* ifnet: misc fixes (constness, error initialization) (bgo #670508)Dan Williams2012-02-251-2/+2
* ifnet: backup configuration files before writing (bgo #670508)Mu Qiao2012-02-251-0/+18
* ifnet: properly unquote hostnames with g_shell_unquote() (bgo #669148)Alexandre Rostovtsev2012-02-131-2/+1
* ifnet: use SYSCONFDIR not /etcDan Williams2011-12-121-2/+2
* ifnet: support reading openrc styleMu Qiao2011-12-121-83/+61
* ifnet: fix possible use of uninitialized variableThomas Jarosch2011-10-051-1/+1
* ifnet: plugin updates and shared connection supportMu Qiao2011-03-161-6/+10
* settings: move system-settings/plugins => src/settings/pluginsDan Williams2011-02-151-0/+970