26 Mar, 2013

1 commit


20 Mar, 2013

1 commit

  • Added the HTTPConnnectionHandler implemented using Grizzly.
    Added support for all configuration similar to the LDAPConnectionHandler.
    Missing support for ds-cfg-keep-stats and ds-cfg-num-request-handlers.
    
    
    config.ldif, 02-config.ldif:
    Added new entry for HTTP connection handler + defaults.
    
    HTTPConnectionHandlerCfgDefn.properties, HTTPConnectionHandlerConfiguration.xml: ADDED
    
    LDAPConnectionHandlerConfiguration.xml:
    Moved properties common to HTTPConnectionHandlerConfiguration.xml to Package.xml .
    
    protocol*.properties:
    Merged protocol messages between LDAP, HTTP and JMX. Made them non LDAP specific.
    Added 2 new protocol messages for HTTP.
    
    
    CollectClientConnectionsFilter.java, HTTPClientConnection.java, HTTPConnectionHandler.java, package-info.java: ADDED
    
    JmxClientConnection.java, JmxConnectionHandler.java, LDAPClientConnection.java:
    Used common protocol messages.
    
    LDAPConnectionHandler.java
    Used common protocol messages.
    Extracted method configureSSL()
    Simplified the code in getEnabledSSLCipherSuites() and getEnabledSSLProtocols() and protected against a multi threaded change ofg the SSL engine by using a local copy.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8613 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

07 Mar, 2013

1 commit

  • …f the user for easier analysis. 
    
    Removed the bindDN from several error messages, covering simple bind and SASL bind.
    
    core*.properties:
    Updated relevant error messages + the places where they are used in the java code.
    
    TextAccessLogPublisher.java:
    In logBindResponse(), log the bindDN and SASL saslAuthUserDN if SASL is used.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8565 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

06 Mar, 2013

2 commits


04 Mar, 2013

1 commit


01 Mar, 2013

1 commit


28 Feb, 2013

1 commit


27 Feb, 2013

1 commit


07 Feb, 2013

1 commit


19 Dec, 2012

1 commit


12 Dec, 2012

1 commit


30 Nov, 2012

1 commit


08 Nov, 2012

4 commits


18 Sep, 2012

1 commit


10 Aug, 2012

1 commit


21 Jul, 2012

1 commit


30 May, 2012

1 commit


29 May, 2012

1 commit

  • For those searchable virtual attributes that can be faster than indexing (like when always matching a single entry), we process them before indexes. For the others, we fall back to them when indexes are not enough.
    Changes include a little bit of tidy up of comments and IDE warnings.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8032 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     

14 May, 2012

1 commit


11 May, 2012

1 commit

  • A huge thanks to Manuel Gaupp for this contribution.
    
    In addition to the original contributed change I have made the following alterations:
    
    * make the CertificateSyntax strictness configurable. By default the syntax will enforce the syntax, but this can be disabled if needed
    
    * add a new method "isHumanReadable" to AttributeSyntax and AttributeType classes in order to make it easier to determine whether or not a syntax/type is human readable. This can be used in order to determine whether or not an attribute value can be included in log messages, for example.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@7979 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

10 May, 2012

1 commit


04 May, 2012

1 commit


28 Mar, 2012

1 commit


19 Mar, 2012

1 commit


13 Mar, 2012

2 commits


06 Mar, 2012

1 commit

  • * only log fatal errors, severe errors, severe warnings, and notices.
    * convert a couple of extension related messages into notice messages since they are pretty important and should be displayed during startup.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@7790 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

23 Feb, 2012

1 commit


07 Feb, 2012

1 commit


26 Jan, 2012

1 commit


23 Jan, 2012

2 commits


05 Jan, 2012

1 commit


25 Nov, 2011

2 commits

  • …hostname is critical for all secured connections
    
    * improved heuristic for determining a default fully qualified host name. Reverse DNS lookups timeout after 1 second in order to avoid long delays if DNS is broken
    * changed usage for host name which makes it clearer that the host name is required regardless of LDAPS/StartTLS configuration
    * changed interactive CLI so that it always prompts for the fully qualified hostname
    * changed the setup tool to make it clearer that it is prompting for the fully qualified hostname.
    
    Tested on laptop with DNS and VM without DNS.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@7514 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@7511 41b1ffd8-f28e-4786-ab96-9950f0a78031
    n4al
     

24 Nov, 2011

1 commit