bizgres - bizgres: Added automatic password encryption and support for

From: nwakefield(at)pgfoundry(dot)org (User Nwakefield)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: Added automatic password encryption and support for
Date: 2006-03-09 22:24:17
Message-ID: 20060309222417.ECC8E103387E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Added automatic password encryption and support for shareable pass phrase file. Soon as the system connects to the metadata a pass phrase file is looked for, if it isn't found its created with a random pass phrase. The pass phrase + an internal salt is then used to encrypt any stored passwords. If another server or user needs to connect to KETL they will then need this pass phrase file. If there pass phrase file doesn't match the original pass phrase file used for the system connection is disallowed.

Modified Files:
--------------
bizgres/KETL/src/com/kni/etl/ketl:
SingleKETLJobExecutor.java (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ketl/SingleKETLJobExecutor.java.diff?r1=1.2&r2=1.3)
KETLJobExecutor.java (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ketl/KETLJobExecutor.java.diff?r1=1.2&r2=1.3)
bizgres/KETL/src:
ETLDaemon.java (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/ETLDaemon.java.diff?r1=1.3&r2=1.4)
ExecuteJob.java (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/ExecuteJob.java.diff?r1=1.1&r2=1.2)
Console.java (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/Console.java.diff?r1=1.4&r2=1.5)
bizgres/KETL/src/com/kni/etl/sessionizer:
XMLSessionizeJobExecutor.java (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/sessionizer/XMLSessionizeJobExecutor.java.diff?r1=1.2&r2=1.3)
bizgres/KETL/src/com/kni/etl/ketl/writer:
JDBCWriter.java (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ketl/writer/JDBCWriter.java.diff?r1=1.2&r2=1.3)
bizgres/KETL/src/com/kni/etl:
Metadata.java (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/Metadata.java.diff?r1=1.4&r2=1.5)

Added Files:
-----------
bizgres/KETL/src/com/kni/etl/stringtools:
DesEncrypterTest.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/stringtools/DesEncrypterTest.java?rev=1.1&content-type=text/x-cvsweb-markup)
DesEncrypter.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/stringtools/DesEncrypter.java?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2006-03-09 23:22:04 Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from copyrights, and put in standard
Previous Message Bruce Momjian 2006-03-09 21:29:38 pgsql: Remove Jan Wieck's name from copyrights, and put in standard