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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
refs
author jcduff <jcduff@localhost>
Thursday, October 23, 2008 16:04 +0200
committer jcduff <jcduff@localhost>
Thursday, October 23, 2008 16:04 +0200
commitf73b655466092169abac34833fb628fce1fcdebe
tree a0afedb56cf89fea2d64c70f33b82b7f42c0a7f3 tree | zip | gz
parent 208ac44ce6e3a930ca4d4cfcd1177e7bd98458dd view | diff
The commit will bring the following features :
- An updated version of the underlying database. BDB JE 3.3 is now used.
- Attribute API refactoring providing a better abstraction and offering improved performances.
- A new GUI called the Control-Panel to replace the Status-Panel: the specifications for this
GUI are available on OpenDS Wiki and contains a link to a mockup.
See <https://www.opends.org/wiki/page/ControlPanelUISpecification>.
- Some changes in the replication protocol to implement "Assured Replication Mode". The
specifications are on OpenDS Wiki at <https://www.opends.org/wiki/page/AssuredMode> and section 7
described some of the replication changes required to support this. Assured Replication is not finished,
but the main replication protocol changes to support it are done. As explained by Gilles on an email on
the Dev mailing list (http://markmail.org/message/46rgo3meq3vriy4a), with these changes the newer versions
of OpenDS may not be able to replicate with OpenDS 1.0 instances.
- Support for Service Tags on the platforms where the functionality is available and enabled. Specifications
are published at <https://www.opends.org/wiki/page/OpenDSServiceTagEnabled>. For more information on
Service Tags see <http://wikis.sun.com/display/ServiceTag/Sun+Service+Tag+FAQ>.
- The Admin Connector service. In order to provide agentry of the OpenDS server at any time, a new service
has been added, dedicated to the administration, configuration and monitoring of the server.
An overview of the Admin Connector service and it's use is available on the
OpenDS wiki <https://www.opends.org/wiki/page/ManagingAdministrationTrafficToTheServer>
- Updates to the various command line tools to support the Admin Connector service.
- Some internal re-architecting of the server to put the foundation of future developments such as virtual
directory services. The new NetworkGroups and WorkFlow internal services which have been specified in
<https://www.opends.org/wiki/page/BasicOperationRoutingThroughNetworkGroup> are now implemented.
- Many bug fixes...

This set of changes may have an impact on current clients and deployments, however it should be possible to
upgrade existing 1.0 instances.

Some of the changes impacting the clients include :
- Scripts using the command line tools including dsconfig will need to be updated (usually to remove
some no longer required options).

66 files deleted
582 files modified
366 files added
181160 ■■■■ changed files
opends/build.xml 65 ●●●● diff | view | raw | blame | history
opends/lib/je.jar diff | view | raw | blame | history
opends/resource/bin/control-panel 37 ●●●●● diff | view | raw | blame | history
opends/resource/bin/control-panel.bat 58 ●●●●● diff | view | raw | blame | history
opends/resource/bin/dsreplication 2 ●●● diff | view | raw | blame | history
opends/resource/bin/dsreplication.bat 2 ●●● diff | view | raw | blame | history
opends/resource/bin/status 2 ●●● diff | view | raw | blame | history
opends/resource/bin/status-panel 6 ●●●● diff | view | raw | blame | history
opends/resource/bin/status-panel.bat 6 ●●●● diff | view | raw | blame | history
opends/resource/bin/status.bat 2 ●●● diff | view | raw | blame | history
opends/resource/config/config.ldif 64 ●●●●● diff | view | raw | blame | history
opends/resource/config/tools.properties 31 ●●●●● diff | view | raw | blame | history
opends/resource/mac/ControlPanel.app/Contents/Info.plist 42 ●●●●● diff | view | raw | blame | history
opends/resource/mac/ControlPanel.app/Contents/MacOS/JavaApplicationStub diff | view | raw | blame | history
opends/resource/mac/ControlPanel.app/Contents/PkgInfo 1 ●●●● diff | view | raw | blame | history
opends/resource/mac/ControlPanel.app/Contents/Resources/OpenDS.icns diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 234 ●●●●● diff | view | raw | blame | history
opends/resource/servicetag/opends.uuids.properties 10 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AdministrationConnectorConfiguration.xml 166 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ChangeNumberControlPluginConfiguration.xml 74 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LDAPConnectionHandlerConfiguration.xml 2 ●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml 74 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupCriteriaConfiguration.xml 213 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupPluginConfiguration.xml 82 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupRequestFilteringPolicyConfiguration.xml 228 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupResourceLimitsConfiguration.xml 304 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReplicationDomainConfiguration.xml 147 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml 74 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml 12 ●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ADSContext.java 8 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ServerDescriptor.java 105 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/util/BlindTrustManager.java 2 ●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/util/ConnectionUtils.java 55 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/util/ServerLoader.java 31 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ControlPanel.java 125 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ControlPanelLauncher.java 393 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/AbstractNodeTask.java 81 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/BasicNodeError.java 76 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/BrowserController.java 2351 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/IconPool.java 403 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java 634 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/NodeRefresher.java 948 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/NodeSearcherQueue.java 246 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/ReferralLimitExceededException.java 51 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/SearchAbandonException.java 77 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/browser/package-info.java 35 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/AbstractIndexDescriptor.java 82 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/AbstractIndexTableModel.java 250 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/Action.java 83 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/BackendDescriptor.java 313 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/BackupDescriptor.java 135 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/BackupTableModel.java 108 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/BaseDNDescriptor.java 284 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/BaseDNTableModel.java 651 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/BinaryValue.java 243 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/CannotRenameException.java 50 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/CategorizedComboBoxElement.java 112 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/Category.java 71 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/CheckEntrySyntaxException.java 81 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConfigReadException.java 49 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConnectionHandlerDescriptor.java 247 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConnectionHandlerTableModel.java 345 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConnectionProtocolPolicy.java 88 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ControlPanelInfo.java 979 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/CustomSearchResult.java 196 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/IndexDescriptor.java 190 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/IndexTableModel.java 185 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ObjectClassValue.java 130 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ServerDescriptor.java 729 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/SortableListModel.java 145 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/SortableTableModel.java 99 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/VLVIndexDescriptor.java 190 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/VLVIndexTableModel.java 224 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/VLVSortOrder.java 96 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/package-info.java 36 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/BackupCreatedEvent.java 57 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/BackupCreatedListener.java 41 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/BrowseActionListener.java 265 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/BrowserEvent.java 91 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/BrowserEventListener.java 43 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/ConfigChangeListener.java 42 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/ConfigurationChangeEvent.java 72 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/ConfigurationElementCreatedEvent.java 70 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/ConfigurationElementCreatedListener.java 43 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/EntryReadErrorEvent.java 82 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/EntryReadEvent.java 70 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/EntryReadListener.java 48 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/IndexModifiedEvent.java 72 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/IndexModifiedListener.java 48 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/IndexSelectionEvent.java 71 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/IndexSelectionListener.java 43 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/LDAPEntryChangedEvent.java 72 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/LDAPEntryChangedListener.java 44 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/MoveEvent.java 68 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/MoveListener.java 45 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/PrintStreamListener.java 45 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/ReferralAuthenticationListener.java 44 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/SchemaElementSelectionEvent.java 69 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/SchemaElementSelectionListener.java 44 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/ScrollPaneBorderListener.java 117 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/TextComponentFocusListener.java 76 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/event/package-info.java 34 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/clear-filter-down.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/clear-filter.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/downarrow.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-attr-folder.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-attr.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-class-folder.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-class.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-directory.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-folder.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-generic.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-group.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-idx-folder.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-idx-ro.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-idx.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-ou.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-ppol.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-referral.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-rule-folder.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-rule.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-suffix.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-syntax-folder.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-syntax.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-user.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-vlv-idx-folder.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/ds-vlv-idx.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/field-locked.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/package-info.java 34 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/required.gif diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/images/rightarrow.png diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/package-info.java 35 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/AddToGroupTask.java 310 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteBaseDNAndBackendTask.java 826 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteEntryTask.java 489 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteIndexTask.java 416 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteSchemaElementsTask.java 458 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/IndexTask.java 133 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/ModifyEntryTask.java 703 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/NewEntryTask.java 311 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/OfflineUpdateException.java 60 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/OnlineUpdateException.java 61 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/RebuildIndexTask.java 349 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/ResetUserPasswordTask.java 249 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/RestartServerTask.java 194 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/SchemaTask.java 291 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/StartServerTask.java 76 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/StartStopTask.java 136 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/StopServerTask.java 101 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/Task.java 916 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/package-info.java 36 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractBackendIndexesPanel.java 262 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractBrowseEntriesPanel.java 1567 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractIndexPanel.java 412 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractNewEntryPanel.java 284 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractVLVIndexPanel.java 1297 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/AddToGroupPanel.java 486 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/AttributeSyntaxPanel.java 222 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BackendIndexesPanel.java 80 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BackendVLVIndexesPanel.java 81 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BackupListPanel.java 541 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BackupPanel.java 748 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BaseDNPanel.java 187 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BinaryAttributeEditorPanel.java 725 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BinaryValuePanel.java 245 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseEntriesPanel.java 1363 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseIndexPanel.java 965 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseSchemaPanel.java 1796 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ColorAndFontConstants.java 249 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ConfigurationAttributePanel.java 48 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ConfigurationObjectClassPanel.java 48 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ControlCenterMainPane.java 130 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/CustomAttributePanel.java 229 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/CustomObjectClassPanel.java 206 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/DeleteBackendPanel.java 173 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/DeleteBaseDNPanel.java 480 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ErrorPanel.java 121 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ErrorSearchingEntryPanel.java 112 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ExportLDIFPanel.java 583 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericDialog.java 415 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericMenuBar.java 146 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ImportLDIFPanel.java 759 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/InclusionExclusionPanel.java 632 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/IndexBrowserRightPanel.java 292 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/IndexPanel.java 886 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/JavaPropertiesPanel.java 1315 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java 744 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntrySelectionPanel.java 280 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/LDIFViewEntryPanel.java 372 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/LoginPanel.java 490 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/MainActionsPane.java 396 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/MainMenuBar.java 171 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/MatchingRulePanel.java 283 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewAttributePanel.java 1071 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewBaseDNPanel.java 1531 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewDomainPanel.java 125 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewEntryFromLDIFPanel.java 205 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewGroupPanel.java 806 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewIndexPanel.java 770 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewObjectClassPanel.java 1008 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewOrganizationPanel.java 324 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewOrganizationalUnitPanel.java 296 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewUserPanel.java 387 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java 525 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NoItemSelectedPanel.java 83 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ObjectClassEditorPanel.java 346 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ProgressDialog.java 593 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/RebuildIndexPanel.java 372 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ResetUserPasswordPanel.java 220 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/RestorePanel.java 465 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/SchemaBrowserRightPanel.java 375 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/SchemaElementPanel.java 109 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/SimplifiedViewEntryPanel.java 2088 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/StandardAttributePanel.java 400 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/StandardObjectClassPanel.java 456 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java 1943 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusPanel.java 706 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/TableViewEntryPanel.java 938 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/UnsavedChangesDialog.java 310 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/VLVIndexPanel.java 954 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/VerifyIndexPanel.java 672 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java 657 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/WindowsServicePanel.java 411 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/border/AccordionElementBorder.java 83 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/border/SelectedCategoryBorder.java 79 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/border/package-info.java 34 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/ActionButton.java 231 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/AddRemovePanel.java 471 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/BasicExpander.java 65 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/BinaryCellPanel.java 375 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/CategoryButton.java 120 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/CategoryPanel.java 134 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/CellEditorButton.java 63 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/CustomTree.java 340 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/DoubleAddRemovePanel.java 743 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/FilterTextField.java 348 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/LabelWithHelpIcon.java 287 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/ObjectClassCellPanel.java 222 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/TitlePanel.java 118 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/TreePanel.java 131 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/components/package-info.java 34 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/AbstractIndexTreeNode.java 73 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/AttributeSyntaxTreeNode.java 61 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/BasicNode.java 441 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java 169 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/CategoryTreeNode.java 68 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ConfigurationAttributeTreeNode.java 61 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ConfigurationObjectClassTreeNode.java 61 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/CustomAttributeTreeNode.java 61 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/CustomObjectClassTreeNode.java 61 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/DndBrowserNodes.java 126 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/IndexTreeNode.java 60 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/MatchingRuleTreeNode.java 61 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/RootNode.java 48 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/SchemaElementTreeNode.java 88 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/StandardAttributeTreeNode.java 61 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/StandardObjectClassTreeNode.java 62 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/SuffixNode.java 45 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/VLVIndexTreeNode.java 60 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/package-info.java 34 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/package-info.java 34 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/AttributeCellEditor.java 368 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/BackupTableCellRenderer.java 135 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/BaseDNCellRenderer.java 77 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/BrowserCellRenderer.java 115 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/CustomCellRenderer.java 167 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/CustomListCellRenderer.java 157 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/IndexCellRenderer.java 86 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/IndexComboBoxCellRenderer.java 77 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/LDAPEntryTableCellRenderer.java 286 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/SchemaElementComboBoxCellRenderer.java 109 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/SelectableTableCellRenderer.java 179 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/TreeCellRenderer.java 104 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/VLVSortOrderRenderer.java 81 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/renderer/package-info.java 34 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/ApplicationPrintStream.java 126 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/BackgroundTask.java 112 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/BackgroundTaskThread.java 93 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigFromDirContext.java 583 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigFromFile.java 464 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigReader.java 314 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/ControlPanelLog.java 113 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/LDAPEntryReader.java 206 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/NumSubordinateHacker.java 158 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/ProcessReader.java 132 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/ReadOnlyConfigFileHandler.java 549 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/SchemaLoader.java 189 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java 2161 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/package-info.java 33 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/DisableReplicationUserData.java 161 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/EnableReplicationUserData.java 392 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/InitializeAllReplicationUserData.java 39 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/InitializeReplicationUserData.java 203 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/MonoServerReplicationUserData.java 117 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/PostExternalInitializationUserData.java 39 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/PreExternalInitializationUserData.java 61 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliArgumentParser.java 2227 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliException.java 63 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java 7660 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliReturnCode.java 216 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationUserData.java 98 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/StatusReplicationUserData.java 60 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/package-info.java 40 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/BaseDNDescriptor.java 387 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ConfigException.java 49 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java 801 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromLDAP.java 1126 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ConnectionProtocolPolicy.java 80 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/DatabaseDescriptor.java 126 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ListenerDescriptor.java 175 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ServerStatusDescriptor.java 383 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ServerStatusPooler.java 429 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java 111 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/StatusCli.java 1315 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/StatusCliArgumentParser.java 180 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/StatusLog.java 89 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java 1131 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java 248 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/event/ServerStatusChangeEvent.java 63 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/event/ServerStatusChangeListener.java 44 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/event/StatusPanelButtonListener.java 60 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/event/package-info.java 35 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/package-info.java 36 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ui/DatabasesTableModel.java 561 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ui/ListenersTableModel.java 262 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ui/LoginDialog.java 840 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ui/StatusPanelDialog.java 1638 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ui/package-info.java 35 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java 148 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallUserData.java 41 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java 4 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallerArgumentParser.java 5 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/ui/LoginDialog.java 38 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/admin.properties 9 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/admin_tool.properties 1626 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/core.properties 30 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/dsconfig.properties 7 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/extension.properties 2 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/plugin.properties 10 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/protocol.properties 4 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/quicksetup.properties 38 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/replication.properties 123 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/servicetag.properties 62 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/task.properties 2 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/tools.properties 31 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/utility.properties 4 ●●● diff | view | raw | blame | history
opends/src/messages/src/org/opends/messages/Category.java 5 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Installation.java 35 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/UserData.java 50 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/DataReplicationOptions.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 183 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/DataReplicationPanel.java 23 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallReviewPanel.java 12 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/ServerSettingsPanel.java 49 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java 9 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/AbstractManagedObjectDefinition.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/AdministrationConnector.java 617 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/ClassLoaderProvider.java 133 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/client/cli/DsFrameworkCliParser.java 5 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliArgs.java 65 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java 7 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/client/ldap/JNDIDirContextAdaptor.java 59 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/AccessLogPublisher.java 676 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/AttributeSyntax.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/Backend.java 78 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/ClientConnection.java 141 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/SynchronizationProvider.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/AciEffectiveRights.java 37 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java 29 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/AciList.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/GroupDN.java 8 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/PatternRDN.java 7 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/TargAttrFilters.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/UserAttr.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/UserDN.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/BackupBackend.java 204 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/LDIFBackend.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/MemoryBackend.java 14 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/MonitorBackend.java 50 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/RootDSEBackend.java 59 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/SchemaBackend.java 329 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/TrustStoreBackend.java 74 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/ApproximateIndexer.java 96 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/BackendImpl.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/DN2ID.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/DN2URI.java 14 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/EntryContainer.java 65 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/EqualityIndexer.java 98 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/Index.java 4 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/JECompressedSchema.java 101 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/OrderingIndexer.java 101 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/SortValues.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/SubstringIndexer.java 78 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/VLVIndex.java 5 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/VerifyJob.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/task/RecurringTask.java 18 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/task/Task.java 109 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/task/TaskBackend.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/task/TaskScheduler.java 34 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/BooleanConfigAttribute.java 13 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigAttribute.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigEntry.java 14 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/DNConfigAttribute.java 17 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/IntegerConfigAttribute.java 17 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/IntegerWithUnitConfigAttribute.java 13 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/JMXMBean.java 42 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/MultiChoiceConfigAttribute.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ReadOnlyConfigAttribute.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/StringConfigAttribute.java 17 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/AddOperationBasis.java 52 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/BindOperationBasis.java 30 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/CompareOperationBasis.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/ConnectionHandlerConfigManager.java 40 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DefaultCompressedSchema.java 89 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DeleteOperationBasis.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 107 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/ModifyDNOperationBasis.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/ModifyOperationBasis.java 31 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/NetworkGroup.java 631 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/NetworkGroupConfigManager.java 305 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/NetworkGroupCriteria.java 46 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/NetworkGroupNamingContexts.java 181 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/NetworkGroupPolicy.java 46 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PasswordPolicy.java 39 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PasswordPolicyState.java 301 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/QueueingStrategy.java 48 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/RootDseWorkflowTopology.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SchemaConfigManager.java 30 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SearchOperationBasis.java 62 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SynchronousStrategy.java 50 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/WorkQueueStrategy.java 49 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/WorkflowConfigManager.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/WorkflowImpl.java 39 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/WorkflowTopologyNode.java 18 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/AuthMethodCriteria.java 108 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/BindDnCriteria.java 86 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/IpFilterCriteria.java 82 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/NetworkGroup.java 939 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/NetworkGroupConfigManager.java 414 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/NetworkGroupCriteria.java 336 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/NetworkGroupCriterion.java 63 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/NetworkGroupNamingContexts.java 182 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/NetworkGroupPolicy.java 46 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/PortCriteria.java 85 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/RequestFilteringPolicy.java 595 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/ResourceLimits.java 485 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/SecurityCriteria.java 75 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/networkgroups/package-info.java 49 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/crypto/CryptoManagerImpl.java 167 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/AttributeValuePasswordValidator.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/ConfigFileHandler.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/DynamicGroup.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/EntryCacheCommon.java 114 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/ExternalSASLMechanismHandler.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/PasswordModifyExtendedOperation.java 29 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SMTPAccountStatusNotificationHandler.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/StaticGroup.java 45 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/UserAttributeNotificationMessageTemplateElement.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/VirtualStaticGroup.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/AccessLogger.java 358 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAccessLogPublisher.java 2299 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAuditLogPublisher.java 938 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/BackendMonitor.java 63 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/ClientConnectionMonitorProvider.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/ConnectionHandlerMonitor.java 53 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/DatabaseEnvironmentMonitor.java 34 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/EntryCacheMonitorProvider.java 14 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/MemoryUsageMonitorProvider.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/StackTraceMonitorProvider.java 12 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/SystemInfoMonitorProvider.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/TraditionalWorkQueueMonitor.java 62 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/VersionMonitorProvider.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/ChangeNumberControlPlugin.java 291 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/EntryUUIDPlugin.java 19 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/LastModPlugin.java 100 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/NetworkGroupPlugin.java 453 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/PasswordPolicyImportPlugin.java 197 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/ReferentialIntegrityPlugin.java 24 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/SevenBitCleanPlugin.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/UniqueAttributePlugin.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java 64 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java 38 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/jmx/JmxConnectionHandler.java 15 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPAttribute.java 60 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java 63 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java 95 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPFilter.java 4 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPStatistics.java 19 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/SearchResultEntryProtocolOp.java 130 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/AssuredMode.java 81 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/ChangeNumber.java 66 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/DSInfo.java 250 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/RSInfo.java 140 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/ServerState.java 37 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/ServerStatus.java 134 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/StatusMachine.java 148 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/StatusMachineEvent.java 135 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttrInfoMultiple.java 237 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java 44 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttributeInfo.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeAddOperation.java 70 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeModdnOperation.java 72 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeModifyOperation.java 85 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeOperation.java 24 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/GenerationIdChecksum.java 87 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/HistVal.java 87 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/Historical.java 272 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ListenerThread.java 20 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ModifyFakeOperation.java 86 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 30 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PendingChange.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PendingChanges.java 24 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java 13 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/RemotePendingChanges.java 66 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplayThread.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java 1041 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 875 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationMonitor.java 35 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/UpdateToReplay.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AckMessage.java 114 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AckMsg.java 280 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AddContext.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AddMsg.java 153 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ChangeStatusMsg.java 142 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DeleteMsg.java 51 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DoneMessage.java 122 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DoneMsg.java 118 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/EntryMessage.java 142 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/EntryMsg.java 138 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ErrorMessage.java 218 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ErrorMsg.java 214 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/HeartbeatMessage.java 85 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/HeartbeatMsg.java 85 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/HeartbeatThread.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/InitializeRequestMessage.java 168 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/InitializeRequestMsg.java 164 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/InitializeTargetMessage.java 212 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/InitializeTargetMsg.java 208 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyDNMsg.java 157 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyMsg.java 138 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/MonitorMessage.java 529 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java 524 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/MonitorRequestMessage.java 125 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/MonitorRequestMsg.java 120 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/NotSupportedOldVersionPDUException.java 108 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ProtocolSession.java 46 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java 50 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplServerInfoMessage.java 187 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplServerStartMessage.java 275 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplServerStartMsg.java 434 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplSessionSecurity.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplicationMessage.java 210 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplicationMsg.java 260 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ResetGenerationId.java 120 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ResetGenerationIdMsg.java 127 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/RoutableMessage.java 116 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/RoutableMsg.java 113 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ServerStartMessage.java 435 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ServerStartMsg.java 429 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/SocketSession.java 22 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/StartMessage.java 178 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/StartMsg.java 304 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/StartSessionMsg.java 276 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java 20 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/TopologyMsg.java 351 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java 372 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/UpdateMsg.java 632 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/WindowMessage.java 137 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/WindowMsg.java 143 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/WindowProbe.java 84 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/WindowProbeMsg.java 80 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DbHandler.java 44 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/LightweightServerHandler.java 118 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/MsgQueue.java 54 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationBackend.java 275 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDB.java 17 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationData.java 18 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDbEnv.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationIterator.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 143 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 2129 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerHandler.java 1998 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerReader.java 254 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerWriter.java 99 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/StatusAnalyzer.java 252 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/UpdateComparator.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/AbsoluteSubtreeSpecificationSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/AciSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/AttributeTypeSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/AuthPasswordSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/BinarySyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/BitStringSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/BooleanSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/CertificateListSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/CertificatePairSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/CertificateSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/CountryStringSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/DITContentRuleSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/DITStructureRuleSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/DeliveryMethodSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/DirectoryStringSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/DistinguishedNameSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/EnhancedGuideSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/FaxNumberSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/FaxSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/GeneralizedTimeSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/GuideSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/IA5StringSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/IntegerSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/JPEGSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/LDAPSyntaxDescriptionSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/MatchingRuleSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/MatchingRuleUseSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/NameAndOptionalUIDSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/NameFormSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/NumericStringSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/OIDSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/ObjectClassSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/OctetStringSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/OtherMailboxSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/PostalAddressSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/PresentationAddressSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/PrintableStringSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/ProtocolInformationSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/RFC3672SubtreeSpecificationSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/RelativeSubtreeSpecificationSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/SubstringAssertionSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/SupportedAlgorithmSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/TelephoneNumberSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/TeletexTerminalIdentifierSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/TelexNumberSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/UTCTimeSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/UUIDSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/UserPasswordSyntax.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/Registry.java 436 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/ServiceTag.java 554 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/ServiceTagAlreadyExistsException.java 66 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/ServiceTagDefinition.java 121 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/ServiceTagDoesNotExistException.java 65 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/ServiceTagException.java 64 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/ServiceTagRegistration.java 449 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/SwordFishIDParser.java 118 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/SwordFishIdConfiguration.java 117 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/SystemEnvironment.java 100 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/Util.java 229 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/servicetag/package-info.java 36 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/AddSchemaFileTask.java 19 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/DisconnectClientTask.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/ImportTask.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/ShutdownTask.java 33 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/TaskUtils.java 57 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ConfigureDS.java 57 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/InstallDS.java 32 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java 25 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPModify.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDIFDiff.java 82 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDIFModify.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ManageAccount.java 94 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ManageTasks.java 5 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/StopDS.java 95 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/CreateSubCommandHandler.java 25 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/DSConfig.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java 39 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/ListSubCommandHandler.java 5 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/SetPropSubCommandHandler.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/DisableReplicationUserData.java 161 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/EnableReplicationUserData.java 303 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/InitializeAllReplicationUserData.java 39 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/InitializeReplicationUserData.java 115 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/MonoServerReplicationUserData.java 117 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/PostExternalInitializationUserData.java 39 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/PreExternalInitializationUserData.java 61 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java 2230 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliException.java 63 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java 7589 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliReturnCode.java 216 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationUserData.java 98 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/StatusReplicationUserData.java 60 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/package-info.java 40 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/makeldif/Branch.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/makeldif/TemplateEntry.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/status/StatusCli.java 1246 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/status/StatusCliArgumentParser.java 183 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/status/package-info.java 36 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/tasks/TaskClient.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/tasks/TaskEntry.java 17 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/tasks/TaskTool.java 17 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/AbstractAttribute.java 324 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Attribute.java 1090 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/AttributeBuilder.java 1829 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/AttributeType.java 12 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/AttributeValueIterable.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Attributes.java 415 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Entry.java 1427 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Modification.java 39 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Schema.java 31 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/SearchFilter.java 16 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/VirtualAttribute.java 365 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/EmbeddedUtils.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/LDIFReader.java 156 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/LDIFWriter.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 7 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/SetupUtils.java 98 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/StaticUtils.java 24 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/args/LDAPConnectionArgumentParser.java 32 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/cli/CommandBuilder.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java 23 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/cli/LDAPConnectionConsoleInteraction.java 22 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/WorkflowElement.java 39 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/WorkflowElementConfigManager.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendAddOperation.java 185 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendBindOperation.java 23 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendCompareOperation.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendDeleteOperation.java 166 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendModifyDNOperation.java 292 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendModifyOperation.java 799 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java 40 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/config/replication/3server_topology.txt 3 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/config/replication/basic_topology.txt 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_bindtypes.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_compare_tests.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_effective_rights.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_proxy_auth.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_targattrfilter.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_target.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_targetattr.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_targetcontrol.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_targetfilter.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/aci_targetscope.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/aci/multiple_aci_tests.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/backends/backend_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/backends/export.xml 299 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/backends/restore.xml 20 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/clu/clu_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/clu/clu_ldapsearch_checkbehavior.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/clu/clu_manage-tasks_checkbehavior.xml 7 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/clu/clu_rebuild-index_checkbehavior.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/clu/clu_status_checkbehavior.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/core/controls/core_ctrls_password_policy.xml 3 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/core/core_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/core/core_entry_cache.xml 6 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/core/core_search_sizelimit.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/core/core_search_timelimit.xml 3 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/dsconfig/dsconfig_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/dsconfig/dsconfig_get.xml 3 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/dsconfig/dsconfig_list.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/dsml/dsml_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/dsml/dsml_setup.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/groups/group_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/i18n/i18n_8bit_createbackend.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/i18n/i18n_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml 225 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/logging/logging_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/logging/logging_properties.xml 39 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/logging/logging_retention.xml 12 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/logging/logging_retention_properties.xml 15 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/logging/logging_rotation.xml 7 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/logging/logging_rotation_properties.xml 15 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/logging/logging_writer.xml 13 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/monitoring/monitoring_cleanup.xml 8 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/monitoring/monitoring_componant.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/monitoring/monitoring_provider.xml 10 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/plugins/plugins_7bit.xml 3 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/plugins/plugins_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/plugins/plugins_entryUUID.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/plugins/plugins_lastmod.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/plugins/plugins_refint.xml 22 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/plugins/plugins_uniqueness.xml 7 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/privileges/privileges_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/privileges/privileges_directory_manager.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/privileges/privileges_new_root_user.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/privileges/privileges_unindexed_searches.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/privileges/privileges_users.xml 12 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/quickstart/quickstart.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml 62 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/changelog/changelog.xml 39 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml 44 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml 62 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/replication_setup.xml 139 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/resynchronization/resynchronization.xml 31 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml 108 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/sample/sample.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/schema/schema_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/schema/schema_rfc_tests.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/account_activation/security_account_expiration.xml 10 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/account_activation/security_test_account.xml 3 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/bind_no_pwd/security_pwd_null.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/client_auth/client_auth_setup.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/client_auth/client_auth_teardown.xml 3 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/client_auth/equal_dn_mapper.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/client_auth/fingerprint_mapper.xml 3 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/client_auth/subject_attribute_mapper.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/client_auth/subject_dn_mapper.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/jks/security_bob_custom_jks.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/jks/security_bob_jks.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/jks/security_setup_custom_jks.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/jks/security_setup_jks.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/jks/security_teardown_custom_jks.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/jks/security_teardown_jks.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pkcs12/security_bob_pkcs12.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pkcs12/security_setup_pkcs12.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pkcs12/security_teardown_pkcs12.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy/security_force_pwd_change.xml 7 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy/security_force_pwd_change_all_users.xml 6 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy/security_grace_login.xml 8 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy/security_last_login.xml 28 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy/security_lockout_duration.xml 6 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy/security_lockout_fail_cnt.xml 5 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy/security_min_pwd_age.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy/security_mult_pwd_policies.xml 3 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy/security_preencoded_pwds.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy/security_user_pwd_policy.xml 5 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_policy_root/security_root_auth.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_deprecated_schemes.xml 5 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_multiple_schemes.xml 7 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_3DES.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_AES.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_BASE64.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_CLEAR.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_CRYPT.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_MD5.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_RC4.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_SHA.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_SMD5.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_SSHA.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_SSHA256.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_SSHA384.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_SSHA512.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_blowfish.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_attribute_value.xml 5 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_character_set.xml 7 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_dictionary.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_history_based.xml 5 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_mult_validators.xml 7 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_pwd_length.xml 5 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_repeat_chars.xml 5 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_similarity_based.xml 5 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_skip_val_for_admins.xml 5 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_unique_chars.xml 5 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/sasl/security_sasl_anon.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/sasl/security_sasl_cram-md5.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml 13 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/sasl/security_sasl_new.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/sasl/security_sasl_plain.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/security_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/startTLS/security_bob_startTLS.xml 2 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/startTLS/security_setup_startTLS.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/security/startTLS/security_teardown_startTLS.xml 1 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/setup/directory_manager.xml 66 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/setup/import.xml 31 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/setup/misc.xml 2 ●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/setup/ports.xml 2 ●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/setup/security.xml 94 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_registermbean.xml 14 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_setup.xml 3 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_status.xml 51 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_trap_customconf.xml 38 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_v1_customconf.xml 18 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_v2c_customconf.xml 18 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_v3_customconf.xml 26 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/tasks/allowed-tasks.xml 40 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/tasks/backup_db.xml 47 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/tasks/cleanup.xml 8 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/tasks/export-ldif.xml 47 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/tasks/import-ldif.xml 53 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/tasks/restart_db.xml 22 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/tasks/restore_db.xml 41 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/virtualAttributes/virtualAttributes_cleanup.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/virtualAttributes/virtualAttributes_cos.xml 20 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/shared/ant/tests.xml 4 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/shared/functions/dsadm.xml 257 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/shared/functions/dsconfig.xml 254 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/shared/functions/security.xml 92 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/shared/functions/snmp.xml 11 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/shared/functions/tools.xml 30 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/shared/functions/topology.xml 206 ●●●●● diff | view | raw | blame | history
opends/tests/staf-tests/shared/python/replication.py 6 ●●●● diff | view | raw | blame | history
opends/tests/staf-tests/shared/tests/config.py.stubs 4 ●●● diff | view | raw | blame | history
opends/tests/staf-tests/stress-tests/config/replication/basic_topology.txt 2 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/resource/config-changes.ldif 5 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/InstallationTest.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 131 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/client/cli/DsframeworkTestCase.java 84 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/MockLDAPConnection.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/AggregationServerTest.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/ConstraintTest.java 8 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/DefaultBehaviorTest.java 14 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTestCase.java 35 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AlternateRootDN.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ExtOpTestCase.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/GetEffectiveRightsTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/NestedGroupDNTestCase.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ReferencesTestCase.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/TargetAttrTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/TargetControlTestCase.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/LDIFBackendTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java 8 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/TestBackendImpl.java 247 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/TestImportJob.java 4 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/TestRebuildJob.java 4 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/TestVerifyJob.java 4 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/task/TaskBackendTestCase.java 22 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/AddOperationTestCase.java 60 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/BackendConfigManagerTestCase.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/BindOperationTestCase.java 28 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/GroupManagerTestCase.java 37 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/ModifyOperationTestCase.java 37 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/NetworkGroupTest.java 764 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/RejectUnauthReqTests.java 916 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/SearchOperationTestCase.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/TestModifyDNOperation.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/WorkflowConfigurationTest.java 1 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/NetworkGroupTest.java 1225 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/RequestFilteringPolicyTest.java 593 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/ResourceLimitsTest.java 213 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/crypto/CryptoManagerTestCase.java 12 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/AttributeValuePasswordValidatorTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/CharacterSetPasswordValidatorTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/ConfigFileHandlerTestCase.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/DictionaryPasswordValidatorTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/EntryDNVirtualAttributeProviderTestCase.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/EntryUUIDVirtualAttributeProviderTestCase.java 12 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/ExactMatchIdentityMapperTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/ExternalSASLMechanismHandlerTestCase.java 32 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/FileSystemEntryCacheTestCase.java 7 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/FingerprintCertificateMapperTestCase.java 41 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/HasSubordinatesVirtualAttributeProviderTestCase.java 18 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/IsMemberOfVirtualAttributeProviderTestCase.java 64 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/LengthBasedPasswordValidatorTestCase.java 31 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/NumSubordinatesVirtualAttributeProviderTestCase.java 8 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PasswordModifyExtendedOperationTestCase.java 102 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PasswordStorageSchemeTestCase.java 26 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/RepeatedCharactersPasswordValidatorTestCase.java 14 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/SimilarityBasedPasswordValidatorTestCase.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapperTestCase.java 42 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/SubjectDNToUserAttributeCertificateMapperTestCase.java 37 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/SubschemaSubentryVirtualAttributeProviderTestCase.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TraditionalWorkQueueTestCase.java 23 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/UniqueCharactersPasswordValidatorTestCase.java 14 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/UserDefinedVirtualAttributeProviderTestCase.java 29 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/VirtualStaticGroupTestCase.java 28 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/EntryUUIDPluginTestCase.java 25 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/LDAPADListPluginTestCase.java 5 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/LastModPluginTestCase.java 12 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/PasswordPolicyImportPluginTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/ReferentialIntegrityPluginTestCase.java 29 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/UniqueAttributePluginTestCase.java 56 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/InternalClientConnectionTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java 30 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java 3 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/LDAPBinaryOptionTestCase.java 570 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/LDAPv2TestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/LdapTestCase.java 4 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestLDAPConnectionHandler.java 113 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ChangeNumberControlPluginTestCase.java 194 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/DependencyTest.java 180 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java 914 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java 787 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java 188 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java 98 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java 265 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/SchemaReplicationTest.java 219 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java 66 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java 260 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/AttrInfoTest.java 7 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ComputeBestServerTest.java 346 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java 84 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/GenerationIdChecksumTest.java 105 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/GroupIdHandshakeTest.java 562 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalCsnOrderingTest.java 70 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 188 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java 64 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ModifyConflictTest.java 691 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/PersistentServerStateTest.java 37 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/PersistentStateTest.java 125 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ReplicationRepairControlTest.java 9 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ReplicationServerFailoverTest.java 371 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/StateMachineTest.java 1382 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/TopologyViewTest.java 1205 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/ProtocolCompatibilityTest.java 615 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/SynchronizationMsgTest.java 721 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/DbHandlerTest.java 266 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/MonitorTest.java 298 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplServerFakeConfiguration.java 51 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerDynamicConfTest.java 15 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 864 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/UpdateComparatorTest.java 9 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/schema/GenericSchemaTestCase.java 11 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/snmp/SNMPConnectionManager.java 431 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/AddSchemaFileTaskTestCase.java 12 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/AllowedTaskTestCase.java 9 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/DummyTask.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/LockdownModeTaskTestCase.java 12 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ImportLDIFTestCase.java 534 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ManageAccountTestCase.java 122 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/RebuildIndexTestCase.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/VerifyIndexTestCase.java 17 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/dsconfig/DsconfigLdapConnectionTestCase.java 101 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/AttributeBuilderTest.java 2064 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/AttributesTest.java 288 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/EntrySchemaCheckingTestCase.java 37 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/PrivilegeTestCase.java 23 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/TestEntry.java 21 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/VirtualAttributeTestCase.java 33 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestAddChangeRecordEntry.java 3 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestLDIFReader.java 47 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestLDIFWriter.java 3 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestModifyChangeRecordEntry.java 3 ●●●● diff | view | raw | blame | history