06 Sep, 2013

1 commit


26 Aug, 2013

1 commit


22 Aug, 2013

4 commits

  • - Changelog added
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9447 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     
  • …e jars nor the ant task.
    Building directly with xjc is preferred and this also makes the war file lighter.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9445 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • Removed unused file
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9441 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     
  • - Original data are copied under build/deb/ folder as the process to build the deb package implies to modify the source.
     - Opendj init script has been modified. Indeed, under debian OS (and others) the /var/run/ folder is deleted at reboot, deleting by the same way our pid  file, making the service wobbly.
     - As linux distro use the same opendj file, a new folder was created under resource to store the shared file between them.
     - At last, modified post/prem/specFile as well as the fact to create a symlink on an existing one throws an error. (same when you try to remove one from no-existing)
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9440 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

21 Aug, 2013

1 commit


13 Aug, 2013

1 commit


12 Aug, 2013

1 commit


06 Aug, 2013

1 commit


02 Aug, 2013

1 commit


31 Jul, 2013

2 commits


29 Jul, 2013

1 commit


26 Jul, 2013

1 commit


25 Jul, 2013

1 commit

  • This commit addresses information disclosure for:
    
    - result code: change from info disclosing result codes to a default result code that hides the ACI-protected info to the current operation.
    - error message (additional information): any message containing the entryDN will be filtered out if the entryDN is ACI-protected.
    - matchedDN: check whether the matchedDN is ACI-protected
    - debugsearchindex
    
    
    Information disclosing result code and error message are now saved as masked result code and masked message and are logged as such when they are present.
    
    
    
    config.ldif:
    Added "debugsearchindex" to an ACI to prevent Anonymous Read Access. If this is not enough, then we would need to create a new ACI.
    
    
    AccessControlHandler.java:
    Added canDiscloseInformation().
    
    Operation.java, AbstractOperation.java, OperationWrapper.java:
    Added getMaskedResultCode(), setMaskedResultCode(), getMaskedErrorMessage(), setMaskedErrorMessage(), appendMaskedErrorMessage().
    In setReponseData(), copied the masked result code and error message.
    
    DirectoryException.java:
    Added getMaskedResultCode(), setMaskedResultCode(), getMaskedErrorMessage(), setMaskedErrorMessage().
    
    LocalBackendWorkflowElement.java:
    Used javadocs.
    Created method newDirectoryException(), setResultCodeAndMessageNoInfoDisclosure() and filterNonDisclosableMatchedDN().
    
    LocalBackend*Operation.java:
    Added setResultCodeAndMessageNoInfoDisclosure() and newDirectoryException() forwarding to the corresponding LocalBackendWorkflowElement methods + extensively made use of these methods.
    In processLocal*() methods, added a try/finally to call LocalBackendWorkflowElement.filterNonDisclosableMatchedDN().
    Moved some blocks of code under the protection of try/catch blocks to ensure proper error handling when calling the exception throwing setResultCodeAndMessageNoInfoDisclosure() + as a consequence, moved some null checks to the finally blocks.
    Removed some try/catch duplicating outer try/catch blocks.
    
    LocalBackendModifyOperation.java:
    In processLocalModify(), removed try/catch around checkWritability() because catch is duplicated with outer try/catch.
    Used StaticUtils.collectionToString().
    
    TextAccessLogPublisher.java:
    Renamed appendMessage() into appendResultCodeAndMessage() + integrated there logging of "result" + added logging of "maskedResult" and "maskedMessage".
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9289 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

16 Jul, 2013

2 commits


25 Jun, 2013

1 commit

  • In the end, it's simpler long term to include the install instructions in the README, and remove these extra files. With additional review from Ludo by mail, I've also fixed up a few small things in the README.
    
    I'm leaving the SVR4 related changes to Ludo.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9059 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

21 Jun, 2013

1 commit


18 Jun, 2013

1 commit


11 Jun, 2013

2 commits


07 Jun, 2013

2 commits


05 Jun, 2013

1 commit


30 May, 2013

1 commit

  • - added message when buildinfo is not found.
    - excluded .app / bat files.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8944 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

28 May, 2013

5 commits


27 May, 2013

4 commits

  • config.ldif:
    Made the "File-Based HTTP Access Logger" disabled by default.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8925 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • Made the "File-Based HTTP Access Logger" disabled by default.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8922 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • There are a number of issues with the Mac Apps, and this commit fixes most of them, but we should also change the icon name and picture once we have a logo for OpenDJ.
     The version and revision numbers are now automatically set when packaging.
     The -client JVM option is deprecated and thus removed. And we properly set the ServerRoot to allow ControlPanel to work when double clicking the icon.
     Note that Mac App are dependant on the JavaApplicationStub that only supports Java6. We fine for now, since OpenDJ is built with target 1.6, but we will need to redo the Apps when/if we switch to 1.7 by default.
     
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8921 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8920 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

24 May, 2013

1 commit


23 May, 2013

1 commit

  • 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
     

22 May, 2013

1 commit


19 May, 2013

1 commit