Author: lslezak Date: Wed Apr 1 13:13:09 2009 New Revision: 56526 URL: http://svn.opensuse.org/viewcvs/yast?rev=56526&view=rev Log: - do not log password in URL into y2log (bnc#441944) Modified: branches/SuSE-SLE-10-SP3-Branch/installation/package/yast2-installation.changes branches/SuSE-SLE-10-SP3-Branch/installation/src/include/add-on-workflow.ycp branches/SuSE-SLE-10-SP3-Branch/installation/src/modules/AddOnProduct.ycp Modified: branches/SuSE-SLE-10-SP3-Branch/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/install... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/installation/package/yast2-installation.changes (original) +++ branches/SuSE-SLE-10-SP3-Branch/installation/package/yast2-installation.changes Wed Apr 1 13:13:09 2009 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Apr 1 11:41:24 CEST 2009 - lslezak@suse.cz + +- do not log password in URL into y2log (bnc#441944) + +------------------------------------------------------------------- Wed Feb 4 12:30:40 CET 2009 - locilka@suse.cz - Removing old additional control files during update. Writing new Modified: branches/SuSE-SLE-10-SP3-Branch/installation/src/include/add-on-workflow.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/install... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/installation/src/include/add-on-workflow.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/installation/src/include/add-on-workflow.ycp Wed Apr 1 13:13:09 2009 @@ -31,6 +31,7 @@ import "SuSEFirewall"; import "Stage"; import "Wizard"; +import "InstURL"; include "packager/inst_source_dialogs.ycp"; @@ -286,7 +287,7 @@ { do { url = editUrl( url ); - y2milestone ("New url: '%1'", url); + y2milestone ("New url: '%1'", InstURL::HidePassword(url)); if (url == nil || url == "") { break; } else { Modified: branches/SuSE-SLE-10-SP3-Branch/installation/src/modules/AddOnProduct.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/install... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/installation/src/modules/AddOnProduct.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/installation/src/modules/AddOnProduct.ycp Wed Apr 1 13:13:09 2009 @@ -33,6 +33,7 @@ import "Directory"; import "Installation"; import "String"; +import "InstURL"; // variables for installation with product /** @@ -109,7 +110,7 @@ y2warning ("Empty base url"); base_product_url = url; - y2milestone ("New base URL: %1", base_product_url); + y2milestone ("New base URL: %1", InstURL::HidePassword(base_product_url)); } global string GetBaseProductURL () { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org