NetworkManager/src/settings
Jiří Klimeš 79757f10f3 ifcfg-rh: use single quotes when quoting WPA passphrases (WPA_PSK) (rh #798102)
Single quotes ensure we don't break initscripts (bash processing) when the
string contains special characters. Special handling is necessary for single
quotes characters. They have to be escaped and the whole string has to be
prepended with '$' character so that bash is happy.
This change also filters out CR and LF characters as they break WPA_PSK
variable and could pose security issues.
2012-03-07 14:45:37 +01:00
..
plugins ifcfg-rh: use single quotes when quoting WPA passphrases (WPA_PSK) (rh #798102) 2012-03-07 14:45:37 +01:00
tests build: fix srcdir != builddir 2012-01-09 14:20:36 -06:00
Makefile.am build: fix srcdir != builddir for new generated headers 2012-02-22 16:27:28 -06:00
nm-agent-manager.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-agent-manager.h Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-default-wired-connection.c settings: fix refcount mismatch (bgo #647066) 2011-04-19 00:23:43 -05:00
nm-default-wired-connection.h settings: name the default wired connection "Wired connection x" 2011-03-27 16:57:14 -05:00
nm-inotify-helper.c logging: LOGD_SYS_SET -> LOGD_SETTINGS 2010-12-10 12:32:22 -06:00
nm-inotify-helper.h settings: system-settings -> settings 2010-10-27 20:22:14 -05:00
nm-secret-agent.c agents: store agent permissions for later 2011-07-01 15:38:38 -05:00
nm-secret-agent.h agents: store agent permissions for later 2011-07-01 15:38:38 -05:00
nm-settings-connection.c core: flush timestamp cache to disk only on activate/deactivate 2012-02-17 09:49:35 -06:00
nm-settings-connection.h core: flush timestamp cache to disk only on activate/deactivate 2012-02-17 09:49:35 -06:00
nm-settings-error.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-settings-error.h Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-settings-utils.c settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings-utils.h settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings.c core: const-ify nm_device_wired_get_hwaddr() 2012-02-23 00:03:50 -06:00
nm-settings.h settings: add nm_settings_get_connection_by_uuid() 2012-02-09 17:10:44 -06:00
nm-system-config-interface.c build: fix return types (bgo #644665) 2011-03-14 01:05:51 -05:00
nm-system-config-interface.h settings: pass config file name to settings plugins 2011-11-16 08:56:29 +01:00