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
07 Dec, 2006
1 commit
-
cleaned up after they were done by deleting the entries that were specific to them. Now all the Security test suites clean up their entries. The intent is to leave OpenDS in the same state as it was before the Security tests ran. git-svn-id: https://svn.forgerock.org/opendj/trunk@847 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Dec, 2006
5 commits
-
- It fixes problems with base DN registration when attempting to use nested backends. - It changes the terminology that is in use. Previously, the term "suffix" was used everywhere, even when it wasn't really correct. Now "naming context" is used when it's talking about a top-level base DN, and "base DN" is used for any base DN regardless of whether it's a naming context. - It adds a new ds-private-naming-contexts operational attribute to the root DSE to list the private naming contexts defined in the server. - It updates the backend API to get rid of the abstract supportsControl and supportsFeature methods and replace them with a default concrete implementation. OpenDS Issue Numbers: 546, 750 git-svn-id: https://svn.forgerock.org/opendj/trunk@844 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@843 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@842 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… to return from the search. git-svn-id: https://svn.forgerock.org/opendj/trunk@841 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
as specified by RFC4512 : SyntaxDescription = LPAREN WSP numericoid ; object identifier [ SP "DESC" SP qdstring ] ; description extensions WSP RPAREN ; extensions see SYNTAX_LDAP_SYNTAX_OID from org.opends.server.schema.LDAPSyntaxTest.java Issue 640. git-svn-id: https://svn.forgerock.org/opendj/trunk@840 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Nov, 2006
3 commits
-
extended operations to handle their own controls. The password modify extended operation has been updated to support the LDAP no-op control and the password policy control. OpenDS Issue Number: 597 git-svn-id: https://svn.forgerock.org/opendj/trunk@835 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
enforced for operational attributes. OpenDS Issue Number: 1048 git-svn-id: https://svn.forgerock.org/opendj/trunk@834 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@830 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Nov, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@811 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Nov, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@801 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Nov, 2006
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@790 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@789 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Nov, 2006
3 commits
-
this keystore is more generic and has a longer validity (jmxkeystore certificates expires on December 18 this year). Also remove the jmxkeystore from the repository. git-svn-id: https://svn.forgerock.org/opendj/trunk@782 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@781 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
the changelog code is working without involving the server side code. Increase the synchronization stress test timeout to 5 sec. git-svn-id: https://svn.forgerock.org/opendj/trunk@780 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Nov, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@773 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Nov, 2006
1 commit
-
synchronization code to be working. fix the problem that some tests were using DirectoryServer.getEntry() without holding the required lock. make StressTest extend SynchronizationTestCase git-svn-id: https://svn.forgerock.org/opendj/trunk@772 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Nov, 2006
1 commit
-
…or described in issue #763: build all hangs due to RMI. git-svn-id: https://svn.forgerock.org/opendj/trunk@766 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Nov, 2006
1 commit
-
Committed without review. git-svn-id: https://svn.forgerock.org/opendj/trunk@755 41b1ffd8-f28e-4786-ab96-9950f0a78031