aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge
Commit message (Expand)AuthorAgeFilesLines
* 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-06100-3327/+3019
* 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
* Corrected a minor typo in DeploymentConfiguration.javaAndrew Su2010-11-161-1/+1
* integrate support for multiple KeyStores into the various validatorsOmair Majid2010-11-1110-166/+375
* move a number of translatable string from code into Messages.propertiesOmair Majid2010-11-109-52/+108
* use browser path from configurationOmair Majid2010-11-102-5/+12
* integrate desktop shortcut creation with configurationOmair Majid2010-11-103-11/+50
* integrate multiple keystore support into certificate viewerOmair Majid2010-11-085-43/+582
* use deployment.properties file for infrastructure related configurationOmair Majid2010-11-037-45/+73
* Fixed PR542Deepak Bhole2010-11-011-1/+8
* Parse jnlps containing <component-desc> as well as <application-desc> elementsOmair Majid2010-10-292-10/+26
* Fix regression in showing certificate info dialogsOmair Majid2010-10-281-1/+4
* Add security checks for save and load in DeploymentConfigurationOmair Majid2010-10-271-3/+21
* Fix possible null dtd in Swing applicationsOmair Majid2010-10-262-0/+39