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

Jean-Noel Rouvignac
26.14.2013 4cbebe02b711786bf13a4a6c86848b86550f1ca6
26.14.2013 Jean-Noel Rouvignac
Made terser code by renaming operationContainer to container. Also changed ...
tree@ 4cbebe commitdiff
26.43.2013 Jean-Noel Rouvignac
(CR-2056) Automatic Refactorings
tree@ 0afad8 commitdiff
26.06.2013 Jean-Noel Rouvignac
Fixed checkstyle error in Aci. More ACI debugging/readability changes.
tree@ b26729 commitdiff
26.24.2013 Jean-Noel Rouvignac
Comments to javadocs. Extracted method haveSimilarRights() from isApplicabl...
tree@ 43660e commitdiff
26.34.2013 Jean-Noel Rouvignac
OPENDJ-948 (CR-1873) unauthorized disclosure of directory contents
tree@ 3f09da commitdiff
26.30.2013 Jean-Noel Rouvignac
AddOperationBasis.java: Code cleanup. Extracted method getAttributes()
tree@ d2affa commitdiff
25.04.2013 Mark Craig
Fix broken link
tree@ ce2d90 commitdiff
25.46.2013 Jean-Noel Rouvignac
StaticUtils.java: Added close(ServerSocket...), this is crying for Java 7.
tree@ 68dd1a commitdiff
25.21.2013 Jean-Noel Rouvignac
OPENDJ-948 (CR-1873) unauthorized disclosure of directory contents
tree@ cabaf5 commitdiff
24.27.2013 Jean-Noel Rouvignac
InstallDS.java: Called the UserData.set*() methods outside of the prompt*()...
tree@ ba20af commitdiff
24.12.2013 Jean-Noel Rouvignac
Extracted method getCannotBindErrorMessage() and checkCanUsePort(). Used in...
tree@ e87e9e commitdiff
24.52.2013 Jean-Noel Rouvignac
SetupUtils.java: Extracted method close(Closeable). Not sure whether I can ...
tree@ 6dc418 commitdiff
24.58.2013 Jean-Noel Rouvignac
Privilege.java: Removed useless static variable PRIV_NAMES, superseded by u...
tree@ 3b8dd3 commitdiff
24.52.2013 Jean-Noel Rouvignac
EntryContainer.java: Small code cleanup.
tree@ cd05d3 commitdiff
24.49.2013 Jean-Noel Rouvignac
AciContainer.java: Added a first version of toString(). To be expanded in t...
tree@ a5506a commitdiff
23.56.2013 Jean-Noel Rouvignac
Broke down the massive loadSchemaFile() method into several smaller navigab...
tree@ bcceaf commitdiff
23.39.2013 Jean-Noel Rouvignac
AciEffectiveRights.java: Changed the signature of createSummary() to return...
tree@ 9af267 commitdiff
23.30.2013 Jean-Noel Rouvignac
Various code cleanups and method extractions.
tree@ 1f94e4 commitdiff
23.23.2013 Jean-Noel Rouvignac
Various code cleanups around return values. Extracted testAndSetTargAttrOpe...
tree@ 4d3588 commitdiff
23.11.2013 Jean-Noel Rouvignac
Transformed comments into javadocs. Various code cleanups around return val...
tree@ b95929 commitdiff
23.55.2013 Jean-Noel Rouvignac
Transformed comments into javadocs. Various code cleanups.
tree@ ada149 commitdiff
23.26.2013 Jean-Noel Rouvignac
Transformed comments into javadocs.
tree@ b5cbd0 commitdiff
23.17.2013 Jean-Noel Rouvignac
Simplified if statements.
tree@ c7effb commitdiff
23.51.2013 Violette Roche-Montane
CR-2024 OPENDJ-1078 OpenDJ doesn't release server.lock after upgrade
tree@ c59cdb commitdiff
22.22.2013 Mark Craig
Fix checkstyle error
tree@ 019a80 commitdiff
22.21.2013 Jean-Noel Rouvignac
Comments to javadoc. Removed unused instance member.
tree@ 320d8f commitdiff
22.10.2013 Chris Ridd
CR-2009 Fix OPENDJ-1036 Cleanup passwords in memory?
tree@ 5da9b6 commitdiff
22.47.2013 Jean-Noel Rouvignac
Use Map instead of HashMap.
tree@ e18761 commitdiff
16.22.2013 Jean-Noel Rouvignac
BooleanHolder.java: Forced specifying a default value in the ctor. Implemen...
tree@ 8efada commitdiff
16.12.2013 Chris Ridd
CR-2005 Fix OPENDJ-1036 Cleanup passwords in memory?
tree@ 0822ab commitdiff
16.57.2013 Jean-Noel Rouvignac
Respected the Single Responsibility Principle by splitting findAndSetMatchi...
tree@ 00b35e commitdiff
15.24.2013 Jean-Noel Rouvignac
Extracted several time the method findAndSetMatchingDN(). We should look at...
tree@ 91cb0d commitdiff
15.41.2013 Jean-Noel Rouvignac
Created NullOutputStream.wrapOrNullStream() and used it in all tools instea...
tree@ e8831e commitdiff
15.40.2013 Jean-Noel Rouvignac
Created NullOutputStream.wrapOrNullStream() and used it in all tools instea...
tree@ dddf95 commitdiff
15.17.2013 Jean-Noel Rouvignac
Refactoring on the LocalBackend*Operation classes: - Extracted process*() m...
tree@ 2ce1ae commitdiff
15.44.2013 Jean-Noel Rouvignac
Refactoring on the LocalBackend*Operation classes: - Moved BooleanHolder ou...
tree@ e4c1fb commitdiff
12.59.2013 Ludovic Poitou
Fix checkstyle
tree@ d65972 commitdiff
12.37.2013 Jean-Noel Rouvignac
Big refactoring of LocalBackendAddOperation, removed nearly 300 lines of code.
tree@ 6e1eb9 commitdiff
12.28.2013 Jean-Noel Rouvignac
Fixed checkstyle error.
tree@ 9c71e8 commitdiff
12.02.2013 Jean-Noel Rouvignac
AciHandler.java: More code simplifications.
tree@ 638f35 commitdiff
12.48.2013 Jean-Noel Rouvignac
AciContainer.java: More code simplifications.
tree@ 71c7c6 commitdiff
12.12.2013 Jean-Noel Rouvignac
AciEvalContext.java, AciContainer.java: Removed instance member isDenyEval,...
tree@ 6b6247 commitdiff
12.27.2013 Jean-Noel Rouvignac
*.java: Switched the use of collections concrete classes to interfaces.
tree@ 130391 commitdiff
11.03.2013 Jean-Noel Rouvignac
EntryContainer.java: Committed adding @Override separately from bigger, rea...
tree@ 2480c8 commitdiff
11.51.2013 Jean-Noel Rouvignac
AbstractOperation.java: Removed duplicated javadoc.
tree@ 0d3ca5 commitdiff
10.43.2013 Chris Ridd
Fix comments
tree@ 351212 commitdiff
10.05.2013 Jean-Noel Rouvignac
*.java: Replaced collection concrete classes with interfaces. Used javadocs...
tree@ 550e5f commitdiff
10.41.2013 Jean-Noel Rouvignac
Fixed checkstyle errors.
tree@ 3cc2d8 commitdiff
10.36.2013 Jean-Noel Rouvignac
DirectoryServer.java: In bootstrapAttributeSyntaxes(), extracted method ini...
tree@ 1c8e5c commitdiff
09.20.2013 Ludovic Poitou
Fix OPENDJ-1067: Tools are not properly picking up OPENDJ_JAVA_HOME variable.
tree@ 2238db commitdiff
first | « prev | next »