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

jvergara
12.26.2007 2173aa3140a1a35176921dfb8f2f9278b6973d73
refs
author jvergara <jvergara@localhost>
Monday, November 12, 2007 05:26 +0100
committer jvergara <jvergara@localhost>
Monday, November 12, 2007 05:26 +0100
commit2173aa3140a1a35176921dfb8f2f9278b6973d73
tree d50e5a3076723897da2480b509c2c83e6ca771b9 tree | zip | gz
parent 42d43dc414e477fa875c1d815d74297252ec412b view | diff
Update the dsreplication command-line to be consistent with dsconfig in the use of menus and in the order that questions to connect to the servers.
Update the upgrade to use the same menus as the other command-lines.
Do some minor changes in the uninstall command-line in order to be more consistent with dsconfig in the order where the connection parameters are provided.
Fix a bug in ApplicationTrustManager related to the accepted certificates when there is a mismatch between the certificate and the host name.
Do some refactorization of the code and remove the CliApplicationHelper class so that we use ConsoleApplication everywhere.

1 files deleted
18 files modified
4570 ■■■■ changed files
opends/src/ads/org/opends/admin/ads/util/ApplicationTrustManager.java 20 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliArgumentParser.java 69 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java 1942 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java 235 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallerArgumentParser.java 32 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/admin_tool.properties 70 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/quicksetup.properties 8 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/utility.properties 3 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/CliApplicationHelper.java 1008 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/CliUserInteraction.java 93 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/BuildExtractorCliHelper.java 55 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Reverter.java 44 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgraderCliHelper.java 60 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliArgs.java 48 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/InstallDS.java 55 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java 21 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java 357 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/cli/LDAPConnectionConsoleInteraction.java 440 ●●●● diff | view | raw | blame | history