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

Jean-Noël Rouvignac
05.20.2016 2e86eba101ac08b44de0b4b95dd6a1a302b66763
05.20.2016 Jean-Noël Rouvignac
Removed Utilities.getRDNString()
tree@ 2e86eb commitdiff
05.04.2016 Jean-Noël Rouvignac
DN.matchesBaseAndScope(DN, SearchScope) => DN.isInScopeOf(DN, SearchScope)
tree@ e4b6be commitdiff
05.55.2016 Jean-Noël Rouvignac
DN.getParentDNInSuffix() => DirectoryServer.getParentDNInSuffix(DN)
tree@ e1b3d6 commitdiff
03.20.2016 Jean-Noël Rouvignac
Prep work for OPENDJ-1342: align APIs for DNs: isAncestorOf(DN) => isSuperi...
tree@ e41a9d commitdiff
10.31.2016 Jean-Noël Rouvignac
Prep work for OPENDJ-1342: align APIs for DNs: isDescendantOf() => isSubord...
tree@ c70f83 commitdiff
10.38.2016 Jean-Noël Rouvignac
AttributeTypeTest.java: No longer useful since we are now using the SDK's A...
tree@ 81ac5e commitdiff
10.11.2016 Jean-Noël Rouvignac
Always call Schema.setDefaultSchema() when schemaNG changes
tree@ e877c6 commitdiff
12.19.2016 Jean-Noël Rouvignac
Simplified test code: Removed JDNI, Removed direct use of Sockets and *Prot...
tree@ cf9986 commitdiff
04.23.2016 Gaetan Boismal
Code cleanup
tree@ 24ccab commitdiff
27.32.2016 Gaetan Boismal
OPENDJSDK-42 cli arguments fluent builder
tree@ df993e commitdiff
25.06.2016 Gaetan Boismal
OPENDJSDK-42 Code cleanup
tree@ 140080 commitdiff
10.15.2016 Jean-Noël Rouvignac
Prep work for OPENDJ-1342: align APIs for RDNs
tree@ 352227 commitdiff
09.13.2016 Yannick Lecaillez
OPENDJ-2651: On Windows, rebuild-index fails with AccessDeniedException
tree@ 26455b commitdiff
09.25.2016 Mark Craig
OPENDJ-2671 Update site links
tree@ d43da2 commitdiff
09.04.2016 Jean-Noël Rouvignac
Fix tests
tree@ 97fb63 commitdiff
03.32.2016 Jean-Noël Rouvignac
Prep work for OPENDJ-1342: align APIs for RDNs
tree@ eaee3f commitdiff
08.04.2016 Ludovic Poitou
Added BCrypt unit test (port of the original JUnit tests to testNG).
tree@ b63ceb commitdiff
08.12.2016 Jean-Noël Rouvignac
AttributeType to AttributeDescription in CompareOperationBasis
tree@ 92dc47 commitdiff
05.10.2016 Jean-Noël Rouvignac
Align Attribute with SDK APIs: containsAll(Collection<ByteString>) => conta...
tree@ 3610cc commitdiff
04.41.2016 Jean-Noël Rouvignac
SubentryManagerTestCase.java: replace RawModification by Modification
tree@ 7d597d commitdiff
04.43.2016 Jean-Noël Rouvignac
AttributeBuilder.java: remove now unnecessary inner classes
tree@ ff37f9 commitdiff
03.48.2016 Jean-Noël Rouvignac
ModifyCommonMsg.java: Removed null check Code cleanup
tree@ 982a6e commitdiff
03.26.2016 Jean-Noël Rouvignac
Removed Attribute.getAttributeType()
tree@ 30370a commitdiff
03.17.2016 Jean-Noël Rouvignac
Removed Attribute.getOptions()
tree@ 758fa0 commitdiff
04.48.2016 Mark Craig
OPENDJ-2618 Try to prevent broken breadcrumbs
tree@ 0d4bb3 commitdiff
04.04.2016 Mark Craig
OPENDJ-2618 Attempt to publish site directly at opendj.forgerock.org
tree@ 0bef41 commitdiff
01.30.2016 Ludovic Poitou
Update version number to 4.0.0
tree@ 7db601 commitdiff
07.50.2016 Ludovic Poitou
Update copyright year
tree@ 3f3361 commitdiff
16.13.2015 Ludovic Poitou
OPENDJ-2435 - Provide Bcrypt password storage scheme
tree@ ade072 commitdiff
05.55.2016 Gaetan Boismal
OPENDJ-2569 Make archive names consistent
tree@ b350b6 commitdiff
05.41.2016 Gaetan Boismal
OPENDJ-2569 Code cleanup
tree@ 8a85c5 commitdiff
03.41.2016 Jean-Noël Rouvignac
Removed unused imports
tree@ 2506f5 commitdiff
28.37.2016 Jean-Noël Rouvignac
Use AttributeDescription in CompareOperation
tree@ e04805 commitdiff
28.53.2016 Jean-Noël Rouvignac
Use AttributeDescription in Entry and Attribute
tree@ 5c1781 commitdiff
03.07.2016 Mark Craig
Update site skin
tree@ 43c295 commitdiff
02.38.2016 Jean-Noël Rouvignac
LocalBackend*Operation.java: moved null checks on the backend before using ...
tree@ 8b0c24 commitdiff
02.37.2016 Jean-Noël Rouvignac
OPENDJ-2647 Schema problems in control-panel
tree@ a9f305 commitdiff
25.07.2015 Jean-Noël Rouvignac
Factorized duplicated code into VLVIndex
tree@ 9d37ef commitdiff
03.38.2016 Mark Craig
Remove obfuscated reference to deleted dsconfig.properties file
tree@ e741af commitdiff
29.34.2016 Jean-Noël Rouvignac
*.java: Removed DirectoryServer.getAttributeTypeOrNull(), replaced with Dir...
tree@ ed519f commitdiff
03.25.2016 Jean-Noël Rouvignac
Prep work for OPENDJ-1342: align APIs for DNs
tree@ 602b19 commitdiff
16.15.2015 Jean-Noël Rouvignac
SubjectAttributeToUserAttributeCertificateMapperTestCase.java: Extracted me...
tree@ 54bc1f commitdiff
08.04.2015 Jean-Noël Rouvignac
Simplified widespread use of OperatingSystem.isWindows() and duplication by...
tree@ 3b230c commitdiff
24.31.2015 Jean-Noël Rouvignac
ReplicationServerTest.java: removed duplicated code
tree@ 639a95 commitdiff
22.38.2015 Jean-Noël Rouvignac
Used try-with-resources. Extracted methods to hide reflection.
tree@ b67874 commitdiff
22.01.2015 Jean-Noël Rouvignac
PasswordPolicyState.java: code cleanup Extracted methods replace() and clea...
tree@ 4a62ca commitdiff
22.37.2015 Jean-Noël Rouvignac
BackendConfigManager.java: Extracted methods to remove duplicated code.
tree@ 46e20c commitdiff
22.02.2015 Jean-Noël Rouvignac
Remove unused dsconfig.properties from opendj-server-legacy It has been mov...
tree@ ea5d3a commitdiff
21.49.2015 Jean-Noël Rouvignac
CryptoManagerImpl.java: code cleanup Extract a few methods for duplicated code
tree@ 0392c1 commitdiff
02.47.2016 Jean-Noël Rouvignac
Code cleanups: - remove isEmpty() checks when lists are iterated immediatel...
tree@ cdbc97 commitdiff
first | « prev | next »