aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* RH586194: Unable to connect to connect with Juniper VPN clientDeepak Bhole2011-12-211-0/+7
| | | | | | | | Patch from Thomas Meyer <[email protected]> * plugin/icedteanp/IcedTeaPluginRequestProcessor.cc(sendMember): Use createJavaObjectFromVariant to create the resulting object on Java side, rather than always creating a JSObject.
* Made compatible with both versions of xulrunnerJiri Vanek2011-12-211-0/+10
|
* BasicService code does not work when placed in the applet constructor.Danesh Dadachanji2011-12-191-0/+11
|
* Fixed function name in comment for sendMember.Deepak Bhole2011-12-161-0/+6
| | | | Patch from Thomas Meyer <[email protected]>
* Print the arguments passed to the application's main methodOmair Majid2011-12-081-0/+6
| | | | | | | | 2011-12-08 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/Launcher.java (launchApplication): Print arguments being passed to the application's main method in debug mode.
* Change icon for AccessWarningPane dialogsDanesh Dadachanji2011-12-051-0/+6
|
* Added targets to calcualte code coverage by testsJiri Vanek2011-11-291-0/+23
|
* chenglogs for spaces reproducers and for changes to engine because of spacesJiri Vanek2011-11-111-0/+38
|
* Enabled testWeekdayRange, added tests for star/end of months for dateRange ↵Jiri Vanek2011-11-101-0/+15
| | | | pac function
* mergeDeepak Bhole2011-11-081-0/+8
|\
| * RH742515, CVE-2011-3377: IcedTea-Web: second-level domain subdomains and ↵Deepak Bhole2011-10-281-0/+8
| | | | | | | | suffix domain SOP bypass
* | PR808: javaws is unable to start when missing jars are enumerated before ↵Omair Majid2011-10-311-0/+8
|/ | | | | | | | | | main jar 2011-10-31 Omair Majid <[email protected]> * NEWS: Update. * netx/net/sourceforge/jnlp/tools/JarSigner.java (verifyJars): Continue with other jars if the first jar can't be used.
* PR778: Jar download and server certificate verification deadlockDeepak Bhole2011-10-271-2/+10
|
* PR804: javaws launcher incorrectly handles file names with spacesOmair Majid2011-10-251-0/+7
| | | | | | | | | 2011-10-25 Omair Majid <[email protected]> PR804: javaws launcher incorrectly handles file names with spaces * NEWS: Update. * launcher/javaws.in: Use bash arrays to store arguments to handle filenames with spaces correctly.
* added reproducer for pr788Jiri Vanek2011-10-241-0/+13
|
* sun.misc.BASE64Encoder replaced by internal implementationJiri Vanek2011-10-171-0/+14
|
* added missing directory "signed" with its filesJiri Vanek2011-10-031-0/+12
|
* PR618: Can't install OpenDJ, JavaWebStart fails with Input stream is null error.Omair Majid2011-09-291-1/+12
| | | | | | | | | | | 2011-09-29 Omair Majid <[email protected]> * NEWS: Update. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (getResource): Rename to ... (findResource): New method. (findResources): If resource can not be found, search in lazy resources. (findResourcesBySearching): New method.
* Make getMainClass()'s return value consistent for AppletDesc and ApplicationDescOmair Majid2011-09-281-0/+11
| | | | | | | | | | | | | 2011-09-28 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/AppletDesc.java (getMainClass): Clarify the return value in javadoc. * netx/net/sourceforge/jnlp/Launcher.java (createApplet, createAppletObject): Do not replace '/' with '.'. * netx/net/sourceforge/jnlp/PluginBridge.java (PluginBridge): Ensure that the class name is in the dot-separated from. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (checkForMain): Ensure that the name is an exact match.
* PR794: IcedTea-Web does not work if a Web Start app jar has a Class-PathDeepak Bhole2011-09-281-0/+11
| | | | element in the manifest.
* Add support for client authentication certificatesLars Herschke2011-09-261-0/+16
| | | | | | | | | | | | | | | | | | 2011-09-26 Lars Herschke <[email protected]> * netx/net/sourceforge/jnlp/resources/Messages.properties: Add CVExportPasswordMessage, CVImportPasswordMessage and CVPasswordTitle. * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java (initialize): Initialize SSLContext with the user's client certificates. * netx/net/sourceforge/jnlp/security/CertificateUtils.java (addPKCS12ToKeyStore, addPKCS12ToKeyStore, dumpPKCS12): New methods. * netx/net/sourceforge/jnlp/security/viewer/CertificatePane.java (getPasswords): New method. (ImportButtonListener.actionPerformed): Import client certificates in PKCS12 format. (ExportButtonListener.actionPerformed): Export client certificates in PKCS12 format.
* RH738814: Access denied at ssl handshakeOmair Majid2011-09-231-0/+9
| | | | | | | | | | | | | | It turns out that TrustManager.checkTrusted() could be called by untrusted code. In such a case, we should still show a warning to the user, and not throw a SecurityException instead. 2011-09-23 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/security/SecurityDialogs.java (showCertWarningDialog): Add a javadoc comment. * netx/net/sourceforge/jnlp/security/VariableX509TrustManager.java (askUser): Wrap the call to showCertWarningDialog in a doPrivileged block.
* PR788: Elluminate Live! is not workingOmair Majid2011-09-221-0/+8
| | | | | | | | | | 2011-09-22 Omair Majid <[email protected]> PR788: Elluminate Live! is not working * NEWS: Update. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (checkForMain): If localFile is null (JAR couldn't be downloaded), try to continue, rather than allowing the exception to cause an abort.
* PR766 javaws fails to parse an <argument> node that contains CDATAOmair Majid2011-09-211-0/+6
| | | | | | | | 2011-09-21 Omair Majid <[email protected]> PR766: javaws fails to parse an <argument> node that contains CDATA * netx/net/sourceforge/nanoxml/XMLElement.java (sanitizeInput): Do not remove CDATA sections along with comments.
* Add tests for CDATA sectionsOmair Majid2011-09-211-0/+9
|
* PR789: typo in jrunscript.shOmair Majid2011-09-221-0/+5
| | | | | | | 2011-09-22 Lars Herschke <[email protected]> PR789: typo in jrunscript.sh * jrunscript.in: Use = instead of ==.
* Added test (into signed reproducers) which is trying to missuse xtrustAll by ↵Jiri Vanek2011-09-221-0/+11
| | | | reflection and to laod unsigned code. This test pass, if loading unsigned jar will fail (because accessing of inner netx classes is avaiable by with reflection).
* added first signed reproducer as example and testing read properties signed ↵Jiri Vanek2011-09-221-0/+10
| | | | behaviour.
* Reproducers engine enchanced for signed reproducersJiri Vanek2011-09-221-0/+22
|
* added XrustAll optionJiri Vanek2011-09-221-0/+12
|
* current reproducers (see changelog) done more verboseJiri Vanek2011-09-151-0/+8
|
* PR782: Support building against npapi-sdk as wellDeepak Bhole2011-09-131-0/+6
| | | | Patch from Michał Górny < mgorny at gentoo dot org >
* Fixed formatting issues in previous entry.Deepak Bhole2011-09-131-10/+14
|
* made compatible with rhel5 librariesJiri Vanek2011-09-011-0/+13
|
* RH734081: Javaws cannot use proxy settings from FirefoxDeepak Bhole2011-08-291-0/+8
| | | | | | | | | | Based on patch from Lukas Zachar <lzachar at redhat dot com> 2011-08-29 Deepak Bhole <[email protected]> * netx/net/sourceforge/jnlp/browser/FirefoxPreferencesFinder.java (find): Only process Profile sections. Do not throw an exception if a Default= line is not found since it is not guaranteed to exist.
* Fix RH718693: MindTerm SSH Applet doesn't workDeepak Bhole2011-08-241-0/+6
| | | | | | | | 2011-08-24 Deepak Bhole <[email protected]> RH718693: MindTerm SSH Applet doesn't work * plugin/icedteanp/java/netscape/security/PrivilegeManager.java: New file. Stub class, not needed with IcedTea-Web.
* Fix PR769: IcedTea-Web does not work with some ssl sites with OpenJDK7Deepak Bhole2011-08-231-0/+7
|
* Add configure checks for new non-standard sun.* classesOmair Majid2011-08-231-0/+6
| | | | | | | | 2011-08-23 Omair Majid <[email protected]> * configure.ac: Add check for new non-standard classes sun.net.www.protocol.jar.URLJarFile and sun.net.www.protocol.jar.URLJarFileCallBack.
* Allow icedtea-web to run with just a JREOmair Majid2011-08-231-0/+9
| | | | | | | | | | | 2011-08-23 Omair Majid <[email protected]> * Makefile.am: Remove JRE. Replace uses with SYSTEM_JRE_DIR instead. Also replace uses of SYSTEM_JDK_DIR/jre with SYSTEM_JRE_DIR. * acinclude.m4 (IT_CHECK_FOR_JRE): New macro. (IT_FIND_JAVA): Require IT_CHECK_FOR_JRE. Use java binary from within the JRE.
* Checks and verifies a signed JNLP file at the launch of the application. A ↵Saad Mohammad2011-08-221-0/+43
| | | | signed JNLP warning is displayed if appropriate.
* Update UI for SecurityDialog.Danesh Dadachanji2011-08-171-0/+10
|
* Added Denis Lila and myself to AUTHORS and removed an extra email from ↵Danesh Dadachanji2011-08-171-0/+5
| | | | Andrew Hughes
* PR742: IcedTea-Web checks certs only upto 1 level deep before declaring them ↵Danesh Dadachanji2011-08-111-0/+8
| | | | untrusted.
* MergeDeepak Bhole2011-08-091-0/+8
|\
| * PR771: IcedTea-Web certificate verification code does not use the right APIDeepak Bhole2011-08-091-0/+8
| |
* | PR765: JNLP file with all resource jars marked as 'lazy' fails to validate ↵Saad Mohammad2011-08-091-0/+8
|/ | | | signature and stops the launch of application
* PR768: Signed applets/Web Start apps don't work with OpenJDK7 and upDeepak Bhole2011-08-031-0/+6
|
* Minor changes in algorithm that compares signed JNLP application/templateSaad Mohammad2011-08-031-0/+14
|
* reproducers compilation extended for directory structureJiri Vanek2011-08-021-0/+7
|
* minor changes in reproducers engineJiri Vanek2011-07-261-0/+16
|