Mailinglist Archive: yast-commit (265 mails)
| < Previous | Next > |
[yast-commit] r67334 - in /trunk/users: VERSION package/yast2-users.changes src/Users.pm
- From: jsuchome@xxxxxxxxxxxxxxxxx
- Date: Tue, 31 Jan 2012 15:00:32 -0000
- Message-id: <20120131150032.5FC4C32522@svn2.opensuse.org>
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&r2=67334&view=diff
==============================================================================
--- 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?rev=67334&r1=67333&r2=67334&view=diff
==============================================================================
--- 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@xxxxxxx
+
+- check if security settings were not modified on read (bnc#743715)
+- 2.22.2
+
+-------------------------------------------------------------------
Thu Jan 26 13:13:55 CET 2012 - jsuchome@xxxxxxx
- reverted accidental change
Modified: trunk/users/src/Users.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/users/src/Users.pm?rev=67334&r1=67333&r2=67334&view=diff
==============================================================================
--- 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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
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&r2=67334&view=diff
==============================================================================
--- 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?rev=67334&r1=67333&r2=67334&view=diff
==============================================================================
--- 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@xxxxxxx
+
+- check if security settings were not modified on read (bnc#743715)
+- 2.22.2
+
+-------------------------------------------------------------------
Thu Jan 26 13:13:55 CET 2012 - jsuchome@xxxxxxx
- reverted accidental change
Modified: trunk/users/src/Users.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/users/src/Users.pm?rev=67334&r1=67333&r2=67334&view=diff
==============================================================================
--- 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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |