NetworkManager/src/settings/plugins/ifcfg-rh
Dan Winship b28f6526c2 core: fill in nm-types.h, clean out other headers
Clean up some of the cross-includes between headers (which made it so
that, eg, if you included NetworkManagerUtils.h in a test program, you
would need to build the test with -I$(top_srcdir)/src/platform, and if
you included nm-device.h you'd need $(POLKIT_CFLAGS)) by moving all
GObject struct definitions for src/ and src/settings/ into nm-types.h
(which already existed to solve the NMDevice/NMActRequest circular
references).

Update various .c files to explicitly include the headers they used to
get implicitly, and remove some now-unnecessary -I options from
Makefiles.
2014-07-23 10:56:26 -04:00
..
tests core: fill in nm-types.h, clean out other headers 2014-07-23 10:56:26 -04:00
common.h trivial: update dates in ifcfg-rh and keyfile plugins 2013-12-12 08:59:33 +01:00
errors.c settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
Makefile.am core: fill in nm-types.h, clean out other headers 2014-07-23 10:56:26 -04:00
nm-ifcfg-connection.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-ifcfg-connection.h settings: add unrecognized-specs, implement in ifcfg-rh 2013-11-01 13:04:12 -04:00
nm-ifcfg-rh.conf settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
nm-ifcfg-rh.xml settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
plugin.c core: use nm_utils_is_specific_hostname() instead of hardcoded "localhost" 2014-07-14 17:36:07 +02:00
plugin.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
reader.c ifcfg-rh: fix reading 802.1x phase2 EAP-GTC method 2014-07-03 14:05:04 -05:00
reader.h settings: add unrecognized-specs, implement in ifcfg-rh 2013-11-01 13:04:12 -04:00
shvar.c ifcfg-rh: fix leak in svOpenFileInternal() 2014-04-24 21:18:44 +02:00
shvar.h ifcfg-rh: return proper error messages from svOpenFile() and svWriteFile() 2014-04-09 10:50:56 -04:00
utils.c ifcfg-rh: don't write out IP config on Team connections 2014-04-17 13:00:41 -04:00
utils.h ifcfg-rh: add support for reading and writing ifcfg alias files 2014-03-26 10:53:59 -04:00
writer.c libnm-util: merge nm-util-private and nm-utils-private 2014-07-02 13:33:58 -05:00
writer.h settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00