aboutsummaryrefslogtreecommitdiffstats
path: root/netx
Commit message (Expand)AuthorAgeFilesLines
* Fix PR612: NetDania application ends on java.security.AccessControlExceptionOmair Majid2011-03-021-0/+2
* Fix warning message for itweb-settings setOmair Majid2011-03-022-1/+2
* Check for nulls in JNLPPolicy.isSystemJarOmair Majid2011-03-011-0/+4
* Hide unimplemented features in itw-settings.Andrew Su2011-03-012-20/+23
* Handle 'reset all' as an itweb-settings commandOmair Majid2011-02-281-4/+16
* Integrate JNLPAuthenticator into the rest of the security subsystemOmair Majid2011-02-285-117/+100
* Rename security warning classes to security dialog classes.Omair Majid2011-02-2824-94/+94
* Remove unused manifest fileOmair Majid2011-02-251-6/+0
* RH677772: NoSuchAlgorithmException using SSL/TLS in javawsOmair Majid2011-02-232-49/+26
* Fix PR638: JNLPClassLoader.loadClass(String name) can return nullOmair Majid2011-02-221-0/+4
* Fix lookup of about.jnlpOmair Majid2011-02-222-10/+11
* Fixed RH677332, CVE-2011-0706: IcedTea multiple signers privilege escalationDeepak Bhole2011-02-151-1/+7
* Small fixes to TimedHashMapOmair Majid2011-02-151-17/+15
* Move TimedHashMap to netxOmair Majid2011-02-151-0/+102
* Fix NullPointerException in plugin caused by a non-overridden methodOmair Majid2011-02-111-0/+8
* Consistently name methods relating to ResourcesDescOmair Majid2011-02-112-4/+4
* Fix RH669942: Add support for packEnabled and versionEnabledOmair Majid2011-02-108-61/+395
* Restrict access to net.sourceforge.jnlp.* classes by untrusted classes.Deepak Bhole2011-02-101-0/+4
* Fix bug where proxy settings in itweb-settings were being lostOmair Majid2011-02-091-1/+1
* Try to be as silent about proxy settings as possibleOmair Majid2011-02-081-2/+7
* 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