aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PR766 javaws fails to parse an <argument> node that contains CDATAOmair Majid2011-09-212-5/+35
| | | | | | | | 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-214-4/+110
|
* PR789: typo in jrunscript.shOmair Majid2011-09-223-1/+7
| | | | | | | 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-222-2/+12
| | | | behaviour.
* Reproducers engine enchanced for signed reproducersJiri Vanek2011-09-225-30/+164
|
* added XrustAll optionJiri Vanek2011-09-225-0/+34
|
* current reproducers (see changelog) done more verboseJiri Vanek2011-09-1513-56/+101
|
* PR782: Support building against npapi-sdk as wellDeepak Bhole2011-09-134-2/+17
| | | | 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-015-12/+60
|
* RH734081: Javaws cannot use proxy settings from FirefoxDeepak Bhole2011-08-293-2/+11
| | | | | | | | | | 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-243-0/+82
| | | | | | | | 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-233-8/+20
|
* Add configure checks for new non-standard sun.* classesOmair Majid2011-08-232-0/+8
| | | | | | | | 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-233-8/+43
| | | | | | | | | | | 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-227-5/+389
| | | | signed JNLP warning is displayed if appropriate.
* Update UI for SecurityDialog.Danesh Dadachanji2011-08-174-5/+26
|
* Added Denis Lila and myself to AUTHORS and removed an extra email from ↵Danesh Dadachanji2011-08-172-1/+8
| | | | Andrew Hughes
* PR742: IcedTea-Web checks certs only upto 1 level deep before declaring them ↵Danesh Dadachanji2011-08-113-1/+16
| | | | untrusted.
* MergeDeepak Bhole2011-08-093-5/+43
|\
| * PR771: IcedTea-Web certificate verification code does not use the right APIDeepak Bhole2011-08-093-5/+43
| |
* | PR765: JNLP file with all resource jars marked as 'lazy' fails to validate ↵Saad Mohammad2011-08-093-0/+14
|/ | | | signature and stops the launch of application
* PR768: Signed applets/Web Start apps don't work with OpenJDK7 and upDeepak Bhole2011-08-033-1/+9
|
* Minor changes in algorithm that compares signed JNLP application/templateSaad Mohammad2011-08-033-54/+70
|
* reproducers compilation extended for directory structureJiri Vanek2011-08-023-3/+18
|
* minor changes in reproducers engineJiri Vanek2011-07-262-43/+100
|
* PR749: sun.applet.PluginStreamHandler#handleMessage(String) really slowDeepak Bhole2011-07-214-19/+71
| | | | Original patch from: Ricardo Martín Camarero <rickyepoderi at yahoo dot es>
* RH718170, CVE-2011-2514: Java Web Start security warning dialog manipulationDeepak Bhole2011-07-154-3/+16
|
* RH718164, CVE-2011-2513: Home directory path disclosure to untrusted ↵Deepak Bhole2011-07-156-11/+252
| | | | applications
* Added algorithm that compares signed JNLP application/template file with ↵Saad Mohammad2011-07-1926-1/+1176
| | | | launching JNLP file (with test case and its resources)
* classes are now collapsable in html reportJiri Vanek2011-06-232-3/+8
|
* added first set of reproducersJiri Vanek2011-06-2129-0/+1077
|
* run-netx-dist-tests now also copy styesJiri Vanek2011-06-212-2/+7
|
* added engine for lunching reproducersJiri Vanek2011-06-1915-2/+1569
|
* added styles for junit xml reportJiri Vanek2011-06-165-2/+298
|
* Make itweb-settings resizableAndrew Su2011-06-144-17/+57
|
* Close the splashscreen in case of error (not just successful launch).Denis Lila2011-06-102-10/+32
|
* Fix undisposed window problem. It was causing AWT to never shut down.Denis Lila2011-06-102-25/+44
|
* Allows trusted application to access PersistenceService data from other hosts.Saad Mohammad2011-06-094-34/+68
|
* Fixed ChangeLog typo.Andrew Su2011-06-091-2/+2
|
* Enable passing applet parameters through JNLP files.Andrew Su2011-06-085-8/+67
|
* Change jar resource names to be stored in HashSet instead of String[].Andrew Su2011-06-082-7/+21
|
* Fix PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a ↵Deepak Bhole2011-06-0810-106/+258
| | | | different thread unless a different GMainContext *context is used
* make splash screen a JDialog instead of a JFrameOmair Majid2011-05-312-2/+7
| | | | | | | | | | We dont want the splash screen to be resized. Tiling window managers will resize JFrames but not JDialogs. 2011-05-31 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/JNLPSplashScreen.java: Subclass JDialog, not JFrame.
* Check if cache directory is writable from itweb-settingsAndrew Su2011-05-302-2/+27
|
* Fix cache to allow redownload on next run when javaws is killedAndrew Su2011-05-302-1/+8
|
* Remove non-standard option from itweb-settings.Andrew Su2011-05-303-6/+10
|
* Fix PR723: AccessControlException while downloading resourceDeepak Bhole2011-05-272-2/+25
|
* PR735: Firefox 4 sometimes freezes if the applet calls showDocument()Deepak Bhole2011-05-276-24/+97
|