27 May, 2013

2 commits


26 May, 2013

1 commit


24 May, 2013

5 commits


23 May, 2013

14 commits

  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8908 41b1ffd8-f28e-4786-ab96-9950f0a78031
    glennvl
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8907 41b1ffd8-f28e-4786-ab96-9950f0a78031
    glennvl
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8906 41b1ffd8-f28e-4786-ab96-9950f0a78031
    glennvl
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8905 41b1ffd8-f28e-4786-ab96-9950f0a78031
    glennvl
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8904 41b1ffd8-f28e-4786-ab96-9950f0a78031
    glennvl
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8903 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8902 41b1ffd8-f28e-4786-ab96-9950f0a78031
    glennvl
     
  • 
    
    HTTPS was wrongly configured: code was configuring an SSLEngine that was then never used.
    Changed the code to configure an SSLEngineConfigurator that is passed down to Grizzly HTTP server.
    
    
    
    (Un)surprisingly I hit a bug on my Linux Mint:
    https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/1006776
    I had to modify /etc/java-6-openjdk/security/java.security so it uses the sun Elliptic Curve implementation by changing the line
        security.provider.9=sun.security.pkcs11.SunPKCS11 ${java.home}/lib/security/nss.cfg
    to
        security.provider.9=sun.security.ec.SunEC
        #security.provider.10=sun.security.pkcs11.SunPKCS11 ${java.home}/lib/security/nss.cfg
    
    
    
    HTTPConnectionHandler.java:
    Replaced instance members sslContext and sslEngine with sslEngineConfigurator.
    Renamed createSSLEngine() into createSSLEngineConfigurator().
    In createSSLContext(), removed the try / catch block duplicated with the one in createSSLEngineConfigurator().
    As a consequence, the following methods changed: configureSSL(), getEnabledSSLCipherSuites(), getEnabledSSLProtocols(), getSSLEngine(), isConfigurationAcceptable(), startHttpServer().
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8901 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • The fallback mechanism leaves validation to complete with a warning rather than a failure.
    
    Builds fine for me locally
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8900 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8899 41b1ffd8-f28e-4786-ab96-9950f0a78031
    glennvl
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8898 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     
  • OPENDJ-842 On Windows, the setup command hangs when the length of the install path is too long
    
    
    Code review and initial idea: violette
    
    
    Now that the application starts with the single bootstrap jar, MacOS X can take advantage of this by referencing it statically in the plist files. In other words, it is no longer necessary to build the plist files dynamically.
    
    
    Info.plist:
    Hardcoded the path to bootstrap.jar
    
    build.xml:
    Removed the code that appended the jars to the **/Info.plist files for MacOS X.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8897 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8896 41b1ffd8-f28e-4786-ab96-9950f0a78031
    glennvl
     
  • OPENDJ-914 Upgrade should add Based HTTP Access Logger to config.ldif
    - HTTP connection handler and the based HTTP access logger are now added to upgrade.
    - The http-config.json is added to the config file during upgrade.
    - Simplified UpgradeTasks.java
    - Added new messages.
    - Fixed javadoc for unit test.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8895 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

22 May, 2013

5 commits


21 May, 2013

9 commits


19 May, 2013

1 commit


17 May, 2013

3 commits