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

issues/security-scan
16.13.2015 Ludovic Poitou
OPENDJ-2435 - Provide Bcrypt password storage scheme
ade072 diff | tree
05.49.2016 Gaetan Boismal
OPENDJ-2569 Make archive names consistent
f975e0 diff | tree
05.55.2016 Gaetan Boismal
OPENDJ-2569 Make archive names consistent
b350b6 diff | tree
05.41.2016 Gaetan Boismal
OPENDJ-2569 Code cleanup
8a85c5 diff | tree
03.41.2016 Jean-Noël Rouvignac
Removed unused imports
2506f5 diff | tree
28.37.2016 Jean-Noël Rouvignac
Use AttributeDescription in CompareOperation
e04805 diff | tree
28.53.2016 Jean-Noël Rouvignac
Use AttributeDescription in Entry and Attribute
5c1781 diff | tree
03.00.2016 Mark Craig
Update site skin
3b5b5c diff | tree
03.07.2016 Mark Craig
Update site skin
43c295 diff | tree
02.38.2016 Jean-Noël Rouvignac
LocalBackend*Operation.java: moved null checks on the backend before using ...
8b0c24 diff | tree
02.37.2016 Jean-Noël Rouvignac
OPENDJ-2647 Schema problems in control-panel
a9f305 diff | tree
25.07.2015 Jean-Noël Rouvignac
Factorized duplicated code into VLVIndex
9d37ef diff | tree
03.38.2016 Mark Craig
Remove obfuscated reference to deleted dsconfig.properties file
e741af diff | tree
02.08.2016 Jean-Noël Rouvignac
*.java: Added addToSchema(boolean overwrite) method to all schema elements.
8f97c5 diff | tree
29.34.2016 Jean-Noël Rouvignac
*.java: Removed DirectoryServer.getAttributeTypeOrNull(), replaced with Dir...
ed519f diff | tree
03.25.2016 Jean-Noël Rouvignac
Prep work for OPENDJ-1342: align APIs for DNs
602b19 diff | tree
16.15.2015 Jean-Noël Rouvignac
SubjectAttributeToUserAttributeCertificateMapperTestCase.java: Extracted me...
54bc1f diff | tree
08.04.2015 Jean-Noël Rouvignac
Simplified widespread use of OperatingSystem.isWindows() and duplication by...
3b230c diff | tree
24.31.2015 Jean-Noël Rouvignac
ReplicationServerTest.java: removed duplicated code
639a95 diff | tree
22.38.2015 Jean-Noël Rouvignac
Used try-with-resources. Extracted methods to hide reflection.
b67874 diff | tree
22.01.2015 Jean-Noël Rouvignac
PasswordPolicyState.java: code cleanup Extracted methods replace() and clea...
4a62ca diff | tree
22.37.2015 Jean-Noël Rouvignac
BackendConfigManager.java: Extracted methods to remove duplicated code.
46e20c diff | tree
22.02.2015 Jean-Noël Rouvignac
Remove unused dsconfig.properties from opendj-server-legacy It has been mov...
ea5d3a diff | tree
21.49.2015 Jean-Noël Rouvignac
CryptoManagerImpl.java: code cleanup Extract a few methods for duplicated code
0392c1 diff | tree
02.47.2016 Jean-Noël Rouvignac
Code cleanups: - remove isEmpty() checks when lists are iterated immediatel...
cdbc97 diff | tree
02.59.2016 Jean-Noël Rouvignac
When removing enum syntaxes, also remove the corresponding ordering matchin...
aaf314 diff | tree
02.10.2016 Jean-Noël Rouvignac
Code cleanup
d55169 diff | tree
02.01.2016 Mark Craig
Update site files to reflect release of OpenDJ 3
09781c diff | tree
29.38.2016 Jean-Noël Rouvignac
OPENDJ-2650 No more task log (detail or error) when running tools in online...
6cbfdb diff | tree
01.04.2016 Jean-Noël Rouvignac
Replaced server's AttributeDescriptions.create(AttributeType, Set<String>) ...
766284 diff | tree
29.39.2016 Jean-Noël Rouvignac
*.java: Replaced DirectoryServer.getAttributeTypeOrNull(String) != null by ...
aab063 diff | tree
29.24.2016 Jean-Noël Rouvignac
DirectoryServer.java: In getAttributeTypeOrNull(String), delegated to getAt...
41e57b diff | tree
29.09.2016 Jean-Noël Rouvignac
Removed unnecessary roundtrips between DirectoryServer and Schema
593a01 diff | tree
29.21.2016 Jean-Noël Rouvignac
*Test*.java: Changed client code from DirectoryServer.getAttributeTypeOrNul...
97eaa8 diff | tree
29.45.2016 Jean-Noël Rouvignac
DirectoryServer.java: Renamed getAttributeTypeOrDefault(String) to getAttri...
d79928 diff | tree
29.38.2016 Jean-Noël Rouvignac
DirectoryServer.java: Removed getAttributeTypeOrDefault(String lowerName, S...
d3f728 diff | tree
29.26.2016 Jean-Noël Rouvignac
DirectoryServer.java: getAttributeTypeOrDefault(String lowerName, String up...
514d76 diff | tree
15.17.2016 Jean-Noël Rouvignac
Code cleanup
17d7e4 diff | tree
13.35.2016 Jean-Noël Rouvignac
OPENDJ-2553 Constrain VLV index range queries when evaluating searches with...
792252 diff | tree
29.07.2016 Jean-Noël Rouvignac
AttributeDescription.java: handled null options in create(AttributeType, Co...
57e0a1 diff | tree
29.42.2016 Jean-Noël Rouvignac
AttributeDescription.java: Added create(AttributeType, Collection<String> o...
54bbab diff | tree
28.09.2016 Jean-Noël Rouvignac
Replaced org.opends.server.types.AttributeDescription with org.forgerock.op...
b2dc02 diff | tree
19.33.2015 Chris Ridd
OPENDJ-1906: Protect StaticGroups with a RWLock to allow updating in-place
1cc3bd diff | tree
25.58.2016 Jean-Noël Rouvignac
OPENDJ-2638 (PR-201) Collation matching rule should be configurable via con...
de0255 diff | tree
22.42.2015 Jean-Noël Rouvignac
(PR-201) Removed all matching rule factories when matching rules are part o...
c2eaf9 diff | tree
21.14.2015 Jean-Noël Rouvignac
(PR-201) Do not call String.toLowerCase() or StaticUtils.toLowerCase() sinc...
70e742 diff | tree
26.08.2015 Nicolas Capponi
OPENDJ-1632 (PR-201) Migrate AttributeType in one shot
8b3cd2 diff | tree
26.00.2016 Chris Ridd
OPENDJ-2036: add separate messages for authzID account problems
53d487 diff | tree
25.20.2016 Yannick Lecaillez
OPENDJ-2631: OOME error while importing 100M entries.
b326ec diff | tree
26.52.2016 Yannick Lecaillez
Specify the size of the attribute's HashMap to prevent the map to be resize...
1d44dd diff | tree
first | « prev | next »