14 Aug, 2007

13 commits


13 Aug, 2007

10 commits

  • major tag type that was supported by the SLAMD variant of MakeLDIF that was not
    available with the OpenDS version.  Unfortunately, the OpenDS version is not
    able to use exactly the same syntax as the SLAMD version, but the OpenDS
    version has all of the same functionality and its syntax is actually more
    consistent with that used by other tags than the SLAMD version.
    
    OpenDS Issue Number:  588
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2619 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • those tests are made with dsconfig rather than ldapmodify.  Also, update and
    re-enable a password history test that had previously caused sporadic failures.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2618 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • …ctional tests on windows platforms that do not allow hudson multiple ant calls
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2617 41b1ffd8-f28e-4786-ab96-9950f0a78031
    al_xipe
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@2616 41b1ffd8-f28e-4786-ab96-9950f0a78031
    al_xipe
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@2615 41b1ffd8-f28e-4786-ab96-9950f0a78031
    al_xipe
     
  • authentication whenever a client requests subsequent authentication.  The
    current implementation does not support subsequent authentication (which is an
    optional part of the spec), but we were previously incorrectly rejecting
    attempts to use it when instead we should have treated it as a completely new
    DIGEST-MD5 session.
    
    OpenDS Issue Number:  2098
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2614 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • packages, classes, and methods to indicate what part (if any) they play in the
    OpenDS public API.  This annotation type can be useful for documentation
    purposes, for helping to verify whether third-party code is using appropriate
    interfaces, and ensuring that what we declare as our public API does not change
    in an inappropriate way between releases.
    
    This commit also introduces a new StabilityLevel enumeration that can be used
    to indicate the likelihood that the associated code will change in an
    incompatible manner in the future.
    
    Comments in the @PublicAPI annotation type and the StabilityLevel enum should
    adequately describe their purpose and intended use.  At the present time, none
    of the OpenDS code uses them, but we will add the @PublicAPI annotation to
    OpenDS code where appropriate before the 1.0 release in order to help define
    what is included in our public API.
    
    Note that checkstyle analysis is currently disabled for this annotation type
    because of an apparent checkstyle limitation that does not support the use of
    Javadoc comments in methods used to define annotation type properties.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2613 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • simplify the process of running the server as an embedded application.  There
    are methods to start, stop, and restart the server, as well as to determine
    whether the server is running.  Also, provide a new
    org.opends.server.types.DirectoryEnvironmentConfig class that can be used to
    define a number of "environment" properties that provide information about the
    way in which the server should run.
    
    The TestCaseUtils.startServer method has been updated to make use of the new
    EmbeddedUtils functionality.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2612 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • in a static group. This implementation does not use a different
    attribute to define a nested group. Issue 423
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2611 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • …e functional tests and the new XSL sheet for dynamic report drill down
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2610 41b1ffd8-f28e-4786-ab96-9950f0a78031
    al_xipe
     

11 Aug, 2007

1 commit

  • The previous fix in revision 2434 only catered for managed objects being created, not existing managed objects.
    
    Also modify the ManagedObjectPath class to reject empty path names with an IllegalArgumentException. This will cause errors like this to be trapped earlier and fail predictably.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2609 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew_swift
     

10 Aug, 2007

5 commits


09 Aug, 2007

7 commits


08 Aug, 2007

4 commits