[yast-commit] r67334 - in /trunk/users: VERSION package/yast2-users.changes src/Users.pm
Author: jsuchome Date: Tue Jan 31 16:00:31 2012 New Revision: 67334 URL: http://svn.opensuse.org/viewcvs/yast?rev=67334&view=rev Log: - check if security settings were not modified on read (bnc#743715) - 2.22.2 Modified: trunk/users/VERSION trunk/users/package/yast2-users.changes trunk/users/src/Users.pm Modified: trunk/users/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/users/VERSION?rev=67334&r1=67333&... ============================================================================== --- trunk/users/VERSION (original) +++ trunk/users/VERSION Tue Jan 31 16:00:31 2012 @@ -1 +1 @@ -2.22.1 +2.22.2 Modified: trunk/users/package/yast2-users.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/users/package/yast2-users.changes... ============================================================================== --- trunk/users/package/yast2-users.changes (original) +++ trunk/users/package/yast2-users.changes Tue Jan 31 16:00:31 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jan 31 15:50:13 CET 2012 - jsuchome@suse.cz + +- check if security settings were not modified on read (bnc#743715) +- 2.22.2 + +------------------------------------------------------------------- Thu Jan 26 13:13:55 CET 2012 - jsuchome@suse.cz - reverted accidental change Modified: trunk/users/src/Users.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/users/src/Users.pm?rev=67334&r1=6... ============================================================================== --- trunk/users/src/Users.pm (original) +++ trunk/users/src/Users.pm Tue Jan 31 16:00:31 2012 @@ -1311,6 +1311,7 @@ Security->Read (); Progress->set ($progress_orig); } + $security_modified = $security_modified || Security->GetModified (); my %security = %{Security->Export ()}; $pass_warn_age = $security{"PASS_WARN_AGE"} || $pass_warn_age; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org