12 Jan, 2007
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@973 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@971 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@970 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@969 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Jan, 2007
3 commits
-
approximate matching rule for that attribute type using the X-APPROX extension. This will be more standards-compliant than the way we were previously handling it, by using an APPROX keyword (which was not in-line with the LDAP specification). OpenDS Issue Number: 1143 git-svn-id: https://svn.forgerock.org/opendj/trunk@966 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@964 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@959 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Jan, 2007
2 commits
-
which includes the following: - It is now possible to add attribute types, objectclasses, name forms, DIT content rules, DIT structure rules, and matching rule uses. Adding a schema element that is already present but with a different definition will replace that element. - It is now also possible to remove existing attribute types, objectclasses, name forms, DIT content rules, DIT structure rules, and matching rule uses. If the element is removed and then re-added, then it is treated as adding the element with a a different definition (i.e., replacing the existing definition). - If an existing schema element is replaced or removed, then the update will be made in the schema file that contains that definition. If a new attribute type is added and is not manually associated with a schema file, then the server will use a default schema file of 99-user.ldif. The schema file to use can be manually overridden using the X-SCHEMA-FILE extension. - A significant amount of effort has been put into understanding dependencies between various schema elements and ensuring that those dependencies will be resolved correctly, and will also be updated whenever a dependent element is updated. - Note that the equality matching rule for the attributeTypes, objectClasses, nameForms, matchingRules, matchingRuleUse, ditContentRules, and ditStructureRules attribute types has been changed to the caseIgnoreMatch rule. This does deviate from the standard somewhat, but allows the server to provide notably better performance while still exhibiting correct behavior as far as clients are concerned. OpenDS Issue Number: 366 git-svn-id: https://svn.forgerock.org/opendj/trunk@945 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@938 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Jan, 2007
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@936 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
found by a code review where this method can fail because it only increment the time by one unit even if the time difference is larger than this. This bug has not visible impact yet because the synchronization operation dependencies is not yet implemented. Issue number 1134 This commit also add a unit test for this adjust method git-svn-id: https://svn.forgerock.org/opendj/trunk@934 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@933 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
to fix the timeout mechanism so that this methods never hang forever in case of problem but instead throw an Exception. A count mechanism was implemented but the count variable was never decremented. Issue Number 1110 git-svn-id: https://svn.forgerock.org/opendj/trunk@932 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Jan, 2007
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@924 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Jan, 2007
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@921 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@920 41b1ffd8-f28e-4786-ab96-9950f0a78031
03 Jan, 2007
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@917 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@916 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Dec, 2006
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@904 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ow for faster runs for the functional tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@903 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Dec, 2006
5 commits
-
…arches in order to tighten the code. git-svn-id: https://svn.forgerock.org/opendj/trunk@901 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
update the abandon operation count when appropriate. Also, update a number of test cases to verify that the LDAPStatistics information is properly updated. OpenDS Issue Number: 1116 git-svn-id: https://svn.forgerock.org/opendj/trunk@900 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@899 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
controls are invoked to eliminate a potential race condition between the post-response processing for the previous bind operation and the beginning of the operation for which the post-response count will be examined. git-svn-id: https://svn.forgerock.org/opendj/trunk@896 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
silently generating a class cast exception. git-svn-id: https://svn.forgerock.org/opendj/trunk@895 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Dec, 2006
2 commits
-
particular, this commit makes it possible to add new attribute types and objectclasses and have them written to the 99-user.ldif file. This implementation does not yet support interacting with any other schema element types, removing or replacing existing schema elements, or interacting with any files other than 99-user.ldif. Additional functionality will be added in the future to enable these capabilities. OpenDS Issue Number: 366 git-svn-id: https://svn.forgerock.org/opendj/trunk@887 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@876 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Dec, 2006
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@875 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@874 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Dec, 2006
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@871 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@870 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Dec, 2006
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@865 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Now this file is more aligned with the format used in the other security test xml files. git-svn-id: https://svn.forgerock.org/opendj/trunk@864 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@863 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@862 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Dec, 2006
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@859 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@858 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@857 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Dec, 2006
2 commits
-
593: attribute indexes need to support subtypes and options 1045: possible index corruption (subtree search fails to return matching entry) 1060: entry disappears when modifying with ldapbrowser There were bugs in the way an equality index was updated for a modify operation. Trying to determine the index changes from the sequence of modifications did not work in the general case. Now, it ought to be correct in all cases. I've changed many of the modify operation unit tests to run against the JE backend instead of the memory backend. Also I changed the tests to modify the mail attribute instead of description, because description is not indexed. git-svn-id: https://svn.forgerock.org/opendj/trunk@852 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@851 41b1ffd8-f28e-4786-ab96-9950f0a78031