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

Chris Ridd
16.12.2013 7fc458b7be71111b4c4a6e91f7b3ed6642b104a1
16.12.2013 Chris Ridd
CR-2005 Fix OPENDJ-1036 Cleanup passwords in memory?
tree@ 7fc458 commitdiff
16.00.2013 Mark Craig
CR-2007 Fix for OPENDJ-1047: Create a reference entry for windows-service.bat
tree@ 2386bc commitdiff
16.55.2013 Mark Craig
CR-2006 Fix for OPENDJ-1046: Make paths to commands consistent throughout t...
tree@ f2832d commitdiff
16.57.2013 Jean-Noel Rouvignac
Respected the Single Responsibility Principle by splitting findAndSetMatchi...
tree@ 92b8b0 commitdiff
15.24.2013 Jean-Noel Rouvignac
Extracted several time the method findAndSetMatchingDN(). We should look at...
tree@ fff285 commitdiff
15.09.2013 Chris Ridd
Remove unused messages
tree@ 625f05 commitdiff
15.41.2013 Jean-Noel Rouvignac
Created NullOutputStream.wrapOrNullStream() and used it in all tools instea...
tree@ 3783fa commitdiff
15.40.2013 Jean-Noel Rouvignac
Created NullOutputStream.wrapOrNullStream() and used it in all tools instea...
tree@ 750f4e commitdiff
15.17.2013 Jean-Noel Rouvignac
Refactoring on the LocalBackend*Operation classes: - Extracted process*() m...
tree@ cab0b2 commitdiff
15.44.2013 Jean-Noel Rouvignac
Refactoring on the LocalBackend*Operation classes: - Moved BooleanHolder ou...
tree@ 43cd5f commitdiff
12.59.2013 Ludovic Poitou
Fix checkstyle
tree@ d628ec commitdiff
12.37.2013 Jean-Noel Rouvignac
Big refactoring of LocalBackendAddOperation, removed nearly 300 lines of code.
tree@ d941ff commitdiff
12.28.2013 Jean-Noel Rouvignac
Fixed checkstyle error.
tree@ d67ba0 commitdiff
12.02.2013 Jean-Noel Rouvignac
AciHandler.java: More code simplifications.
tree@ 36d822 commitdiff
12.48.2013 Jean-Noel Rouvignac
AciContainer.java: More code simplifications.
tree@ 299812 commitdiff
12.12.2013 Jean-Noel Rouvignac
AciEvalContext.java, AciContainer.java: Removed instance member isDenyEval,...
tree@ f5a956 commitdiff
12.27.2013 Jean-Noel Rouvignac
*.java: Switched the use of collections concrete classes to interfaces.
tree@ d6b0cd commitdiff
11.03.2013 Jean-Noel Rouvignac
EntryContainer.java: Committed adding @Override separately from bigger, rea...
tree@ f66e71 commitdiff
11.51.2013 Jean-Noel Rouvignac
AbstractOperation.java: Removed duplicated javadoc.
tree@ a09039 commitdiff
10.43.2013 Chris Ridd
Fix comments
tree@ 07811d commitdiff
10.28.2013 Mark Craig
CR-1977 Fix for OPENDJ-1005: Move server doc sources alongside other server...
tree@ 695493 commitdiff
10.05.2013 Jean-Noel Rouvignac
*.java: Replaced collection concrete classes with interfaces. Used javadocs...
tree@ 37c1e3 commitdiff
10.41.2013 Jean-Noel Rouvignac
Fixed checkstyle errors.
tree@ 29bda2 commitdiff
10.36.2013 Jean-Noel Rouvignac
DirectoryServer.java: In bootstrapAttributeSyntaxes(), extracted method ini...
tree@ 01a60a commitdiff
09.20.2013 Ludovic Poitou
Fix OPENDJ-1067: Tools are not properly picking up OPENDJ_JAVA_HOME variable.
tree@ 236551 commitdiff
09.04.2013 Jean-Noel Rouvignac
Fixed typo.
tree@ 9ae7f8 commitdiff
09.51.2013 Ludovic Poitou
Fix typo in comment
tree@ 83b3ce commitdiff
09.28.2013 Jean-Noel Rouvignac
Remove try / catch / throw anti-pattern
tree@ 107531 commitdiff
09.04.2013 Jean-Noel Rouvignac
PluginConfigManager.java: Updated copyright because of commit r9200 .
tree@ 7f7ca2 commitdiff
09.45.2013 Jean-Noel Rouvignac
PluginConfigManager.java: Extracted methods handlePreParseException(), hand...
tree@ e78cf3 commitdiff
09.12.2013 Jean-Noel Rouvignac
LDIFReader.java: Code cleanup: removed useless try / catch. Used interfaces...
tree@ 9f0003 commitdiff
08.08.2013 Christophe Sovant
[OPENDJ-1063] CR-1971 Fix "build.sh package-RPM" target which fails when th...
tree@ ba9ba3 commitdiff
05.22.2013 Ludovic Poitou
Fix typo and unreachable code.
tree@ ed5dfc commitdiff
05.07.2013 Violette Roche-Montane
CR-1962 OPENDJ-1048 OpenDJ QuickSetup creates the "licenseAccepted" file in...
tree@ 32cbf7 commitdiff
05.53.2013 Ludovic Poitou
Cleanup typos in comments, and useless variables.
tree@ d78550 commitdiff
04.02.2013 Jean-Noel Rouvignac
AbstractTextAccessLogPublisher.java: Extracted methods decodePatterns() and...
tree@ cae23f commitdiff
04.41.2013 Jean-Noel Rouvignac
Changes made by AutoRefactor plugin and reviewed by me
tree@ 5866e9 commitdiff
04.04.2013 Jean-Noel Rouvignac
Removed reflection that was used to access APIs new from JDK 6.
tree@ ce1858 commitdiff
03.40.2013 Jean-Noel Rouvignac
ServerState.java: Replaced the pattern "iterate on keys then get the values...
tree@ 8cc96a commitdiff
03.39.2013 Jean-Noel Rouvignac
EntryHistorical.java: In encodeAndPurge(), made the code more readable by e...
tree@ ffeb69 commitdiff
03.43.2013 Ludovic Poitou
Fix typos in comments
tree@ 5f1c23 commitdiff
03.41.2013 Ludovic Poitou
Fix typos in comments
tree@ 8b0753 commitdiff
03.03.2013 Jean-Noel Rouvignac
AttrHistoricalMultiple.java: Added javadocs explaining the use of collectio...
tree@ c17e2c commitdiff
03.43.2013 Jean-Noel Rouvignac
First stab at having debuggable ACIs. Modified the code after feedback from...
tree@ b8d4d2 commitdiff
03.58.2013 Jean-Noel Rouvignac
LocalBackendBindOperation.java: Used javadocs.
tree@ 8398ca commitdiff
03.03.2013 Jean-Noel Rouvignac
First stab at having debuggable ACIs.
tree@ 56e752 commitdiff
02.12.2013 Jean-Noel Rouvignac
ECLSearchOperation.java: Extracted methods addAttributeByUppercaseName(), a...
tree@ 70d750 commitdiff
02.11.2013 Jean-Noel Rouvignac
ReplicationServer.java: Fixed checkstyle issue.
tree@ 3d68ec commitdiff
02.05.2013 Jean-Noel Rouvignac
ReplicationServer.java: Added a toString() method. Removed useless instance...
tree@ 751942 commitdiff
02.36.2013 Jean-Noel Rouvignac
ECLSearchOperation.java: Code cleanup. Used StaticUtil.close()
tree@ 953518 commitdiff
first | « prev | next »