commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath tools/gnu/classpath/tools/keytool/Ide...


From: Raif S. Naffah
Subject: [commit-cp] classpath tools/gnu/classpath/tools/keytool/Ide...
Date: Sun, 14 May 2006 08:20:19 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Raif S. Naffah <address@hidden> 06/05/14 08:20:19

Modified files:
        tools/gnu/classpath/tools/keytool: IdentityDBCmd.java 
                                           KeyCloneCmd.java 
                                           KeyPasswdCmd.java 
                                           PrintCertCmd.java 
                                           ListCmd.java 
                                           StorePasswdCmd.java 
                                           DeleteCmd.java 
                                           CertReqCmd.java 
                                           GenKeyCmd.java ExportCmd.java 
                                           ImportCmd.java 
                                           SelfCertCmd.java Command.java 
                                           Main.java 
        .              : ChangeLog 
        tools          : Makefile.am 
Removed files:
        tools/gnu/classpath/tools/keytool: keytool.txt 

Log message:
        2006-05-14  Raif S. Naffah  <address@hidden>
        
        * tools/gnu/classpath/tools/keytool/keytool.txt: Removed
        * tools/gnu/classpath/tools/keytool/StorePasswdCmd.java:
        Increased visibility of fields used by parser anonymous classes.
        (processArgs): Removed.
        (getParser): New method.
        * tools/gnu/classpath/tools/keytool/SelfCertCmd.java: Likewise.
        (setup): Mark (Eclipse) strings that need not be externalised.
        (start): Likewise.
        * tools/gnu/classpath/tools/keytool/PrintCertCmd.java: Likewise.
        * tools/gnu/classpath/tools/keytool/Main.java: Amended to use getopt
        command line option parsing.
        * tools/gnu/classpath/tools/keytool/ListCmd.java:
        Increased visibility of fields used by parser anonymous classes.
        (processArgs): Removed.
        (setup): set 'all' local field.
        (getParser): New method.
        * tools/gnu/classpath/tools/keytool/KeyPasswdCmd.java:
        Increased visibility of fields used by parser anonymous classes.
        (processArgs): Removed.
        (getParser): New method.
        * tools/gnu/classpath/tools/keytool/KeyCloneCmd.java: Likewise.
        (setNewKeyPassword): Fixed comments.
        * tools/gnu/classpath/tools/keytool/ImportCmd.java:
        Increased visibility of fields used by parser anonymous classes.
        (processArgs): Removed.
        (getParser): New method.
        (findTrustInCACerts): Mark (Eclipse) strings that need not be
        externalised.
        * tools/gnu/classpath/tools/keytool/GenKeyCmd.java:
        Increased visibility of fields used by parser anonymous classes.
        (processArgs): Removed.
        (setup): Mark (Eclipse) strings that need not be externalised.
        (getParser): New method.
        * tools/gnu/classpath/tools/keytool/IdentityDBCmd.java: Likewise.
        * tools/gnu/classpath/tools/keytool/DeleteCmd.java:
        Increased visibility of fields used by parser anonymous classes.
        (processArgs): Removed.
        (getParser): New method.
        * tools/gnu/classpath/tools/keytool/CertReqCmd.java: Likewise.
        (ATTRIBUTES_OPT): New constant.
        * tools/gnu/classpath/tools/keytool/ExportCmd.java:
        Increased visibility of fields used by parser anonymous classes.
        (processArgs): Removed.
        (setup): Mark (Eclipse) strings that need not be externalised.
        (start): Likewise.
        Reduced logging level.
        (getParser): New method.
        * tools/gnu/classpath/tools/keytool/Command.java
        (processArgs): Made it concrete.
        (getParser): New abstract method.
        * tools/Makefile.am (KEYTOOL_HELPS): Removed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/IdentityDBCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/KeyCloneCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/KeyPasswdCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/PrintCertCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/ListCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/StorePasswdCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/DeleteCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/CertReqCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/GenKeyCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/ExportCmd.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/ImportCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/SelfCertCmd.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/Command.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/keytool/Main.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7396&tr2=1.7397&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/Makefile.am.diff?tr1=1.14&tr2=1.15&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]