28 Feb, 2014

1 commit


27 Feb, 2014

4 commits


26 Feb, 2014

1 commit


25 Feb, 2014

1 commit


24 Feb, 2014

3 commits

  • Minor Javadoc improvements: document default values for deleteOldRDN and newSuperior for modify DN operations.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10424 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     
  • …arget server is powered off and restarted
    
    * HeartBeatConnectionFactory: check for heartbeat timeouts when there is a bind/startTLS in progress. Use the pending bind/startTLS as a proxy for the heartbeat request
    * CachedConnectionPool: flush all pending connection futures if an attempt to establish a new pooled connection fails. Improve statistics in toString() representation to make problems easier to diagnose during debugging
    * AbstractLoadBalancingAlgorithm: minor change - notify event listeners after closing the monitoring connection so that statistics are more accurate.
    
    Reviewed by Jean-Noel.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10423 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     
  • - Replaced some argument names by their long identifier.toLowerCase() (in CommonArguments ).
    - Replaced "trustAll" -> CommonArguments.getTrustAll()
    - Replaced "showUsage"/"help" -> CommonArguments.getShowUsage()
    - Renamed sslBlindTrust by trustAll in LDAPPasswordModify.java
    - Added OPTION_LONG_RESTART to ArgumentConstants. 
    	- Replaced "restart" string in StopDS.java by OPTION_LONG_RESTART.
    	- Replaced argument declaration by CommonArguments.getRestart().
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10422 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

21 Feb, 2014

3 commits

  • - Fixed build in SetupCli. Added message + replaced importLDIF to getLDIFFile.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10420 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     
  • - added javadoc for arguments which share the same short ID. (TBC...)
    - added argument constants.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10418 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     
  • - added javadoc for arguments which share the same short ID. (TBC...)
    - removed from ArgumentConstants 'description' / 'memberName' (unused).
    - Added to ArgumentConstants the OPTION_SHORT_CONTROL && OPTION_LONG_CONTROL.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10416 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

20 Feb, 2014

1 commit


19 Feb, 2014

1 commit


18 Feb, 2014

6 commits


17 Feb, 2014

1 commit

  • Added asEnum() + added an actual inner enum called Enum to match all the cases.
    In valueOf(int), fixed a bug for ResultCode + implemented it the same as ResultCode for the other classes.
    
    ModificationTypeTestCase.java, ResultCodeTestCase.java: ADDED
    
    SearchScopeTestCase.java:
    Added more tests.
    
    DataProviderIterator.java: ADDED
    Eases developing TestNG's DataProviders.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10386 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

14 Feb, 2014

7 commits


13 Feb, 2014

6 commits


12 Feb, 2014

3 commits


11 Feb, 2014

2 commits