13 Dec, 2013

1 commit

  • 
    Most of the replace was done by global search replace from Eclipse via regular expressions.
    Individual files had incorrect headers or badly formatted ones, so some of them have been done manually by replacing the content between CDDL HEADER START and CDDL HEADER END.
    Some headers were quoting "trunk/opends/resource/legal-notices/CDDLv1_0.txt" while it should have been "legal-notices/CDDLv1_0.txt".
    
    
    Removed:
    - resource/legal-notices/OpenDS.LICENSE
    
    The following required manual changes:
    - build.xml
    - ext/checkstyle/opendj.sourceheader
    - resource/admin/java-utilities.xsl
    - src/build-tools/org/opends/build/tools/ProcessFilesForPackages.java
    - src/build-tools/windows/*
    - src/pkg/opends-dsml-gateway_proto.py
    - src/pkg/opends_proto.py
    - src/server/org/opends/server/util/ServerConstants.java
    - tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif
    - tests/staf-tests/build.bat
    
    An incorrect header mentionning "exclude" instead of "include" in the copyright header existed for: tests/staf-tests/functional-tests/testcases/backends/backup/**/*
    
    Some files have no copyright headers at all. I did not update them. Here is some of them (more exist):
    - tests/staf-tests/functional-tests/shared/data/core/psearch/**/*.ref
    - tests/staf-tests/functional-tests/shared/data/core/psearch/**/delete.ldif
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9984 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

12 Mar, 2013

1 commit

  • … prop is set and server is running with JDK1.7
    
    The issue here is that the TreeSet implementation changed starting from Java 1.7.
    When adding as a first element a non Comparable object, Java 1.7 will now throw a ClassCastException.
    
    SNMPInetAddressAcl.java:
    Changed hostsList instance member type from TreeSet to Set + HashSet.
    In checkReadPermission() used Set.contains().
    Used foreach.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8590 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

05 Mar, 2013

2 commits


21 Dec, 2012

1 commit


30 Jul, 2012

1 commit


09 Nov, 2011

1 commit


03 Sep, 2009

1 commit


05 Jun, 2009

1 commit


28 Apr, 2009

1 commit


16 Apr, 2009

1 commit

  • Fix ServiceTag Registration adding debug message in case of error
    Fix 2619 : ldap tools always return 1 in case of argument parsing error
    Fix 3690 : SNMP: incorrect value for dsServerDescription entry
    Fix an error in the util script when the install dir is != instance dir
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5239 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

25 Mar, 2009

1 commit


12 Mar, 2009

1 commit


23 Feb, 2009

1 commit


04 Jun, 2008

1 commit

  • 3308: SNMP: no error displayed when the listen-port and trap-port
    3304: SNMP: traps should not be sent to localhost when the trap-destination
    3301: SNMP: problem when changing the security-level property
    3295: SNMP: exception displayed at startup when security-agent-file property is set to a wrong value
     
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4327 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

26 May, 2008

1 commit

  • 3239 : On Windows, server can't load jdmkrt.jar file 
    3271 : SNMP: Each index of the dsApplIfProtocol entry should return unique identifier
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4296 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

22 May, 2008

1 commit

  • 3142: SNMP: SNMP Connection Handler should accept snmp requests on localhost
    3239: On Windows, server can't load jdmkrt.jar file
    3253: SNMP: wrong value for dsServerType entry
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4278 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

19 May, 2008

1 commit

  • 3242: SNMP: no error displayed when the security-agent-file property contains a wrong value
    3241: SNMP: traps are not sent to the correct trap community
    
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4265 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

30 Apr, 2008

1 commit

  • 3214: SNMP: MIB 2605 is not accessible in "OpenDS" context
    3215: SNMPV3 get request using defaultUser should be rejected
    3216: SNMP: SNMP Connection Handler appears as disabled in status command when the server is stopped
    3217: SNMP: modification made using dsconfig are not taken into account after disable/enable of the connection handler
    3219: SNMP: wrong default value for "allowed-user" property
    
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4209 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

23 Apr, 2008

1 commit

  • 3143: snmp get requests
    3141: snmp status information
    3146: snmp unused configuration parameters
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4190 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

25 Mar, 2008

1 commit


24 Mar, 2008

1 commit


18 Mar, 2008

1 commit