summaryrefslogtreecommitdiff
path: root/resource
Commit message (Collapse)AuthorAgeFilesLines
* * resource/META-INF/services/javax.xml.parsers.DocumentBuilderFactor,Mark Wielaard2007-04-076-6/+0
| | | | | | | | resource/META-INF/services/javax.xml.parsers.SAXParserFactory, resource/META-INF/services/javax.xml.parsers.TransformerFactory, resource/META-INF/services/org.relaxng.datatype.DatatypeLibraryFactory, resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList, resource/META-INF/services/org.xml.sax.driver: Removed.
* 2007-03-16 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2007-03-171-3/+3
| | | | | | * resource/com/sun/tools/javac/messages.properties (Main.FailedToRead, Main.MalformedURL, Main.FailedToLoad): Clarify messages for when --with-ecj-jar is not specified.
* 2007-03-07 Gary Benson <gbenson@redhat.com>Gary Benson2007-03-071-0/+1
| | | | | * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList: New file.
* 2007-02-28 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2007-03-012-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * INSTALL: Document --with-ecj-jar configure option and ecj jar requirement for com.sun.tools.javac support. * configure.ac: Add --with-ecj-jar configure option. * gnu/classpath/Configuration.java.in (ECJ_JAR): New field. * tools/Makefile.am: Build decendents of com and sun directories. * resource/com/sun/tools/javac/messages.properties, resource/sun/rmi/rmic/messages.properties, tools/com/sun/javadoc/ClassDoc.java, tools/com/sun/javadoc/ConstructorDoc.java, tools/com/sun/javadoc/Doc.java, tools/com/sun/javadoc/DocErrorReporter.java, tools/com/sun/javadoc/Doclet.java, tools/com/sun/javadoc/ExecutableMemberDoc.java, tools/com/sun/javadoc/FieldDoc.java, tools/com/sun/javadoc/MemberDoc.java, tools/com/sun/javadoc/MethodDoc.java, tools/com/sun/javadoc/PackageDoc.java, tools/com/sun/javadoc/ParamTag.java, tools/com/sun/javadoc/Parameter.java, tools/com/sun/javadoc/ProgramElementDoc.java, tools/com/sun/javadoc/RootDoc.java, tools/com/sun/javadoc/SeeTag.java, tools/com/sun/javadoc/SerialFieldTag.java, tools/com/sun/javadoc/SourcePosition.java, tools/com/sun/javadoc/Tag.java, tools/com/sun/javadoc/ThrowsTag.java, tools/com/sun/javadoc/Type.java, tools/com/sun/javadoc/TypeVariable.java, tools/com/sun/tools/doclets/Taglet.java, tools/com/sun/tools/javac/Main.java, tools/com/sun/tools/javac/Messages.java, tools/sun/rmi/rmic/Main.java, tools/sun/rmi/rmic/Messages.java: New files.
* * resource/gnu/classpath/tools/jar/messages.propertiesTom Tromey2007-01-311-0/+1
| | | | | | | | (Main.Stdin): New message. * tools/gnu/classpath/tools/jar/Main.java (initializeParser): Add '-@' option. (readNames): New method. (run): Use it.
* 2006-12-10 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-12-101-1/+1
| | | | * Merge of generics-branch to HEAD (woohoo!)
* 2006-10-18 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-10-183-145/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resource/gnu/classpath/tools/appletviewer/MessagesBundle.properties: Rename file... * resource/gnu/classpath/tools/appletviewer/messages.properties: New file. * resource/gnu/classpath/tools/appletviewer/MessagesBundle_de.properties: Remove file. * tools/gnu/classpath/tools/appletviewer/AppletWarning.java: Remove file. * tools/gnu/classpath/tools/appletviewer/ConsoleDialog.java: Likewise. * tools/gnu/classpath/tools/appletviewer/Messages.java: New file. * tools/gnu/classpath/tools/appletviewer/CommonAppletStub.java: Retrieve user-visible strings through Messages.getString. * tools/gnu/classpath/tools/appletviewer/Main.java: Likewise. * tools/gnu/classpath/tools/appletviewer/PluginAppletContext.java: Likewise. * tools/gnu/classpath/tools/appletviewer/PluginAppletViewer.java: Likewise. * tools/gnu/classpath/tools/appletviewer/PluginAppletWindow.java: Likewise. * tools/gnu/classpath/tools/appletviewer/StandaloneAppletContext.java: Likewise. * tools/gnu/classpath/tools/appletviewer/StandaloneAppletViewer.java: Likewise. * tools/gnu/classpath/tools/appletviewer/StandaloneAppletWindow.java: Likewise.
* 2006-09-22 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-09-225-0/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resource/gnu/classpath/tools/orbd: New directory. * resource/gnu/classpath/tools/rmic: Likewise. * resource/gnu/classpath/tools/rmid: Likewise. * resource/gnu/classpath/tools/rmiregistry: Likewise. * resource/gnu/classpath/tools/tnameserv: Likewise. * tools/gnu/classpath/tools/giop: Move contents to... * tools/gnu/classpath/tools/orbd, tools/gnu/classpath/tools/tnameserv: New directories. * tools/gnu/classpath/tools/rmi/rmic: Move contents to... * tools/gnu/classpath/tools/rmic: New directory. * tools/gnu/classpath/tools/rmi/rmid: Move contents to... * tools/gnu/classpath/tools/rmid: New directory. * tools/gnu/classpath/tools/rmi/registry: Move contents to... * tools/gnu/classpath/tools/rmiregistry: New directory. * resource/gnu/classpath/tools/orbd/messages.properties: New file. * resource/gnu/classpath/tools/rmic/messages.properties: Likewise. * resource/gnu/classpath/tools/rmid/messages.properties: Likewise. * resource/gnu/classpath/tools/rmiregistry/messages.properties: Likewise. * resource/gnu/classpath/tools/tnameserv/messages.properties: Likewise. * tools/gnu/classpath/tools/orbd/Main.java, tools/gnu/classpath/tools/orbd/Messages.java, tools/gnu/classpath/tools/orbd/PersistentContext.java, tools/gnu/classpath/tools/orbd/PersistentContextMap.java, tools/gnu/classpath/tools/orbd/PersistentMap.java, tools/gnu/classpath/tools/rmic/AbstractMethodGenerator.java, tools/gnu/classpath/tools/rmic/CompilationError.java, tools/gnu/classpath/tools/rmic/Generator.java, tools/gnu/classpath/tools/rmic/GiopIo.java, tools/gnu/classpath/tools/rmic/HashFinder.java, tools/gnu/classpath/tools/rmic/Main.java, tools/gnu/classpath/tools/rmic/Messages.java, tools/gnu/classpath/tools/rmic/MethodGenerator.java, tools/gnu/classpath/tools/rmic/RMICException.java, tools/gnu/classpath/tools/rmic/RmiMethodGenerator.java, tools/gnu/classpath/tools/rmic/RmicBackend.java, tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java, tools/gnu/classpath/tools/rmic/SourceRmicCompiler.java, tools/gnu/classpath/tools/rmic/Variables.java, tools/gnu/classpath/tools/rmic/WrapUnWrapper.java, tools/gnu/classpath/tools/rmic/templates, tools/gnu/classpath/tools/rmid/ActivationSystemImpl.java, tools/gnu/classpath/tools/rmid/ActivationSystemImpl_Stub.java, tools/gnu/classpath/tools/rmid/Main.java, tools/gnu/classpath/tools/rmid/Messages.java, tools/gnu/classpath/tools/rmid/PersistentBidiHashTable.java, tools/gnu/classpath/tools/rmiregistry/Main.java, tools/gnu/classpath/tools/rmiregistry/Messages.java, tools/gnu/classpath/tools/rmiregistry/PersistentHashTable.java, tools/gnu/classpath/tools/rmiregistry/RegistryImpl.java, tools/gnu/classpath/tools/rmiregistry/RegistryImpl_Skel.java, tools/gnu/classpath/tools/rmiregistry/RegistryImpl_Stub.java, tools/gnu/classpath/tools/tnameserv/Main.java, tools/gnu/classpath/tools/tnameserv/Messages.java: New files. * tools/gnu/classpath/tools/rmic/ClassRmicCompiler.java: Import RMIC.java from cp-tools. * configure.ac (AC_CONFIG_FILES): Add tools/grmiregistry, tools/gtnameserv, tools/gorbd, tools/grmid and tools/grmic. (AC_CONFIG_COMMANDS): Add grmiregistry, gtnameserv, gorbd, grmid and grmic. * examples/Makefile.am (GLIBJ_CLASSPATH): Add tools.zip. * gnu/CORBA/NamingService/NamingServiceTransient.java (main): Rename... (start): New method. * tools/Makefile.am: Add build support for new tool wrappers. * tools/gorbd.in: New file. * tools/grmic.in: Likewise. * tools/grmid.in: Likewise. * tools/grmiregistry.in: Likewise. * tools/gtnameserv.in: Likewise. * tools/gnu/classpath/tools/AbstractMethodGenerator.java: Move to... * tools/gnu/classpath/tools/rmic/AbstractMethodGenerator.java: New file. * tools/gnu/classpath/tools/HelpPrinter.java: Remove file. * tools/gnu/classpath/tools/rmi/Persistent.java: Move to... * tools/gnu/classpath/tools/common/Persistent.java: New file.
* * tools/gnu/classpath/tools/javah/PathOptionGroup.javaTom Tromey2006-09-222-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (PathOptionGroup): Make -I a joined option. * tools/gnu/classpath/tools/keytool/CACertCmd.java: Updated. * tools/gnu/classpath/tools/keytool/CertReqCmd.java: Updated. * tools/gnu/classpath/tools/keytool/DeleteCmd.java: Updated. * tools/gnu/classpath/tools/keytool/ExportCmd.java: Updated. * tools/gnu/classpath/tools/keytool/GenKeyCmd.java: Updated. * tools/gnu/classpath/tools/keytool/IdentityDBCmd.java: Updated. * tools/gnu/classpath/tools/keytool/ImportCmd.java: Updated. * tools/gnu/classpath/tools/keytool/KeyCloneCmd.java: Updated. * tools/gnu/classpath/tools/keytool/KeyPasswdCmd.java: Updated. * tools/gnu/classpath/tools/keytool/ListCmd.java: Updated. * tools/gnu/classpath/tools/keytool/MainCmd.java: Updated. * tools/gnu/classpath/tools/keytool/PrintCertCmd.java: Updated. * tools/gnu/classpath/tools/keytool/SelfCertCmd.java: Updated. * tools/gnu/classpath/tools/keytool/StorePasswdCmd.java: Updated. * tools/gnu/classpath/tools/appletviewer/Main.java: Updated. * tools/gnu/classpath/tools/jar/Main.java: Updated. * tools/gnu/classpath/tools/jarsigner/Main.java: Updated. * tools/gnu/classpath/tools/javah/Main.java: Updated. * tools/gnu/classpath/tools/native2ascii/Main.java: Updated. * tools/gnu/classpath/tools/serialver/SerialVer.java: Updated. * resource/gnu/classpath/tools/getopt/Messages.properties: Removed unused entries. * resource/gnu/classpath/tools/common/Messages.properties: New file. * tools/gnu/classpath/tools/common/Messages.java: New file. * tools/gnu/classpath/tools/getopt/Messages.java: Now package-private. * tools/gnu/classpath/tools/common/ClasspathToolParser.java: Moved from getopt. (ClasspathToolParser): Add -J option here. (ClasspathToolParser): Call other constructor in this class. * tools/gnu/classpath/tools/getopt/Parser.java (handleLongOption): Handle joined options. (handleShortOptions): Likewise. (handleShortOption): Removed. (finalGroup): New field. (Parser): Initialize new field. Don't add -J option. (addFinal): New method. * tools/gnu/classpath/tools/getopt/OptionGroup.java (printHelp): Use isJoined. * tools/gnu/classpath/tools/getopt/Option.java (isJoined): New method. (Option): Check short option for validity. (Option): New constructors. (joined): New field.
* * resource/java/security/classpath.security: Add /dev/urandom asMark Wielaard2006-07-301-0/+4
| | | | default securerandom.source.
* 2006-07-19 Roman Kennke <kennke@aicas.com>Roman Kennke2006-07-193-1/+1
| | | | | | | | | | | | | * resource/gnu/regexp/MessagesBundle.properties, * resource/gnu/regexp/MessagesBundle_fr.properties, * resource/gnu/regexp/MessagesBundle_it.properties: Moved to resource/gnu/java/util/regex. * resource/gnu/java/util/regex/MessagesBundle.properties, * resource/gnu/java/util/regex/MessagesBundle_fr.properties, * resource/gnu/java/util/regex/MessagesBundle_it.properties: New files. * gnu/java/util/regex/RE.java Use new resource bundle location.
* 2006-07-19 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-07-191-1/+5
| | | | | | | | | | | PR Classpath/26302 * resource/java/security/classpath.security: Updated copyright year. (auth.login.defaultCallbackHandler): New property; set to our default callback handler. This is needed by the LoginContext when no callback handler was specified. * javax/security/auth/login/LoginContext.java: Updated copyright year. (LoginContext(4)): Assign passed parameters to local fields before invoking lookup method.
* 2006-07-18 Roman Kennke <kennke@aicas.com>Roman Kennke2006-07-181-20/+56
| | | | | | | | | | | | | | | | * gnu/java/awt/peer/x/XFontPeer.java (encodeFont): Be more flexible with font sizes. (validSize): New helper method. * gnu/java/awt/peer/x/XGraphics.java (drawImage(Image,int,int,int,int,int,int,int,int,ImageObserver)): Implemented. (drawImage(Image,int,int,int,int,int,int,int,int,Color,ImageObserver)): Implemented. * gnu/java/awt/peer/x/XImage.java (properties): New field. (getProperty): Implemented. * resource/gnu/java/awt/peer/x/fonts.properties: Added copyright header. Fixed font size field.
* 2006-07-18 Roman Kennke <kennke@aicas.com>Roman Kennke2006-07-181-0/+25
| | | | | | * lib/copy-vmresources.sh.in: Reverted. * gnu/java/awt/peer/x/fonts.properties: Moved to resource/ * resource/gnu/java/awt/peer/x/fonts.properties: New file.
* 2006-07-18 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-07-181-0/+4
| | | | | | | | | | | | PR Classpath/27205 * tools/gnu/classpath/tools/jarsigner/SFHelper.java (writeDSA): Check certificate validity. (getIssuerName): New method. (getSubjectName): Likewise. (getNotAfterDate): Likewise. (getNotBeforeDate): Likewise. * resource/gnu/classpath/tools/jarsigner/messages.properties: Added messages for newly added messages in SFHelper.
* 2006-07-17 Gary Benson <gbenson@redhat.com>Gary Benson2006-07-171-0/+1
| | | | | * resource/META-INF/services/.cvsignore: New file. * lib/.cvsignore: Updated.
* 2006-07-11 Sven de Marothy <sven@physto.se>Sven de Marothy2006-07-111-0/+1
| | | | | | | * gnu/javax/sound/sampled/AU/AUReader.java: New file. * resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader: Added new provider.
* WAV file reader.Anthony Green2006-07-091-0/+1
|
* 2006-07-04 Mario Torre <neugens@limasoftware.net>Mark Wielaard2006-07-041-0/+1
| | | | | | | | | | | | | | | | | * configure.ac: Added new option --enable-default-preferences-peer to pass user specified default preference backend. If the GConf peer is built, GConf become the default backend. * resource/META-INF/services/java.util.prefs.PreferencesFactory.in: new file. * lib/Makefile.am: excludes files terminating in 'in' from the metafiles list. * lib/copy-vmresources.sh.in: excludes files terminating in 'in' from copy into META-INF. * java/util/prefs/Preferences.java: added two new import classes gnu.classpath.ServiceFactory and java.util.Iterator. (getFactory): Now try to check for a system defined default preference backend before to fall back on FileBasedPreference.
* Add MIDI file writer.Anthony Green2006-07-021-0/+1
|
* First commit of MIDI file reader provider.Anthony Green2006-07-021-0/+1
|
* 2006-06-11 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-06-111-0/+28
| | | | | | | | | | | | | | | | | * doc/tools.texinfo: Added text for new -cacert command. Re-structured sections. * resource/gnu/classpath/tools/keytool/messages.properties: Added messages for -cacert command. * tools/gnu/classpath/tools/keytool/Main.java (CACERT_CMD): New constant. (_CACERT): Likewise. (shutdownThread): New field. (Main): Install shutdown thread. (main): Uninstall shutdown thread. (start): Handle new -cacert command. (getParser): Likewise. (teardown): Increased visibility. (ShutdownHook): New inner class. * tools/gnu/classpath/tools/keytool/CACertCmd.java: New file.
* 2006-05-28 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | * tools/gnu/classpath/tools/keytool/ImportCmd.java (GKR): New constant. (JKS): Likewise. (LIB): Likewise. (SECURITY): Likewise. (CACERTS): Likewise. (CACERTS_GKR): Likewise. (gkrCaCertsPathName): New field. (jksCaCertsPathName): Likewise. (selfSignedCertificate): Likewise. (start): Initialize trusted certificate key stores if -trustcacerts is specified. (ensureReplyIsOurs): Initialize selfSignedCertificate. (orderChain): Implemented. (findTrustAndUpdate): Check a cacerts.gkr (GKR) and a cacert (JKS) trusted certificate key stores if -trustcacerts option is specified. (findTrustInCACerts): Removed. (getCertPathParameters): New method. (validate): New method. * resource/gnu/classpath/tools/keytool/messages.properties: Added message.
* * resource/gnu/classpath/tools/serialver/messages.properties: NewTom Tromey2006-05-221-0/+44
| | | | | | | | | | | | | file. * tools/gnu/classpath/tools/serialver/Messages.java: New file. * tools/gnu/classpath/tools/serialver/SerialVer.java (classes): New field. (classpath): Likewise. (run): New method. (main): Use it. (addFileURL): New method. (getClassLoader): Likewise. (printMessage): Likewise.
* 2006-05-21 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-212-2/+78
| | | | | | | | | | | | | | | | | | * doc/tools.texinfo: Replaced references to MessageBundle.properties to messages.properties. * resource/gnu/classpath/tools/jarsigner/MessageBundle.properties: Renamed to messages.properties. * resource/gnu/classpath/tools/keytool/MessageBundle.properties: Likewise. * resource/gnu/classpath/tools/jarsigner/messages.properties: Renamed from MessageBundle.properties. Added copyright notice. * resource/gnu/classpath/tools/keytool/messages.properties: Likewise. * tools/gnu/classpath/tools/jarsigner/Messages.java (BUNDLE_NAME): Use messages instead of MessageBundle properties file. (getFormattedString): Fixed a spelling mistake. * tools/gnu/classpath/tools/keytool/Messages.java: Likewise.
* * tools/gnu/classpath/tools/native2ascii/Messages.java: New file.Tom Tromey2006-05-201-0/+43
| | | | | | | | | | | | | * resource/gnu/classpath/tools/native2ascii/messages.properties: New file. * tools/gnu/classpath/tools/native2ascii/Native2ASCII.java (HandleFile): New class. (input, output, encoding, reversed): New fields. (createParser): New method. (run): Likewise. (main): Use 'run'. * tools/gnu/classpath/tools/getopt/FileArgumentCallback.java (notifyFile): Throws OptionException.
* * resource/gnu/classpath/tools/jar/messages.properties: FixedTom Tromey2006-05-152-14/+14
| | | | | | argument indices. * resource/gnu/classpath/tools/getopt/Messages.properties: Fixed argument indices.
* * tools/gnu/classpath/tools/jar/Main.java (setArchiveFile): UseTom Tromey2006-05-151-0/+71
| | | | | | | | | | | MessageFormat. * tools/gnu/classpath/tools/jar/Indexer.java (indexJarFile): Use MessageFormat. * tools/gnu/classpath/tools/jar/Extractor.java: Externalized strings. (run): Use MessageFormat. * resource/gnu/classpath/tools/jar/messages.properties: New file. * tools/gnu/classpath/tools/jar/Creator.java: Externalized strings. (writeFile): Use MessageFormat.
* * tools/gnu/classpath/tools/getopt/Option.java (getDescription):Tom Tromey2006-05-151-0/+49
| | | | | | | | | | | | | Removed old comment. * tools/gnu/classpath/tools/getopt/ClasspathToolParser.java: Externalized strings. (getVersionString): Use MessageFormat. * tools/gnu/classpath/tools/getopt/Messages.java: New file. * resource/gnu/classpath/tools/getopt/Messages.properties: New file. * tools/gnu/classpath/tools/getopt/Parser.java: Externalized strings. (getArgument): Use a MessageFormat. (handleLongOption): Likewise. (parse): Likewise.
* 2006-05-14 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-141-2/+410
| | | | | * resource/gnu/classpath/tools/keytool/MessageBundle.properties: Added help text.
* 2006-05-13 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-131-8/+59
| | | | | | | | | | | | | | | | | | | * resource/gnu/classpath/tools/jarsigner/MessageBundle.properties: Added help text. * tools/Makefile.am (JARSIGNER_HELPS): Removed. * tools/gnu/classpath/tools/jarsigner/jarsigner.txt: Removed. * tools/gnu/classpath/tools/jarsigner/Main.java: Increased visibility of fields used by parser anonymous classes. (HELP_PATH): Removed. (cmdLineParser): New field. (main): Handle JVM exit status. Handle command line parsing exceptions. (processArgs): Use getopt command line parser. (getParser): New method. (setupCommonParams): Removed checks now handled by processArgs(). (setupSigningParams): Likewise. * tools/gnu/classpath/tools/jarsigner/JarSigner.java (start): Reuse an existing message-bundle constant.
* 2006-05-09 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-05-091-11/+10
| | | | | | | * resource/gnu/classpath/tools/appletviewer/MessagesBundle.properties: Clarify option descriptions. * tools/gnu/classpath/tools/appletviewer/Main.java: Use all uppercase for metasyntactic variables.
* 2006-05-09 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-05-092-73/+73
| | | | | | | * resource/gnu/classpath/tools/appletviewer/MessagesBundle.properties: Use hash-style comments. * resource/gnu/classpath/tools/appletviewer/MessagesBundle_de.properties: Likewise.
* 2006-05-08 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-05-082-0/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add support for building appletviewer. * resource/gnu/classpath/tools/appletviewer/MessagesBundle.properties: New file. * resource/gnu/classpath/tools/appletviewer/MessagesBundle_de.properties: New file. * tools/appletviewer.c: New file. tools/appletviewer.sh.in: New file. * tools/gnu/classpath/tools/appletviewer/AppletClassLoader.java: New file. * tools/gnu/classpath/tools/appletviewer/AppletSecurityManager.java: New file. * tools/gnu/classpath/tools/appletviewer/AppletTag.java: New file. * tools/gnu/classpath/tools/appletviewer/AppletWarning.java: New file. * tools/gnu/classpath/tools/appletviewer/CommonAppletContext.java: New file. * tools/gnu/classpath/tools/appletviewer/CommonAppletStub.java: New file. * tools/gnu/classpath/tools/appletviewer/ConsoleDialog.java: New file. * tools/gnu/classpath/tools/appletviewer/ErrorApplet.java: New file. * tools/gnu/classpath/tools/appletviewer/Main.java: New file. * tools/gnu/classpath/tools/appletviewer/PluginAppletContext.java: New file. * tools/gnu/classpath/tools/appletviewer/PluginAppletViewer.java: New file. * tools/gnu/classpath/tools/appletviewer/PluginAppletWindow.java: New file. * tools/gnu/classpath/tools/appletviewer/StandaloneAppletContext.java: New file. * tools/gnu/classpath/tools/appletviewer/StandaloneAppletViewer.java: New file. * tools/gnu/classpath/tools/appletviewer/StandaloneAppletWindow.java: New file. * tools/gnu/classpath/tools/appletviewer/TagParser.java: New file.
* 2006-05-02 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-021-0/+95
| | | | | | | | | | | | | | | | | | | | | | * tools/keytool.sh.in: New file. * tools/gnu/classpath/tools/keytool/CertReqCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/Command.java: Likewise. * tools/gnu/classpath/tools/keytool/DeleteCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/ExportCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/GenKeyCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/IdentityDBCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/ImportCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/KeyCloneCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/KeyPasswdCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/ListCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/Main.java: Likewise. * tools/gnu/classpath/tools/keytool/Messages.java: Likewise. * tools/gnu/classpath/tools/keytool/PrintCertCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/SelfCertCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/StorePasswdCmd.java: Likewise. * tools/gnu/classpath/tools/keytool/keytool.txt: Likewise. * tools/gnu/classpath/tools/keytool/package.html: Likewise. * resource/gnu/classpath/tools/keytool/MessageBundle.properties: Likewise.
* 2006-05-02 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-05-021-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/gnu/classpath/tools/jarsigner/jarsigner.txt: Re-arranged to resemble more closely man-page style text. * tools/gnu/classpath/tools/jarsigner/SFHelper.java: Mark (Eclipse) strings that need not be externalised. (writeSF): Likewise. (writeDSA): Likewise. Use package-private Messages class to provide i18n-ready strings. (startSigning): Use package-private Messages class to provide i18n-ready strings. (updateEntry): Likewise. Mark (Eclipse) strings that need not be externalised. (finishSigning): Likewise. * tools/gnu/classpath/tools/jarsigner/Main.java: Mark (Eclipse) strings that need not be externalised. (main): Do not use constant strings as class name. Use package-private Messages class to provide i18n-ready strings. Reduced logging level so INFO becomes FINER, and WARNING becomes FINE. (processArgs): Do not use constant strings as class name. Mark (Eclipse) strings that need not be externalised. Reduced logging level so INFO becomes FINER, and WARNING becomes FINE. (start): Do not use constant strings as class name. (teardown): Likewise. Use ProviderUtil. (setupCommonParams): Do not use constant strings as class name. Use package-private Messages class to provide i18n-ready strings. Reduced logging level so INFO becomes FINER, and WARNING becomes FINE. (installNewProvider): Do not use constant strings as class name. Use ProviderUtil. (setupSigningParams): Do not use constant strings as class name. Use package-private Messages class to provide i18n-ready strings. Mark (Eclipse) strings that need not be externalised. (getCallbackHandler): Use CallbackUtil. * tools/gnu/classpath/tools/jarsigner/JarSigner.java (start): Use package-private Messages class to provide i18n-ready strings. Reduced logging level so INFO becomes FINER, and WARNING becomes FINE. * tools/gnu/classpath/tools/jarsigner/JarVerifier.java (start): Likewise. (verifySF): Likewise. (verifySFEntries): Do not use constant strings as class name. Use Boolean.valueOf instead of new Boolean(). (verifySFEntry): Mark (Eclipse) strings that need not be externalised. * resource/gnu/classpath/tools/jarsigner/MessageBundle.properties: New file. * tools/gnu/classpath/tools/jarsigner/package.html: Likewise. * tools/gnu/classpath/tools/jarsigner/Messages.java: Likewise.
* 2006-04-29 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-04-291-0/+1
| | | | | * java/security/Security.java <clinit>: Add our Callback provider. * resource/java/security/classpath.security: Likewise
* * java/security/Security.java (<clinit>): Add all default providers.Tom Tromey2006-04-211-1/+1
| | | | * resource/java/security/classpath.security: Added comment.
* 2006-04-03 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-04-041-0/+9
| | | | | | | | | | | | * javax/imageio/plugins/jpeg/JPEGImageWriteParam.java: New file. * javax/imageio/plugins/jpeg/JPEGImageReadParam.java: Add retrieval instructions to javadoc header. * javax/imageio/ImageWriteParam.java: Fix javadoc for compressionType field. * lib/Makefile.am (propertydirs): Add javax directory. (propertyfiles): Likewise. * resource/javax/imageio/plugins/jpeg/MessagesBundle.properties: New file.
* 2006-03-25 Michael Koch <konqueror@gmx.de>Michael Koch2006-03-256-84/+0
| | | | | | | | | | * resource/gnu/java/locale/LocaleInformation_ar_IN.properties, resource/gnu/java/locale/LocaleInformation_ar_IQ.properties, resource/gnu/java/locale/LocaleInformation_ar_KW.properties, resource/gnu/java/locale/LocaleInformation_ar_LY.properties, resource/gnu/java/locale/LocaleInformation_mn_MN.properties, resource/gnu/java/locale/LocaleInformation_uz_AF.properties: Removed locales.
* 2006-03-25 Michael Koch <konqueror@gmx.de>Michael Koch2006-03-2527-0/+1659
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resource/gnu/java/locale/LocaleInformation_az.properties, resource/gnu/java/locale/LocaleInformation_bs.properties, resource/gnu/java/locale/LocaleInformation_byn.properties, resource/gnu/java/locale/LocaleInformation_byn_ER.properties, resource/gnu/java/locale/LocaleInformation_el_CY.properties, resource/gnu/java/locale/LocaleInformation_gez.properties, resource/gnu/java/locale/LocaleInformation_gez_ER.properties, resource/gnu/java/locale/LocaleInformation_gez_ET.properties, resource/gnu/java/locale/LocaleInformation_haw.properties, resource/gnu/java/locale/LocaleInformation_haw_US.properties, resource/gnu/java/locale/LocaleInformation_kok.properties, resource/gnu/java/locale/LocaleInformation_kok_IN.properties, resource/gnu/java/locale/LocaleInformation_sid.properties, resource/gnu/java/locale/LocaleInformation_sid_ET.properties, resource/gnu/java/locale/LocaleInformation_sl_SI.properties, resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties, resource/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties, resource/gnu/java/locale/LocaleInformation_sr_Cyrl.properties, resource/gnu/java/locale/LocaleInformation_syr.properties, resource/gnu/java/locale/LocaleInformation_syr_SY.properties, resource/gnu/java/locale/LocaleInformation_tig.properties, resource/gnu/java/locale/LocaleInformation_tig_ER.properties, resource/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties, resource/gnu/java/locale/LocaleInformation_uz_Arab.properties, resource/gnu/java/locale/LocaleInformation_uz_Latn.properties, resource/gnu/java/locale/LocaleInformation_wal.properties, resource/gnu/java/locale/LocaleInformation_wal_ET.properties: New locales.
* 2006-03-25 Michael Koch <konqueror@gmx.de>Michael Koch2006-03-2510-17/+24
| | | | | | | | | | | | | | * resource/gnu/java/locale/LocaleInformation_fa.properties, resource/gnu/java/locale/LocaleInformation_kn.properties, resource/gnu/java/locale/LocaleInformation_kn_IN.properties, resource/gnu/java/locale/LocaleInformation_ko.properties, resource/gnu/java/locale/LocaleInformation_sl.properties, resource/gnu/java/locale/LocaleInformation_so.properties, resource/gnu/java/locale/LocaleInformation_so_DJ.properties, resource/gnu/java/locale/LocaleInformation_so_ET.properties, resource/gnu/java/locale/LocaleInformation_so_SO.properties, resource/gnu/java/locale/LocaleInformation_sr.properties: Random fixes I forgot to commit before.
* 2006-03-25 Michael Koch <konqueror@gmx.de>Michael Koch2006-03-2531-30/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resource/gnu/java/locale/LocaleInformation_ar_JO.properties, resource/gnu/java/locale/LocaleInformation_ar_QA.properties, resource/gnu/java/locale/LocaleInformation_ar_SA.properties, resource/gnu/java/locale/LocaleInformation_ar_SY.properties, resource/gnu/java/locale/LocaleInformation_ar_TN.properties, resource/gnu/java/locale/LocaleInformation_ar_YE.properties, resource/gnu/java/locale/LocaleInformation_as_IN.properties, resource/gnu/java/locale/LocaleInformation_be_BY.properties, resource/gnu/java/locale/LocaleInformation_bn_IN.properties, resource/gnu/java/locale/LocaleInformation_en.properties, resource/gnu/java/locale/LocaleInformation_en_IN.properties, resource/gnu/java/locale/LocaleInformation_en_PK.properties, resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties, resource/gnu/java/locale/LocaleInformation_es_PY.properties, resource/gnu/java/locale/LocaleInformation_fa.properties, resource/gnu/java/locale/LocaleInformation_fa_AF.properties, resource/gnu/java/locale/LocaleInformation_fa_IR.properties, resource/gnu/java/locale/LocaleInformation_gu_IN.properties, resource/gnu/java/locale/LocaleInformation_hi_IN.properties, resource/gnu/java/locale/LocaleInformation_ja_JP.properties, resource/gnu/java/locale/LocaleInformation_kn_IN.properties, resource/gnu/java/locale/LocaleInformation_mr_IN.properties, resource/gnu/java/locale/LocaleInformation_or_IN.properties, resource/gnu/java/locale/LocaleInformation_pa.properties, resource/gnu/java/locale/LocaleInformation_pa_IN.properties, resource/gnu/java/locale/LocaleInformation_ps_AF.properties, resource/gnu/java/locale/LocaleInformation_ru_RU.properties, resource/gnu/java/locale/LocaleInformation_sa.properties, resource/gnu/java/locale/LocaleInformation_sa_IN.properties, resource/gnu/java/locale/LocaleInformation_ta_IN.properties, resource/gnu/java/locale/LocaleInformation_te_IN.properties: Updated currency formats.
* 2006-03-19 Michael Koch <konqueror@gmx.de>Michael Koch2006-03-19104-1253/+544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resource/gnu/java/locale/LocaleInformation_aa_ET.properties, resource/gnu/java/locale/LocaleInformation_am.properties, resource/gnu/java/locale/LocaleInformation_am_ET.properties, resource/gnu/java/locale/LocaleInformation_as_IN.properties, resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties, resource/gnu/java/locale/LocaleInformation_bg.properties, resource/gnu/java/locale/LocaleInformation_bn_IN.properties, resource/gnu/java/locale/LocaleInformation_ca.properties, resource/gnu/java/locale/LocaleInformation_cs.properties, resource/gnu/java/locale/LocaleInformation_cy.properties, resource/gnu/java/locale/LocaleInformation_da.properties, resource/gnu/java/locale/LocaleInformation_de.properties, resource/gnu/java/locale/LocaleInformation_dv.properties, resource/gnu/java/locale/LocaleInformation_el.properties, resource/gnu/java/locale/LocaleInformation_en.properties, resource/gnu/java/locale/LocaleInformation_en_GB.properties, resource/gnu/java/locale/LocaleInformation_en_IN.properties, resource/gnu/java/locale/LocaleInformation_en_PK.properties, resource/gnu/java/locale/LocaleInformation_en_SG.properties, resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties, resource/gnu/java/locale/LocaleInformation_es.properties, resource/gnu/java/locale/LocaleInformation_es_AR.properties, resource/gnu/java/locale/LocaleInformation_es_BO.properties, resource/gnu/java/locale/LocaleInformation_es_CL.properties, resource/gnu/java/locale/LocaleInformation_es_CO.properties, resource/gnu/java/locale/LocaleInformation_es_CR.properties, resource/gnu/java/locale/LocaleInformation_es_DO.properties, resource/gnu/java/locale/LocaleInformation_es_EC.properties, resource/gnu/java/locale/LocaleInformation_es_ES.properties, resource/gnu/java/locale/LocaleInformation_es_GT.properties, resource/gnu/java/locale/LocaleInformation_es_HN.properties, resource/gnu/java/locale/LocaleInformation_es_MX.properties, resource/gnu/java/locale/LocaleInformation_es_NI.properties, resource/gnu/java/locale/LocaleInformation_es_PA.properties, resource/gnu/java/locale/LocaleInformation_es_PE.properties, resource/gnu/java/locale/LocaleInformation_es_PR.properties, resource/gnu/java/locale/LocaleInformation_es_PY.properties, resource/gnu/java/locale/LocaleInformation_es_SV.properties, resource/gnu/java/locale/LocaleInformation_es_US.properties, resource/gnu/java/locale/LocaleInformation_es_UY.properties, resource/gnu/java/locale/LocaleInformation_es_VE.properties, resource/gnu/java/locale/LocaleInformation_fa.properties, resource/gnu/java/locale/LocaleInformation_fa_AF.properties, resource/gnu/java/locale/LocaleInformation_fa_IR.properties, resource/gnu/java/locale/LocaleInformation_fi.properties, resource/gnu/java/locale/LocaleInformation_fr.properties, resource/gnu/java/locale/LocaleInformation_fr_CA.properties, resource/gnu/java/locale/LocaleInformation_ga.properties, resource/gnu/java/locale/LocaleInformation_gu_IN.properties, resource/gnu/java/locale/LocaleInformation_hi_IN.properties, resource/gnu/java/locale/LocaleInformation_hr.properties, resource/gnu/java/locale/LocaleInformation_hu.properties, resource/gnu/java/locale/LocaleInformation_id.properties, resource/gnu/java/locale/LocaleInformation_is.properties, resource/gnu/java/locale/LocaleInformation_it.properties, resource/gnu/java/locale/LocaleInformation_ja.properties, resource/gnu/java/locale/LocaleInformation_kk.properties, resource/gnu/java/locale/LocaleInformation_kl.properties, resource/gnu/java/locale/LocaleInformation_km.properties, resource/gnu/java/locale/LocaleInformation_ky.properties, resource/gnu/java/locale/LocaleInformation_lo.properties, resource/gnu/java/locale/LocaleInformation_lo_LA.properties, resource/gnu/java/locale/LocaleInformation_lt.properties, resource/gnu/java/locale/LocaleInformation_lt_LT.properties, resource/gnu/java/locale/LocaleInformation_lv.properties, resource/gnu/java/locale/LocaleInformation_mk.properties, resource/gnu/java/locale/LocaleInformation_mn.properties, resource/gnu/java/locale/LocaleInformation_mr.properties, resource/gnu/java/locale/LocaleInformation_mr_IN.properties, resource/gnu/java/locale/LocaleInformation_ms.properties, resource/gnu/java/locale/LocaleInformation_ms_BN.properties, resource/gnu/java/locale/LocaleInformation_mt.properties, resource/gnu/java/locale/LocaleInformation_nb.properties, resource/gnu/java/locale/LocaleInformation_nl.properties, resource/gnu/java/locale/LocaleInformation_nn.properties, resource/gnu/java/locale/LocaleInformation_om_ET.properties, resource/gnu/java/locale/LocaleInformation_or_IN.properties, resource/gnu/java/locale/LocaleInformation_pa.properties, resource/gnu/java/locale/LocaleInformation_pl.properties, resource/gnu/java/locale/LocaleInformation_pt.properties, resource/gnu/java/locale/LocaleInformation_ru.properties, resource/gnu/java/locale/LocaleInformation_ru_RU.properties, resource/gnu/java/locale/LocaleInformation_ru_UA.properties, resource/gnu/java/locale/LocaleInformation_sa.properties, resource/gnu/java/locale/LocaleInformation_sa_IN.properties, resource/gnu/java/locale/LocaleInformation_sk.properties, resource/gnu/java/locale/LocaleInformation_sr_Latn.properties, resource/gnu/java/locale/LocaleInformation_sv.properties, resource/gnu/java/locale/LocaleInformation_sw.properties, resource/gnu/java/locale/LocaleInformation_sw_TZ.properties, resource/gnu/java/locale/LocaleInformation_ta_IN.properties, resource/gnu/java/locale/LocaleInformation_te.properties, resource/gnu/java/locale/LocaleInformation_te_IN.properties, resource/gnu/java/locale/LocaleInformation_th.properties, resource/gnu/java/locale/LocaleInformation_ti.properties, resource/gnu/java/locale/LocaleInformation_ti_ER.properties, resource/gnu/java/locale/LocaleInformation_ti_ET.properties, resource/gnu/java/locale/LocaleInformation_tr.properties, resource/gnu/java/locale/LocaleInformation_tt.properties, resource/gnu/java/locale/LocaleInformation_uk.properties, resource/gnu/java/locale/LocaleInformation_ur.properties, resource/gnu/java/locale/LocaleInformation_uz.properties, resource/gnu/java/locale/LocaleInformation_zh.properties, resource/gnu/java/locale/LocaleInformation_zh_Hant.properties: More updates for CLDR 1.3.
* 2006-03-18 Michael Koch <konqueror@gmx.de>Michael Koch2006-03-1874-18121/+9820
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resource/gnu/java/locale/LocaleInformation_aa.properties, resource/gnu/java/locale/LocaleInformation_af.properties, resource/gnu/java/locale/LocaleInformation_am.properties, resource/gnu/java/locale/LocaleInformation_ar.properties, resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties, resource/gnu/java/locale/LocaleInformation_be.properties, resource/gnu/java/locale/LocaleInformation_bg.properties, resource/gnu/java/locale/LocaleInformation_bn.properties, resource/gnu/java/locale/LocaleInformation_ca.properties, resource/gnu/java/locale/LocaleInformation_cs.properties, resource/gnu/java/locale/LocaleInformation_cy.properties, resource/gnu/java/locale/LocaleInformation_da.properties, resource/gnu/java/locale/LocaleInformation_de.properties, resource/gnu/java/locale/LocaleInformation_de_CH.properties, resource/gnu/java/locale/LocaleInformation_dz.properties, resource/gnu/java/locale/LocaleInformation_en.properties, resource/gnu/java/locale/LocaleInformation_eo.properties, resource/gnu/java/locale/LocaleInformation_es.properties, resource/gnu/java/locale/LocaleInformation_et.properties, resource/gnu/java/locale/LocaleInformation_eu.properties, resource/gnu/java/locale/LocaleInformation_fa.properties, resource/gnu/java/locale/LocaleInformation_fa_AF.properties, resource/gnu/java/locale/LocaleInformation_fi.properties, resource/gnu/java/locale/LocaleInformation_fo.properties, resource/gnu/java/locale/LocaleInformation_fr.properties, resource/gnu/java/locale/LocaleInformation_ga.properties, resource/gnu/java/locale/LocaleInformation_gl.properties, resource/gnu/java/locale/LocaleInformation_gu.properties, resource/gnu/java/locale/LocaleInformation_he.properties, resource/gnu/java/locale/LocaleInformation_hi.properties, resource/gnu/java/locale/LocaleInformation_hr.properties, resource/gnu/java/locale/LocaleInformation_hu.properties, resource/gnu/java/locale/LocaleInformation_hy.properties, resource/gnu/java/locale/LocaleInformation_id.properties, resource/gnu/java/locale/LocaleInformation_is.properties, resource/gnu/java/locale/LocaleInformation_it.properties, resource/gnu/java/locale/LocaleInformation_ja.properties, resource/gnu/java/locale/LocaleInformation_ka.properties, resource/gnu/java/locale/LocaleInformation_km.properties, resource/gnu/java/locale/LocaleInformation_ko.properties, resource/gnu/java/locale/LocaleInformation_lo.properties, resource/gnu/java/locale/LocaleInformation_lt.properties, resource/gnu/java/locale/LocaleInformation_lv.properties, resource/gnu/java/locale/LocaleInformation_mk.properties, resource/gnu/java/locale/LocaleInformation_mr.properties, resource/gnu/java/locale/LocaleInformation_ms.properties, resource/gnu/java/locale/LocaleInformation_mt.properties, resource/gnu/java/locale/LocaleInformation_nb.properties, resource/gnu/java/locale/LocaleInformation_nl.properties, resource/gnu/java/locale/LocaleInformation_nn.properties, resource/gnu/java/locale/LocaleInformation_om.properties, resource/gnu/java/locale/LocaleInformation_pl.properties, resource/gnu/java/locale/LocaleInformation_ps.properties, resource/gnu/java/locale/LocaleInformation_pt.properties, resource/gnu/java/locale/LocaleInformation_pt_PT.properties, resource/gnu/java/locale/LocaleInformation_ro.properties, resource/gnu/java/locale/LocaleInformation_ru.properties, resource/gnu/java/locale/LocaleInformation_sk.properties, resource/gnu/java/locale/LocaleInformation_sl.properties, resource/gnu/java/locale/LocaleInformation_so.properties, resource/gnu/java/locale/LocaleInformation_sq.properties, resource/gnu/java/locale/LocaleInformation_sr.properties, resource/gnu/java/locale/LocaleInformation_sr_Latn.properties, resource/gnu/java/locale/LocaleInformation_sv.properties, resource/gnu/java/locale/LocaleInformation_sw.properties, resource/gnu/java/locale/LocaleInformation_ta.properties, resource/gnu/java/locale/LocaleInformation_te.properties, resource/gnu/java/locale/LocaleInformation_th.properties, resource/gnu/java/locale/LocaleInformation_tr.properties, resource/gnu/java/locale/LocaleInformation_uk.properties, resource/gnu/java/locale/LocaleInformation_uz.properties, resource/gnu/java/locale/LocaleInformation_vi.properties, resource/gnu/java/locale/LocaleInformation_zh.properties, resource/gnu/java/locale/LocaleInformation_zh_Hant.properties: Updated to use the new localized strings for currencies, languages, variants, territories, etc.
* 2006-03-13 Wolfgang Baer <WBaer@gmx.de>Wolfgang Baer2006-03-132-0/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/classpath/debug/Component.java: (IPP) New component for IPP debugging. (EVERYTHING): Adapted to include IPP. * javax/print/PrintServiceLookup.java: (registerServiceProvider): New method. (registerService): Likewise. (lookupPrintServices): Likewise. (lookupMultiDocPrintServices): Likewise. (lookupDefaultPrintService): Likewise. (static_initializer): Likewise. (printServiceLookups): New field for found service providers. (printServices): New field for application registered providers. (systemProvider): New field for the system provider. * javax/print/ServiceUI.java: New file. * javax/print/package.html: Added more usage content. * javax/print/event/package.html: Likewise. * javax/print/attribute/package.html: Likewise. * javax/print/attribute/standard/package.html: Likewise. * gnu/javax/print/PrintUriException.java, gnu/javax/print/PrintFlavorException.java, gnu/javax/print/PrinterDialog.java, gnu/javax/print/PrintAttributeException.java, gnu/javax/print/CupsPrintServiceLookup.java, gnu/javax/print/CupsServer.java, gnu/javax/print/CupsPrintService.java, gnu/javax/print/CupsMediaMapping.java, gnu/javax/print/CupsIppOperation.java: New implementation files of the Java Print Service API. * gnu/javax/print/ipp/IppValueTag.java, gnu/javax/print/ipp/MultiDocPrintJobImpl.java, gnu/javax/print/ipp/IppStatusCode.java, gnu/javax/print/ipp/IppUtilities.java, gnu/javax/print/ipp/IppResponse.java, gnu/javax/print/ipp/IppException.java, gnu/javax/print/ipp/IppPrintService.java, gnu/javax/print/ipp/IppRequest.java, gnu/javax/print/ipp/IppMultiDocPrintService.java, gnu/javax/print/ipp/IppDelimiterTag.java, gnu/javax/print/ipp/DocPrintJobImpl.java: New files of the IPP client implementation. * gnu/javax/print/ipp/attribute/UnknownAttribute.java, gnu/javax/print/ipp/attribute/StatusMessage.java, gnu/javax/print/ipp/attribute/RequestedAttributes.java, gnu/javax/print/ipp/attribute/NaturalLanguageSyntax.java, gnu/javax/print/ipp/attribute/DocumentAccessError.java, gnu/javax/print/ipp/attribute/DetailedStatusMessage.java, gnu/javax/print/ipp/attribute/DefaultValueAttribute.java, gnu/javax/print/ipp/attribute/CharsetSyntax.java: New attribute syntax/role files of the printing implementation. * gnu/javax/print/ipp/attribute/supported/UriSecuritySupported.java, gnu/javax/print/ipp/attribute/supported/UriAuthenticationSupported.java, gnu/javax/print/ipp/attribute/supported/SidesSupported.java, gnu/javax/print/ipp/attribute/supported/PrintQualitySupported.java, gnu/javax/print/ipp/attribute/supported/PrinterUriSupported.java, gnu/javax/print/ipp/attribute/supported/PrinterResolutionSupported.java, gnu/javax/print/ipp/attribute/supported/PageRangesSupported.java, gnu/javax/print/ipp/attribute/supported/ OrientationRequestedSupported.java, gnu/javax/print/ipp/attribute/supported/OperationsSupported.java, gnu/javax/print/ipp/attribute/supported/ MultipleDocumentHandlingSupported.java, gnu/javax/print/ipp/attribute/supported/ MultipleDocumentJobsSupported.java, gnu/javax/print/ipp/attribute/supported/MediaSupported.java, gnu/javax/print/ipp/attribute/supported/JobSheetsSupported.java, gnu/javax/print/ipp/attribute/supported/JobHoldUntilSupported.java, gnu/javax/print/ipp/attribute/supported/IppVersionsSupported.java, gnu/javax/print/ipp/attribute/supported/ GeneratedNaturalLanguageSupported.java, gnu/javax/print/ipp/attribute/supported/FinishingsSupported.java, gnu/javax/print/ipp/attribute/supported/DocumentFormatSupported.java, gnu/javax/print/ipp/attribute/supported/CompressionSupported.java, gnu/javax/print/ipp/attribute/supported/CharsetSupported.java: New supported attribute files. * gnu/javax/print/ipp/attribute/printer/CharsetConfigured.java, gnu/javax/print/ipp/attribute/printer/DocumentFormat.java, gnu/javax/print/ipp/attribute/printer/MultipleOperationTimeOut.java, gnu/javax/print/ipp/attribute/printer/NaturalLanguageConfigured.java, gnu/javax/print/ipp/attribute/printer/PrinterCurrentTime.java, gnu/javax/print/ipp/attribute/printer/PrinterDriverInstaller.java, gnu/javax/print/ipp/attribute/printer/PrinterStateMessage.java, gnu/javax/print/ipp/attribute/printer/PrinterUpTime.java: New printer description attribute files. * gnu/javax/print/ipp/attribute/job/AttributesCharset.java, gnu/javax/print/ipp/attribute/job/AttributesNaturalLanguage.java, gnu/javax/print/ipp/attribute/job/JobDetailedStatusMessages.java, gnu/javax/print/ipp/attribute/job/JobDocumentAccessErrors.java, gnu/javax/print/ipp/attribute/job/JobPrinterUri.java, gnu/javax/print/ipp/attribute/job/JobId.java, gnu/javax/print/ipp/attribute/job/JobMoreInfo.java, gnu/javax/print/ipp/attribute/job/JobUri.java, gnu/javax/print/ipp/attribute/job/JobStateMessage.java: New job description attribute files. * gnu/javax/print/ipp/attribute/defaults/CopiesDefault.java, gnu/javax/print/ipp/attribute/defaults/DocumentFormatDefault.java, gnu/javax/print/ipp/attribute/defaults/FinishingsDefault.java, gnu/javax/print/ipp/attribute/defaults/JobHoldUntilDefault.java, gnu/javax/print/ipp/attribute/defaults/JobPriorityDefault.java, gnu/javax/print/ipp/attribute/defaults/JobSheetsDefault.java, gnu/javax/print/ipp/attribute/defaults/MediaDefault.java, gnu/javax/print/ipp/attribute/defaults/ MultipleDocumentHandlingDefault.java, gnu/javax/print/ipp/attribute/defaults/NumberUpDefault.java, gnu/javax/print/ipp/attribute/defaults/OrientationRequestedDefault.java, gnu/javax/print/ipp/attribute/defaults/PrinterResolutionDefault.java, gnu/javax/print/ipp/attribute/defaults/PrintQualityDefault.java, gnu/javax/print/ipp/attribute/defaults/SidesDefault.java: New default printing attribute files. * resource/gnu/javax/print/PrinterDialog.properties: New file. * resource/gnu/javax/print/PrinterDialog_de.properties: Likewise. * examples/gnu/classpath/examples/print/Demo.java: New demo application of the current implemented functionality.
* 2006-02-13 Chris Burdess <dog@gnu.org>Chris Burdess2006-02-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/xml/stream/UnicodeReader.java, gnu/xml/validation/datatype/Annotation.java, gnu/xml/validation/datatype/AnySimpleType.java, gnu/xml/validation/datatype/AnyType.java, gnu/xml/validation/datatype/AnyURIType.java, gnu/xml/validation/datatype/AtomicSimpleType.java, gnu/xml/validation/datatype/Base64BinaryType.java, gnu/xml/validation/datatype/BooleanType.java, gnu/xml/validation/datatype/ByteType.java, gnu/xml/validation/datatype/DateTimeType.java, gnu/xml/validation/datatype/DateType.java, gnu/xml/validation/datatype/DecimalType.java, gnu/xml/validation/datatype/DoubleType.java, gnu/xml/validation/datatype/DurationType.java, gnu/xml/validation/datatype/EntitiesType.java, gnu/xml/validation/datatype/EntityType.java, gnu/xml/validation/datatype/EnumerationFacet.java, gnu/xml/validation/datatype/Facet.java, gnu/xml/validation/datatype/FloatType.java, gnu/xml/validation/datatype/FractionDigitsFacet.java, gnu/xml/validation/datatype/GDayType.java, gnu/xml/validation/datatype/GMonthDayType.java, gnu/xml/validation/datatype/GMonthType.java, gnu/xml/validation/datatype/GYearMonthType.java, gnu/xml/validation/datatype/GYearType.java, gnu/xml/validation/datatype/HexBinaryType.java, gnu/xml/validation/datatype/IDRefType.java, gnu/xml/validation/datatype/IDRefsType.java, gnu/xml/validation/datatype/IDType.java, gnu/xml/validation/datatype/IntType.java, gnu/xml/validation/datatype/IntegerType.java, gnu/xml/validation/datatype/LanguageType.java, gnu/xml/validation/datatype/LengthFacet.java, gnu/xml/validation/datatype/ListSimpleType.java, gnu/xml/validation/datatype/LongType.java, gnu/xml/validation/datatype/MaxExclusiveFacet.java, gnu/xml/validation/datatype/MaxInclusiveFacet.java, gnu/xml/validation/datatype/MaxLengthFacet.java, gnu/xml/validation/datatype/MinExclusiveFacet.java, gnu/xml/validation/datatype/MinInclusiveFacet.java, gnu/xml/validation/datatype/MinLengthFacet.java, gnu/xml/validation/datatype/NCNameType.java, gnu/xml/validation/datatype/NMTokenType.java, gnu/xml/validation/datatype/NMTokensType.java, gnu/xml/validation/datatype/NameType.java, gnu/xml/validation/datatype/NegativeIntegerType.java, gnu/xml/validation/datatype/NonNegativeIntegerType.java, gnu/xml/validation/datatype/NonPositiveIntegerType.java, gnu/xml/validation/datatype/NormalizedStringType.java, gnu/xml/validation/datatype/NotationType.java, gnu/xml/validation/datatype/PatternFacet.java, gnu/xml/validation/datatype/PositiveIntegerType.java, gnu/xml/validation/datatype/QNameType.java, gnu/xml/validation/datatype/ShortType.java, gnu/xml/validation/datatype/SimpleType.java, gnu/xml/validation/datatype/StringType.java, gnu/xml/validation/datatype/TimeType.java, gnu/xml/validation/datatype/TokenType.java, gnu/xml/validation/datatype/TotalDigitsFacet.java, gnu/xml/validation/datatype/Type.java, gnu/xml/validation/datatype/TypeBuilder.java, gnu/xml/validation/datatype/TypeLibrary.java, gnu/xml/validation/datatype/TypeLibraryFactory.java, gnu/xml/validation/datatype/UnionSimpleType.java, gnu/xml/validation/datatype/UnsignedByteType.java, gnu/xml/validation/datatype/UnsignedIntType.java, gnu/xml/validation/datatype/UnsignedLongType.java, gnu/xml/validation/datatype/UnsignedShortType.java, gnu/xml/validation/datatype/WhiteSpaceFacet.java, resource/META-INF/services/org.relaxng.datatype.DatatypeLibraryFactory: RELAX NG datatype library implementation for XML Schema Datatypes.
* 2006-01-25 Casey Marshall <csm@gnu.org>Casey Marshall2006-01-262-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merging GNU Crypto and Jessie. * NEWS: mention the merge in the 0.21 notes. * gnu/classpath/debug/Component.java (SSL_APPLICATION): removed. (SSL_RECORD_LAYER): new constants. * gnu/java/security/provider/Gnu.java (<init>): add new algorithms to provider. * resource/java/security/classpath.security: add new providers. * gnu/javax/crypto/assembly/Assembly.java, gnu/javax/crypto/assembly/Cascade.java, gnu/javax/crypto/assembly/CascadeStage.java, gnu/javax/crypto/assembly/CascadeTransformer.java, gnu/javax/crypto/assembly/DeflateTransformer.java, gnu/javax/crypto/assembly/Direction.java, gnu/javax/crypto/assembly/LoopbackTransformer.java, gnu/javax/crypto/assembly/ModeStage.java, gnu/javax/crypto/assembly/Operation.java, gnu/javax/crypto/assembly/PaddingTransformer.java, gnu/javax/crypto/assembly/Stage.java, gnu/javax/crypto/assembly/Transformer.java, gnu/javax/crypto/assembly/TransformerException.java, gnu/javax/crypto/cipher/Anubis.java, gnu/javax/crypto/cipher/BaseCipher.java, gnu/javax/crypto/cipher/Blowfish.java, gnu/javax/crypto/cipher/Cast5.java, gnu/javax/crypto/cipher/CipherFactory.java, gnu/javax/crypto/cipher/DES.java, gnu/javax/crypto/cipher/IBlockCipher.java, gnu/javax/crypto/cipher/IBlockCipherSpi.java, gnu/javax/crypto/cipher/Khazad.java, gnu/javax/crypto/cipher/NullCipher.java, gnu/javax/crypto/cipher/Rijndael.java, gnu/javax/crypto/cipher/Serpent.java, gnu/javax/crypto/cipher/Square.java, gnu/javax/crypto/cipher/TripleDES.java, gnu/javax/crypto/cipher/Twofish.java, gnu/javax/crypto/cipher/WeakKeyException.java, gnu/javax/crypto/jce/GnuCrypto.java, gnu/javax/crypto/jce/GnuSasl.java, gnu/javax/crypto/jce/PBKDF2SecretKeyFactory.java, gnu/javax/crypto/jce/cipher/AESSpi.java, gnu/javax/crypto/jce/cipher/ARCFourSpi.java, gnu/javax/crypto/jce/cipher/AnubisSpi.java, gnu/javax/crypto/jce/cipher/BlowfishSpi.java, gnu/javax/crypto/jce/cipher/Cast5Spi.java, gnu/javax/crypto/jce/cipher/CipherAdapter.java, gnu/javax/crypto/jce/cipher/DESSpi.java, gnu/javax/crypto/jce/cipher/KhazadSpi.java, gnu/javax/crypto/jce/cipher/NullCipherSpi.java, gnu/javax/crypto/jce/cipher/PBES2.java, gnu/javax/crypto/jce/cipher/RijndaelSpi.java, gnu/javax/crypto/jce/cipher/SerpentSpi.java, gnu/javax/crypto/jce/cipher/SquareSpi.java, gnu/javax/crypto/jce/cipher/TripleDESSpi.java, gnu/javax/crypto/jce/cipher/TwofishSpi.java, gnu/javax/crypto/jce/key/AnubisKeyGeneratorImpl.java, gnu/javax/crypto/jce/key/AnubisSecretKeyFactoryImpl.java, gnu/javax/crypto/jce/key/BlowfishKeyGeneratorImpl.java, gnu/javax/crypto/jce/key/BlowfishSecretKeyFactoryImpl.java, gnu/javax/crypto/jce/key/Cast5KeyGeneratorImpl.java, gnu/javax/crypto/jce/key/Cast5SecretKeyFactoryImpl.java, gnu/javax/crypto/jce/key/DESKeyGeneratorImpl.java, gnu/javax/crypto/jce/key/DESSecretKeyFactoryImpl.java, gnu/javax/crypto/jce/key/DESedeSecretKeyFactoryImpl.java, gnu/javax/crypto/jce/key/KhazadKeyGeneratorImpl.java, gnu/javax/crypto/jce/key/KhazadSecretKeyFactoryImpl.java, gnu/javax/crypto/jce/key/RijndaelKeyGeneratorImpl.java, gnu/javax/crypto/jce/key/RijndaelSecretKeyFactoryImpl.java, gnu/javax/crypto/jce/key/SecretKeyFactoryImpl.java, gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.java, gnu/javax/crypto/jce/key/SerpentKeyGeneratorImpl.java, gnu/javax/crypto/jce/key/SerpentSecretKeyFactoryImpl.java, gnu/javax/crypto/jce/key/SquareKeyGeneratorImpl.java, gnu/javax/crypto/jce/key/SquareSecretKeyFactoryImpl.java, gnu/javax/crypto/jce/key/TripleDESKeyGeneratorImpl.java, gnu/javax/crypto/jce/key/TwofishKeyGeneratorImpl.java, gnu/javax/crypto/jce/key/TwofishSecretKeyFactoryImpl.java, gnu/javax/crypto/jce/keyring/GnuKeyring.java, gnu/javax/crypto/jce/mac/HMacHavalSpi.java, gnu/javax/crypto/jce/mac/HMacMD2Spi.java, gnu/javax/crypto/jce/mac/HMacMD4Spi.java, gnu/javax/crypto/jce/mac/HMacMD5Spi.java, gnu/javax/crypto/jce/mac/HMacRipeMD128Spi.java, gnu/javax/crypto/jce/mac/HMacRipeMD160Spi.java, gnu/javax/crypto/jce/mac/HMacSHA160Spi.java, gnu/javax/crypto/jce/mac/HMacSHA256Spi.java, gnu/javax/crypto/jce/mac/HMacSHA384Spi.java, gnu/javax/crypto/jce/mac/HMacSHA512Spi.java, gnu/javax/crypto/jce/mac/HMacTigerSpi.java, gnu/javax/crypto/jce/mac/HMacWhirlpoolSpi.java, gnu/javax/crypto/jce/mac/MacAdapter.java, gnu/javax/crypto/jce/mac/OMacAnubisImpl.java, gnu/javax/crypto/jce/mac/OMacBlowfishImpl.java, gnu/javax/crypto/jce/mac/OMacCast5Impl.java, gnu/javax/crypto/jce/mac/OMacDESImpl.java, gnu/javax/crypto/jce/mac/OMacImpl.java, gnu/javax/crypto/jce/mac/OMacKhazadImpl.java, gnu/javax/crypto/jce/mac/OMacRijndaelImpl.java, gnu/javax/crypto/jce/mac/OMacSerpentImpl.java, gnu/javax/crypto/jce/mac/OMacSquareImpl.java, gnu/javax/crypto/jce/mac/OMacTripleDESImpl.java, gnu/javax/crypto/jce/mac/OMacTwofishImpl.java, gnu/javax/crypto/jce/mac/TMMH16Spi.java, gnu/javax/crypto/jce/mac/UHash32Spi.java, gnu/javax/crypto/jce/mac/UMac32Spi.java, gnu/javax/crypto/jce/params/BlockCipherParameters.java, gnu/javax/crypto/jce/params/DEREncodingException.java, gnu/javax/crypto/jce/params/DERReader.java, gnu/javax/crypto/jce/params/DERWriter.java, gnu/javax/crypto/jce/prng/ARCFourRandomSpi.java, gnu/javax/crypto/jce/prng/CSPRNGSpi.java, gnu/javax/crypto/jce/prng/FortunaImpl.java, gnu/javax/crypto/jce/prng/ICMRandomSpi.java, gnu/javax/crypto/jce/prng/UMacRandomSpi.java, gnu/javax/crypto/jce/spec/BlockCipherParameterSpec.java, gnu/javax/crypto/jce/spec/TMMHParameterSpec.java, gnu/javax/crypto/jce/spec/UMac32ParameterSpec.java, gnu/javax/crypto/key/BaseKeyAgreementParty.java, gnu/javax/crypto/key/GnuSecretKey.java, gnu/javax/crypto/key/IKeyAgreementParty.java, gnu/javax/crypto/key/IncomingMessage.java, gnu/javax/crypto/key/KeyAgreementException.java, gnu/javax/crypto/key/KeyAgreementFactory.java, gnu/javax/crypto/key/OutgoingMessage.java, gnu/javax/crypto/key/dh/DHKeyPairRawCodec.java, gnu/javax/crypto/key/dh/DiffieHellmanKeyAgreement.java, gnu/javax/crypto/key/dh/DiffieHellmanReceiver.java, gnu/javax/crypto/key/dh/DiffieHellmanSender.java, gnu/javax/crypto/key/dh/ElGamalKeyAgreement.java, gnu/javax/crypto/key/dh/ElGamalReceiver.java, gnu/javax/crypto/key/dh/ElGamalSender.java, gnu/javax/crypto/key/dh/GnuDHKey.java, gnu/javax/crypto/key/dh/GnuDHKeyPairGenerator.java, gnu/javax/crypto/key/dh/GnuDHPrivateKey.java, gnu/javax/crypto/key/dh/GnuDHPublicKey.java, gnu/javax/crypto/key/dh/RFC2631.java, gnu/javax/crypto/key/srp6/SRP6Host.java, gnu/javax/crypto/key/srp6/SRP6KeyAgreement.java, gnu/javax/crypto/key/srp6/SRP6SaslClient.java, gnu/javax/crypto/key/srp6/SRP6SaslServer.java, gnu/javax/crypto/key/srp6/SRP6TLSClient.java, gnu/javax/crypto/key/srp6/SRP6TLSServer.java, gnu/javax/crypto/key/srp6/SRP6User.java, gnu/javax/crypto/key/srp6/SRPAlgorithm.java, gnu/javax/crypto/key/srp6/SRPKey.java, gnu/javax/crypto/key/srp6/SRPKeyPairGenerator.java, gnu/javax/crypto/key/srp6/SRPKeyPairRawCodec.java, gnu/javax/crypto/key/srp6/SRPPrivateKey.java, gnu/javax/crypto/key/srp6/SRPPublicKey.java, gnu/javax/crypto/keyring/AuthenticatedEntry.java, gnu/javax/crypto/keyring/BaseKeyring.java, gnu/javax/crypto/keyring/BinaryDataEntry.java, gnu/javax/crypto/keyring/CertPathEntry.java, gnu/javax/crypto/keyring/CertificateEntry.java, gnu/javax/crypto/keyring/CompressedEntry.java, gnu/javax/crypto/keyring/EncryptedEntry.java, gnu/javax/crypto/keyring/Entry.java, gnu/javax/crypto/keyring/EnvelopeEntry.java, gnu/javax/crypto/keyring/GnuPrivateKeyring.java, gnu/javax/crypto/keyring/GnuPublicKeyring.java, gnu/javax/crypto/keyring/IKeyring.java, gnu/javax/crypto/keyring/IPrivateKeyring.java, gnu/javax/crypto/keyring/IPublicKeyring.java, gnu/javax/crypto/keyring/MalformedKeyringException.java, gnu/javax/crypto/keyring/MaskableEnvelopeEntry.java, gnu/javax/crypto/keyring/MeteredInputStream.java, gnu/javax/crypto/keyring/PasswordAuthenticatedEntry.java, gnu/javax/crypto/keyring/PasswordEncryptedEntry.java, gnu/javax/crypto/keyring/PasswordProtectedEntry.java, gnu/javax/crypto/keyring/PrimitiveEntry.java, gnu/javax/crypto/keyring/PrivateKeyEntry.java, gnu/javax/crypto/keyring/Properties.java, gnu/javax/crypto/keyring/PublicKeyEntry.java, gnu/javax/crypto/mac/BaseMac.java, gnu/javax/crypto/mac/HMac.java, gnu/javax/crypto/mac/HMacFactory.java, gnu/javax/crypto/mac/IMac.java, gnu/javax/crypto/mac/MacFactory.java, gnu/javax/crypto/mac/MacInputStream.java, gnu/javax/crypto/mac/MacOutputStream.java, gnu/javax/crypto/mac/OMAC.java, gnu/javax/crypto/mac/TMMH16.java, gnu/javax/crypto/mac/UHash32.java, gnu/javax/crypto/mac/UMac32.java, gnu/javax/crypto/mode/BaseMode.java, gnu/javax/crypto/mode/CBC.java, gnu/javax/crypto/mode/CFB.java, gnu/javax/crypto/mode/CTR.java, gnu/javax/crypto/mode/EAX.java, gnu/javax/crypto/mode/ECB.java, gnu/javax/crypto/mode/IAuthenticatedMode.java, gnu/javax/crypto/mode/ICM.java, gnu/javax/crypto/mode/IMode.java, gnu/javax/crypto/mode/ModeFactory.java, gnu/javax/crypto/mode/OFB.java, gnu/javax/crypto/pad/BasePad.java, gnu/javax/crypto/pad/IPad.java, gnu/javax/crypto/pad/PKCS1_V1_5.java, gnu/javax/crypto/pad/PKCS7.java, gnu/javax/crypto/pad/PadFactory.java, gnu/javax/crypto/pad/SSL3.java, gnu/javax/crypto/pad/TBC.java, gnu/javax/crypto/pad/TLS1.java, gnu/javax/crypto/pad/WrongPaddingException.java, gnu/javax/crypto/prng/ARCFour.java, gnu/javax/crypto/prng/CSPRNG.java, gnu/javax/crypto/prng/Fortuna.java, gnu/javax/crypto/prng/ICMGenerator.java, gnu/javax/crypto/prng/IPBE.java, gnu/javax/crypto/prng/PBKDF2.java, gnu/javax/crypto/prng/PRNGFactory.java, gnu/javax/crypto/prng/UMacGenerator.java, gnu/javax/crypto/sasl/AuthInfo.java, gnu/javax/crypto/sasl/AuthInfoProviderFactory.java, gnu/javax/crypto/sasl/ClientFactory.java, gnu/javax/crypto/sasl/ClientMechanism.java, gnu/javax/crypto/sasl/ConfidentialityException.java, gnu/javax/crypto/sasl/IAuthInfoProvider.java, gnu/javax/crypto/sasl/IAuthInfoProviderFactory.java, gnu/javax/crypto/sasl/IllegalMechanismStateException.java, gnu/javax/crypto/sasl/InputBuffer.java, gnu/javax/crypto/sasl/IntegrityException.java, gnu/javax/crypto/sasl/NoSuchMechanismException.java, gnu/javax/crypto/sasl/NoSuchUserException.java, gnu/javax/crypto/sasl/OutputBuffer.java, gnu/javax/crypto/sasl/SaslEncodingException.java, gnu/javax/crypto/sasl/SaslInputStream.java, gnu/javax/crypto/sasl/SaslOutputStream.java, gnu/javax/crypto/sasl/SaslUtil.java, gnu/javax/crypto/sasl/ServerFactory.java, gnu/javax/crypto/sasl/ServerMechanism.java, gnu/javax/crypto/sasl/UserAlreadyExistsException.java, gnu/javax/crypto/sasl/anonymous/AnonymousClient.java, gnu/javax/crypto/sasl/anonymous/AnonymousServer.java, gnu/javax/crypto/sasl/anonymous/AnonymousUtil.java, gnu/javax/crypto/sasl/crammd5/CramMD5AuthInfoProvider.java, gnu/javax/crypto/sasl/crammd5/CramMD5Client.java, gnu/javax/crypto/sasl/crammd5/CramMD5Registry.java, gnu/javax/crypto/sasl/crammd5/CramMD5Server.java, gnu/javax/crypto/sasl/crammd5/CramMD5Util.java, gnu/javax/crypto/sasl/crammd5/PasswordFile.java, gnu/javax/crypto/sasl/plain/PasswordFile.java, gnu/javax/crypto/sasl/plain/PlainAuthInfoProvider.java, gnu/javax/crypto/sasl/plain/PlainClient.java, gnu/javax/crypto/sasl/plain/PlainRegistry.java, gnu/javax/crypto/sasl/plain/PlainServer.java, gnu/javax/crypto/sasl/srp/CALG.java, gnu/javax/crypto/sasl/srp/ClientStore.java, gnu/javax/crypto/sasl/srp/IALG.java, gnu/javax/crypto/sasl/srp/KDF.java, gnu/javax/crypto/sasl/srp/PasswordFile.java, gnu/javax/crypto/sasl/srp/SRP.java, gnu/javax/crypto/sasl/srp/SRPAuthInfoProvider.java, gnu/javax/crypto/sasl/srp/SRPClient.java, gnu/javax/crypto/sasl/srp/SRPRegistry.java, gnu/javax/crypto/sasl/srp/SRPServer.java, gnu/javax/crypto/sasl/srp/SecurityContext.java, gnu/javax/crypto/sasl/srp/ServerStore.java, gnu/javax/crypto/sasl/srp/StoreEntry.java, gnu/javax/net/ssl/Base64.java, gnu/javax/net/ssl/EntropySource.java, gnu/javax/net/ssl/NullManagerParameters.java, gnu/javax/net/ssl/PrivateCredentials.java, gnu/javax/net/ssl/SRPManagerParameters.java, gnu/javax/net/ssl/SRPTrustManager.java, gnu/javax/net/ssl/StaticTrustAnchors.java, gnu/javax/net/ssl/provider/Alert.java, gnu/javax/net/ssl/provider/AlertException.java, gnu/javax/net/ssl/provider/Certificate.java, gnu/javax/net/ssl/provider/CertificateRequest.java, gnu/javax/net/ssl/provider/CertificateType.java, gnu/javax/net/ssl/provider/CertificateVerify.java, gnu/javax/net/ssl/provider/CipherSuite.java, gnu/javax/net/ssl/provider/ClientHello.java, gnu/javax/net/ssl/provider/ClientKeyExchange.java, gnu/javax/net/ssl/provider/CompressionMethod.java, gnu/javax/net/ssl/provider/Constructed.java, gnu/javax/net/ssl/provider/ContentType.java, gnu/javax/net/ssl/provider/Context.java, gnu/javax/net/ssl/provider/DiffieHellman.java, gnu/javax/net/ssl/provider/DigestInputStream.java, gnu/javax/net/ssl/provider/DigestOutputStream.java, gnu/javax/net/ssl/provider/Enumerated.java, gnu/javax/net/ssl/provider/Extension.java, gnu/javax/net/ssl/provider/Extensions.java, gnu/javax/net/ssl/provider/Finished.java, gnu/javax/net/ssl/provider/GNUSecurityParameters.java, gnu/javax/net/ssl/provider/Handshake.java, gnu/javax/net/ssl/provider/JCESecurityParameters.java, gnu/javax/net/ssl/provider/JDBCSessionContext.java, gnu/javax/net/ssl/provider/Jessie.java, gnu/javax/net/ssl/provider/JessieDHPrivateKey.java, gnu/javax/net/ssl/provider/JessieDHPublicKey.java, gnu/javax/net/ssl/provider/JessieRSAPrivateKey.java, gnu/javax/net/ssl/provider/JessieRSAPublicKey.java, gnu/javax/net/ssl/provider/KeyPool.java, gnu/javax/net/ssl/provider/MacException.java, gnu/javax/net/ssl/provider/OverflowException.java, gnu/javax/net/ssl/provider/PRNG.java, gnu/javax/net/ssl/provider/ProtocolVersion.java, gnu/javax/net/ssl/provider/Random.java, gnu/javax/net/ssl/provider/RecordInput.java, gnu/javax/net/ssl/provider/RecordInputStream.java, gnu/javax/net/ssl/provider/RecordOutputStream.java, gnu/javax/net/ssl/provider/RecordingInputStream.java, gnu/javax/net/ssl/provider/SRPTrustManagerFactory.java, gnu/javax/net/ssl/provider/SSLHMac.java, gnu/javax/net/ssl/provider/SSLRSASignature.java, gnu/javax/net/ssl/provider/SSLRandom.java, gnu/javax/net/ssl/provider/SSLServerSocket.java, gnu/javax/net/ssl/provider/SSLServerSocketFactory.java, gnu/javax/net/ssl/provider/SSLSocket.java, gnu/javax/net/ssl/provider/SSLSocketFactory.java, gnu/javax/net/ssl/provider/SSLSocketInputStream.java, gnu/javax/net/ssl/provider/SSLSocketOutputStream.java, gnu/javax/net/ssl/provider/SecurityParameters.java, gnu/javax/net/ssl/provider/ServerHello.java, gnu/javax/net/ssl/provider/ServerKeyExchange.java, gnu/javax/net/ssl/provider/Session.java, gnu/javax/net/ssl/provider/SessionContext.java, gnu/javax/net/ssl/provider/Signature.java, gnu/javax/net/ssl/provider/SynchronizedRandom.java, gnu/javax/net/ssl/provider/TLSHMac.java, gnu/javax/net/ssl/provider/TLSRandom.java, gnu/javax/net/ssl/provider/Util.java, gnu/javax/net/ssl/provider/X509KeyManagerFactory.java, gnu/javax/net/ssl/provider/X509TrustManagerFactory.java, gnu/javax/net/ssl/provider/XMLSessionContext.java, gnu/javax/security/auth/Password.java, gnu/javax/security/auth/callback/AWTCallbackHandler.java, gnu/javax/security/auth/callback/AbstractCallbackHandler.java, gnu/javax/security/auth/callback/ConsoleCallbackHandler.java, gnu/javax/security/auth/callback/DefaultCallbackHandler.java, gnu/javax/security/auth/callback/GnuCallbacks.java, gnu/javax/security/auth/callback/SwingCallbackHandler.java, gnu/java/security/Registry.java, gnu/java/security/Properties.java, gnu/java/security/hash/BaseHash.java, gnu/java/security/hash/HashFactory.java, gnu/java/security/hash/Haval.java, gnu/java/security/hash/IMessageDigest.java, gnu/java/security/hash/MD2.java, gnu/java/security/hash/MD4.java, gnu/java/security/hash/MD5.java, gnu/java/security/hash/RipeMD128.java, gnu/java/security/hash/RipeMD160.java, gnu/java/security/hash/Sha160.java, gnu/java/security/hash/Sha256.java, gnu/java/security/hash/Sha384.java, gnu/java/security/hash/Sha512.java, gnu/java/security/hash/Tiger.java, gnu/java/security/hash/Whirlpool.java, gnu/java/security/jce/hash/HavalSpi.java, gnu/java/security/jce/hash/MD2Spi.java, gnu/java/security/jce/hash/MD4Spi.java, gnu/java/security/jce/hash/MD5Spi.java, gnu/java/security/jce/hash/MessageDigestAdapter.java, gnu/java/security/jce/hash/RipeMD128Spi.java, gnu/java/security/jce/hash/RipeMD160Spi.java, gnu/java/security/jce/hash/Sha160Spi.java, gnu/java/security/jce/hash/Sha256Spi.java, gnu/java/security/jce/hash/Sha384Spi.java, gnu/java/security/jce/hash/Sha512Spi.java, gnu/java/security/jce/hash/TigerSpi.java, gnu/java/security/jce/hash/WhirlpoolSpi.java, gnu/java/security/jce/prng/HavalRandomSpi.java, gnu/java/security/jce/prng/MD2RandomSpi.java, gnu/java/security/jce/prng/MD4RandomSpi.java, gnu/java/security/jce/prng/MD5RandomSpi.java, gnu/java/security/jce/prng/RipeMD128RandomSpi.java, gnu/java/security/jce/prng/RipeMD160RandomSpi.java, gnu/java/security/jce/prng/SecureRandomAdapter.java, gnu/java/security/jce/prng/Sha160RandomSpi.java, gnu/java/security/jce/prng/Sha256RandomSpi.java, gnu/java/security/jce/prng/Sha384RandomSpi.java, gnu/java/security/jce/prng/Sha512RandomSpi.java, gnu/java/security/jce/prng/TigerRandomSpi.java, gnu/java/security/jce/prng/WhirlpoolRandomSpi.java, gnu/java/security/jce/sig/DSSKeyPairGeneratorSpi.java, gnu/java/security/jce/sig/DSSRawSignatureSpi.java, gnu/java/security/jce/sig/KeyPairGeneratorAdapter.java, gnu/java/security/jce/sig/RSAKeyPairGeneratorSpi.java, gnu/java/security/jce/sig/RSAPSSRawSignatureSpi.java, gnu/java/security/jce/sig/SignatureAdapter.java, gnu/java/security/key/IKeyPairCodec.java, gnu/java/security/key/IKeyPairGenerator.java, gnu/java/security/key/KeyPairCodecFactory.java, gnu/java/security/key/KeyPairGeneratorFactory.java, gnu/java/security/key/dss/DSSKey.java, gnu/java/security/key/dss/DSSKeyPairGenerator.java, gnu/java/security/key/dss/DSSKeyPairRawCodec.java, gnu/java/security/key/dss/DSSPrivateKey.java, gnu/java/security/key/dss/DSSPublicKey.java, gnu/java/security/key/dss/FIPS186.java, gnu/java/security/key/rsa/GnuRSAKey.java, gnu/java/security/key/rsa/GnuRSAPrivateKey.java, gnu/java/security/key/rsa/GnuRSAPublicKey.java, gnu/java/security/key/rsa/RSAKeyPairGenerator.java, gnu/java/security/key/rsa/RSAKeyPairRawCodec.java, gnu/java/security/prng/BasePRNG.java, gnu/java/security/prng/EntropySource.java, gnu/java/security/prng/IRandom.java, gnu/java/security/prng/LimitReachedException.java, gnu/java/security/prng/MDGenerator.java, gnu/java/security/prng/PRNGFactory.java, gnu/java/security/prng/RandomEvent.java, gnu/java/security/prng/RandomEventListener.java, gnu/java/security/sig/BaseSignature.java, gnu/java/security/sig/ISignature.java, gnu/java/security/sig/ISignatureCodec.java, gnu/java/security/sig/SignatureFactory.java, gnu/java/security/sig/dss/DSSSignature.java, gnu/java/security/sig/dss/DSSSignatureRawCodec.java, gnu/java/security/sig/rsa/EME_PKCS1_V1_5.java, gnu/java/security/sig/rsa/EMSA_PKCS1_V1_5.java, gnu/java/security/sig/rsa/EMSA_PSS.java, gnu/java/security/sig/rsa/RSA.java, gnu/java/security/sig/rsa/RSAPKCS1V1_5Signature.java, gnu/java/security/sig/rsa/RSAPSSSignature.java, gnu/java/security/sig/rsa/RSAPSSSignatureRawCodec.java, gnu/java/security/util/Base64.java, gnu/java/security/util/ExpirableObject.java, gnu/java/security/util/Prime2.java, gnu/java/security/util/Sequence.java, gnu/java/security/util/SimpleList.java, gnu/java/security/util/Util.java, resource/gnu/javax/security/auth/callback/MessagesBundle.properties: new files imported from GNU Crypto and Jessie.
* 2005-01-12 Christian Thalinger <twisti@complang.tuwien.ac.at>Christian Thalinger2006-01-121-1/+4
| | | | | | | * resource/Makefile.am: Install logging.properties into $(prefix)/lib. * resource/Makefile.am (securitydir): Changed to $(prefix)/lib/security.
* 2005-12-28 Chris Burdess <dog@gnu.org>Chris Burdess2005-12-291-1/+1
| | | | | | | | | * gnu/xml/stream/CRLFReader.java: Fixed bug where pos > 0. * gnu/xml/stream/XMLParser.java, gnu/xml/stream/UnicodeReader.java: Use Unicode code points instead of UTF-16 chars, resolving Unicode surrogates. * resource/META-INF/services/org.xml.sax.driver: Updated legacy SAX factory mechanism for new SAX driver.