summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-ip4-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* libnm-util: add ipv4.dhcp-timeout propertyLubomir Rintel2015-10-061-0/+39
* 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
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* libnm-util: allow 0.0.0.0/1 route in verify() (rh #1203904)Jiří Klimeš2015-03-241-10/+0
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-123/+0
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm: add NMSettingIPConfig:route-metricThomas Haller2014-11-071-0/+50
* libnm-util: add ifcfg-rh specific description for propertiesjk/bgo683111-keyfile-ifcfg-rh-docsJiří Klimeš2014-08-291-0/+95
* libnm-util: add keyfile specific description for propertiesJiří Klimeš2014-08-291-0/+28
* libnm-util: remove NM_UTIL_PRIVATE_CALL, NMSettingIP4Config:address-labelsDan Winship2014-08-011-123/+7
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-13/+22
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-5/+2
* libnm-util: document "address-labels" property as for internal use onlyJiří Klimeš2014-06-261-0/+5
* libnm-util: remove NMSetting* GParamSpec docsDan Winship2014-06-191-142/+51
* libnm-util: various NMSetting* property doc fixes/improvementsDan Winship2014-06-191-38/+39
* libnm-util: fix gtk-doc bugs in NMSetting* propertiesDan Winship2014-06-191-7/+7
* libnm-utils: remove INFERRABLE flag from properties we don't actually inferDan Winship2014-06-041-2/+2
* all: fix various warnings detected with coverityThomas Haller2014-05-021-4/+0
* libnm-util: add (private API) support for address labels to NMSettingIP4ConfigDan Winship2014-03-261-7/+118
* libnm-util: more specific error for missing ipv[46].adddress when method=manualJiří Klimeš2014-03-031-4/+5
* libnm-util: add *_remove_*_by_value() functions for 'ipv4' and 'ipv6' settingsJiří Klimeš2014-02-281-1/+131
* core: allow custom IP address ranges for Shared connections (bgo #675973)Dan Williams2014-01-231-8/+11
* libnm-util: refactor NMSetting name and register_settingsThomas Haller2013-12-121-1/+0
* libnm-util: don't touch dhcp-send-hostname when setting dhcp-hostname (rh #10...Jiří Klimeš2013-12-121-3/+0
* libnm-util: add INFERRABLE flag and remove CANDIDATEDan Williams2013-12-051-6/+6
* libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams2013-12-021-12/+12
* trivial: whitespace fixThomas Haller2013-11-071-1/+1
* ifcfg-rh: reader: allow device to not have ipv4 setting.Jiri Pirko2013-08-221-27/+0
* libnm-util: fix possible crash when IP method is NULLJiří Klimeš2013-07-031-1/+1
* libnm-util: verify() - can't set both IPv4 'disabled' and IPv6 'ignore' methodJiří Klimeš2013-06-251-0/+27
* libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš2013-06-131-12/+12
* libnm-util: deprecate nm_utils_slist_free(), use g_slist_free_full()Dan Winship2013-05-291-9/+9
* libnm-util: implement connection changed signalDan Williams2013-05-281-0/+12
* libnm-util: fix memory leaks of dhcp_hostname and dhcp_client_idDan Williams2013-04-011-0/+2
* libnm-util: make property verification errors more descriptiveJiří Klimeš2013-03-131-29/+49
* trivial: fix typos, wrong log domain in DHCPv4Stefan Brüns2012-11-201-4/+4
* libnm-util: clean up setting registrationDan Williams2012-10-291-2/+7
* libnm-util: ensure address/route types are boxed on glib < 2.26Dan Williams2012-07-021-2/+3
* core: allow IPv4 to fail by defaultTore Anderson2012-03-151-1/+1
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-25/+0
* libnm-util: enforce IPv4 prefix range validityDan Williams2011-07-051-2/+5
* libnm-util: fix up another GObject introspection annotationDan Williams2011-07-051-1/+1
* docs: document the IP4Config settingDan Williams2011-07-051-0/+428
* build: fix return types (bgo #644665)Kjartan Maraas2011-03-141-2/+2
* libnm-util: conditionalize code that requires glib 2.26 or laterDan Williams2011-03-071-0/+2
* Merge remote-tracking branch 'origin/rm-userset'Dan Williams2011-02-121-0/+2
|\
| * introspection: add GObject introspection support (bgo #637032)Giovanni Campagna2011-01-211-0/+2