aboutsummaryrefslogtreecommitdiffstats
path: root/netx
Commit message (Expand)AuthorAgeFilesLines
* Verify nested jars just like main jarsOmair Majid2011-02-012-2/+6
* RH672262, CVE-2011-0025: IcedTea jarfile signature verification bypassDeepak Bhole2011-02-015-40/+78
* Use name and version as defined in configure.ac instead of hardcoding it in B...Omair Majid2011-01-281-2/+3
* Use Firefox's preferences to determine proxy settings for javawsOmair Majid2011-01-276-12/+556
* Remove unused file default.jnlpOmair Majid2011-01-251-20/+0
* When exiting on failure, use appropriate exit codeOmair Majid2011-01-242-2/+2
* Make log file permissions owner accessible only.Andrew Su2011-01-211-2/+5
* RH663680, CVE-2010-4351: JNLP SecurityManager bypassDeepak Bhole2011-01-181-0/+2
* Add logging for applet exceptions.Andrew Su2011-01-173-0/+105
* fix problems in control panel caused by removing JNLPRuntime.initialize()Omair Majid2011-01-123-2/+25
* add missing generic type in JNLPFileOmair Majid2011-01-121-2/+2
* remove ununsed imports in netxOmair Majid2011-01-1245-133/+1
* fix typo in locating the user-level trusted client certficate storeOmair Majid2011-01-071-1/+1
* use deployment-specific user and system level policy files to grant additiona...Omair Majid2011-01-041-3/+57
* allow custom permissions instead of all permissions for trusted codeOmair Majid2011-01-045-6/+43
* remove control panel's dependency on JNLPRuntime and other minor cleanupOmair Majid2011-01-041-22/+9
* only print debug output when not nullOmair Majid2011-01-041-4/+3
* Hide unsupported options in itw-settings' security options.Andrew Su2011-01-041-8/+8
* Removed call to set system look and feel for dialog.Andrew Su2010-12-231-12/+0
* Remove creation of swing thread for displaying dialogs.Andrew Su2010-12-234-38/+13
* Remove need for MiddleClickListener.java.Andrew Su2010-12-214-150/+118
* Add cache viewer for itw-settings.Andrew Su2010-12-206-19/+666
* add command line interface to the control panelOmair Majid2010-12-204-9/+493
* add a description to the top of the Control PanelOmair Majid2010-12-172-2/+57
* use full privileges when checking whether to prompt user or notOmair Majid2010-12-172-4/+14
* add symlinks under JDK_HOME/jre/bin and make javaws work without them tooOmair Majid2010-12-151-5/+2
* Changed display message for about and JRE panels in the control panel.Andrew Su2010-12-151-2/+2
* add support for validating configurationOmair Majid2010-12-1329-210/+1172
* consistently parse whitespace characters in textOmair Majid2010-12-131-7/+30
* remove unused variables in JarSignerOmair Majid2010-12-101-45/+2
* depend on sun.misc.HexDumpEncoder rather than a local copy of itOmair Majid2010-12-083-472/+2
* remove check for jnlp spec numberOmair Majid2010-12-083-22/+0
* Remove unused classes JarRunner and JarSignerResourcesOmair Majid2010-12-082-226/+0
* Fix Javadoc warnings.Andrew John Hughes2010-12-0812-26/+27
* Remove unused class net.sourceforge.jnlp.tools.KeyToolOmair Majid2010-12-081-433/+0
* Added copyright header to MiddleClickListener.java.icedtea-web-1.0-branchpointAndrew Su2010-12-071-1/+18
* Fixed indentation and spacing for all .java files.Deepak Bhole2010-12-06114-3497/+3247
* Revert toURI().toURL() changes until we find a solution to the issues it raises:Andrew John Hughes2010-12-034-5/+10
* Fix warnings produced by NetX and the plugin (both Java and C++).Andrew John Hughes2010-12-038-13/+14
* Add control panel (GUI) for modifying icedtea-web settings.Andrew Su2010-12-0115-9/+2132
* create files with reduced permissions when possibleOmair Majid2010-11-2413-29/+146
* CVE-2010-3860 IcedTea System property information leak via public staticOmair Majid2010-11-244-127/+11
* fix PR592: netx can create invalid desktop entry filesOmair Majid2010-11-241-3/+19
* internationalize a missed string in certificate viewerOmair Majid2010-11-242-1/+2
* fix infinite recursion in determining sandbox permissionsOmair Majid2010-11-241-2/+7
* integrate basic proxy configuration supportOmair Majid2010-11-235-21/+707
* fix Exec, Icon and Encoding in desktop entry filesOmair Majid2010-11-191-1/+1
* add configuration support for user prompts and other access control optionsOmair Majid2010-11-184-11/+91
* integrate configurable loggingOmair Majid2010-11-183-1/+145
* add javax.jnlp.IntegrationService and javax.jnlp.DownloadService2Omair Majid2010-11-182-0/+76