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

coulbeck
28.54.2007 f7036e50348484f4daf39f9e8457de602ab83939
refs
author coulbeck <coulbeck@localhost>
Tuesday, August 28, 2007 17:54 +0200
committer coulbeck <coulbeck@localhost>
Tuesday, August 28, 2007 17:54 +0200
commitf7036e50348484f4daf39f9e8457de602ab83939
tree da581b365d7447dd6c8bcaeb735c6c94fc80854d tree | zip | gz
parent 15841f1a2a5d38f43a3f6c734e30e9e22e279e49 view | diff
Changes for replication security issues 511, 512, 608.

There is a new backend representing the certificate trust store, which allows the setup code to query and populate the trust store over protocol. However, we are using blind trust until that piece of the setup code is ready.

The encryption settings are currently global to the server instance in a new crypto manager config entry. Authentication will always be performed so the main setting is whether to use encryption or not. In the future (post 1.0) we will need to allow encryption to be configured on or off depending on which replication server we are connecting to but we need some discussion on the best way to specify that in configuration.
2 files added
32 files modified
1342 ■■■■ changed files
opends/resource/config/config.ldif 20 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 53 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MultimasterDomainConfiguration.xml 2 ●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml 13 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ServerDescriptor.java 3 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/backend.properties 73 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/core.properties 7 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/tools.properties 4 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/KeyManagerProvider.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java 66 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 15 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/FileBasedKeyManagerProvider.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/PKCS11KeyManagerProvider.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java 43 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 40 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationMonitor.java 3 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ProtocolSession.java 11 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplServerStartMessage.java 41 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplSessionSecurity.java 283 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ServerStartMessage.java 37 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/SocketSession.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java 231 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 31 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerHandler.java 41 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/CryptoManager.java 153 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/resource/config-changes.ldif 19 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 3 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java 19 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java 41 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 4 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/SynchronizationMsgTest.java 10 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/DbHandlerTest.java 3 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 41 ●●●●● diff | view | raw | blame | history