bizgres - bizgres: Added automatic password encryption and support for

Поиск
Список
Период
Сортировка
От nwakefield@pgfoundry.org (User Nwakefield)
Тема bizgres - bizgres: Added automatic password encryption and support for
Дата
Msg-id 20060309222417.ECC8E103387E@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Remove Jan Wieck's name from copyrights, and put in standard
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in