02 Apr, 2013

1 commit

  • Adding back offline building despite checking for the latest snapshot jars.
    
    Example command line to invoke for building offline:
    ant resolve -Dbuild.offline=
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8672 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

29 Mar, 2013

6 commits


28 Mar, 2013

4 commits

  • Implemented async search operation.
    Added support for canceling tasks.
    
    SdkConnectionAdapter.java: ADDED
    
    CollectClientConnectionsFilter.java:
    Hooked the async implementation instead of the synchronous InternalClientConnection.
    
    HTTPClientConnection.java:
    Implemented sendResponse(), sendSearchEntry(), sendSearchReference(), disconnect(), getOperationsInProgress(), getOperationInProgress(), removeOperationInProgress(), cancelOperation(), cancelAllOperations(), cancelAllOperationsExcept(), getNumberOfOperations().
    Added addOperationInProgress() and isConnectionValid().
    
    procotol*.properties:
    Renamed MILD_WARN_LDAP_CLIENT_DISCONNECT_IN_PROGRESS_166 to MILD_WARN_CLIENT_DISCONNECT_IN_PROGRESS_166.
    Removed INFO_HTTP_CONNHANDLER_STARTTLS_NOT_SUPPORTED_1515.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8665 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8664 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • * add more internal connection factory methods to make it easier to bind connections to the memory backend during testing.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8663 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     
  • * added class MemoryBackend
    * added Entries.modifyEntry() and included support for increment
    * added Connection.deleteSubtree()
    * added Request.containsControl() and Response.containsControl()
    * aligned attributes APIs in Post/Pre read controls with SearchRequest (i.e. use List)
    * refactored server example to use new memory backend
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8662 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

27 Mar, 2013

5 commits


26 Mar, 2013

11 commits


25 Mar, 2013

11 commits


23 Mar, 2013

1 commit

  • * json-resource-servlet - refactor Servlet 2.x / 3.x abstraction layer so that it can be reused in the LDAP authentication filter
    * opendj-rest2ldap-servlet - add preliminary support for performing LDAP simple bind based authentication.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8631 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

22 Mar, 2013

1 commit