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

Jean-Noel Rouvignac
29.34.2013 6c0d66a2e69f70fe98469fe1dc9a227447624ec8
29.34.2013 Jean-Noel Rouvignac
MemberList.java: Now implements Closeable.
tree@ 6c0d66 commitdiff
29.53.2013 Jean-Noel Rouvignac
DeleteOperationTestCase.java: Extracted methods processDeleteRaw(), process...
tree@ a58035 commitdiff
29.33.2013 Jean-Noel Rouvignac
ModifyOperationTestCase.java: Expanded the scope of processAdd() to remove ...
tree@ d272fd commitdiff
29.50.2013 Violette Roche-Montane
Fix RPM uninstall issue and change group tag.
tree@ 352728 commitdiff
29.11.2013 Jean-Noel Rouvignac
ModifyOperationTestCase.java: Removed 300 more lines of code by extracting ...
tree@ ad011a commitdiff
29.24.2013 Jean-Noel Rouvignac
ModifyOperationTestCase.java: Removed 700 lines of code by extracting metho...
tree@ 019729 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.49.2013 Jean-Noel Rouvignac
ivy.xml: Using grizzly 2.3.4.
tree@ 45c908 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.04.2013 Violette Roche-Montane
OPENDJ-1032 RPM package should be built in a different way for more visibil...
tree@ 709f2e commitdiff
26.24.2013 Jean-Noel Rouvignac
Comments to javadocs. Extracted method haveSimilarRights() from isApplicabl...
tree@ 533380 commitdiff
26.20.2013 Mark Craig
Additional doc fix for OPENDJ-948: unauthorized disclosure of directory con...
tree@ 9fe7fb commitdiff
26.17.2013 Christophe Sovant
CR-2055 Use "useCompareResultCode" option for ldif-diff and ldapcompare tools
tree@ 157c23 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.34.2013 Christophe Sovant
Updated global search aci value after fix for OPENDJ-948
tree@ b3f4f5 commitdiff
25.09.2013 Jean-Noel Rouvignac
PrivilegeTestCase.java: Refactored code to remove duplication.
tree@ 456f95 commitdiff
25.04.2013 Mark Craig
Fix broken link
tree@ 3b9d89 commitdiff
25.55.2013 Mark Craig
Additional fix for OPENDJ-948, update docs to align with default behavior p...
tree@ f1241d 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
25.52.2013 Jean-Noel Rouvignac
ReplicationServerLoadBalancingTest.java: Extracted method stopRs() to impro...
tree@ 2c7af8 commitdiff
25.39.2013 Jean-Noel Rouvignac
Used the AutoRefactor plugin.
tree@ 68992c commitdiff
25.36.2013 Jean-Noel Rouvignac
ReplicationServerLoadBalancingTest.java: Made the code easier to read, redu...
tree@ 07c84b commitdiff
25.40.2013 Jean-Noel Rouvignac
AciTestCase.java: Fixed expected/actual mismatch in asserts.
tree@ 3e0b1e commitdiff
25.14.2013 Jean-Noel Rouvignac
MessageDescriptor.java: Fixed typos.
tree@ df3e10 commitdiff
24.27.2013 Jean-Noel Rouvignac
InstallDS.java: Called the UserData.set*() methods outside of the prompt*()...
tree@ 5c72d4 commitdiff
24.30.2013 Jean-Noel Rouvignac
Fixed checkstyle error.
tree@ 91c23e commitdiff
24.25.2013 Jean-Noel Rouvignac
Used interfaces instead of concrete classes.
tree@ f9bfa1 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.56.2013 Jean-Noel Rouvignac
NewSuffixOptions.java: Used interfaces instead of concrete classes.
tree@ dc1026 commitdiff
24.44.2013 Jean-Noel Rouvignac
Userdata.java: Extracted method getDefaultPort(int basePort).
tree@ b3d9d8 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.39.2013 Matthew Swift
Upgrade to latest stable Grizzly release 2.3.4.
tree@ a80fa8 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.34.2013 Christophe Sovant
Add known issue tag for issue OPENDJ-1088
tree@ 2b44f2 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.46.2013 Mark Craig
Partial fix for DOCS-94: Version numbers on draft docs are confusing
tree@ c8dfb3 commitdiff
first | « prev | next »