NetworkManager/src/settings/plugins/ifcfg-rh
Dan Winship 6878d20ac4 all: Don't use ctype.h macros
The ctype macros (eg, isalnum(), tolower()) are locale-dependent. Use
glib's ASCII-only versions instead.

Also, replace isascii() with g_ascii_isprint(), since isascii()
accepts control characters, which isn't what the code wanted in any of
the places where it was using it.
2012-09-26 12:14:37 -04:00
..
tests ifcfg-rh: Fix the filename in two error messages 2012-09-26 12:10:24 -04:00
common.h Fix capitalization of "InfiniBand" 2012-03-06 13:23:29 -05:00
errors.c settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
Makefile.am core: unblock signals for child processes we spawn out of NM (rh #739836) 2012-05-21 15:00:51 +02:00
nm-ifcfg-connection.c ifcfg-rh: emit "updated" signal when connection file is changed (rh #727501) 2011-08-02 12:18:43 +02:00
nm-ifcfg-connection.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02: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_connection_get_setting_<type>() whenever possible 2011-12-06 16:06:43 -06:00
plugin.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
reader.c all: Don't use ctype.h macros 2012-09-26 12:14:37 -04:00
reader.h ifcfg-rh: revert some bits of a2b1afb1e4 2011-11-17 18:05:35 -06:00
shvar.c ifcfg-rh: fix a segfault when unescaping a string (rh #841391) 2012-07-19 14:30:29 +02:00
shvar.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
utils.c ifcfg-rh: ignore IP config on bond slaves 2012-07-23 12:52:32 -04:00
utils.h ifcfg-rh: ignore IP config on bond slaves 2012-07-23 12:52:32 -04:00
writer.c all: Don't use ctype.h macros 2012-09-26 12:14:37 -04:00
writer.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00