| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new LaunchHandler to show error messages when starting applications | Omair Majid | 2011-03-30 | 2 | -3/+8 |
* | Alternate means of finding browsers | Omair Majid | 2011-03-24 | 1 | -0/+17 |
* | Don't look into <codebase>/META-INF/ for resources. | Denis Lila | 2011-03-23 | 1 | -0/+16 |
* | Allow plugin and javaws to run concurrently, while maintaining locks on syste... | Andrew Su | 2011-03-17 | 1 | -3/+10 |
* | Ensure that javaws can not clear cache while plugin or javaws is running. | Andrew Su | 2011-03-17 | 1 | -0/+71 |
* | Refactored extras/net/sourceforge/jnlp to extras/net/sourceforge/javaws/ as f... | Jiri Vanek | 2011-03-16 | 1 | -2/+13 |
* | Handling error code returning functions. | Denis Lila | 2011-03-15 | 1 | -2/+2 |
* | netx findbugs based refactoring. | Denis Lila | 2011-03-09 | 3 | -19/+5 |
* | Fix typo when adding to cache. | Denis Lila | 2011-03-08 | 1 | -1/+1 |
* | Close streams after we're finished using them. | Denis Lila | 2011-03-08 | 1 | -8/+16 |
* | Add Proxy Auto Config (PAC) support | Omair Majid | 2011-03-07 | 6 | -8/+1373 |
* | Fix PR658 | Denis Lila | 2011-03-04 | 1 | -19/+1 |
* | - PR475, RH604061: Allow applets from the same page to use the same classloader | Deepak Bhole | 2011-03-04 | 2 | -9/+121 |
* | Check for nulls in JNLPPolicy.isSystemJar | Omair Majid | 2011-03-01 | 1 | -0/+4 |
* | Rename security warning classes to security dialog classes. | Omair Majid | 2011-02-28 | 3 | -12/+12 |
* | RH677772: NoSuchAlgorithmException using SSL/TLS in javaws | Omair Majid | 2011-02-23 | 2 | -49/+26 |
* | Fix PR638: JNLPClassLoader.loadClass(String name) can return null | Omair Majid | 2011-02-22 | 1 | -0/+4 |
* | Fix lookup of about.jnlp | Omair Majid | 2011-02-22 | 1 | -10/+10 |
* | Fixed RH677332, CVE-2011-0706: IcedTea multiple signers privilege escalation | Deepak Bhole | 2011-02-15 | 1 | -1/+7 |
* | Consistently name methods relating to ResourcesDesc | Omair Majid | 2011-02-11 | 1 | -1/+1 |
* | Fix RH669942: Add support for packEnabled and versionEnabled | Omair Majid | 2011-02-10 | 1 | -1/+27 |
* | Restrict access to net.sourceforge.jnlp.* classes by untrusted classes. | Deepak Bhole | 2011-02-10 | 1 | -0/+4 |
* | Verify nested jars just like main jars | Omair Majid | 2011-02-01 | 1 | -1/+5 |
* | RH672262, CVE-2011-0025: IcedTea jarfile signature verification bypass | Deepak Bhole | 2011-02-01 | 1 | -1/+1 |
* | Use name and version as defined in configure.ac instead of hardcoding it in B... | Omair Majid | 2011-01-28 | 1 | -2/+3 |
* | Use Firefox's preferences to determine proxy settings for javaws | Omair Majid | 2011-01-27 | 2 | -12/+6 |
* | RH663680, CVE-2010-4351: JNLP SecurityManager bypass | Deepak Bhole | 2011-01-18 | 1 | -0/+2 |
* | fix problems in control panel caused by removing JNLPRuntime.initialize() | Omair Majid | 2011-01-12 | 1 | -0/+3 |
* | remove ununsed imports in netx | Omair Majid | 2011-01-12 | 7 | -19/+0 |
* | use deployment-specific user and system level policy files to grant additiona... | Omair Majid | 2011-01-04 | 1 | -3/+57 |
* | allow custom permissions instead of all permissions for trusted code | Omair Majid | 2011-01-04 | 2 | -2/+2 |
* | only print debug output when not null | Omair Majid | 2011-01-04 | 1 | -4/+3 |
* | add support for validating configuration | Omair Majid | 2010-12-13 | 4 | -691/+5 |
* | Fixed indentation and spacing for all .java files. | Deepak Bhole | 2010-12-06 | 12 | -514/+467 |
* | Revert toURI().toURL() changes until we find a solution to the issues it raises: | Andrew John Hughes | 2010-12-03 | 2 | -3/+6 |
* | Fix warnings produced by NetX and the plugin (both Java and C++). | Andrew John Hughes | 2010-12-03 | 3 | -6/+7 |
* | create files with reduced permissions when possible | Omair Majid | 2010-11-24 | 3 | -8/+18 |
* | CVE-2010-3860 IcedTea System property information leak via public static | Omair Majid | 2010-11-24 | 2 | -117/+7 |
* | integrate basic proxy configuration support | Omair Majid | 2010-11-23 | 3 | -21/+399 |
* | add configuration support for user prompts and other access control options | Omair Majid | 2010-11-18 | 1 | -4/+29 |
* | integrate configurable logging | Omair Majid | 2010-11-18 | 2 | -1/+50 |
* | Corrected a minor typo in DeploymentConfiguration.java | Andrew Su | 2010-11-16 | 1 | -1/+1 |
* | integrate support for multiple KeyStores into the various validators | Omair Majid | 2010-11-11 | 2 | -20/+19 |
* | use browser path from configuration | Omair Majid | 2010-11-10 | 1 | -1/+3 |
* | integrate desktop shortcut creation with configuration | Omair Majid | 2010-11-10 | 2 | -5/+45 |
* | integrate multiple keystore support into certificate viewer | Omair Majid | 2010-11-08 | 1 | -10/+22 |
* | use deployment.properties file for infrastructure related configuration | Omair Majid | 2010-11-03 | 2 | -25/+30 |
* | Fixed PR542 | Deepak Bhole | 2010-11-01 | 1 | -1/+8 |
* | Add security checks for save and load in DeploymentConfiguration | Omair Majid | 2010-10-27 | 1 | -3/+21 |
* | Fix possible null dtd in Swing applications | Omair Majid | 2010-10-26 | 1 | -0/+20 |