bizgres - bizgres: Added automatic password encryption and support for - Mailing list pgsql-committers

From nwakefield@pgfoundry.org (User Nwakefield)
Subject bizgres - bizgres: Added automatic password encryption and support for
Date
Msg-id 20060309222417.ECC8E103387E@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Added automatic password encryption and support for shareable pass phrase file. Soon as the system connects to the
metadataa pass phrase file is looked for, if it isn't found its created with a random pass phrase. The pass phrase + an
internalsalt is then used to encrypt any stored passwords. If another server or user needs to connect to KETL they will
thenneed this pass phrase file. If there pass phrase file doesn't match the original pass phrase file used for the
systemconnection 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove Jan Wieck's name from copyrights, and put in standard
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in