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

Jean-Noel Rouvignac
02.26.2013 07347aac048a14dc5fa1a5c1d02426230622051d
02.26.2013 Jean-Noel Rouvignac
serviceId => baseDN (To make the code less confusing)
tree@ 07347a commitdiff
02.23.2013 Jean-Noel Rouvignac
ReplicationDraftCNKey.java: Removed misleading comment. Added a comment abo...
tree@ 995c6d commitdiff
02.46.2013 Violette Roche-Montane
Fixed issue reported in OpenAm case with embedded server ( the upgrade fail...
tree@ dd511c commitdiff
01.38.2013 Matthew Swift
More minor enhancements to the upgrader so that it can be used for embedded...
tree@ 364fe0 commitdiff
01.26.2013 Matthew Swift
Change visibility of various classes and methods in the upgrader so that it...
tree@ f91657 commitdiff
01.54.2013 Jean-Noel Rouvignac
Code cleanup
tree@ de6d2e commitdiff
01.21.2013 Jean-Noel Rouvignac
ConfigFileHandler.java: Used StaticUtils.close(). Extracted a close() metho...
tree@ d3d810 commitdiff
31.15.2013 Chris Ridd
CR 2074 Fix OPENDJ-1097 Default access controls grant access to ds-sync-hist
tree@ 33d73b commitdiff
30.47.2013 Jean-Noel Rouvignac
Reverted r9306 because it introduced a regression and because it is not cle...
tree@ be93a5 commitdiff
29.34.2013 Jean-Noel Rouvignac
MemberList.java: Now implements Closeable.
tree@ 6c0d66 commitdiff
29.31.2013 Jean-Noel Rouvignac
LocalBackend*Operation.java: Fixed NPEs.
tree@ 210e12 commitdiff
29.32.2013 Jean-Noel Rouvignac
LDIFExportConfig.java: Code cleanup. Converted comments to javadocs. Collap...
tree@ 545ec8 commitdiff
27.57.2013 Jean-Noel Rouvignac
AciHandler.java: Fixed a bug in the previous refactoring of this file.
tree@ e25aea commitdiff
26.24.2013 Jean-Noel Rouvignac
A global ACI allow querying data. Added the following to restrict anonymous...
tree@ 36b59d commitdiff
26.14.2013 Jean-Noel Rouvignac
Made terser code by renaming operationContainer to container. Also changed ...
tree@ 98b65b commitdiff
26.43.2013 Jean-Noel Rouvignac
(CR-2056) Automatic Refactorings
tree@ e8fe99 commitdiff
26.06.2013 Jean-Noel Rouvignac
Fixed checkstyle error in Aci. More ACI debugging/readability changes.
tree@ 36644a commitdiff
26.24.2013 Jean-Noel Rouvignac
Comments to javadocs. Extracted method haveSimilarRights() from isApplicabl...
tree@ 533380 commitdiff
26.34.2013 Jean-Noel Rouvignac
OPENDJ-948 (CR-1873) unauthorized disclosure of directory contents
tree@ bc161a commitdiff
26.30.2013 Jean-Noel Rouvignac
AddOperationBasis.java: Code cleanup. Extracted method getAttributes()
tree@ b7495c commitdiff
25.04.2013 Mark Craig
Fix broken link
tree@ 3b9d89 commitdiff
25.46.2013 Jean-Noel Rouvignac
StaticUtils.java: Added close(ServerSocket...), this is crying for Java 7.
tree@ 189dc6 commitdiff
25.21.2013 Jean-Noel Rouvignac
OPENDJ-948 (CR-1873) unauthorized disclosure of directory contents
tree@ fe4d6b commitdiff
24.27.2013 Jean-Noel Rouvignac
InstallDS.java: Called the UserData.set*() methods outside of the prompt*()...
tree@ 5c72d4 commitdiff
24.12.2013 Jean-Noel Rouvignac
Extracted method getCannotBindErrorMessage() and checkCanUsePort(). Used in...
tree@ a5bf51 commitdiff
24.52.2013 Jean-Noel Rouvignac
SetupUtils.java: Extracted method close(Closeable). Not sure whether I can ...
tree@ f523a4 commitdiff
24.58.2013 Jean-Noel Rouvignac
Privilege.java: Removed useless static variable PRIV_NAMES, superseded by u...
tree@ e5848d commitdiff
24.52.2013 Jean-Noel Rouvignac
EntryContainer.java: Small code cleanup.
tree@ 00f046 commitdiff
24.49.2013 Jean-Noel Rouvignac
AciContainer.java: Added a first version of toString(). To be expanded in t...
tree@ acf273 commitdiff
23.56.2013 Jean-Noel Rouvignac
Broke down the massive loadSchemaFile() method into several smaller navigab...
tree@ 9e3d0e commitdiff
23.39.2013 Jean-Noel Rouvignac
AciEffectiveRights.java: Changed the signature of createSummary() to return...
tree@ 9f214a commitdiff
23.30.2013 Jean-Noel Rouvignac
Various code cleanups and method extractions.
tree@ cdeb81 commitdiff
23.23.2013 Jean-Noel Rouvignac
Various code cleanups around return values. Extracted testAndSetTargAttrOpe...
tree@ 56e8bb commitdiff
23.11.2013 Jean-Noel Rouvignac
Transformed comments into javadocs. Various code cleanups around return val...
tree@ d42535 commitdiff
23.55.2013 Jean-Noel Rouvignac
Transformed comments into javadocs. Various code cleanups.
tree@ 94074b commitdiff
23.26.2013 Jean-Noel Rouvignac
Transformed comments into javadocs.
tree@ 12501a commitdiff
23.17.2013 Jean-Noel Rouvignac
Simplified if statements.
tree@ 289a84 commitdiff
23.51.2013 Violette Roche-Montane
CR-2024 OPENDJ-1078 OpenDJ doesn't release server.lock after upgrade
tree@ 2bdda9 commitdiff
22.22.2013 Mark Craig
Fix checkstyle error
tree@ 21f359 commitdiff
22.21.2013 Jean-Noel Rouvignac
Comments to javadoc. Removed unused instance member.
tree@ 3c34b1 commitdiff
22.10.2013 Chris Ridd
CR-2009 Fix OPENDJ-1036 Cleanup passwords in memory?
tree@ bcb182 commitdiff
22.47.2013 Jean-Noel Rouvignac
Use Map instead of HashMap.
tree@ 67c1c0 commitdiff
16.22.2013 Jean-Noel Rouvignac
BooleanHolder.java: Forced specifying a default value in the ctor. Implemen...
tree@ 2b36a7 commitdiff
16.12.2013 Chris Ridd
CR-2005 Fix OPENDJ-1036 Cleanup passwords in memory?
tree@ 7fc458 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.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
first | « prev | next »