NetworkManager/system-settings/plugins/keyfile
Dan Williams d95280756f keyfile: fix flags check for writing secrets
Duh, AND-ing flags with 0 (which is NM_SETTING_SECRET_FLAG_SYSTEM_OWNED)
is always going to be FALSE...  NM_SETTING_SECRET_FLAG_SYSTEM_OWNED is
special; because it's the default value if the key isn't present,
and at this point it's exclusive of all other flags.  So (at least for
now) it's OK that it's 0 but we might want to change it later so that
NM_SETTING_SECRET_FLAG_SYSTEM_OWNED can actually be used as a flag.
2011-01-31 19:20:16 -06:00
..
tests keyfile: namespace commonly-named functions (bgo #639537) 2011-01-18 13:22:00 -06:00
common.h keyfile: ignore temporary files (bgo #602868) 2010-11-10 16:21:25 +01:00
errors.c keyfile: clean up directory structure 2010-09-16 17:39:06 -05:00
Makefile.am core: build keyfile plugin into NetworkManager 2011-01-12 18:12:23 -06:00
nm-keyfile-connection.c core: rename NMSysconfigConnection -> NMSettingsConnection 2011-01-26 11:38:12 -06:00
nm-keyfile-connection.h core: rename NMSysconfigConnection -> NMSettingsConnection 2011-01-26 11:38:12 -06:00
plugin.c core: rename NMSysconfigConnection -> NMSettingsConnection 2011-01-26 11:38:12 -06:00
plugin.h core: build keyfile plugin into NetworkManager 2011-01-12 18:12:23 -06:00
reader.c keyfile: namespace commonly-named functions (bgo #639537) 2011-01-18 13:22:00 -06:00
reader.h keyfile: namespace commonly-named functions (bgo #639537) 2011-01-18 13:22:00 -06:00
utils.c keyfile: ignore temporary files (bgo #602868) 2010-11-10 16:21:25 +01:00
utils.h keyfile: ignore temporary files (bgo #602868) 2010-11-10 16:21:25 +01:00
writer.c keyfile: fix flags check for writing secrets 2011-01-31 19:20:16 -06:00
writer.h keyfile: clean up directory structure 2010-09-16 17:39:06 -05:00