aboutsummaryrefslogtreecommitdiffstats
path: root/netx
Commit message (Expand)AuthorAgeFilesLines
* Replace binary launchers with shell scriptsOmair Majid2011-03-102-2/+2
* netx findbugs based refactoring.Denis Lila2011-03-0916-40/+14
* Fix typo in itw-settings.Andrew Su2011-03-091-1/+1
* Fix typo when adding to cache.Denis Lila2011-03-081-1/+1
* Close streams after we're finished using them.Denis Lila2011-03-085-69/+92
* Close streams after opening them.Andrew Su2011-03-081-8/+16
* Add Proxy Auto Config (PAC) supportOmair Majid2011-03-078-11/+1399
* Added comments, clarified a previous changelog entry.Denis Lila2011-03-073-3/+12
* Fix PR658Denis Lila2011-03-043-19/+52
* mergeDenis Lila2011-03-043-12/+125
|\
| * - PR475, RH604061: Allow applets from the same page to use the same classloaderDeepak Bhole2011-03-043-12/+125
* | Fixed packed jar naming and pack.gz decompression problem.Denis Lila2011-03-042-23/+23
|/
* 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