| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* tools/gnu/classpath/tools/jarsigner/Main.java: Removed unused imports.
(provider): Made it protected.
(providerInstalled): New field.
(Main): Made it a 0-arguments constructor.
Removed throws clasue.
(main): Removed throws clause.
Call processArgs(args) after constructing instance.
Call teardown() before existing.
(processArgs): Added javadoc.
Reduced to throws Exception.
(start): Likewise.
(teardown): New method.
(setupCommonParams): Added javadoc.
Install designated provider if not already installed.
(installNewProvider): New method.
(setupSigningParams): Added javadoc.
Instantiate the KeyStore using type only.
* tools/gnu/classpath/tools/jarsigner/JarSigner.java:
Removed unused imports.
(start): Reduced to throws Exception.
* tools/gnu/classpath/tools/jarsigner/JarVerifier.java (start): Likewise.
* tools/gnu/classpath/tools/jarsigner/HashUtils.java:
Re-organized imports.
* gnu/java/security/key/KeyPairGeneratorFactory.java (getInstance):
Test ignoring case.
(getNames): Add "dsa" as an algorithm provided by this Factory.
(makeInstance): Construct IllegalArgumentException with 2 arguments.
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-02 Dalibor Topic <robilad@kaffe.org>
* configure.ac (with-glibj-zip): Added new option.
* examples/Makefile.am,
lib/Makefile.am,
tools/Makefile.am: Adapted build classpath to use glibj.zip,
in addition to classes in lib directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tools/gnu/classpath/tools/giop/GRMIC.java,
tools/gnu/classpath/tools/giop/IorParser.java,
tools/gnu/classpath/tools/giop/grmic/CompilationError.java,
tools/gnu/classpath/tools/giop/grmic/Generator.java,
tools/gnu/classpath/tools/giop/grmic/GiopIo.java,
tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java,
tools/gnu/classpath/tools/giop/grmic/HashFinder.java,
tools/gnu/classpath/tools/giop/grmic/MethodGenerator.java,
tools/gnu/classpath/tools/rmi/RMIC.java,
tools/gnu/classpath/tools/rmi/rmic/RmiMethodGenerator.java,
tools/gnu/classpath/tools/rmi/rmic/RmicCompiler.java,
tools/gnu/classpath/tools/rmi/rmic/WrapUnWrapper.java: Removed
linking exception from the licensing header.
* tools/gnu/classpath/tools/rmi/rmid/ActivationSystemImpl_Stub.java:
Added licensing header.
|
|
|
|
| |
+ (jarsigner): Removed.
|
|
|
|
|
|
|
| |
* configure.ac: Added tools/jarsigner.sh to AC_CONFIG_FILES.
* tools/Makefile.am: Generate jarsigner shell script.
* tools/jarsigner.sh.in: New template.
* tools/.cvsignore: Added jarsigner.sh.
|
|
|
|
|
|
|
|
|
| |
* tools/gnu/classpath/tools/jarsigner/HashUtils.java: Use GPL.
* tools/gnu/classpath/tools/jarsigner/SFHelper.java: Likewise.
* tools/gnu/classpath/tools/jarsigner/JarVerifier.java: Likewise.
* tools/gnu/classpath/tools/jarsigner/JarSigner.java: Likewise.
* tools/gnu/classpath/tools/jarsigner/Main.java: Likewise.
Re-organised imports.
|
|
|
|
|
|
| |
* tools/gnu/classpath/tools/jarsigner/Main.java (setupCommonParams):
Check for null jar-file argument.
(setupSigningParams): Check for null alias argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* tools/gnu/classpath/tools/jarsigner/SFHelper.java (updateEntry): Use
Attributes.putValue(String,String).
(finishSigning): Likewise.
* gnu/java/util/jar/JarUtils.java (MANIFEST_VERSION): New constant.
(SIGNATURE_VERSION): Likewise.
(readSFManifest): Use local string constant.
(readMainSection): Likewise.
(readVersionInfo): Likewise.
* java/util/jar/Attributes.java (MANIFEST_VERSION):
Redefined using JarUtils constant.
(SIGNATURE_VERSION): Likewise.
(putValue(Name,String)): Made it private.
|
|
|
|
|
| |
* tools/Makefile.am (JCOMPILER): Added encoding options.
* examples/Makefile.am (JCOMPILER): Added encoding options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/java/rmi/activation/ActivationSystemTransient.java: Rewritten.
* gnu/java/rmi/activation/BidiTable.java: Rewritten.
* gnu/java/rmi/dgc/LeaseRenewingTask.java (constructor, sheduleLeases):
Avoid NPEs.
* gnu/java/rmi/server/ActivatableServerRef.java (getRefClass,
readExternal, writeExternal): New methods.
* gnu/java/rmi/server/UnicastRef.java (invokeCommon): Splitten into
two stages, invokeCommon(Remote, ...) and
invokeCommen(UnicastConnection, ...).
* java/rmi/server/RemoteObject.java (readObject, writeObject): Expect
also the ActivatableRef. toString(): Documented.
* gnu/java/rmi/server/ActivatableRef.java,
tools/gnu/classpath/tools/rmi/Persistent.java,
tools/gnu/classpath/tools/rmi/PersistentBidiHashTable.java,
tools/gnu/classpath/tools/rmi/PersistentHashTable.java,
tools/gnu/classpath/tools/rmi/REGISTRY.java,
tools/gnu/classpath/tools/rmi/REGISTRY.txt,
tools/gnu/classpath/tools/rmi/RMID.java,
tools/gnu/classpath/tools/rmi/RMID.txt,
tools/gnu/classpath/tools/rmi/registry/RegistryImpl.java,
tools/gnu/classpath/tools/rmi/registry/RegistryImpl_Skel.java,
tools/gnu/classpath/tools/rmi/registry/RegistryImpl_Stub.java,
tools/gnu/classpath/tools/rmi/registry/package.html,
tools/gnu/classpath/tools/rmi/rmid/ActivationSystemImpl.java,
tools/gnu/classpath/tools/rmi/rmid/ActivationSystemImpl_Stub.java:
New files.
* tools/README: Documented.
* NEWS: Added entry about the activation.
|
|
|
|
|
|
|
| |
* tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12Method.jav:
Do not use initCause with UnexpectedException.
* tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12MethodVoid.jav:
Likewise.
|
|
|
|
|
|
|
| |
* tools/gnu/classpath/tools/jarsigner/Main.java (processArgs): Check
for null args.
Check for -help option.
* tools/gnu/classpath/tools/jarsigner/jarsigner.txt: Added -help option.
|
|
|
|
|
| |
* tools/gnu/classpath/tools/jarsigner/Main.java (setupSigningParams):
Ask user for keystore password if one was not provided.
|
|
|
|
|
| |
* tools/README: Added Security tools section.
Documented the jarsigner tool.
|
|
|
|
|
|
|
|
|
| |
* tools/gnu/classpath/tools/jarsigner/HashUtils.java: New file.
* tools/gnu/classpath/tools/jarsigner/JarSigner.java: Likewise.
* tools/gnu/classpath/tools/jarsigner/JarVerifier.java: Likewise.
* tools/gnu/classpath/tools/jarsigner/Main.java (Main): Likewise.
* tools/gnu/classpath/tools/jarsigner/SFHelper.java: Likewise.
* tools/gnu/classpath/tools/jarsigner/jarsigner.txt: Likewise.
|
|
|
|
|
|
|
|
|
| |
* tools/gnu/classpath/tools/giop/GRMIC.java (main): Accept -force.
* tools/gnu/classpath/tools/giop/GRMIC.txt: Explain -force.
* tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java
(force): New field. (setForce): New method. (compile): Handle -force.
* tools/gnu/classpath/tools/rmi/RMIC.java (main): Accept -force.
* tools/gnu/classpath/tools/rmi/RMIC.txt: Explain -force.
|
|
|
|
|
|
|
|
| |
* tools/Makefile.am (TOOLSdir): Don't put tools.zip in tools
subdir. Added README.
(install-data-local): Removed.
(uninstall-local): Likewise.
(EXTRA_DIST): Removed.
|
|
|
|
|
|
|
|
| |
PR 26584
* tools/Makefile.am (install-data-local,
uninstall-local): Install/uninstall the tools/README only.
* tools/gnu/classpath/tools/giop/README: Updated.
* tools/README: New file.
|
|
|
|
|
|
|
| |
* gnu/classpath/tools/rmi/rmic/RmicCompiler.java (convertStubName):
New method.
* gnu/classpath/tools/rmi/rmic/templates/Stub_12.jav:
Another stub name fix.
|
|
|
|
|
|
|
|
|
| |
* gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java (compile):
Call convertStubName. (convertStubName): New method.
* gnu/classpath/tools/rmi/RMIC.java (main): Stub name fix.
* gnu/classpath/tools/rmi/rmic/RmiMethodGenerator.java (convertStubName): New method.
(getMethodHashCode): Use existing gnu.java.rmi.server.RMIHashes.getMethodHash.
* gnu/classpath/tools/rmi/rmic/templates/Stub_12.jav: Stub name fix.
|
|
|
|
| |
* tools/.cvsignore: Ignore tools.zip.
|
|
|
|
|
|
|
| |
* tools/gnu/classpath/tools/giop/NameServicePersistent.java: Refer
to NameServicePersistent.
* tools/gnu/classpath/tools/giop/NameServicePersistent.txt: New file.
* tools/gnu/classpath/tools/giop/NamingServicePersistent.txt: Deleted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* NEWS: Updated tool status.
* gnu/CORBA/NamingService/NamingMap.java (Map): Made protected.
(constructor, bind, rebind): Rewritten.
* gnu/CORBA/NamingService/TransientContext.java: Rewritten.
* tools/gnu/classpath/tools/giop/README: Updated.
(comitting in parts)
* tools/gnu/classpath/tools/giop/NameServicePersistent.java,
tools/gnu/classpath/tools/giop/NamingServicePersistent.txt,
tools/gnu/classpath/tools/giop/nameservice/PersistentContext.java,
tools/gnu/classpath/tools/giop/nameservice/PersistentContextMap.java,
tools/gnu/classpath/tools/giop/nameservice/PersistentMap.java:
New files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* NEWS: Updated tool status.
* gnu/CORBA/NamingService/NamingMap.java (Map): Made protected.
(constructor, bind, rebind): Rewritten.
* gnu/CORBA/NamingService/TransientContext.java: Rewritten.
* tools/gnu/classpath/tools/giop/README: Updated.
* tools/gnu/classpath/tools/giop/NameServicePersistent.java,
(comitting in parts)
tools/gnu/classpath/tools/giop/NamingServicePersistent.txt,
tools/gnu/classpath/tools/giop/nameservice/PersistentContext.java,
tools/gnu/classpath/tools/giop/nameservice/PersistentContextMap.java,
tools/gnu/classpath/tools/giop/nameservice/PersistentMap.java:
New files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* NEWS: Updated tool status.
* gnu/CORBA/NamingService/NamingMap.java (Map): Made protected.
(constructor, bind, rebind): Rewritten.
* gnu/CORBA/NamingService/TransientContext.java: Rewritten.
* tools/gnu/classpath/tools/giop/README: Updated.
* tools/gnu/classpath/tools/giop/NameServicePersistent.java,
tools/gnu/classpath/tools/giop/NamingServicePersistent.txt,
tools/gnu/classpath/tools/giop/nameservice/PersistentContext.java,
tools/gnu/classpath/tools/giop/nameservice/PersistentContextMap.java,
tools/gnu/classpath/tools/giop/nameservice/PersistentMap.java:
New files. (comitting in parts)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java
* tools/gnu/classpath/tools/giop/grmic/MethodGenerator.java
* tools/gnu/classpath/tools/giop/grmic/templates/Tie.jav,
tools/gnu/classpath/tools/giop/grmic/templates/TieMethod.jav,
tools/gnu/classpath/tools/giop/grmic/templates/TieMethodVoid.jav:
Rewritten.
* tools/gnu/classpath/tools/giop/grmic/HashFinder.java: New file.
|
|
|
|
| |
* tools/makefile.am: Handle rmi and giop folders separately.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* tools/Makefile.am: Add tools/gnu/classpath/tools/rmi folder.
* tools/gnu/classpath/tools/giop/GRMIC.txt: Explain it called from RMIC.
* tools/gnu/classpath/tools/giop/grmic/Generator.java (getResource):
Better diagnostic.
* tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java:
Rewritten.
* tools/gnu/classpath/tools/giop/grmic/MethodGenerator.java: Implement
AbstractMethodGenerator.
* tools/gnu/classpath/tools/AbstractMethodGenerator.java,
tools/gnu/classpath/tools/rmi/RMIC.java,
tools/gnu/classpath/tools/rmi/RMIC.txt,
tools/gnu/classpath/tools/rmi/rmic/RmiMethodGenerator.java,
tools/gnu/classpath/tools/rmi/rmic/RmicCompiler.java,
tools/gnu/classpath/tools/rmi/rmic/WrapUnWrapper.java,
tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12.jav,
tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12Method.jav,
tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12MethodVoid.jav:
New files.
* NEWS: Corrected entry about the tools.
|
| |
|
|
|
|
|
|
| |
2006-02-08 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* tools/Makefile: Removed.
|
|
|
|
| |
* tools/Makefile.in: Removed.
|
|
|
|
| |
*tools/Makefile.am (ALL_TOOLS_FILES): Add $(TOOLS_HELPS).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* examples/gnu/classpath/examples/CORBA/swing/x5/_GameManagerImpl_Tie.java,
examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java:
Documenting the code generator.
* gnu/CORBA/IOR.java (toStringFormatted,
CodeSet_component.toStringFormatted): New methods.
* tools/Makefile.am (TOOLS_JAVA_FILES, READMES): Rewritten.
* tools/gnu/classpath/tools/giop/README: Rewritten.
* tools/gnu/classpath/tools/giop/GRMIC.java (main): Rewritten.
(printHelpAndExit): Removed.
*tools/gnu/classpath/tools/giop/IorParser.java,
tools/gnu/classpath/tools/giop/IorParser.txt,
tools/gnu/classpath/tools/giop/NameService.java,
tools/gnu/classpath/tools/giop/NamingService.txt,
tools/gnu/classpath/tools/HelpPrinter.java: New files.
NEWS: Added note about GIOP tools.
|
|
* .classpath: New source patch (tools).
* Makefile.am (SUBDIRS, DIST_SUBDIRS): added "tools".
* configure.ac (AC_CONFIG_FILES): added tools/Makefile
* gnu/classpath/tools/Makefile.am,
gnu/classpath/tools/giop/GRMIC.java
gnu/classpath/tools/giop/GRMIC.txt,
gnu/classpath/tools/giop/README,
gnu/classpath/tools/giop/grmic/CompilationError.java,
gnu/classpath/tools/giop/grmic/Generator.java,
gnu/classpath/tools/giop/grmic/GiopIo.java,
gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java,
gnu/classpath/tools/giop/grmic/MethodGenerator.java,
gnu/classpath/tools/giop/grmic/templates/ImplTie.jav,
gnu/classpath/tools/giop/grmic/templates/Stub.jav,
gnu/classpath/tools/giop/grmic/templates/StubMethod.jav,
gnu/classpath/tools/giop/grmic/templates/StubMethodVoid.jav,
gnu/classpath/tools/giop/grmic/templates/Tie.jav,
gnu/classpath/tools/giop/grmic/templates/TieMethod.jav,
gnu/classpath/tools/giop/grmic/templates/TieMethodVoid.jav: New files.
|