mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
17.53.2007 8feee36de8e6042f928439b06a03d50018423afe
refs
author jvergara <jvergara@localhost>
Friday, August 17, 2007 02:53 +0200
committer jvergara <jvergara@localhost>
Friday, August 17, 2007 02:53 +0200
commit8feee36de8e6042f928439b06a03d50018423afe
tree 10ab7a09959a550f1015f6fb9745b1e23f5db36a tree | zip | gz
parent 476ab6a2f8e1c5f60321626a27f7d82a008243af view | diff
The following modifications have the following goals:

1. Provide a fix for the CLI part of issue 1894 (consider replication in uninstall). The command line now proposes to remove references in remote servers of the server that is being uninstalled.

2. Add options to specify to uninstall only some parts of the server as appears in http://bde.central.sun.com/projects/opendsw/cmdline/commandmatrix.html.

3. Fix some bugs in the messages.

4. The fix of 1894 includes some code to display certificates to the user so that they can be viewed and accepted interactively.

5. Separate the uninstall command-line into two different command lines (uninstall-gui and uninstall) as appears in http://bde.central.sun.com/projects/opendsw/cmdline/commandmatrix.html.
4 files added
38 files modified
3184 ■■■■ changed files
opends/build.xml 9 ●●●●● diff | view | raw | blame | history
opends/resource/bin/status 5 ●●●● diff | view | raw | blame | history
opends/resource/bin/status-panel 5 ●●●● diff | view | raw | blame | history
opends/resource/bin/status.bat 2 ●●● diff | view | raw | blame | history
opends/resource/uninstall 106 ●●●●● diff | view | raw | blame | history
opends/resource/uninstall-gui 37 ●●●●● diff | view | raw | blame | history
opends/resource/uninstall-gui.bat 90 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ADSContext.java 5 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java 3 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromLDAP.java 12 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/StatusCli.java 513 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java 6 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java 784 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallGuiLauncher.java 179 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java 60 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallUserData.java 114 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java 104 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallerArgumentParser.java 402 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/ui/LoginDialog.java 3 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/admin_tool.properties 74 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/quicksetup.properties 55 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/tools.properties 5 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/utility.properties 3 ●●●●● diff | view | raw | blame | history
opends/src/messages/src/org/opends/messages/MessageDescriptor.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Application.java 23 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/CliApplicationHelper.java 282 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Constants.java 4 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Installation.java 11 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Launcher.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/UserData.java 23 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/UserDataCertificateException.java 3 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/UserDataException.java 12 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 3 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 5 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/CertificateDialog.java 87 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/DirectoryManagerAuthenticationDialog.java 3 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java 8 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/BuildListDownloadErrorPanel.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 30 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java 52 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/args/ArgumentParser.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java 53 ●●●●● diff | view | raw | blame | history